/*!**************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./apps/frontend/resources/less/Constellation/LandingPage.less ***!
  \**************************************************************************************************************************************************************************************************************/
.landing-page-container {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-x: hidden;
}
.landing-page-container .section-container {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
}
.landing-page-container .section-container .section-inner {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 30px 0;
}
@media screen and (min-width: 1025px) and (min-height: 769px) {
  .landing-page-container .section-container .section-inner {
    padding: 80px 0;
  }
}
.landing-page-container .section-container .section-inner h2 {
  font-family: "FatFrank", Lato, sans-serif;
  text-align: center;
  font-size: clamp(24px, 4vw, 56px);
  line-height: 1em;
  font-weight: 400;
  text-transform: none;
}
.landing-page-container .section-container .section-inner h2 span {
  font-family: "Sofia Pro", sans-serif;
  line-height: 1.1em;
}
.landing-page-container .section-container .section-inner h2 sup {
  vertical-align: sub;
}
.landing-page-container .section-header {
  background-color: var(--landing-page-color-5);
  padding-bottom: 80px;
}
.landing-page-container .section-header .landing-header-wave {
  position: absolute;
  width: 100%;
  height: 108px;
  left: 0;
  bottom: -60px;
  margin: 0 0 -1px 0;
  overflow: hidden;
  z-index: 10;
}
.landing-page-container .section-header .landing-header-wave svg {
  display: none;
}
.landing-page-container .section-header .landing-header-wave svg.landing-header-wave-mobile {
  display: block;
}
@media screen and (min-width: 1025px) {
  .landing-page-container .section-header .landing-header-wave {
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    bottom: 0px;
    z-index: 10;
    overflow: hidden;
  }
  .landing-page-container .section-header .landing-header-wave svg.landing-header-wave-mobile {
    display: none;
  }
  .landing-page-container .section-header .landing-header-wave svg.landing-header-wave-desktop {
    display: block;
  }
}
.landing-page-container .section-header .section-header-content {
  display: flex;
  flex-direction: column;
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px 20px;
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .landing-page-container .section-header .section-header-content {
    flex-direction: row;
    padding: 80px 40px;
    gap: unset;
  }
}
.landing-page-container .section-header .section-header-content .header-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 40%;
  z-index: 11;
}
.landing-page-container .section-header .section-header-content .header-title h1 {
  font-family: "FatFrank", Lato, sans-serif;
  color: var(--landing-page-color-1);
  text-align: center;
  font-size: clamp(48px, 4vw, 64px);
  font-weight: 400;
  text-transform: none;
  margin: 0 0 30px;
  line-height: 1em;
}
.landing-page-container .section-header .section-header-content .header-title h2 {
  font-family: "FatFrank", Lato, sans-serif;
  color: var(--landing-page-color-2);
  text-align: center;
  font-size: clamp(32px, 2.5vw, 47px);
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  margin: 0 0 30px;
  line-height: 1em;
}
.landing-page-container .section-header .section-header-content .header-title h3 {
  color: var(--landing-page-color-3);
  text-align: center;
  font-size: clamp(16px, 2vw, 37px);
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  margin: 0 0 30px;
  line-height: 1em;
}
.landing-page-container .section-header .section-header-content .header-title p {
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.2em;
  font-weight: 700;
  margin: 0 0 30px;
}
.landing-page-container .section-header .section-header-content .header-title p a {
  color: var(--landing-page-color-3);
  text-decoration: underline;
}
.landing-page-container .section-header .section-header-content .header-video {
  flex: 1 0 60%;
  justify-content: center;
  align-items: center;
}
.landing-page-container .section-header .section-header-content .header-video .header-video-container {
  position: relative;
  min-width: 280px;
  max-width: 800px;
  width: 100%;
  aspect-ratio: 974 / 553;
}
.landing-page-container .section-header .section-header-content .header-video .header-video-container .header-video-image {
  width: 100%;
  aspect-ratio: 974 / 553;
  max-width: 100%;
}
.landing-page-container .section-header .section-header-content .header-video .header-video-container .header-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8%;
  aspect-ratio: 1 / 1;
  opacity: 0.5;
}
.landing-page-container .section-header .section-header-content .header-video .header-video-container .header-video-play:hover {
  opacity: 0.75;
}
.landing-page-container .section-header .section-header-content .header-video .header-video-container .header-video-splash {
  cursor: pointer;
  width: 23%;
  aspect-ratio: 150 / 100;
  position: absolute;
  right: 10.5%;
  bottom: 4.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--default-color-2);
  font-size: clamp(12px, 1.4vw, 28px);
  font-weight: 800;
  line-height: 1;
  transform: rotate(-17deg);
  text-decoration: none;
}
.landing-page-container .section-header .section-header-content .header-video .header-video-container .header-video-splash:hover {
  color: var(--landing-page-color-3);
  text-decoration: none;
}
.landing-page-container .section-header .section-inner {
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
.landing-page-container .section-header .section-inner h1 {
  font-family: "FatFrank", Lato, sans-serif;
  color: var(--constellation-main-3);
  text-align: center;
  font-size: clamp(26px, 4vw, 58px);
  font-weight: 400;
  text-transform: none;
  margin: 0 0 30px;
  line-height: 1.2em;
  letter-spacing: 2.32px;
}
.landing-page-container .section-header .section-inner p {
  color: var(--constellation-main-4);
  font-size: clamp(16px, 2vw, 25px);
  font-weight: 400;
  text-transform: none;
  margin: 0 0 30px;
  line-height: 1em;
}
.landing-page-container .section-header .section-inner p a {
  color: var(--troubadour-main);
  font-weight: 700;
  text-decoration: underline;
}
.landing-page-container .section-features {
  background-color: var(--landing-page-color-3);
}
.landing-page-container .section-features .section-inner {
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.landing-page-container .section-features .section-inner h2 {
  color: var(--landing-page-color-2);
}
.landing-page-container .section-features .section-inner .features-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 40px auto;
  padding: 0;
  gap: 40px;
  list-style-type: none;
}
.landing-page-container .section-features .section-inner .features-list li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.landing-page-container .section-features .section-inner .features-list li img {
  width: 25%;
  max-height: 125px;
  margin-bottom: 15px;
}
.landing-page-container .section-features .section-inner .features-list li span {
  font-size: clamp(15px, 2vw, 23px);
  color: var(--default-color-2);
  text-align: center;
  max-width: 360px;
}
@media screen and (min-width: 601px) {
  .landing-page-container .section-features .section-inner .features-list {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: unset;
  }
  .landing-page-container .section-features .section-inner .features-list li {
    flex: 1 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 1024px) and (max-height: 800px) {
  .landing-page-container .section-features .section-inner .features-list li img {
    width: 20%;
  }
}
@media screen and (min-width: 1025px) and (min-height: 801px) {
  .landing-page-container .section-features .section-inner .features-list li img {
    width: auto;
  }
}
@media screen and (min-width: 1301px) {
  .landing-page-container .section-features .section-inner .features-list li {
    flex: 1 0 calc(25% - 30px);
  }
  .landing-page-container .section-features .section-inner .features-list li img {
    width: 50%;
  }
}
.landing-page-container .section-testimonials {
  overflow-x: hidden;
  background-color: var(--landing-page-color-1);
  flex-direction: column;
}
.landing-page-container .section-testimonials .section-inner {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
.landing-page-container .section-testimonials .section-inner h2 {
  max-width: 1400px;
  color: var(--landing-page-color-2);
  padding: 0 40px;
  margin-bottom: 40px;
}
.landing-page-container .section-testimonials .section-inner h2 span {
  display: block;
  margin-top: 30px;
  color: var(--default-color-2);
  font-size: clamp(12px, 3vw, 30px);
  font-weight: 400;
}
.landing-page-container .section-testimonials .carrousel-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.landing-page-container .section-testimonials .testimony-slider-wrapper {
  position: relative;
  width: 100%;
  height: 510px;
  display: flex;
  align-items: flex-end;
  overflow-x: hidden;
}
.landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider {
  position: absolute;
  height: 510px;
  min-width: 2700px;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  margin: 0;
  transition: all 1000ms ease-in-out;
}
.landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: var(--default-bg);
  position: relative;
  height: 450px;
  width: 900px;
  margin: 0 75px;
  border-radius: 20px;
  padding: 65px 50px;
  opacity: 60%;
  transition: all 250ms;
  box-sizing: border-box;
}
.landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card.selected {
  opacity: 100%;
}
.landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card h5 {
  text-align: left;
}
.landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card h5.text {
  font-size: 26px;
  line-height: 35px;
  font-weight: 600;
  color: var(--landing-page-color-3);
}
.landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card h5.text::-webkit-scrollbar {
  width: 8px;
}
.landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card h5.text::-webkit-scrollbar-thumb {
  background-color: var(--landing-page-color-3);
  border-radius: 5px;
}
.landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card h5.text::-webkit-scrollbar-track {
  background-color: var(--landing-page-color-2);
  border-radius: 5px;
}
@supports not selector(::-webkit-scrollbar) {
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card h5.text {
    scrollbar-color: var(--landing-page-color-3) var(--landing-page-color-2);
    scrollbar-width: thin;
  }
}
.landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card h5.author {
  font-size: 23px;
  line-height: 28px;
  font-weight: 400;
  color: var(--landing-page-color-4);
  margin-top: auto;
}
.landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card .apple-icon {
  position: absolute;
  top: -50px;
  left: 40px;
  height: 90px;
  width: 90px;
}
.landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card .apple-icon img {
  width: 100%;
}
.landing-page-container .section-testimonials .controls {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: 40px;
  padding: 10px 40px;
}
.landing-page-container .section-testimonials .controls .testimony-button,
.landing-page-container .section-testimonials .controls .previous-button,
.landing-page-container .section-testimonials .controls .next-button {
  margin: 0 15px;
}
.landing-page-container .section-testimonials .controls .previous-button,
.landing-page-container .section-testimonials .controls .next-button {
  height: 90px;
  width: 90px;
}
.landing-page-container .section-testimonials .controls .previous-button:hover,
.landing-page-container .section-testimonials .controls .next-button:hover {
  background-color: var(--landing-page-color-2);
}
.landing-page-container .section-testimonials .controls .previous-button img,
.landing-page-container .section-testimonials .controls .next-button img {
  width: 20px;
  aspect-ratio: 46 / 80;
}
.landing-page-container .section-testimonials .controls .tabs-container {
  display: flex;
  justify-content: space-between;
}
.landing-page-container .section-testimonials .controls .testimony-button {
  width: 22px;
  height: 22px;
  border-radius: 25px;
  opacity: 0.3;
  background-color: var(--landing-page-color-4);
  cursor: pointer;
}
.landing-page-container .section-testimonials .controls .testimony-button.selected {
  opacity: 1;
  background-color: var(--landing-page-color-4);
}
.landing-page-container .section-testimonials .controls .testimony-button.clone {
  display: none;
}
.landing-page-container .section-stats {
  background-color: var(--landing-page-color-5);
}
.landing-page-container .section-stats .section-inner {
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.landing-page-container .section-stats .section-inner h2 {
  color: var(--landing-page-color-1);
  margin-bottom: 40px;
}
.landing-page-container .section-stats .section-inner h2 span {
  display: block;
  margin-top: 10px;
  color: var(--landing-page-color-3);
  font-size: clamp(12px, 4vw, 23px);
  font-weight: 400;
}
.landing-page-container .section-stats .section-inner .statistics-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px;
  background-color: var(--default-color-2);
  box-shadow: var(--dropshadow);
  border-radius: 20px;
  gap: 20px;
}
.landing-page-container .section-stats .section-inner .statistics-container .stats-row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
.landing-page-container .section-stats .section-inner .statistics-container .stats-row .stat-figure {
  font-family: "FatFrank", Lato, sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 6vw, 86px);
  color: var(--landing-page-color-4);
}
.landing-page-container .section-stats .section-inner .statistics-container .stats-row .stat-desc {
  font-size: clamp(15px, 2vw, 23px);
  color: var(--landing-page-color-3);
}
.landing-page-container .section-download-links {
  background-color: var(--constellation-main-4);
}
.landing-page-container .section-download-links .section-inner {
  flex-direction: column;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.landing-page-container .section-download-links .section-inner h2 {
  color: var(--landing-page-color-7);
  font-family: "Sofia Pro", sans-serif;
  text-align: center;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 60px;
}
.landing-page-container .section-download-links .section-inner .download-links-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
.landing-page-container .section-download-links .section-inner .download-links-list .download-link-item {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 calc(25% - 15px);
  margin: 0;
  padding: 0;
  align-self: stretch;
  flex: 1;
  border-radius: 15px;
  min-width: 260px;
  max-width: calc(25% - 15px);
  overflow: hidden;
}
.landing-page-container .section-download-links .section-inner .download-links-list .download-link-item h3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: var(--constellation-main-4);
  font-family: "FatFrank", Lato, sans-serif;
  text-align: center;
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 400;
  line-height: 1em;
  letter-spacing: 0.93px;
  margin: 0;
  padding: 30px 20px;
  background-image: url("https://constellation-backend-images.s3.ca-central-1.amazonaws.com/production/interfaces/const-cell-header-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.landing-page-container .section-download-links .section-inner .download-links-list .download-link-item div {
  background-color: var(--default-color-2);
  padding: 20px;
  flex: 1;
}
.landing-page-container .section-download-links .section-inner .download-links-list .download-link-item div h4 {
  color: #000;
  font-family: "Sofia Pro", sans-serif;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  margin: 40px 0 20px;
}
.landing-page-container .section-download-links .section-inner .download-links-list .download-link-item div p,
.landing-page-container .section-download-links .section-inner .download-links-list .download-link-item div a {
  color: var(--default-color-3);
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 20px;
}
.landing-page-container .section-download-links .section-inner .download-links-list .download-link-item div p {
  height: 40%;
}
.landing-page-container .section-download-links .section-inner .download-links-list .download-link-item div a {
  display: block;
  text-decoration: underline;
}
.landing-page-container .section-configuration {
  background-color: var(--constellation-main-3);
}
.landing-page-container .section-configuration .section-inner {
  flex-direction: column;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.landing-page-container .section-configuration .section-inner h2 {
  color: var(--landing-page-color-4);
  font-family: "Sofia Pro", sans-serif;
  text-align: center;
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 800;
  line-height: 1.2em;
  text-transform: none;
  margin: 0 0 60px;
}
.landing-page-container .section-configuration .section-inner h3 {
  margin: 0 0 10px;
}
.landing-page-container .section-configuration .section-inner h3,
.landing-page-container .section-configuration .section-inner li {
  color: var(--default-color-2);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 400;
  line-height: 1.2em;
}
.landing-page-container .section-configuration .section-inner ul {
  margin: 0 0 30px;
  padding: 0 0 0 40px;
}
.landing-page-container .section-configuration .section-inner ul li {
  padding: 0;
  margin: 0;
}
.landing-page-container .section-redirect {
  background-color: var(--constellation-main-4);
  flex: 1;
}
.landing-page-container .section-redirect .section-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
.landing-page-container .section-redirect .section-inner h1 {
  font-family: "FatFrank", Lato, sans-serif;
  color: var(--landing-page-color-4);
  text-align: center;
  font-size: clamp(20px, 4vw, 58px);
  font-weight: 400;
  text-transform: none;
  margin: 0 0 30px;
  line-height: 1.2em;
  letter-spacing: 2.32px;
  max-width: 800px;
}
.landing-page-container .section-redirect .section-inner p {
  color: var(--default-color-2);
  text-align: center;
  font-size: clamp(16px, 2vw, 25px);
  line-height: 1.2em;
  margin: 0 0 40px;
}
.landing-page-container .section-redirect .section-inner p a {
  color: var(--troubadour-main-7);
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-height: 768px) {
  .landing-page-container .section-container .section-inner h2 {
    font-size: clamp(24px, 3vw, 56px);
  }
  .landing-page-container .section-features .section-inner .features-list li span {
    font-size: clamp(15px, 1.5vw, 23px);
  }
  .landing-page-container .section-testimonials .section-inner h2 span {
    font-size: clamp(12px, 2vw, 30px);
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card {
    height: 340px !important;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card h5.text {
    font-size: 20px !important;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card h5.author {
    font-size: 18px !important;
  }
  .landing-page-container .section-stats .section-inner .statistics-container .stats-row .stat-figure {
    font-size: clamp(36px, 4vw, 86px);
  }
  .landing-page-container .section-stats .section-inner .statistics-container .stats-row .stat-desc {
    font-size: clamp(15px, 1.5vw, 23px);
  }
}
@media screen and (max-width: 1368px) {
  .landing-page-container .section-testimonials {
    padding: 35px 0;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper {
    height: 450px;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider {
    height: 450px;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card {
    height: 390px;
    margin: 0 50px;
  }
  .landing-page-container .section-testimonials .controls {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .landing-page-container .section-testimonials {
    padding: 35px 0 !important;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card {
    width: 650px;
    padding: 65px 40px 40px 40px !important;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card .text {
    font-size: 23px !important;
    line-height: 30px !important;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card .author {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .landing-page-container .section-testimonials .controls {
    padding: 20px;
  }
}
@media screen and (max-width: 912px) {
  .landing-page-container .section-testimonials .testimony-slider-wrapper {
    height: initial;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: visible;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider {
    position: relative;
    top: initial;
    left: initial !important;
    height: initial;
    width: 100%;
    min-width: initial;
    overflow: initial;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 25px !important;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card {
    width: calc(100% - 40px) !important;
    padding: 50px 25px 35px 35px !important;
    margin: 25px 0 !important;
    opacity: 100%;
    box-shadow: var(--dropshadow);
    height: auto !important;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card .text {
    flex: 1;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400;
    overflow-y: visible !important;
    padding-right: 10px;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card .author {
    padding-top: 15px;
    font-size: 16px !important;
    line-height: 10px !important;
  }
  .landing-page-container .section-testimonials .testimony-slider-wrapper .testimony-slider .testimony-card .apple-icon {
    top: -30px;
    left: 25px;
    height: 60px;
    width: 60px;
  }
  .landing-page-container .section-testimonials .controls {
    display: none;
  }
}
.nanopopup.landing-video-popup {
  display: flex;
  background-color: var(--default-color-3);
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  box-shadow: none !important;
  overflow: visible;
}
.nanopopup.landing-video-popup .close-container {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--landing-page-color-4);
  right: -15px;
  top: -15px;
  z-index: 10;
}
.nanopopup.landing-video-popup .close-container svg {
  font-size: 20px;
  color: var(--landing-page-color-3);
}
.nanopopup.landing-video-popup .close-container:hover {
  background-color: var(--landing-page-color-5);
}
.nanopopup.landing-video-popup .video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 25px;
  box-shadow: var(--dropshadow);
  overflow: hidden;
}
.nanopopup.landing-video-popup .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1px), (max-width: 1280px), (max-width: 992px), (max-width: 767px), (max-width: 480px) {
  .nanopopup.landing-video-popup {
    height: auto !important;
    min-width: 350px !important;
    max-width: 1000px !important;
    min-height: auto !important;
    max-height: auto !important;
  }
}


/*# sourceMappingURL=ConstellationLogin.128b570b022fadeb5949.css.map*/