* {
  box-sizing: border-box;
}

html {
  background: #111816;
  scroll-behavior: auto;
}

body {
  margin: 0;
  color: #f7faf8;
  background: #111816;
  font-family: "Montserrat", sans-serif;
}

button,
a {
  font: inherit;
}

button {
  color: inherit;
}

img,
svg {
  max-width: 100%;
}

[data-split="heading"] {
  visibility: hidden;
}


/* Dropping cards + Over HTR hero */
.loading-container {
      z-index: 100;
      pointer-events: none;
      position: fixed;
      inset: 0;
    }

    .loading-screen {
      pointer-events: none;
      color: #fff;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      overflow: clip;
    }

    .loading-screen__background {
      background-color: #3D6C66;
      width: 100%;
      height: 100%;
      position: absolute;
    }

    .loading-screen__logo {
      width: clamp(6em, 7.5vw, 10em);
      text-align: center;
      white-space: nowrap;
      font-size: clamp(1rem, 1.2vw, 1.25rem);
      position: absolute;
      bottom: 2em;
    }

    .loading-screen__logo svg {
      display: none;
    }

    .loading-screen__logo::before {
      content: "Over HTR";
      display: block;
    }

    .loading-screen__list {
      grid-column-gap: .5em;
      grid-row-gap: .5em;
      opacity: 0;
      justify-content: center;
      align-items: center;
      display: flex;
      position: relative;
    }

    .loading-screen__card {
      aspect-ratio: 3 / 4;
      border-radius: .5em;
      width: 10em;
      font-size: max(1.5vw, 2em);
      position: absolute;
    }

    .cover-image {
      object-fit: cover;
      border-radius: inherit;
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
    }

    .cover-image.is--bg {
      height: 100%;
    }

    .page-wrapper {
      overflow: clip;
    }

    .loading-header {
      color: #fff;
      min-height: 100svh;
      position: relative;
      overflow: clip;
    }

    .loading-header::after {
      content: "";
      background:
        linear-gradient(90deg, rgba(20, 35, 31, .64) 0%, rgba(20, 35, 31, .18) 48%, rgba(20, 35, 31, .44) 100%),
        linear-gradient(0deg, rgba(10, 17, 16, .72) 0%, rgba(10, 17, 16, .1) 58%, rgba(10, 17, 16, .26) 100%);
      position: absolute;
      inset: 0;
      z-index: 1;
    }

    .htr-hero__bg {
      object-position: center center;
      filter: saturate(.9);
    }

    .htr-nav,
    .htr-hero__content {
      position: relative;
      z-index: 2;
    }

    .htr-nav {
      color: #fff;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      min-height: 5.75rem;
      padding: 1.2rem max(1.5rem, calc((100vw - 1264px) / 2));
      display: flex;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 50;
      transition: background-color .25s ease, box-shadow .25s ease, color .25s ease, min-height .25s ease, padding .25s ease;
    }

    .htr-logo {
      align-items: center;
      color: #fff;
      text-decoration: none;
      display: inline-flex;
      width: clamp(5.8rem, 8.6vw, 7.75rem);
      height: clamp(1.9rem, 2.8vw, 2.45rem);
      position: relative;
    }

    .htr-logo__img {
      object-fit: contain;
      object-position: left center;
      width: 100%;
      height: auto;
      max-height: 100%;
      display: block;
      transition: opacity .2s ease;
    }

    .htr-logo__img--color {
      opacity: 0;
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
    }

    html.is-header-scrolled .htr-nav,
    body.is-header-scrolled .htr-nav {
      color: #12342f;
      background-color: rgba(255, 255, 255, .96);
      box-shadow: 0 1rem 2.5rem rgba(8, 22, 20, .08);
      min-height: 4.9rem;
      padding-top: .9rem;
      padding-bottom: .9rem;
    }

    html.is-header-scrolled .htr-logo__img--light,
    body.is-header-scrolled .htr-logo__img--light {
      opacity: 0;
    }

    html.is-header-scrolled .htr-logo__img--color,
    body.is-header-scrolled .htr-logo__img--color {
      opacity: 1;
    }

    .htr-nav__links {
      align-items: center;
      gap: clamp(1.4rem, 2.8vw, 2.5rem);
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
    }

    .htr-nav__links a {
      color: inherit;
      text-decoration: none;
      font-size: clamp(1rem, 1.35vw, 1.22rem);
      line-height: 1;
    }

    .htr-hero__content {
      width: min(100% - 15vw, 1224px);
      margin-inline: auto;
      padding-top: clamp(18rem, 56.5vh, 32rem);
      padding-bottom: clamp(3.5rem, 8vh, 5.75rem);
    }

    .htr-hero__eyebrow {
      margin: 0 0 .5rem;
      font-size: clamp(1.1rem, 1.5vw, 1.32rem);
      font-weight: 400;
      line-height: 1.25;
    }

    .htr-hero__title {
      letter-spacing: -.055em;
      text-wrap: balance;
      max-width: 12.5em;
      margin: 0;
      font-size: clamp(3.25rem, 4.5vw, 4.1rem);
      font-weight: 700;
      line-height: .95;
    }

    .htr-hero__actions {
      align-items: center;
      margin-top: clamp(2.2rem, 4vw, 3.8rem);
      display: flex;
    }

    .htr-intro {
      background: #fff;
      color: #232323;
      min-height: 100svh;
      padding: clamp(6.5rem, 11vw, 8.5rem) 0 clamp(5rem, 9vw, 7.25rem);
    }

    .htr-intro__inner {
      grid-template-columns: minmax(0, 1fr) minmax(22rem, .78fr);
      column-gap: clamp(5rem, 11vw, 12rem);
      width: min(100% - 12vw, 1256px);
      margin-inline: auto;
      display: grid;
    }

    .htr-intro__eyebrow {
      color: #6F7472;
      letter-spacing: .04em;
      text-transform: uppercase;
      margin: 0 0 2.8rem;
      font-size: clamp(.82rem, .95vw, .98rem);
      font-weight: 400;
      line-height: 1.2;
    }

    .htr-intro__title {
      letter-spacing: -.055em;
      max-width: 12.4em;
      margin: 0;
      font-size: clamp(3.1rem, 4.45vw, 4rem);
      font-weight: 700;
      line-height: 1.05;
    }

    .htr-intro__title-accent {
      color: #3D6C66;
    }

    .htr-intro__image {
      aspect-ratio: 16 / 10;
      border-radius: .45rem;
      width: min(100%, 34rem);
      margin-top: clamp(4rem, 7vw, 6.5rem);
      overflow: clip;
    }

    .htr-intro__image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      display: block;
    }

    .htr-intro__copy {
      margin-top: clamp(19rem, 32vw, 30rem);
    }

    .htr-intro__copy p {
      margin: 0;
      font-size: clamp(1rem, 1.28vw, 1.15rem);
      font-weight: 400;
      line-height: 1.55;
    }

    .htr-intro__copy p + p {
      margin-top: 1.75rem;
    }

    .htr-intro__actions {
      align-items: center;
      margin-top: clamp(3rem, 5vw, 5.25rem);
      display: flex;
    }

    .btn-bubble-arrow {
      --bubble-arrow-bg: #06433F;
      --bubble-arrow-color: #fff;
      --bubble-duplicate-bg: #fff;
      --bubble-duplicate-color: #0A4B48;
      --bubble-content-bg: #3CC284;
      --bubble-content-color: #fff;
      border-radius: 10em;
      justify-content: center;
      align-items: center;
      font-size: clamp(1rem, 1.2vw, 1.12rem);
      font-weight: 600;
      text-decoration: none;
      cursor: pointer;
      display: flex;
      position: relative;
    }

    .htr-intro .btn-bubble-arrow {
      --bubble-duplicate-bg: #06433F;
      --bubble-duplicate-color: #fff;
    }

    .btn-bubble-arrow__arrow {
      color: var(--bubble-arrow-color);
      background-color: var(--bubble-arrow-bg);
      border-radius: 10em;
      flex-flow: row;
      justify-content: center;
      align-items: center;
      width: 3.7rem;
      height: 3.7rem;
      display: flex;
      position: relative;
      transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
      transform: scale(0) rotate(0.001deg);
      transform-origin: left;
    }

    .btn-bubble-arrow__arrow.is--duplicate {
      z-index: 2;
      color: var(--bubble-duplicate-color);
      background-color: var(--bubble-duplicate-bg);
      position: absolute;
      right: 0;
      transform: scale(1) rotate(0.001deg);
      transform-origin: right;
    }

    .btn-bubble-arrow__arrow-svg {
      width: 40%;
      transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
      transform: rotate(0.001deg);
    }

    .btn-bubble-arrow__content {
      color: var(--bubble-content-color);
      background-color: var(--bubble-content-bg);
      border-radius: 10em;
      justify-content: center;
      align-items: center;
      height: 3.7rem;
      padding-left: 1.55rem;
      padding-right: 1.55rem;
      display: flex;
      position: relative;
      transition: transform 0.735s cubic-bezier(0.625, 0.05, 0, 1);
      transform: translateX(-3.7rem) rotate(0.001deg);
    }

    .btn-bubble-arrow__content-text {
      line-height: 1;
      white-space: nowrap;
    }

    .btn-bubble-arrow:hover .btn-bubble-arrow__content,
    .btn-bubble-arrow:focus-visible .btn-bubble-arrow__content {
      transform: translateX(0em) rotate(0.001deg);
    }

    .btn-bubble-arrow:hover .btn-bubble-arrow__arrow-svg,
    .btn-bubble-arrow:focus-visible .btn-bubble-arrow__arrow-svg {
      transform: rotate(-45deg);
    }

    .btn-bubble-arrow:hover .btn-bubble-arrow__arrow,
    .btn-bubble-arrow:focus-visible .btn-bubble-arrow__arrow {
      transform: scale(1) rotate(0.001deg);
    }

    .btn-bubble-arrow:hover .btn-bubble-arrow__arrow.is--duplicate,
    .btn-bubble-arrow:focus-visible .btn-bubble-arrow__arrow.is--duplicate {
      transform: scale(0) rotate(0.001deg);
    }

    .btn-bubble-arrow:focus-visible {
      outline: 2px solid currentColor;
      outline-offset: .35rem;
    }

    @media (max-width: 800px) {
      .htr-nav {
        min-height: 4.9rem;
        padding: 1rem;
      }

      .htr-nav__links {
        display: none;
      }

      .htr-hero__bg {
        object-position: 56% center;
      }

      .htr-hero__content {
        width: min(100% - 2rem, 44rem);
        padding-top: clamp(24rem, 58vh, 31rem);
        padding-bottom: 3rem;
      }

      .htr-hero__title {
        max-width: 8em;
        font-size: clamp(3rem, 15vw, 4.75rem);
      }

      .htr-intro {
        min-height: auto;
        padding: 5.25rem 0 4.75rem;
      }

      .htr-intro__inner {
        grid-template-columns: 1fr;
        gap: 3rem;
        width: min(100% - 2rem, 44rem);
      }

      .htr-intro__eyebrow {
        margin-bottom: 1.7rem;
        font-size: 1rem;
      }

      .htr-intro__title {
        max-width: 9em;
        font-size: clamp(2.55rem, 11.6vw, 4.1rem);
        line-height: 1.02;
      }

      .htr-intro__image {
        width: 100%;
        margin-top: 2.6rem;
      }

      .htr-intro__copy {
        margin-top: 0;
      }

      .htr-intro__copy p {
        font-size: 1rem;
        line-height: 1.55;
      }
    }

    @media (max-width: 480px) {
      .htr-hero__content {
        padding-top: clamp(22rem, 54vh, 28rem);
      }

      .btn-bubble-arrow__arrow {
        width: 3.3rem;
        height: 3.3rem;
      }

      .btn-bubble-arrow__content {
        height: 3.3rem;
        padding-inline: 1.2rem;
        transform: translateX(-3.3rem) rotate(0.001deg);
      }
    }

/* Sticky steps */
.sticky-steps {
      min-height: 100dvh;
      position: relative;
      overflow: clip;
    }

    .sticky-steps::before {
      content: "";
      pointer-events: none;
      opacity: .08;
      background: url("../img/over-ons/shape.svg") center / contain no-repeat;
      width: min(76vw, 58rem);
      aspect-ratio: 1;
      position: absolute;
      top: clamp(3rem, 8vw, 7rem);
      left: 50%;
      transform: translateX(-50%);
    }

    .sticky-steps__container {
      max-width: 74em;
      margin-left: auto;
      margin-right: auto;
      padding-left: 1.5em;
      padding-right: 1.5em;
      position: relative;
      z-index: 1;
    }

    .sticky-steps__title {
      color: #3CC284;
      text-align: center;
      letter-spacing: 0;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 1.5em;
      font-size: clamp(3rem, 5.7vw, 5.6rem);
      font-weight: 700;
      line-height: 1;
    }

    .sticky-steps__collection {
      min-height: 100dvh;
      display: flex;
      position: relative;
    }

    .sticky-steps__list {
      grid-column-gap: 30dvh;
      grid-row-gap: 30dvh;
      flex-flow: column;
      flex: 1;
      padding-top: calc(50dvh - 7.5em);
      padding-bottom: calc(50dvh - 7.5em);
      display: flex;
    }

    .sticky-steps__text {
      grid-column-gap: 2em;
      grid-row-gap: 2em;
      flex-flow: column;
      width: 50%;
      padding-right: 6em;
      display: flex;
    }

    .sticky-steps__eyebrow {
      opacity: .5;
      text-transform: uppercase;
      font-size: 1.3125em;
      font-weight: 700;
    }

    .sticky-steps__h2 {
      letter-spacing: -.04em;
      margin-top: 0;
      margin-bottom: 0;
      font-size: clamp(3.75rem, 5.8vw, 5rem);
      font-weight: 500;
      line-height: .9;
    }

    .sticky-steps__p {
      opacity: .6;
      margin-bottom: 0;
      font-size: min(1.4375em, 5vw);
      line-height: 1.4;
    }

    .sticky-steps__media {
      width: 50%;
      height: 100%;
      padding-left: 3em;
      position: absolute;
      top: 0;
      right: 0;
    }

    .sticky-steps__sticky {
      align-items: center;
      width: 100%;
      min-height: 100dvh;
      display: flex;
      position: sticky;
      top: 0;
    }

    .sticky-steps__visual {
      aspect-ratio: 3 / 4;
      border-radius: 500em;
      width: 100%;
      position: relative;
    }

    .sticky-steps__cover-image {
      object-fit: cover;
      border-radius: inherit;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }

    @media screen and (min-width: 992px) {
      [data-sticky-steps-item-status] .sticky-steps__visual {
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
        opacity: 0;
        visibility: hidden;
      }

      [data-sticky-steps-item-status="before"] .sticky-steps__visual,
      [data-sticky-steps-item-status="active"] .sticky-steps__visual {
        opacity: 1;
        visibility: visible;
      }

      [data-sticky-steps-item-status] .sticky-steps__text {
        transition: opacity 0.5s ease-in-out;
        opacity: 0.25;
      }

      [data-sticky-steps-item-status="active"] .sticky-steps__text {
        opacity: 1;
      }
    }

    @media screen and (max-width: 991px) {
      .sticky-steps__list {
        grid-column-gap: 7.5em;
        grid-row-gap: 7.5em;
        padding-top: 10em;
        padding-bottom: 10em;
      }

      .sticky-steps__text {
        width: 100%;
        padding-bottom: 5em;
        padding-right: 0;
      }

      .sticky-steps__sticky {
        min-height: auto;
        position: relative;
        top: auto;
      }

      .sticky-steps__media {
        width: 100%;
        height: auto;
        padding-left: 0;
        position: relative;
        top: auto;
        right: auto;
      }
    }

    @media screen and (max-width: 767px) {
      .sticky-steps__text {
        grid-column-gap: 1.5em;
        grid-row-gap: 1.5em;
      }
    }

/* Background zoom */
.background-zoom {
      color: #f4f4f4;
      background-color: #003E3B;
      flex-flow: column;
      justify-content: center;
      align-items: center;
      min-height: 100svh;
      padding-top: calc(50dvh - 15em);
      padding-left: 1em;
      padding-right: 1em;
      display: flex;
      overflow: clip;
    }

    .background-zoom__h {
      text-align: center;
      letter-spacing: -.04em;
      max-width: 7em;
      margin-top: 0;
      margin-bottom: -.375em;
      font-family: "Montserrat", sans-serif;
      font-size: 7.5em;
      font-weight: 400;
      line-height: .95;
    }

    .background-zoom__h.is--margin-top {
      margin-top: 33dvh;
    }

    .background-zoom__h.is--statement {
      color: #3CC284;
      max-width: 8em;
      margin-top: 0;
      margin-bottom: 0;
      font-family: "Montserrat", sans-serif;
      font-size: clamp(4.25rem, 6vw, 6rem);
      font-style: italic;
      font-weight: 700;
      letter-spacing: 0;
    }

    .background-zoom__h1-span {
      color: #aba994;
    }

    .background-zoom__start {
      aspect-ratio: 1;
      border-radius: 16em;
      width: 16em;
      position: relative;
    }

    .background-zoom__content {
      border-radius: inherit;
      will-change: width, height, transform;
      background-color: #aba994;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0%;
      left: 0%;
      overflow: hidden;
    }

    .background-zoom__img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
    }

    .background-zoom__pod {
      color: #ff4800;
      text-align: center;
      letter-spacing: -.02em;
      width: 100%;
      font-size: 1.25em;
      font-weight: 900;
      line-height: 1;
      position: absolute;
      top: 1.25em;
    }

    .background-zoom__play {
      width: 4em;
      height: 4em;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .background-zoom__play-svg {
      width: 100%;
    }

    .background-zoom__dark {
      opacity: 0;
      background-color: #0d0f0d;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
    }

    .background-zoom__end {
      width: 100vw;
      height: 100dvh;
    }

    .background-zoom__title .background-zoom__h {
      margin-bottom: .25em;
    }

    .background-zoom__p {
      text-align: center;
      max-width: 22em;
      margin: 0;
      font-size: min(2.25em, 6vw);
      line-height: 1.35;
    }

    .background-zoom__p.is--margin-top {
      margin-top: 33dvh;
    }

    .background-zoom__p.is--large {
      max-width: 16em;
      font-size: min(3.25em, 8vw);
      line-height: 1.2;
    }

    .background-zoom__text {
      grid-column-gap: 2em;
      grid-row-gap: 2em;
      flex-flow: column;
      align-items: center;
      width: 100%;
      padding-bottom: calc(50dvh - 12em);
      display: flex;
      position: relative;
    }

    @media screen and (max-width: 767px) {
      .background-zoom__h {
        font-size: 3.75em;
      }
    }

/* Parallax hero */
.parallax-demo-wrap {
  background: #0a1713;
  width: 100%;
}

.parallax-demo-hero {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: clip;
}

.parallax-demo-hero::after {
  content: "";
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(7, 17, 15, .68) 0%, rgba(7, 17, 15, .26) 42%, rgba(7, 17, 15, .62) 100%),
    rgba(7, 17, 15, .26);
  position: absolute;
  inset: 0;
  z-index: 1;
}

.parallax-demo-bg {
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.parallax-demo-img {
  object-fit: cover;
  width: 100%;
  height: 130%;
  margin-top: -15%;
}

.parallax-demo-content {
  z-index: 2;
  width: min(92vw, 70rem);
  position: absolute;
  top: clamp(4rem, 12vh, 8rem);
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translateX(-50%);
}

.parallax-demo-title {
  color: #fff;
  text-align: center;
  width: min(100%, 12ch);
  margin: 0;
  font-size: clamp(3.5rem, 9vw, 8rem);
  font-weight: 700;
  line-height: .9;
}

.parallax-demo-actions {
  margin-top: clamp(2rem, 4vw, 3.25rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.parallax-demo-button--secondary {
  --bubble-arrow-bg: #fff;
  --bubble-arrow-color: #0a4b48;
  --bubble-duplicate-bg: #3cc284;
  --bubble-duplicate-color: #fff;
  --bubble-content-bg: #fff;
  --bubble-content-color: #0a4b48;
}

@media screen and (max-width: 767px) {
  .parallax-demo-content {
    width: calc(100% - 2rem);
    top: clamp(3rem, 8vh, 5rem);
  }

  .parallax-demo-actions {
    flex-direction: column;
    gap: .75rem;
  }
}

/* Sticky Features */
.sticky-features__wrap {
  width: 100%;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
  overflow: hidden;
}

.sticky-features__wrap::before {
  content: "";
  pointer-events: none;
  opacity: .08;
  background: url("../img/over-ons/shape.svg") center / contain no-repeat;
  width: min(70vw, 58rem);
  aspect-ratio: 1;
  position: absolute;
  right: -8vw;
  bottom: -12vw;
  z-index: 0;
}

.sticky-features__scroll {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  z-index: 1;
}

.sticky-features__container {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 70em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  z-index: 1;
}

.sticky-feaures__col {
  flex: 1;
  position: relative;
}

.sticky-feaures__col.is--img {
  overflow: hidden;
  border-radius: 0.75em;
}

.sticky-features__progress-w {
  position: absolute;
  left: 0em;
  right: 0em;
  bottom: 0em;
  height: 0.25em;
  background-color: rgba(60, 194, 132, 0.22);
}

.sticky-features__progress-bar {
  width: 100%;
  height: 100%;
  background-color: #3CC284;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
}

.sticky-features__img-collection {
  width: 100%;
}

.sticky-features__img-list {
  aspect-ratio: 1 / 1.3;
  width: 100%;
  position: relative;
}

.sticky-features__img-item {
  -webkit-clip-path: inset(50% round .75em);
  clip-path: inset(50% round .75em);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

[data-sticky-feature-visual-wrap]:first-of-type {
  clip-path: inset(0% round 0.75em);
}

.sticky-features__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.sticky-features__text-collection {
  height: 100%;
}

.sticky-features__text-list {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  max-height: 100%;
  display: flex;
  position: relative;
}

.sticky-features__text-item {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  visibility: hidden;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 27.5em;
  margin-left: auto;
  display: flex;
  position: absolute;
  right: 0;
}

[data-sticky-feature-item]:first-of-type {
  visibility: visible;
}

.sticky-features__heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 500;
  line-height: 1;
}

.sticky-features__p {
  color: #ffffffb3;
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.2;
}

.sticky-features__p.is--link {
  color: #fff;
  text-decoration: underline;
}

.sticky-features__p.is--statement {
  color: #3CC284;
  font-size: 1.6em;
  font-weight: 700;
}

.sticky-features__tag {
  color: #0f211a;
  background-color: #3CC284;
  border-radius: .25em;
  margin-bottom: 1.5em;
  padding: .5em .625em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1;
}

.resource-end {
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  display: flex;
}

@media screen and (max-width: 767px) {
  .sticky-features__scroll {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 100svh;
    padding-top: 1.25em;
    padding-bottom: 2.5em;
  }

  .sticky-features__container {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .sticky-features__img-list {
    aspect-ratio: 1;
  }

  .sticky-features__text-list {
    min-height: 20em;
    max-height: none;
  }

  .sticky-features__text-item {
    max-width: none;
  }

  .sticky-features__heading {
    font-size: 2.5em;
  }

  .sticky-features__p {
    font-size: 1em;
  }

  .sticky-features__tag {
    margin-bottom: 0;
  }

  .sticky-features__wrap::before {
    opacity: .07;
    width: 38rem;
    right: -16rem;
    bottom: 8rem;
  }
}

/* Footer parallax */
.htr-footer-wrap {
  color: #f7faf8;
  background: #07110f;
  position: relative;
  overflow: hidden;
}

.htr-footer {
  min-height: 85svh;
  padding: clamp(3rem, 6vw, 6rem) max(1.5rem, calc((100vw - 1264px) / 2));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(4rem, 9vw, 8rem);
  position: relative;
  z-index: 1;
}

.htr-footer__main {
  display: grid;
  grid-template-columns: minmax(18rem, .9fr) minmax(0, 1.4fr);
  gap: clamp(3rem, 7vw, 7rem);
  align-items: start;
}

.htr-footer__brand {
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.htr-footer__logo {
  width: min(21rem, 64vw);
  height: auto;
  display: block;
}

.htr-footer__contact,
.htr-footer__links,
.htr-footer__socials {
  margin: 0;
  padding: 0;
  list-style: none;
}

.htr-footer a {
  color: inherit;
  text-decoration: none;
}

.htr-footer a:hover {
  color: #3CC284;
}

.htr-footer__contact {
  display: grid;
  gap: .75rem;
  color: rgba(247, 250, 248, .78);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
  line-height: 1.35;
}

.htr-footer__cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2.5rem, 5vw, 5rem);
}

.htr-footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(1.25rem, 2vw, 2rem);
}

.htr-footer__eyebrow {
  color: #3CC284;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.2;
}

.htr-footer__links {
  display: grid;
  gap: .45rem;
}

.htr-footer__links a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.htr-footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  padding-top: .5rem;
}

.htr-footer__socials a {
  border: 1px solid rgba(247, 250, 248, .22);
  border-radius: 999px;
  padding: .65rem 1rem;
  color: rgba(247, 250, 248, .86);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1;
}

.htr-footer__socials a:hover {
  border-color: #3CC284;
  background: rgba(60, 194, 132, .12);
}

.htr-footer__bottom {
  border-top: 1px solid rgba(247, 250, 248, .16);
  padding-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  color: rgba(247, 250, 248, .7);
  font-size: clamp(.95rem, 1.2vw, 1.1rem);
}

.htr-footer__bottom p {
  margin: 0;
}

.htr-footer-wrap__dark {
  opacity: 0;
  pointer-events: none;
  background-color: #020706;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .htr-footer__main {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .htr-footer {
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }

  .htr-footer__cols {
    grid-template-columns: 1fr;
  }

  .htr-footer__bottom {
    flex-direction: column;
  }
}


/* WordPress page shell and resilient fallbacks */
body.htr-over-page-body {
  margin: 0;
  background: #111816;
}

.htr-over-page,
.htr-over-page * {
  box-sizing: border-box;
}

.htr-over-page {
  color: #f7faf8;
  background: #111816;
  font-family: "Montserrat", sans-serif;
  overflow: clip;
}

.no-js .loading-container {
  display: none;
}

.no-js [data-split="heading"],
.is-animation-fallback [data-split="heading"] {
  visibility: visible;
}

.is-animation-fallback .loading-container {
  display: none;
}

.htr-nav__toggle {
  display: none;
  flex: 0 0 auto;
  margin-left: auto;
  width: 2.75rem;
  height: 2.75rem;
  padding: .65rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
  z-index: 3;
}

.htr-nav__toggle > span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.htr-content-text > :first-child,
.sticky-steps__p > :first-child,
.background-zoom__p > :first-child,
.sticky-features__p > :first-child {
  margin-top: 0;
}

.htr-content-text > :last-child,
.sticky-steps__p > :last-child,
.background-zoom__p > :last-child,
.sticky-features__p > :last-child {
  margin-bottom: 0;
}

.htr-intro__text + .htr-intro__text {
  margin-top: 1.75rem;
}

@media screen and (max-width: 767px) {
  .htr-nav__toggle {
    display: block;
  }

  .htr-nav__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    position: absolute;
    top: calc(100% + .5rem);
    left: 1rem;
    right: 1rem;
    padding: 1.25rem;
    border-radius: .75rem;
    color: #111816;
    background: rgba(247, 250, 248, .98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-.5rem);
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }

  .htr-nav.is-menu-open .htr-nav__links {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .htr-nav.is-menu-open .htr-nav__toggle > span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .htr-nav.is-menu-open .htr-nav__toggle > span:nth-child(2) {
    opacity: 0;
  }

  .htr-nav.is-menu-open .htr-nav__toggle > span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

@media screen and (max-width: 480px) {
  .htr-hero__title {
    max-width: 100%;
    font-size: clamp(3rem, 12vw, 3.75rem);
    overflow-wrap: break-word;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .loading-container {
    display: none;
  }

  [data-split="heading"] {
    visibility: visible;
  }

  .htr-over-page *,
  .htr-over-page *::before,
  .htr-over-page *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

/* Team */
.htr-team {
  position: relative;
  isolation: isolate;
  padding: clamp(6rem, 10vw, 10rem) max(1.5rem, calc((100vw - 1408px) / 2));
  color: #f7faf8;
  background:
    radial-gradient(circle at 88% 8%, rgba(60, 194, 132, .1), transparent 30rem),
    #0d1714;
}

.htr-team::after {
  content: "";
  pointer-events: none;
  width: clamp(20rem, 31vw, 30rem);
  aspect-ratio: 1;
  position: absolute;
  z-index: -1;
  top: clamp(3rem, 8vw, 7rem);
  right: max(1.5rem, calc((100vw - 1408px) / 2));
  background: url("../img/over-ons/shape.svg") center / contain no-repeat;
  opacity: .48;
}

.htr-team__header {
  max-width: 62rem;
  margin-bottom: clamp(3rem, 6vw, 6rem);
  position: relative;
  z-index: 1;
}

.htr-team__eyebrow {
  margin: 0 0 1rem;
  color: #3cc284;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.htr-team__title {
  max-width: 11ch;
  margin: 0;
  font-size: clamp(3.25rem, 7vw, 7rem);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .92;
}

.htr-team__intro {
  max-width: 42rem;
  margin-top: clamp(1.5rem, 3vw, 2.5rem);
  color: rgba(247, 250, 248, .72);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.6;
}

.htr-team__intro > :first-child {
  margin-top: 0;
}

.htr-team__intro > :last-child {
  margin-bottom: 0;
}

.htr-team__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 2rem);
}

.htr-team-card {
  min-width: 0;
}

.htr-team-card__media {
  aspect-ratio: 2 / 3;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 1.5rem;
  background: #14211d;
  box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, .22);
  transform: translateZ(0);
  will-change: transform;
}

.htr-team-card__image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: block;
  object-fit: cover;
}

.htr-team-card__shade {
  pointer-events: none;
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 42%, rgba(5, 17, 14, .18) 58%, rgba(5, 17, 14, .94) 100%),
    linear-gradient(90deg, rgba(6, 67, 63, .1), transparent 55%);
}

.htr-team-card__content {
  width: 100%;
  height: 100%;
  padding: clamp(1.25rem, 2vw, 2rem);
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: .55rem;
}

.htr-team-card__content::before {
  content: "";
  width: 2.5rem;
  height: .22rem;
  margin-bottom: .35rem;
  border-radius: 99rem;
  background: #3cc284;
}

.htr-team-card__name {
  margin: 0;
  color: #fff;
  font-size: clamp(1.2rem, 1.7vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.htr-team-card__role {
  min-height: 2.5em;
  margin: 0;
  color: rgba(255, 255, 255, .72);
  font-size: .96rem;
  line-height: 1.25;
}

@media screen and (max-width: 991px) {
  .htr-team__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .htr-team {
    padding-inline: 1rem;
  }

  .htr-team::after {
    width: min(19rem, 68vw);
    right: 1rem;
    opacity: .32;
  }

  .htr-team__title {
    font-size: clamp(3rem, 16vw, 5rem);
  }

  .htr-team__grid {
    grid-template-columns: 1fr;
    max-width: 34rem;
    margin-inline: auto;
  }

  .htr-team-card__media {
    aspect-ratio: 3 / 4;
  }
}
