.hero-landing {
  --hero-video-overlap: 220px;
  position: relative;
  overflow: hidden;
}
.hero-landing.hero-landing--has-video .hero-landing__hero {
  padding-bottom: var(--hero-video-overlap);
}
@media only screen and (min-width: 992px) {
  .hero-landing.hero-landing--has-video .hero-landing__hero.image-top {
    padding-top: var(--hero-video-overlap);
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-landing.hero-landing--has-video .hero-landing__hero.image-top--mobile {
    padding-top: var(--hero-video-overlap);
  }
}
.hero-landing.hero-landing--has-video .hero-landing__bottom {
  padding-top: calc(var(--hero-video-overlap) + 32px);
}
@media only screen and (min-width: 992px) {
  .hero-landing.hero-landing--full-height .hero-landing__hero-inner {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - var(--header-height));
  }
  .hero-landing.hero-landing--full-height .image-top {
    padding-top: 50vh !important;
  }
  .hero-landing.hero-landing--full-height .image-top .hero-landing__copy {
    margin-top: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 991.98px) {
  .hero-landing.hero-landing--full-height .image-top--mobile .hero-landing__copy {
    margin-top: auto;
  }
}
@media only screen and (min-width: 1399.98px) {
  .hero-landing.hero-landing--full-height .image-top {
    padding-top: calc(var(--hero-video-overlap) / 2) !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-landing.hero-landing--full-height-mobile .hero-landing__hero-inner {
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - var(--header-height));
  }
  .hero-landing.hero-landing--full-height-mobile .image-top .hero-landing__copy {
    margin-top: auto;
  }
}
.hero-landing__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--hero-landing-bg);
}
.hero-landing__hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-landing__hero-image img {
  display: block;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .hero-landing__hero-image--no-mobile {
    display: none;
  }
}
.hero-landing__hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 0 64px;
}
@media only screen and (min-width: 992px) {
  .hero-landing__hero-inner {
    padding: 32px 0;
  }
}
.hero-landing__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
  color: #fff;
}
.hero-landing__copy h1 {
  font-size: var(--heading-size, 80px);
  line-height: 0.95;
}
@media only screen and (max-width: 991.98px) {
  .hero-landing__copy h1 {
    font-size: var(--heading-size-mobile, 52px);
  }
}
.hero-landing__copy p {
  font-family: var(--font-heading-family);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
.hero-landing__copy p > * {
  font-family: var(--font-heading-family);
  font-size: inherit;
}
@media only screen and (min-width: 1440px) {
  .hero-landing__copy p {
    font-size: 20px;
  }
}
.hero-landing__copy p .stars {
  display: inline-flex;
  gap: 3px;
}
.hero-landing__copy p .stars svg {
  width: 17px;
  height: 16px;
}
.hero-landing__copy p .stars svg path {
  fill: #00b1a9;
}
.hero-landing__copy p .hero-landing__new-icon {
  display: inline-flex;
  margin-right: 6px;
}
.hero-landing__copy p .hero-landing__new-icon svg {
  width: 18px;
  height: 18px;
}
.hero-landing__copy p .hero-landing__new-icon svg path {
  fill: var(--subtitle-highlight, #00bec8);
}
.hero-landing__copy .hero-landing__subtitle strong,
.hero-landing__copy .hero-landing__subtitle b {
  font-size: inherit;
  color: var(--subtitle-highlight, #00bec8);
  font-weight: inherit;
}
.hero-landing__copy .hero-landing__reviews {
  margin: 0;
  font-family: var(--font-body-family);
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.05em;
}
.hero-landing__copy .hero-landing__reviews .stars {
  vertical-align: middle;
}
.hero-landing__copy .hero-landing__reviews .stars svg {
  width: 14px;
  height: 13px;
}
.hero-landing__ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.hero-landing__media {
  display: grid;
  gap: 1.5rem;
}
.hero-landing__video, .hero-landing__video--straddle {
  width: 100%;
}
.hero-landing__video {
  position: relative;
  z-index: 5;
  width: min(1320px, 100% - 80px);
  margin-inline: auto;
  margin-top: calc(var(--hero-video-overlap) * -1);
  margin-bottom: calc(var(--hero-video-overlap) * -1);
}
@media only screen and (max-width: 991.98px) {
  .hero-landing__video {
    width: calc(100% - 24px);
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-landing__video .desktop-only {
    display: none;
  }
}
.hero-landing__video .mobile-only {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .hero-landing__video .mobile-only {
    display: block;
  }
}
.hero-landing__video-inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: var(--aspect-ratio);
  border-radius: 16px;
  background: #000;
}
@media only screen and (max-width: 991.98px) {
  .hero-landing__video-inner {
    aspect-ratio: var(--mobile-aspect-ratio);
  }
}
.hero-landing__video-inner video,
.hero-landing__video-inner iframe {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-landing__video-cta {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border: none;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  color: #000;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  will-change: transform;
  backface-visibility: hidden;
}
.hero-landing__video-cta > * {
  pointer-events: none;
}
.hero-landing__video-cta > span {
  font-family: "T-Star", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: -2px;
  line-height: 1;
}
@media (hover: hover) {
  .hero-landing__video-cta:hover {
    cursor: pointer;
    text-decoration: underline;
    color: inherit;
    transform: scale(1.05);
  }
}
.hero-landing__video-cta--centered {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
}
.hero-landing__video-cta--centered > span {
  display: none;
}
.hero-landing__video-cta--centered svg {
  width: 40%;
  height: auto;
  fill: #000;
}
@media (hover: hover) {
  .hero-landing__video-cta--centered:hover {
    text-decoration: none;
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.hero-landing__poster {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-landing__poster--placeholder {
  width: 100%;
  padding-bottom: 56.25%;
  background: #111;
}
.hero-landing__poster-button {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  border: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.24);
}
.hero-landing__poster-button .icon-play {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 1.75rem;
}
.hero-landing__bottom {
  position: relative;
  padding-top: 32px;
  padding-bottom: 40px;
  background: var(--bottom-background);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media only screen and (min-width: 992px) {
  .hero-landing__bottom {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .hero-landing__bottom:not(:has(.hero-landing__quote-slider)):has(.hero-landing__logos--desktop) {
    padding-bottom: 0;
  }
}
.hero-landing:not(.hero-landing--has-video) .hero-landing__bottom {
  flex-direction: column-reverse;
}
.hero-landing__logo-area {
  position: relative;
  overflow: visible;
  padding-top: 36px;
  padding-bottom: 42px;
}
.hero-landing__logo-area::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  height: 200%;
  pointer-events: none;
  background: inherit;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 0;
}
.hero-landing__logo-area > * {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .hero-landing__logo-area {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.hero-landing__quote-slider {
  width: 100%;
}
.hero-landing__quote {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  text-align: center;
}
.hero-landing__quote-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 991.98px) {
  .hero-landing__quote-title {
    font-size: 20px;
  }
}
.hero-landing__quote-text {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
.hero-landing__logos.swiper {
  pointer-events: none;
}
@media only screen and (max-width: 991.98px) {
  .hero-landing__logos.hero-landing__logos--desktop {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .hero-landing__logos.hero-landing__logos--mobile {
    display: none;
  }
}
.hero-landing__logos, .hero-landing__logos-grid {
  width: 100%;
  margin: 0 auto;
}
.hero-landing__logos.swiper-free-mode > .swiper-wrapper, .hero-landing__logos-grid.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear;
}
.hero-landing__logos-grid {
  display: grid;
  grid-template-columns: repeat(var(--count), minmax(0, 1fr));
  gap: 1.5rem;
}
.hero-landing__logos-grid .hero-landing__logo {
  width: auto;
}
.hero-landing__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  width: 20vw;
}
@media only screen and (max-width: 767.98px) {
  .hero-landing__logo {
    width: 110px;
  }
}
.hero-landing__logo img {
  max-width: 120px;
  max-height: 120px;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 991.98px) {
  .hero-landing__hero-inner {
    padding: 40px 12px;
  }
  .hero-landing__logos {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-landing__copy p {
    font-size: 1rem;
  }
  .hero-landing__logos-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
.hero-landing-section .modal {
  padding: 0;
  border-radius: 10px;
  max-height: 95vh;
}
@media only screen and (max-width: 991.98px) {
  .hero-landing-section .modal {
    max-width: 75vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .hero-landing-section .modal {
    max-width: 90vw;
  }
}
.hero-landing-section .modal iframe {
  display: block;
  border-radius: 10px;
}
.hero-landing-section .modal .icon.icon-close path {
  fill: #fff;
}
