@charset "UTF-8";
@media only screen and (min-width: 64rem) {
  .page--pre-intro {
    opacity: 0;
    transform: translateY(20px);
  }

  .page--intro {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
    transition: opacity 1.2s cubic-bezier(0.65, 0, 0.35, 1),
      transform 1.2s cubic-bezier(0.65, 0, 0.35, 1);
  }
}

body:has(.header__announcement) .page {
  padding-block-start: var(--announcement-bar-height);
}

.home-hero-heading {
  position: relative;
}

.home-hero-heading__heading {
  align-items: center;
  /* color: #072929; */
  color: #000;
  display: flex;
  flex-direction: column;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1.1;
  padding-block-end: 0.625rem;
  text-wrap: balance;
}

.home-hero-heading__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.home-hero-heading__text {
  display: inline-block;
  position: relative;
}

.home-hero-heading__text:not(:last-child) {
  margin-inline-end: 0.625rem;
}

.home-hero-heading__explosion {
  height: 3.75rem;
  position: absolute;
  width: 3.75rem;
  z-index: 1;
}

.home-hero-heading__explosion--1 {
  inset-block-start: 0;
  inset-inline-start: var(--row-1-space, 0);
  transform: translateY(-50%);
}

.home-hero-heading__explosion--2 {
  inset-block-end: 0;
  inset-inline-end: var(--row-2-space, 0);
  transform: translate(-100%);
}

.home-hero-heading__explosion--3 {
  inset-block-start: 50%;
  inset-inline-end: var(--row-2-space, 0);
  transform: translateY(-50%);
}

.home-hero-heading__heading-asset {
  display: inline-block;
  flex-shrink: 0;
  line-height: 1;
  vertical-align: middle;
}

.home-hero-heading__heading-asset:not(:last-child) {
  margin-inline-end: 0.625rem;
}

.home-hero-heading__heading-asset--desktop {
  display: none;
}

.home-hero-heading__image-holder {
  height: auto;
  width: auto;
}

.home-hero-heading__image {
  border-radius: 10px;
  height: 2.5rem;
  position: relative;
  width: auto;
}

@media only screen and (min-width: 48rem) {
  .home-hero-heading__heading {
    font-size: 3.75rem;
    letter-spacing: 0.0375rem;
  }

  .home-hero-heading__explosion--1 {
    height: 5rem;
    width: 5rem;
  }

  .home-hero-heading__explosion--2 {
    height: 3.75rem;
    transform: translate(-100%, 25%);
    width: 3.75rem;
  }

  .home-hero-heading__explosion--3 {
    height: 3.4375rem;
    inset-block-start: 0;
    inset-inline-end: var(--row-1-space, 0);
    position: absolute;
    right: 36%;
    top: 20%;
    width: 3.4375rem;
  }
  .home-hero-heading__explosion--4 {
    height: 3.4375rem;
    inset-block-start: 0;
    inset-inline-end: var(--row-1-space, 0);
    position: absolute;
    left: 36%;
    top: -20px;
    width: 3.4375rem;
  }
  .home-hero-heading__row {
    gap: 1.125rem;
  }

  .home-hero-heading__heading-asset:not(:last-child),
  .home-hero-heading__text:not(:last-child) {
    margin-inline-end: 0;
  }

  .home-hero-heading__heading-asset--desktop {
    display: inline-block;
  }

  .home-hero-heading__heading-asset--mobile {
    display: none;
  }

  .home-hero-heading__image {
    height: 3.5rem;
  }
}

@media only screen and (min-width: 64rem) {
  .home-hero-heading__heading {
    font-size: 4.375rem;
    letter-spacing: 0.04375rem;
  }

  .home-hero-heading__explosion--1 {
    height: 5.9375rem;
    transform: translate(-50%, -50%);
    width: 5.9375rem;
  }

  .home-hero-heading__explosion--2 {
    height: 4.375rem;
    transform: translate(-150%, 25%);
    width: 4.375rem;
  }

  .home-hero-heading__explosion--3 {
    height: 4.0625rem;
    width: 4.0625rem;
  }

  .home-hero-heading__row {
    gap: 1.375rem;
  }

  .home-hero-heading__image {
    height: 4rem;
  }
}

@media only screen and (min-width: 75rem) {
  .home-hero-heading__heading {
    font-size: 5rem;
    letter-spacing: 0.05rem;
  }

  .home-hero-heading__explosion--1 {
    height: 7.25rem;
    width: 7.25rem;
  }

  .home-hero-heading__explosion--2 {
    height: 4.875rem;
    width: 4.875rem;
  }

  .home-hero-heading__explosion--3 {
    height: 4.5rem;
    width: 4.5rem;
  }

  .home-hero-heading__row {
    gap: 1.5625rem;
  }

  .home-hero-heading__image {
    height: 4.375rem;
  }
}

.marquee__row {
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}

.home-hero-card {
  aspect-ratio: 280/340;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-block-end: 40px;
  position: relative;
  text-decoration: none;
  width: 77.778vw;
}

/* .home-hero-card[href] {
    cursor: none
} */

/* .home-hero-card[href].is-animating {
    cursor: default
} */

.home-hero-card__floating-asset {
  height: 95%;
  inset-block-start: 50%;
  inset-inline-end: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 54%;
  z-index: 2;
}

.home-hero-card__floating-image {
  width: auto;
}

.home-hero-card__asset-badge {
  height: 12px;
  inset-block-start: 20px;
  inset-inline-start: 20px;
  position: absolute;
  width: 100px;
  z-index: 1;
}

.home-hero-card__asset-badge img {
  border-radius: 0;
}

.home-hero-card__marquee {
  margin-block-start: auto;
  position: relative;
  z-index: 1;
}

.home-hero-card__marquee-text {
  color: #ebeae1;
  font-size: 1.9375rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.019375rem;
}

.home-hero-card__asset {
  height: 400px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.main_div_second p {
  font-size: 25px !important;
  line-height: 1.2 !important;
  font-family: sans-serif;
  padding-bottom: 1em;
}

.home-hero-card__image {
  border-radius: 20px;
}

.home-hero-card__explosion {
  aspect-ratio: 1;
  display: block;
  height: auto;
  inset-block-start: 17.5%;
  inset-inline-start: 30%;
  pointer-events: none;
  position: absolute;
  width: 17%;
  z-index: 1;
}

.home-hero-card--green-gradient {
  /* background-image: linear-gradient(180deg,#1ef4b4,#c6b5ff) */
  background-color: #daff00;
}

.home-hero-card--orange-gradient {
  /* background-image: linear-gradient(180deg,#f75,#ffe9b5) */
  background-color: #daff00;
}

@media only screen and (min-width: 48rem) {
  .home-hero-card {
    width: unset;
  }
  .home-hero-card.first {
    aspect-ratio: 968/700;
  }
  .home-hero-card.second {
    aspect-ratio: 1000/725;
  }
  .home-hero-card__marquee-row--2 {
    margin-block-start: 0.875rem;
  }

  .home-hero-card__explosion {
    inset-block-start: 13.5%;
  }
}

@media only screen and (min-width: 64rem) {
  .home-hero-card {
    padding-block-end: 80px;
  }

  .home-hero-card__asset-badge {
    height: 16px;
    inset-block-start: 30px;
    inset-inline-start: 30px;
  }
}

@media only screen and (min-width: 75rem) {
  .home-hero-card {
    padding-block-end: 105px;
  }
}

.embla__dots {
  display: flex;
  position: relative;
}

.embla__dots--light-lines {
  width: 100%;
}

.embla__dots--light-lines .embla__dot {
  background-color: transparent;
  flex-grow: 1;
  height: 9px;
  position: relative;
}

.embla__dots--light-lines .embla__dot:after,
.embla__dots--light-lines .embla__dot:before {
  background-color: #fff;
  content: "";
  height: 1px;
  inset-block-start: 4px;
  inset-inline-start: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.embla__dots--light-lines .embla__dot:before {
  opacity: 0.3;
  z-index: 1;
}

.embla__dots--light-lines .embla__dot:after {
  opacity: 0;
}

.embla__dots--light-lines .embla__dot--active:after {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

@media (hover: hover) {
  .embla__dots--light-lines .embla__dot:hover:before {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }
}

.embla__dots--dark-lines {
  width: 100%;
}

.embla__dots--dark-lines .embla__dot {
  background-color: transparent;
  flex-grow: 1;
  height: 9px;
  position: relative;
}

.embla__dots--dark-lines .embla__dot:after,
.embla__dots--dark-lines .embla__dot:before {
  background-color: #000;
  content: "";
  height: 1px;
  inset-block-start: 4px;
  inset-inline-start: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.embla__dots--dark-lines .embla__dot:before {
  opacity: 0.3;
  z-index: 1;
}

.embla__dots--dark-lines .embla__dot:after {
  opacity: 0;
}

.embla__dots--dark-lines .embla__dot--active:after {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

@media (hover: hover) {
  .embla__dots--dark-lines .embla__dot:hover:before {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }
}

.embla__dots--dark-bullets {
  justify-content: center;
  margin-block-start: 1.4375rem;
}

.embla__dots--dark-bullets .embla__dot {
  background-color: transparent;
  cursor: pointer;
  height: 1.5rem;
  opacity: 0.2;
  position: relative;
  transition: opacity 0.2s ease-in;
  width: 1.5rem;
}

.embla__dots--dark-bullets .embla__dot:before {
  background-color: #fff;
  border-radius: 100000px;
  content: "";
  height: 0.625em;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 0.625em;
}

.embla__dots--dark-bullets .embla__dot--active {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

@media (hover: hover) {
  .embla__dots--dark-bullets .embla__dot:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }

  .embla__dots--dark-bullets .embla__dot:hover--active {
    opacity: 1;
  }
}

.embla__dots--light-bullets {
  justify-content: center;
  margin-block-start: 1.4375rem;
}

.embla__dots--light-bullets .embla__dot {
  background-color: transparent;
  cursor: pointer;
  height: 1.5rem;
  opacity: 0.2;
  position: relative;
  transition: opacity 0.2s ease-in;
  width: 1.5rem;
}

.embla__dots--light-bullets .embla__dot:before {
  background-color: #f5f5f0;
  border-radius: 100000px;
  content: "";
  height: 0.625em;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 0.625em;
}

.embla__dots--light-bullets .embla__dot--active {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

@media (hover: hover) {
  .embla__dots--light-bullets .embla__dot:hover {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }

  .embla__dots--light-bullets .embla__dot:hover--active {
    opacity: 1;
  }
}

.embla__dot {
  border: 0;
}

.home-hero {
  overflow: hidden;
  padding-block-start: 9.375rem;
}

.home-hero__tagline {
  margin-block-start: 1.25rem;
  text-align: center;
}

.home-hero__carousel-container {
  grid-column: 1/-1;
  margin-block-start: 60px;
  overflow: hidden;
  position: relative;
}

.home-hero__carousel-wrapper {
  display: flex;
}

.home-hero__carousel {
  overflow: visible;
}

.home-hero__carousel-holder {
  grid-column: 3/-3;
  overflow: visible;
  position: relative;
  width: 100%;
}

.home-hero__slide {
  flex-shrink: 0;
  margin-inline-end: 10px;
}

.home-hero__cards {
  display: none;
}

.home-hero__floating-image {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right;
  object-position: right;
}

@media only screen and (min-width: 48rem) {
  .home-hero {
    padding-block-start: 16.375rem;
  }

  .home-hero__tagline {
    margin-block-start: 3.125rem;
    margin-inline: auto;
    max-width: 650px;
  }

  .home-hero__cards {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    margin-block-start: 10rem;
    overflow: visible;
    /* margin-bottom: 50px; */
  }

  .main_div_second {
    background-color: #000;
    padding-bottom: 6em !important;
  }

  .home-hero__carousel-container {
    display: none;
  }

  .home-hero__card:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  .home-hero__card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
    justify-self: unset;
    margin-top: -3em;
  }

  .home-hero__floating-asset {
    align-self: start;
    aspect-ratio: 152/323;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    overflow: visible;
    pointer-events: none;
    width: min(26.3888888889vw, 0.2638888889 * 100rem);
    z-index: 1;
  }

  .home-hero__floating-image-holder {
    transform: translateY(-42px);
  }
}

@media only screen and (min-width: 48rem) {
  .pin-spacer:has(.home-hero) + .module {
    --flow-space: -200px;
  }
}

.floating-card {
  --card-padding: clamp(22px, 6.111vw, 30px);
  background-color: #ebeae1;
  border-radius: 20px;
  cursor: default;
  height: clamp(15.625rem, 69.444vw, 18.75rem);
  overflow: hidden;
  position: relative;
  width: clamp(15.625rem, 69.444vw, 18.75rem);
}

.floating-card:after {
  background-color: #072929;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.4s ease-in;
  width: 100%;
}

.floating-card__heading,
.floating-card__text {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--card-padding);
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.33, 1.4, 0.6, 1);
  width: 100%;
  z-index: 1;
}

.floating-card__heading {
  align-items: start;
}

.floating-card__text {
  color: #ebeae1;
  font-size: clamp(0.9375rem, 4.167vw, 1.25rem);
  line-height: 1.4;
  transform: translateY(100%);
}

.floating-card__icon {
  height: clamp(2.8125rem, 12.5vw, 3.75rem);
  inset-block-end: var(--card-padding);
  inset-inline-end: var(--card-padding);
  position: absolute;
  transition: opacity 0.4s ease-in;
  width: clamp(2.8125rem, 12.5vw, 3.75rem);
  z-index: 1;
}

.floating-card__icon--active {
  opacity: 0;
}

.floating-card--active:after {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}

.floating-card--active .floating-card__heading {
  transform: translateY(-100%);
}

.floating-card--active .floating-card__text {
  transform: translateY(0);
}

.floating-card--active .floating-card__icon--standard {
  opacity: 0;
  transition: opacity 0.4s ease-out;
}

.floating-card--active .floating-card__icon--active {
  opacity: 1;
  transition: opacity 0.4s ease-out;
}

@media (hover: hover) {
  .floating-card:hover:after {
    opacity: 1;
    transition: opacity 0.4s ease-out;
  }

  .floating-card:hover .floating-card__heading {
    transform: translateY(-100%);
  }

  .floating-card:hover .floating-card__text {
    transform: translateY(0);
  }

  .floating-card:hover .floating-card__icon--standard {
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }

  .floating-card:hover .floating-card__icon--active {
    opacity: 1;
    transition: opacity 0.4s ease-out;
  }
}

@media only screen and (min-width: 64rem) {
  .floating-card__heading {
    font-size: 2rem;
  }
}

.scrolling-text__text {
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  white-space: nowrap;
}

.floating-cards__scrolling-text {
  grid-column: 1/-1;
  inset-block-start: 50%;
  inset-inline-start: 0;
  position: fixed;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

.floating-cards__card-grid {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.floating-cards__card-holder {
  perspective: 2000px;
  z-index: 1;
}

.floating-cards__card-holder--2 {
  margin-block-start: 12.5rem;
}

.floating-cards__card-holder--3 {
  margin-block-start: 10rem;
}

.floating-cards__card {
  transform-style: preserve-3d;
}

.floating-cards__cta {
  width: -moz-fit-content;
  width: fit-content;
}

.floating-cards__arrow {
  transform: rotate(60deg);
}

.floating-cards__button-block {
  margin-block-start: calc(1.625rem + 90px);
  margin-inline: auto;
}

@media only screen and (min-width: 48rem) {
  .floating-cards__card-holder--1 {
    align-self: flex-start;
  }

  .floating-cards__card-holder--2 {
    align-self: flex-end;
    margin-block-start: 9.375rem;
  }

  .floating-cards__card-holder--3 {
    margin-block-start: 7.5rem;
  }
}

@media only screen and (min-width: 64rem) {
  .floating-cards__card-grid {
    grid-column: 5/-5;
  }

  .floating-cards__card-holder--2 {
    margin-block-start: 6.25rem;
  }

  .floating-cards__card-holder--3 {
    margin-block-start: 5rem;
  }
}

@media only screen and (min-width: 75rem) {
  .floating-cards__card-grid {
    display: grid;
    grid-column: 1/-1;
    grid-template-columns: 14.375rem 4.375rem 14.375rem 10.625rem 18.75rem;
    grid-template-rows: 16.5625rem 2.1875rem 16.5625rem 1.875rem 18.75rem 6.25rem;
    justify-self: center;
  }

  .floating-cards__card-holder--1 {
    grid-column: 1/3;
    grid-row: 1/3;
  }

  .floating-cards__card-holder--2 {
    grid-column: 5;
    grid-row: 2/4;
    margin-block-start: 0;
  }

  .floating-cards__card-holder--3 {
    grid-column: 2/4;
    grid-row: 5;
    margin-block-start: 0;
  }

  .floating-cards__cta {
    align-self: end;
    display: block;
    grid-column: 4/-1;
    grid-row: 5/-1;
    width: -moz-fit-content;
    width: fit-content;
  }

  .floating-cards__arrow {
    margin-inline-end: 75px;
    transform: rotate(0);
  }

  .floating-cards__button-block {
    margin-block-start: 2.5rem;
    margin-inline-end: 0;
    margin-inline-start: auto;
  }
}

.scrolling-text {
  overflow: hidden;
  padding-block: 0.4em;
}

.scrolling-text__text {
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  opacity: 0;
  white-space: nowrap;
}

@media only screen and (min-width: 48rem) {
  .scrolling-text__text {
    font-size: 7.5rem;
  }
}

@media only screen and (min-width: 64rem) {
  .scrolling-text__text {
    font-size: 10rem;
  }
}

@media only screen and (min-width: 75rem) {
  .scrolling-text__text {
    font-size: 12.5rem;
  }
}

.heading-asset-text {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0 0.75rem;
}

.heading-asset-text__heading-text {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-wrap: inherit;
}

.heading-asset-text__heading-asset {
  height: 2.5rem;
}

.heading-asset-text__image {
  border-radius: 10px;
  position: relative;
  width: auto;
}

.heading-asset-text--h1 {
  color: #072929;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .heading-asset-text--h1 {
    font-size: 3.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .heading-asset-text--h1 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 75rem) {
  .heading-asset-text--h1 {
    font-size: 4.625rem;
  }
}

.heading-asset-text--h2 {
  color: #072929;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0225rem;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .heading-asset-text--h2 {
    font-size: 2.625rem;
    letter-spacing: 0.01125rem;
  }
}

@media only screen and (min-width: 64rem) {
  .heading-asset-text--h2 {
    font-size: 2.875rem;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 75rem) {
  .heading-asset-text--h2 {
    font-size: 3.125rem;
  }
}

.heading-asset-text--h3 {
  color: #072929;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .heading-asset-text--h3 {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .heading-asset-text--h3 {
    font-size: 2.5rem;
  }
}

.heading-asset-text--h4 {
  color: #072929;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .heading-asset-text--h4 {
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 64rem) {
  .heading-asset-text--h4 {
    font-size: 1.875rem;
  }
}

.heading-asset-text--h5,
.heading-asset-text--h6 {
  color: #072929;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .heading-asset-text {
    gap: 0 1.125rem;
  }

  .heading-asset-text__heading-asset {
    height: 3.125rem;
  }
}

@media only screen and (min-width: 75rem) {
  .heading-asset-text__heading-asset {
    height: 3.75rem;
  }
}

@keyframes tickerLeft {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(calc(-50% - 30px));
  }
}

.logos-ticker-block {
  height: 72px;
  position: relative;
}

.logos-ticker-block__logos {
  animation-duration: 32s;
  animation-iteration-count: infinite;
  animation-name: tickerLeft;
  animation-play-state: running;
  animation-timing-function: linear;
  background-color: #f5f5f0;
  display: flex;
  gap: 60px;
  height: 100%;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
}

.logos-ticker-block__logo {
  flex-shrink: 0;
  mix-blend-mode: luminosity;
  opacity: 0.3;
}

.logos-ticker-block__asset {
  height: 100%;
}

.logos-ticker-block__image {
  position: relative;
}

@media only screen and (min-width: 75rem) {
  .logos-ticker-block {
    height: 113px;
  }
}

.product-card {
  aspect-ratio: 0.9;
  clip-path: inset(0 0 round 10px);
  color: #072929;
  display: flex;
  flex-direction: column;
  padding: 23px 17.45px;
  position: relative;
  text-decoration: none;
}

.product-card__heading {
  font-size: 1.090625rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}

.product-card__text {
  font-size: 0.581875rem;
  margin-block-start: 10px;
  position: relative;
  z-index: 1;
}

.product-card__logo {
  margin-block-start: auto;
  position: relative;
  z-index: 1;
}

.product-card__logo-image {
  max-height: 50px;
  max-width: 105px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
  position: relative;
}

.product-card__background {
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.product-card__background-image {
  transition: transform 0.4s ease-in;
}

.product-card[href] .product-card__background-image {
  transition: transform 0.4s ease-out;
}

@media (hover: hover) {
  .product-card:hover[href] .product-card__background-image {
    transform: scale(1.04);
  }
}

.product-card--inverted {
  color: #ebeae1;
}

.product-card--inverted .product-card__heading {
  color: #fff;
}

@media only screen and (min-width: 75rem) {
  .product-card {
    clip-path: inset(0 0 round 20px);
    padding: 40px 30px;
  }

  .product-card__heading {
    font-size: 1.875rem;
  }

  .product-card__text {
    font-size: 1rem;
    margin-block-start: 20px;
  }
}

.product-carousel-block__carousel {
  overflow: visible;
}

.product-carousel-block__carousel-wrapper {
  display: flex;
}

.product-carousel-block__card {
  flex-basis: 210px;
  flex-shrink: 0;
  margin-inline-end: 20px;
}

@media only screen and (min-width: 75rem) {
  .product-carousel-block__card {
    flex-basis: 360px;
    margin-inline-end: 30px;
  }
}

.results-module {
  overflow: hidden;
  padding-block-end: 5vw;
}

.results-module__heading {
  color: #072929;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  text-wrap: balance;
}

.results-module__logos {
  grid-column: 1/-1;
  margin-block-start: 48px;
  transform: rotate(-5deg);
}

.results-module__products {
  grid-column: 1/-1;
  margin-block-start: 30px;
  transform: rotate(-5deg);
}

@media only screen and (min-width: 48rem) {
  .results-module__heading {
    font-size: 2.875rem;
  }

  .results-module__logos {
    margin-block-start: 70px;
  }
}

@media only screen and (min-width: 64rem) {
  .results-module__heading {
    font-size: 3.375rem;
  }

  .results-module__logos {
    margin-block-start: 80px;
  }
}

@media only screen and (min-width: 75rem) {
  .results-module__heading {
    font-size: 3.75rem;
    grid-column: 7/-7;
  }

  .results-module__logos {
    margin-block-start: 90px;
  }
}

.big-cta {
  background-image: linear-gradient(207deg, #1ef4b4 2.05%, #c6b5ff 98.84%);
}

.big-cta__container {
  min-height: 31.25rem;
  padding-block: 100px;
  place-content: center;
  z-index: 2;
}

.big-cta__asset {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.big-cta__heading,
.big-cta__text-block {
  grid-column: 5/-5;
  margin-inline: auto;
  text-align: center;
}

.big-cta__heading {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.025rem;
  line-height: 1.1;
}

.big-cta__text-block {
  margin-block-start: 1.25rem;
}

.big-cta__button-block {
  margin-block-start: 2.5rem;
}

.big-cta__explosions-holder {
  height: 74%;
  inset-block-start: 13%;
  inset-inline-start: 12.5vw;
  pointer-events: none;
  position: absolute;
  width: 75vw;
  z-index: 1;
}

.big-cta__explosion {
  aspect-ratio: 1;
  pointer-events: none;
  position: absolute;
  width: 7.5vw;
}

.big-cta__explosion--1 {
  inset-block-start: 50%;
  inset-inline-start: 0;
  transform: translateY(-50%);
}

.big-cta__explosion--2 {
  inset-block-end: 0;
  inset-inline-start: 70%;
}

.big-cta__explosion--3 {
  inset-block-start: 0;
  inset-inline-end: 0;
}

@media only screen and (min-width: 48rem) {
  .big-cta__container {
    min-height: 37.5rem;
  }

  .big-cta__heading {
    font-size: 3.125rem;
    letter-spacing: 0.03125rem;
  }

  .big-cta__text-block {
    margin-block-start: 1.875rem;
  }
}

@media only screen and (min-width: 64rem) {
  .big-cta {
    background-image: linear-gradient(263deg, #1ef4b4 8.15%, #c6b5ff 82.64%);
  }

  .big-cta__heading {
    font-size: 3.75rem;
    letter-spacing: 0.0375rem;
  }
}

@media only screen and (min-width: 100rem) {
  .big-cta__explosions-holder {
    inset-inline-start: calc(50vw - 37.5rem);
    width: 75rem;
  }

  .big-cta__explosion {
    width: 7.5rem;
  }
}

.basic-text:first-child .basic-text__container {
  padding-block-start: 7.5rem;
}

@media only screen and (min-width: 64rem) {
  .basic-text:first-child .basic-text__container {
    padding-block-start: 9.375rem;
  }
}

.quotes-module {
  text-align: center;
}

.quotes-module__heading {
  justify-content: center;
  margin-block-end: 3.75rem;
  text-align: center;
}

.quotes-module__carousel {
  grid-column: 3/-3;
  margin-block-start: 40px;
  overflow: hidden;
}

.quotes-module__quote-text {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.quotes-module__quote-source {
  margin-block-start: 40px;
}

.quotes-module__logos {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: 100%;
  height: 100%;
  justify-self: center;
  max-height: 60px;
  max-width: 160px;
  width: 100%;
}

.quotes-module__logo {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.quotes-module__logo--active {
  opacity: 1;
  pointer-events: auto;
}

.quotes-module__logo-image {
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
}

.quotes-module__arrow {
  display: none;
}

.quotes-module__carousel-wrapper {
  display: flex;
}

.quotes-module__quote {
  flex-basis: 100%;
  flex-shrink: 0;
}

@media only screen and (min-width: 48rem) {
  .quotes-module__heading {
    margin-block-end: 6.25rem;
  }

  .quotes-module__carousel {
    grid-column: 5/-5;
  }
}

@media only screen and (min-width: 64rem) {
  .quotes-module__carousel {
    grid-column: 7/-7;
  }

  .quotes-module__quote-text {
    font-size: 1.625rem;
  }

  .quotes-module__arrow {
    align-self: center;
    display: block;
    position: absolute;
    transform: translateY(40px);
  }

  .quotes-module__arrow--previous {
    grid-column: 3 / span 1;
  }

  .quotes-module__arrow--next {
    grid-column: span 1/-3;
  }
}

@media only screen and (min-width: 75rem) {
  .quotes-module__quote-text {
    font-size: 1.875rem;
  }
}

.tag {
  background-color: #072929;
  clip-path: inset(0 0 round 100000px);
  color: #ebeae1;
  display: inline-flex;
  font-size: 0.875rem;
  line-height: 1;
  padding: 6px 15px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.tag--mid-green {
  background-color: #1e3c3b;
}

.author-info {
  align-items: center;
  display: flex;
  gap: 0.9375rem;
}

.author-info__asset-holder {
  flex-shrink: 0;
  height: 2.5rem;
  position: relative;
  width: 2.5rem;
}

.author-info__asset-holder:not(:has(.author-info__asset)) {
  background: linear-gradient(180deg, #f75, #ffe9b5);
  border-radius: 50%;
}

.author-info__frame {
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.author-info__asset {
  border-radius: 50%;
  height: 2.5rem;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 2.5rem;
}

.author-info__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.author-info__name {
  color: #072929;
  font-weight: 500;
}

.author-info__name,
.author-info__position {
  font-style: normal;
}

.author-info__position {
  color: #1e3c3b;
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0.7;
}

.author-info--large-image .author-info__position {
  opacity: 1;
}

.author-info--large-image .author-info__asset,
.author-info--large-image .author-info__asset-holder {
  height: 3.75rem;
  width: 3.75rem;
}

.author-info--small .author-info__name {
  font-size: 0.875rem;
}

.author-info--small .author-info__position {
  font-size: 0.75rem;
}

.author-info--light .author-info__name,
.author-info--light .author-info__position {
  color: #fff;
}

.author-info--blog .author-info__name,
.author-info--blog .author-info__position {
  color: #1e3c3b;
  line-height: 1;
}

.author-info--blog .author-info__position {
  margin-block-start: 0.3125rem;
  opacity: 1;
}

@media only screen and (min-width: 64rem) {
  .author-info--blog {
    gap: 1.25rem;
  }

  .author-info--blog .author-info__text {
    display: flex;
  }

  .author-info--blog .author-info__name,
  .author-info--blog .author-info__position {
    align-self: center;
  }

  .author-info--blog .author-info__name {
    white-space: nowrap;
  }

  .author-info--blog .author-info__name:has(+ .author-info__position):after {
    content: " — ";
  }

  .author-info--blog .author-info__position {
    font-size: 1rem;
    margin-block-start: 0;
  }
}

.calendar-icon--light .calendar-icon__path {
  fill: #f5f5f0;
}

.calendar-icon--dark .calendar-icon__path {
  fill: #072929;
}

.event-details {
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
}

.event-details__info-holder {
  align-items: center;
  display: flex;
  gap: 0.625rem;
}

.event-details__icon {
  flex-shrink: 0;
  opacity: 0.7;
}

.event-details__icon--calendar {
  height: 1.0625rem;
  width: 1rem;
}

.event-details__icon--map-pin {
  height: 1.0625rem;
  width: 0.875rem;
}

.event-details__text {
  color: #072929b3;

  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

.event-details--light .event-details__text {
  color: #ebeae0b3;
}

.event-date {
  background-color: #072929;
  border-radius: 10px;
  color: #ebeae1;
  display: flex;
  flex-direction: column;

  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 10px;
  position: relative;
  row-gap: 6px;
  text-transform: uppercase;
}

.event-date__day {
  font-size: 1.5rem;
}

.event-date--mid-green {
  background-color: #1e3c3b;
}

.article-card {
  align-items: flex-start;
  clip-path: inset(0 0 round 10px);
  color: #072929;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
  text-decoration: none;
}

.article-card__asset {
  aspect-ratio: 1.4;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.article-card__event-date {
  inset-block-start: 20px;
  inset-inline-start: 20px;
  position: absolute;
  z-index: 3;
}

.article-card__image {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease-in;
}

.article-card__content {
  background-color: #ebeae1;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
  width: 100%;
}

.article-card__headline {
  align-items: flex-start;
  flex-grow: 1;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-block-start: 20px;
}

.article-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-card__author,
.article-card__date {
  margin-block-start: 20px;
}

.article-card__date {
  color: #072929b3;
  font-size: 0.875rem;
}

.article-card__event-details {
  margin-block-start: 30px;
}

@media (hover: hover) {
  .article-card:hover .article-card__image {
    transform: scale(1.05);
    transition: transform 0.4s ease-out;
  }
}

@media only screen and (min-width: 64rem) {
  .article-card {
    clip-path: inset(0 0 round 20px);
  }

  .article-card__event-date {
    inset-block-start: 30px;
    inset-inline-start: 30px;
  }

  .article-card__content {
    padding: 30px;
  }

  .article-card__author,
  .article-card__date {
    margin-block-start: 30px;
  }
}

.article-feed-module__heading {
  justify-content: center;
}

.article-feed-module__button-block {
  justify-self: center;
  margin-block-start: 60px;
  order: 3;
}

.article-feed-module__carousel-container {
  grid-column: 1/-1;
  margin-block-start: 60px;
  overflow: hidden;
  position: relative;
}

.article-feed-module__carousel-wrapper {
  display: flex;
}

.article-feed-module__carousel,
.article-feed-module__carousel-holder {
  overflow: visible;
}

.article-feed-module__slide {
  flex-basis: 85%;
  margin-inline-end: 10px;
}

@media only screen and (min-width: 48rem) {
  .article-feed-module__heading {
    align-self: center;
    grid-column: 3 / span 7;
    grid-row: 1;
    justify-content: flex-start;
  }

  .article-feed-module__button-block {
    align-self: center;
    grid-column: 11/-3;
    grid-row: 1;
    justify-self: flex-end;
    margin-block-start: 0;
  }

  .article-feed-module__slide {
    flex-basis: 55%;
    margin-inline-end: 20px;
  }
}

@media only screen and (min-width: 64rem) {
  .article-feed-module__slide {
    flex-basis: 45%;
    margin-inline-end: 30px;
  }
}

@media only screen and (min-width: 75rem) {
  .article-feed-module__slide {
    flex-basis: calc(33% - 15px);
    margin-inline-end: 30px;
  }
}

.breadcrumbs {
  align-items: center;
  -moz-column-gap: 1.0625rem;
  column-gap: 1.0625rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
}

.breadcrumbs__link {
  align-items: center;
  color: #072929;
  display: inline-flex;

  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  opacity: 0.7;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}

.breadcrumbs__link:last-child {
  opacity: 1;
  pointer-events: none;
}

@media (hover: hover) {
  .breadcrumbs__link:hover {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }

  .breadcrumbs__link:hover .breadcrumbs__arrow,
  .breadcrumbs__link:hover ~ .breadcrumbs__link .breadcrumbs__arrow {
    transform: rotateY(180deg);
    transition: transform 0.2s ease-out;
  }
}

.breadcrumbs__arrow {
  margin-inline-start: 1.0625rem;
  transition: transform 0.2s ease-in;
}

.standard-hero__container {
  padding-block-start: 7.5rem;
}

.standard-hero__button-block,
.standard-hero__heading {
  margin-block-start: 2.5rem;
}

.standard-hero__text-block {
  font-size: 1.125rem;
  margin-block-start: 1.875rem;
}

.standard-hero__anchor-links-holder {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 30px;
  grid-column: 1/-1;
  justify-content: flex-start;
  margin-block-start: 1.25rem;
  overflow: auto;
  padding-block-end: 0.625rem;
  padding-inline: 8.33333vw;
  position: relative;
}

.standard-hero__anchor-links {
  flex-wrap: nowrap;
}

.standard-hero__asset {
  aspect-ratio: 1;
  border-radius: 20px;
  margin-block-start: 2.5rem;
}

.standard-hero__image {
  -o-object-position: top right;
  object-position: top right;
}

.standard-hero__anchor-heading {
  flex-shrink: 0;

  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  margin-block-start: 2.5rem;
}

.standard-hero__anchor-heading--desktop {
  display: none;
}

@media only screen and (min-width: 48rem) {
  .standard-hero__anchor-links-holder,
  .standard-hero__breadcrumbs,
  .standard-hero__button-block,
  .standard-hero__heading,
  .standard-hero__text-block {
    grid-column: 3/18;
  }

  .standard-hero__breadcrumbs {
    margin-block-start: 1.875rem;
  }

  .standard-hero__text-block {
    margin-block-start: 2.5rem;
  }

  .standard-hero__button-block {
    margin-block-start: 3.125rem;
  }

  .standard-hero__anchor-links-holder {
    margin-block-start: 3.125rem;
    overflow: unset;
    padding-block-end: 0;
    padding-inline: 0;
  }

  .standard-hero__asset {
    grid-column: 19/-3;
    grid-row: 1/6;
    margin-block-start: 0;
  }

  .standard-hero__anchor-heading {
    margin-block-start: 0;
  }

  .standard-hero__anchor-heading--desktop {
    display: block;
  }

  .standard-hero__anchor-heading--mobile {
    display: none;
  }
}

@media only screen and (min-width: 64rem) {
  .standard-hero__anchor-links-holder,
  .standard-hero__breadcrumbs,
  .standard-hero__button-block,
  .standard-hero__heading,
  .standard-hero__text-block {
    grid-column: 3/16;
  }

  .standard-hero__asset {
    grid-column: 17/-3;
  }

  .standard-hero__breadcrumbs {
    margin-block-start: 2.5rem;
  }

  .standard-hero__text-block {
    margin-block-start: 3.125rem;
  }

  .standard-hero__button-block {
    margin-block-start: 3.75rem;
  }
}

@media only screen and (min-width: 75rem) {
  .standard-hero__anchor-links,
  .standard-hero__breadcrumbs,
  .standard-hero__button-block,
  .standard-hero__heading,
  .standard-hero__text-block {
    grid-column: 3/15;
  }

  .standard-hero__asset {
    grid-column: 16/-3;
  }

  .standard-hero__breadcrumbs {
    margin-block-start: 3.4375rem;
  }

  .standard-hero__text-block {
    margin-block-start: 3.75rem;
  }

  .standard-hero__button-block {
    margin-block-start: 5rem;
  }
}

@media only screen and (min-width: 85.375rem) {
  .standard-hero__anchor-links-holder,
  .standard-hero__breadcrumbs,
  .standard-hero__button-block,
  .standard-hero__heading,
  .standard-hero__text-block {
    grid-column: 3/14;
  }

  .standard-hero__asset {
    grid-column: 15/-3;
  }
}

.accordion {
  overflow: hidden;
}

.accordion__wrapper {
  display: flex;
}

.accordion__item {
  flex-basis: 100%;
  flex-shrink: 0;
}

.accordion__term {
  align-items: center;
  display: flex;
  font-size: 1.875rem;
  justify-content: space-between;
  line-height: 1;
}

.accordion__content {
  padding-block-start: 20px;
}

.accordion__dots {
  justify-content: flex-start;
}

@media only screen and (min-width: 48rem) {
  .accordion {
    border-block-start: 1px solid rgba(0, 0, 0, 0.1);
    overflow: visible;
  }

  .accordion__wrapper {
    display: block;
  }

  .accordion__term {
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 400;
    opacity: 0.5;
    transition: font-size 0.2s ease, opacity 0.2s ease;
  }

  .accordion__item {
    border-block-end: 1px solid rgba(0, 0, 0, 0.1);
    padding-block: 30px;
  }

  .accordion__item--active .accordion__term {
    font-size: 1.875rem;
    opacity: 1;
  }

  .accordion__item--active .accordion__detail {
    grid-template-rows: 1fr;
    margin-block-start: 20px;
  }

  .accordion__item--active .accordion__content-holder {
    visibility: visible;
  }

  .accordion__detail {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.2s ease, margin 0.2s ease;
  }

  .accordion__content-holder {
    min-height: 0;
    transition: visibility 0.2s ease;
    visibility: hidden;
  }
}

@media only screen and (min-width: 64rem) {
  .accordion__term {
    font-size: 1.5rem;
  }
}

.accordion-module__heading {
  grid-row: 1;
}

.accordion-module__asset {
  aspect-ratio: 1.65;
  flex-basis: 80%;
  flex-shrink: 0;
  grid-column: 1/-1;
  grid-row: 2;
  margin-block-start: 30px;
  opacity: 0;
  padding-inline: 10px;
  pointer-events: none;
}

.accordion-module__asset--active {
  opacity: 1;
}

.accordion-module__image-holder {
  position: relative;
}

.accordion-module__image {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.accordion-module__button-block,
.accordion-module__content-area {
  margin-block-start: 30px;
}

@media only screen and (min-width: 48rem) {
  .accordion-module__container {
    grid-template-rows: 80px auto 80px;
  }

  .accordion-module__heading {
    align-self: flex-end;
    grid-column: span 10/-3;
    grid-row: 1/2;
  }

  .accordion-module__asset {
    aspect-ratio: 1.3;
    border-radius: 20px;
    grid-column: 2 / span 11;
    grid-row: 1/4;
    margin-block-start: 0;
    padding-inline: 0;
  }

  .accordion-module__content-area {
    grid-column: span 10/-3;
    grid-row: 2/3;
  }

  .accordion-module__image {
    border-radius: 0;
  }

  .accordion-module--reversed .accordion-module__asset {
    grid-column: span 11/-2;
  }

  .accordion-module--reversed .accordion-module__content-area,
  .accordion-module--reversed .accordion-module__heading {
    grid-column: 3 / span 10;
  }
}

@media only screen and (min-width: 64rem) {
  .accordion-module__asset {
    grid-column: 3 / span 13;
  }

  .accordion-module__content-area,
  .accordion-module__heading {
    grid-column: span 8/-3;
  }

  .accordion-module__button-block,
  .accordion-module__content-area {
    margin-block-start: 40px;
  }

  .accordion-module--reversed .accordion-module__asset {
    grid-column: span 13/-3;
  }

  .accordion-module--reversed .accordion-module__content-area,
  .accordion-module--reversed .accordion-module__heading {
    grid-column: 3 / span 8;
  }
}

.large-item-card {
  overflow: hidden;
  text-decoration: none;
}

.large-item-card__heading {
  margin-block-start: 30px;
  padding-inline: 4.16667vw;
}

.large-item-card__text {
  color: #000;
  max-width: 22.5rem;
}

.large-item-card__button-container,
.large-item-card__text {
  margin-block-start: 20px;
  padding-inline: 4.16667vw;
}

.large-item-card__asset {
  border-radius: 10px;
}

.large-item-card__image,
.large-item-card__video {
  position: relative;
  transition: transform 0.4s ease-in;
}

@media (hover: hover) {
  .large-item-card[href]:hover .large-item-card__image {
    transform: scale(1.05);
    transition: transform 0.4s ease-out;
  }

  .large-item-card[href]:hover .large-item-card__button:before {
    transform: translate(100%);
    transition: transform 0.2s ease-in;
  }

  .large-item-card[href]:hover .large-item-card__button:after {
    transform: translate(0);
    transition: transform 0.2s ease-out;
    transition-delay: 0.2s;
  }
}

@media only screen and (min-width: 48rem) {
  .large-item-card__button-container,
  .large-item-card__heading,
  .large-item-card__text {
    padding-inline: 0;
  }

  .large-item-card__asset {
    border-radius: 20px;
  }
}

.grid-large-items__heading {
  justify-content: center;
  margin-block-end: 2.5rem;
  margin-inline: auto;
  text-align: center;
}

.grid-large-items__text-block {
  margin-block-start: 2.5rem;
  margin-inline: auto;
  text-align: center;
}

.grid-large-items__grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
  grid-column: 3/-3;
}

.grid-large-items__button-block {
  margin-block-start: 3.75rem;
  margin-inline: auto;
}

@media only screen and (min-width: 48rem) {
  .grid-large-items__heading {
    justify-content: flex-start;
    margin-block-end: 0;
  }

  .grid-large-items__grid {
    display: grid;
    gap: 60px 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-block-start: 100px;
  }

  .grid-large-items__button-block {
    margin-block-start: 5.625rem;
  }

  .grid-large-items--three-card-per-row .grid-large-items__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-large-items--two-card-per-row .large-item-card__text {
    max-width: unset;
  }
}

.small-item-card {
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}

.small-item-card__heading {
  margin-block-start: 1.875rem;
}

.small-item-card__text {
  color: #000;
  margin-block-start: 1.25rem;
}

.small-item-card__asset {
  aspect-ratio: 6/5;
  border-radius: 10px;
  height: 3.75rem;
  margin-inline: auto;
  width: 3.75rem;
}

.grid-small-items__heading {
  justify-content: center;
  text-align: center;
}

.grid-small-items__text-block {
  margin-block-start: 40px;
  text-align: center;
}

.grid-small-items__grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.grid-small-items__asset {
  height: 3.75rem;
  width: 3.75rem;
}

.grid-small-items__button-block {
  margin-block-start: 3.75rem;
  margin-inline: auto;
}

.grid-small-items:has(.grid-small-items__heading) .grid-small-items__grid,
.grid-small-items:has(.grid-small-items__text-block) .grid-small-items__grid {
  margin-block-start: 60px;
}

@media only screen and (min-width: 48rem) {
  .grid-small-items__grid {
    display: grid;
    gap: 60px 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-small-items__button-block {
    margin-block-start: 5.625rem;
  }
}

@media only screen and (min-width: 64rem) {
  .grid-small-items__text-block {
    grid-column: 5/-5;
  }

  .grid-small-items__grid {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 60px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: space-between;
  }

  .grid-small-items__card {
    flex: 1 1 calc(18% - 30px);
    max-width: 100%;
    min-width: 200px;
  }
}

@media only screen and (min-width: 75rem) {
  .grid-small-items__text-block {
    grid-column: 6/-6;
  }
}

.asset-content-centred__logo {
  height: 1.25rem;
  justify-content: center;
  margin-block-end: 40px;
}

.asset-content-centred__logo-image {
  height: 20px;
}

.asset-content-centred__heading {
  justify-content: center;
}

.asset-content-centred__heading-text {
  text-align: center;
}

.asset-content-centred__text-block {
  margin-block-start: 2.5rem;
  margin-inline: auto;
  text-align: center;
}

.asset-content-centred__asset {
  border-radius: 10px;
  grid-column: 3/-3;
  height: auto;
  margin-block-start: 3.75rem;
  width: 100%;
}

.asset-content-centred__image {
  height: auto;
  position: relative;
  width: 100%;
}

.asset-content-centred__button-block {
  margin-block-start: 3.75rem;
}

@media only screen and (min-width: 48rem) {
  .asset-content-centred__asset {
    border-radius: 20px;
  }

  .asset-content-centred__heading,
  .asset-content-centred__text-block {
    grid-column: 4/-4;
  }
}

@media only screen and (min-width: 64rem) {
  .asset-content-centred__heading,
  .asset-content-centred__text-block {
    grid-column: 5/-5;
  }
}

@media only screen and (min-width: 75rem) {
  .asset-content-centred__heading,
  .asset-content-centred__text-block {
    grid-column: 6/-6;
  }
}

.callout-box__container {
  grid-template-rows: 60px auto auto auto auto 60px;
}

.callout-box__background {
  background-color: #ebeae1;
  border-radius: 20px;
  grid-row: 1/7;
}

.callout-box__heading,
.callout-box__text-block {
  color: #000;
  margin-inline: auto;
  text-align: center;
}

.callout-box__text {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  grid-row: 2/3;
  padding-inline: 30px;
}

.callout-box__logo-block {
  background-color: #f5f5f0;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  grid-row: 3/4;
  justify-content: center;
  margin-block-start: 2.5rem;
  margin-inline: 20px;
}

.callout-box__block {
  display: block;
  grid-row: 5/6;
  justify-content: center;
  margin-block-start: 2.5rem;
  text-decoration: none;
}

.callout-box__image,
.callout-box__logo {
  height: 100%;
  width: 100%;
}

.callout-box__image {
  -o-object-fit: contain;
  object-fit: contain;
}

.callout-box__logo-holder {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  min-height: 170px;
  min-width: 200px;
}

.callout-box__arrow-circle-icon {
  grid-column: 4/24;
  grid-row: 4;
  justify-self: center;
  margin-block-start: 30px;
}

@media only screen and (min-width: 64rem) {
  .callout-box__container {
    grid-template-rows: 10px 45px auto 45px 10px;
  }

  .callout-box__background {
    background-color: #ebeae1;
    border-radius: 20px;
    grid-row: 1/9;
  }

  .callout-box__heading,
  .callout-box__text-block {
    grid-column: 5/-5;
    margin-inline: unset;
    text-align: left;
  }

  .callout-box__text-block {
    margin-block-start: 0;
    text-align: left;
  }

  .callout-box__logo-block {
    grid-column: 17/24;
    grid-row: 3/4;
    margin-block-start: 0;
    margin-inline: 0;
    min-width: 300px;
  }

  .callout-box__logo-holder {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-inline: auto;
    min-height: 80px;
    min-width: 300px;
  }

  .callout-box__text {
    align-items: flex-start;
    flex-direction: column;
    grid-column: 4/15;
    grid-row: 3/4;
    justify-content: center;
    padding-inline: 0;
  }

  .callout-box__button-block {
    align-items: center;
    display: block;
    margin-block-start: 0;
  }
}

@media only screen and (min-width: 75rem) {
  .callout-box__heading,
  .callout-box__text-block {
    grid-column: 6/-6;
  }

  .callout-box__logo-block {
    grid-column: 18/24;
  }
}

.featured-article-card {
  align-items: flex-start;
  background-color: #072929;
  clip-path: inset(0 0 round 10px);
  color: #ebeae1;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 4.1666666667vw;
  position: relative;
  text-decoration: none;
}

.featured-article-card__asset {
  aspect-ratio: 1.4;
  clip-path: inset(0 0 round 10px);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.featured-article-card__date {
  color: #ebeae080;
  font-size: 0.875rem;
}

.featured-article-card__image {
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.4s ease-in;
}

.featured-article-card__headline {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.4;
  margin-block-start: 30px;
}

.featured-article-card__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.featured-article-card__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-block-start: 30px;
  width: 100%;
}

.featured-article-card__tags {
  display: flex;
  gap: 10px;
}

.featured-article-card__event-details {
  margin-block-start: 30px;
}

.featured-article-card__event-date {
  inset-block-start: 20px;
  inset-inline-start: 20px;
  position: absolute;
  z-index: 3;
}

.featured-article-card__button {
  margin-block-start: 30px;
}

@media (hover: hover) {
  .featured-article-card:hover .featured-article-card__image {
    transform: scale(1.05);
    transition: transform 0.4s ease-out;
  }

  .featured-article-card:hover
    .featured-article-card__button
    .button-pill-solid-right-icon-mid__text {
    transform: translate(-25px);
  }

  .featured-article-card:hover
    .featured-article-card__button
    .button-pill-solid-right-icon-mid__icon-holder {
    transform: translate(calc(100% - 35px));
  }
}

@media only screen and (min-width: 48rem) {
  .featured-article-card {
    flex-direction: row;
  }

  .featured-article-card__top {
    gap: 30px;
  }

  .featured-article-card__asset {
    width: 50%;
  }

  .featured-article-card__content {
    align-self: center;
    margin-block-start: 0;
    margin-inline-start: 40px;
    width: calc(50% - 40px);
  }

  .featured-article-card__headline {
    font-size: 1.875rem;
  }

  .featured-article-card__event-date {
    margin-block-end: 1.25rem;
    order: -1;
    position: static;
  }
}

@media only screen and (min-width: 64rem) {
  .featured-article-card__headline {
    font-size: 2.5rem;
  }
}

@media only screen and (min-width: 75rem) {
  .featured-article-card {
    clip-path: inset(0 0 round 20px);
    padding: 60px;
  }

  .featured-article-card__top {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .featured-article-card__asset {
    clip-path: inset(0 0 round 20px);
  }

  .featured-article-card__headline {
    font-size: 3.125rem;
    margin-block-start: 40px;
  }

  .featured-article-card__button,
  .featured-article-card__event-details {
    margin-block-start: 40px;
  }

  .featured-article-card__content {
    margin-inline-start: 60px;
    width: calc(50% - 60px);
  }
}

@media only screen and (min-width: 100rem) {
  .featured-article-card {
    padding: 4.16667rem;
  }
}

.field-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #072929;
  font-size: 1rem;
  height: 2.5rem;
  padding-inline: 0;
  width: 100%;
}

.field-text:focus:focus {
  border-radius: 10px;
  outline: none;
}

.field-text::-moz-placeholder {
  color: #072929;
  font-size: 1rem;
}

.field-text::placeholder {
  color: #072929;
  font-size: 1rem;
}

.field-select {
  background-color: transparent;
  border-radius: 0;
  cursor: pointer;
  height: 2.5rem;
  padding: 0;
  position: relative;
}

.field-select__icon {
  display: inline-block;
  height: 0.375rem;
  pointer-events: none;
  width: 0.6875rem;
  stroke: #072929;
  inset-block-start: 50%;
  inset-inline-end: 0;
  position: absolute;
  transform: translateY(-50%);
}

.field-select__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #072929;
  cursor: inherit;
  height: 100%;
  line-height: inherit;
  margin: 0;
  outline: none;
  padding-inline-end: 1.25rem;
  width: 100%;
}

.field-select__select:focus + .field-select__focus {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.field-select__focus {
  background-color: transparent;
  border: 1px solid #072929;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.field-select__option {
  color: #072929;
  font-size: 1rem;
}

.field-select__option--placeholder {
  color: #072929;
}

.field-element {
  display: inline-flex;
}

.field-element__label {
  color: #000;
}

.field-element__button-with-small-print {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}

.field-element__submit-button {
  flex-shrink: 0;
}

.field-element__submission-group {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  justify-content: center;
}

.field-element--submitButton {
  grid-column: 1/-1;
}

.field-element__small-print {
  color: #00000080;
}

.field-element__info {
  color: #00000080;
  font-size: 0.75rem;
}

.field-element--submitButton {
  width: auto;
}

.field-element--info {
  align-self: center;
}

@media only screen and (min-width: 48rem) {
  .field-element__button-with-small-print {
    align-items: center;
    -moz-column-gap: 40px;
    column-gap: 40px;
    flex-direction: row;
  }

  .field-element__submission-group {
    gap: 2.5rem;
  }
}

.icon-cta-block {
  background-color: #072929;
  border-radius: 10px;
  color: #ebeae1;
  padding: 20px 4.1666666667vw;
}

.icon-cta-block__heading {
  font-style: normal;
  font-weight: 400;
}

.icon-cta-block__text-block {
  margin-block-start: 10px;
}

.icon-cta-block__icons {
  background-color: #1e3c3b;
  border-radius: 100000px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  display: flex;
  justify-content: space-between;
  margin-block-start: 30px;
  padding: 4.1666666667vw;
}

.icon-cta-block__asset {
  border-radius: 50%;
  height: 3.75rem;
  width: 3.75rem;
}

@media only screen and (min-width: 48rem) {
  .icon-cta-block {
    border-radius: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    display: grid;
    grid-template-columns: auto max-content;
    grid-template-rows: auto auto;
    padding: 30px 4.1666666667vw;
  }

  .icon-cta-block__heading {
    grid-column: 1/2;
    grid-row: 1/2;
  }

  .icon-cta-block__text-block {
    grid-column: 1/2;
    grid-row: 2/3;
  }

  .icon-cta-block__icons {
    align-self: center;
    -moz-column-gap: 60px;
    column-gap: 60px;
    grid-column: 2/3;
    grid-row: 1/3;
    margin-block-start: 0;
    padding: 20px;
  }
}

@media only screen and (min-width: 100rem) {
  .icon-cta-block {
    padding: 45px 4.16667rem;
  }
}

.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.no-scroll {
  overflow: hidden;
}

.marketo-form__success {
  display: flex;
}

.marketo-form__success .text-block h1,
.marketo-form__success .text-block h2,
.marketo-form__success .text-block h3,
.marketo-form__success .text-block h4 {
  color: #f5f5f0;
}

.marketo-form.mktoForm {
  display: flex;
  flex-direction: column;
  font-size: 1rem !important;
  padding: 0;
  row-gap: 20px;
  width: auto !important;
}

.marketo-form.mktoForm a.mktoNotYou {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #fff0;
  transition: text-decoration-color 0.2s ease-in;
}

.marketo-form.mktoForm .hide-conditional,
.marketo-form.mktoForm .hidezoom,
.marketo-form.mktoForm .mktoPlaceholder {
  display: none;
}

.marketo-form.mktoForm .mktoFormRow {
  clear: none;
  color: #ebeae1;
  position: relative;
}

.marketo-form.mktoForm .mktoFormRow--select {
  position: relative;
}

.marketo-form.mktoForm .mktoFormRow--select:after {
  inset-inline-end: 1.5rem;
  transform: rotate(45deg);
}

.marketo-form.mktoForm .mktoFormRow--select:after,
.marketo-form.mktoForm .mktoFormRow--select:before {
  background-color: #ebeae1;
  content: "";
  height: 0.625rem;
  inset-block-start: 1.25rem;
  opacity: 0.5;
  position: absolute;
  width: 0.125rem;
  z-index: 2;
}

.marketo-form.mktoForm .mktoFormRow--select:before {
  inset-inline-end: 1.875rem;
  transform: rotate(-45deg);
}

.marketo-form.mktoForm .mktoFormRow--checkbox {
  display: flex;
  gap: 20px;
}

.marketo-form.mktoForm .mktoFormRow--checkbox .mktoFormCol.mktoFieldDescriptor {
  width: auto;
}

.marketo-form.mktoForm .mktoFormRow--checkbox + .mktoFormRow {
  margin-top: 1.875rem;
}

.marketo-form.mktoForm .mktoFormRow--populated .mktoLabel {
  opacity: 0;
}

.marketo-form.mktoForm .mktoFormRow--populated select {
  color: #ebeae1 !important;
  opacity: 1 !important;
}

.marketo-form.mktoForm .mktoFormRow--focused .mktoLabel {
  opacity: 0;
}

.marketo-form.mktoForm .mktoFormRow + .mktoFormRow--checkbox {
  margin-top: 1.875rem;
}

.marketo-form.mktoForm .mktoFormRow + .mktoFormRow {
  margin-top: 0;
}

.marketo-form.mktoForm .mktoButton {
  border-radius: 100000px;
  cursor: pointer;

  font-size: 0.875rem !important;
  font-style: normal;
  font-weight: 500;
  height: 2.5rem !important;
  isolation: isolate;
  padding-inline: 20px !important;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.marketo-form.mktoForm .mktoButton:hover {
  opacity: 0.7;
}

.marketo-form.mktoForm .mktoButtonRow {
  margin-top: 0.625rem;
}

.marketo-form.mktoForm .mktoFormCol {
  float: none;
  margin-bottom: 0 !important;
  width: 100%;
}

.marketo-form.mktoForm .mktoFieldWrap {
  float: none;
  position: relative;
}

.marketo-form.mktoForm .mktoError {
  background-color: #f75;
  border-radius: 10px;
  bottom: unset !important;
  inset-block-start: calc(100% + 10px);
  inset-inline-start: 10px;
  min-width: 12.5rem;
  padding: 0.625rem;
  position: absolute;
  right: unset !important;
  width: calc(100% - 20px);
  z-index: 5;
}

.marketo-form.mktoForm .mktoErrorMsg {
  color: #072929;
}

.marketo-form.mktoForm .mktoHasWidth {
  width: auto !important;
}

.marketo-form.mktoForm .mktoLabel {
  display: flex;
  gap: 10px;
  height: 3.125rem;
  inset-inline-start: 1rem;
  line-height: 3.125rem;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.marketo-form.mktoForm .mktoField {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100000px;
  float: none;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  height: 3.125rem;
  padding: 0.625rem 0.9375rem;
  width: 100% !important;
}

.marketo-form.mktoForm .mktoField,
.marketo-form.mktoForm .mktoField[type="email"],
.marketo-form.mktoForm .mktoField[type="tel"],
.marketo-form.mktoForm .mktoField[type="text"] {
  outline: 2px solid transparent;
  outline-offset: 0;
}

.marketo-form.mktoForm .mktoField[type="email"]:focus,
.marketo-form.mktoForm .mktoField[type="tel"]:focus,
.marketo-form.mktoForm .mktoField[type="text"]:focus {
  outline-color: #1ef4b4;
}

.marketo-form.mktoForm .mktoField[type="checkbox"] {
  align-items: center;
  border-radius: 5px;
  display: flex;
  height: 1.25rem;
  justify-content: center;
  padding: 0;
  width: 1.25rem !important;
}

.marketo-form.mktoForm .mktoField[type="checkbox"]:before {
  transform: rotate(-45deg) translate(1px, 1px);
  width: 0.625rem;
}

.marketo-form.mktoForm .mktoField[type="checkbox"]:after,
.marketo-form.mktoForm .mktoField[type="checkbox"]:before {
  background-color: #ebeae1;
  border-radius: 0.1875rem;
  content: "";
  height: 0.125rem;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease-out;
}

.marketo-form.mktoForm .mktoField[type="checkbox"]:after {
  transform: rotate(45deg) translate(-2px, 3px);
  width: 0.3125rem;
}

.marketo-form.mktoForm .mktoField[type="checkbox"]:checked:after,
.marketo-form.mktoForm .mktoField[type="checkbox"]:checked:before {
  opacity: 1;
}

.marketo-form.mktoForm .mktoField:is(select) {
  transition: color 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.marketo-form.mktoForm .mktoField:is(select):focus {
  color: #ebeae1;
}

.marketo-form.mktoForm .mktoField.placeholder {
  opacity: 0;
}

.marketo-form.mktoForm .mktoField:-moz-placeholder,
.marketo-form.mktoForm .mktoField::-moz-placeholder {
  opacity: 0;
}

.marketo-form.mktoForm .mktoField::-webkit-input-placeholder {
  opacity: 0;
}

.marketo-form.mktoForm .mktoLogicalField {
  float: none;
  padding: 0;
  width: auto !important;
}

.marketo-form.mktoForm .mktoHtmlText {
  color: #ebeae080;
  font-size: 0.875rem;
  line-height: 1.4;
  padding-block-start: 0.125rem;
}

.marketo-form.mktoForm .mktoHtmlText a,
.marketo-form.mktoForm .mktoHtmlText span {
  color: #ebeae0b3 !important;
  font-size: 0.875rem;
}

.marketo-form.mktoForm .mktoHtmlText a {
  transition: color 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

@media (hover: hover) {
  .marketo-form.mktoForm .mktoHtmlText a:hover {
    color: #ebeae1 !important;
  }
}

.marketo-form.mktoForm .mktoClear,
.marketo-form.mktoForm .mktoGutter,
.marketo-form.mktoForm .mktoOffset {
  display: none;
}

.marketo-form.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

.marketo-form.mktoForm .mktoButtonWrap .button {
  border: none;
  padding: 0 1.875rem;
}

.marketo-form--dark.mktoForm {
  color: #ebeae1 !important;
}

.marketo-form--dark.mktoForm a.mktoNotYou {
  color: #ebeae1;
}

@media (hover: hover) {
  .marketo-form--dark.mktoForm a.mktoNotYou:hover {
    text-decoration-color: #ebeae1;
  }
}

.marketo-form--dark.mktoForm .mktoLabel {
  color: #ebeae1;
}

.marketo-form--dark.mktoForm .mktoButton {
  background: transparent !important;
  border: none;
  color: #072929 !important;
  overflow: hidden;
  position: relative;
}

.marketo-form--dark.mktoForm .mktoButton:before {
  background: #1ef4b4 !important;
  background: linear-gradient(270deg, #1ef4b4, #c6b5ff, #1ef4b4) !important;
  content: "";
  height: 100%;
  inset-block-start: 0;
  inset-inline-end: 0;
  position: absolute;
  transition: transform 0.2s ease-in;
  width: 200%;
  will-change: transform;
  z-index: -1;
}

@media (hover: hover) {
  .marketo-form--dark.mktoForm .mktoButton:hover {
    opacity: 1;
  }

  .marketo-form--dark.mktoForm .mktoButton:hover:before {
    transform: translate(50%);
    transition: transform 0.2s ease-out;
  }
}

.marketo-form--dark.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.marketo-form--dark.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  border: none;
}

.marketo-form--dark.mktoForm .mktoField {
  background-color: #1e3c3b;
  color: #ebeae1;
}

.marketo-form--dark.mktoForm .mktoField:is(select) {
  color: #1e3c3b;
}

.marketo-form--dark.mktoForm .mktoField.placeholder {
  color: #ebeae1;
}

.marketo-form--dark.mktoForm .mktoField:-moz-placeholder,
.marketo-form--dark.mktoForm .mktoField::-moz-placeholder {
  color: #ebeae1;
}

.marketo-form--dark.mktoForm .mktoField::-webkit-input-placeholder {
  color: #ebeae1;
}

.marketo-form--light.mktoForm {
  color: #072929 !important;
}

.marketo-form--light.mktoForm a.mktoNotYou {
  color: #072929;
}

@media (hover: hover) {
  .marketo-form--light.mktoForm a.mktoNotYou:hover {
    text-decoration-color: #072929;
  }
}

.marketo-form--light.mktoForm .mktoLabel {
  color: #072929b3;
}

.marketo-form--light.mktoForm .mktoButton {
  background: #072929 !important;
  color: #f5f5f0 !important;
}

.marketo-form--light.mktoForm .mktoField {
  background-color: #ebeae1;
  color: #072929;
}

.marketo-form--light.mktoForm .mktoField:is(select) {
  color: #ebeae1;
}

.marketo-form--light.mktoForm .mktoField.placeholder {
  color: #072929b3;
}

.marketo-form--light.mktoForm .mktoField:-moz-placeholder,
.marketo-form--light.mktoForm .mktoField::-moz-placeholder {
  color: #072929b3;
}

.marketo-form--light.mktoForm .mktoField::-webkit-input-placeholder {
  color: #072929b3;
}

.marketo-form--newsletter.mktoForm {
  -moz-column-gap: 20px;
  column-gap: 20px;
  position: relative;
}

.marketo-form--newsletter.mktoForm .mktoButtonRow {
  inset-block-start: 10px;
  inset-inline-end: 10px;
  margin-block-start: 0;
  position: absolute;
}

.marketo-form--newsletter.mktoForm .mktoButton {
  height: auto !important;
  padding: 0 !important;
}

.marketo-form--newsletter.mktoForm .mktoLabel {
  inset-inline-start: 1.875rem;
}

.reduced-margin {
  margin-block-start: 0.9375rem;
}

.form {
  padding: 4.16667vw;
}

.form__top {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.form__form-holder {
  margin-block-start: 1.875rem;
}

.form__heading {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
}

.form--dark {
  background-color: #072929;
}

.form--dark,
.form--dark .form__heading {
  color: #ebeae1;
}

.form--newsletter {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}

.form--newsletter .form__heading {
  font-style: normal;
  font-weight: 400;
}

.form--newsletter .form__required {
  display: none;
}

.form--newsletter .form__form-holder {
  margin-block-start: 0;
}

@media only screen and (min-width: 64rem) {
  .form__form-holder {
    margin-block-start: 2.5rem;
  }

  .form--newsletter {
    align-items: center;
    flex-direction: row;
    gap: 30px;
  }

  .form--newsletter .form__top {
    width: 35%;
  }

  .form--newsletter .form__form-holder {
    width: 65%;
  }
}

@media only screen and (min-width: 100rem) {
  .form {
    padding: 60px 4.16667rem;
  }
}

.article-listing:first-child .article-listing__container {
  padding-block-start: 9.375rem;
}

.article-listing__text-block {
  margin-block-start: 1.875rem;
}

.article-listing__featured-article {
  margin-block-start: 40px;
}

.article-listing__filter-holder,
.article-listing__icon-cta-block {
  margin-block-start: 30px;
}

.article-listing__filter-holder:first-child {
  margin-block-start: 0;
}

.article-listing__articles {
  border-block-start: 1px solid rgba(7, 41, 41, 0.1);
  -moz-column-gap: 30px;
  column-gap: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-block-start: 30px;
  padding-block-start: 30px;
  row-gap: 60px;
}

.article-listing__filter-field {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
}

.article-listing__field-element {
  display: flex;
  flex-direction: column;
}

.article-listing__field-element-label {
  color: #072929b3;
  font-size: 1rem;
  margin-inline-end: 20px;
}

.article-listing__form-holder {
  margin-block-start: 20px;
}

.article-listing__button {
  margin-block-start: 3.75rem;
  margin-inline: auto;
}

@media only screen and (min-width: 48rem) {
  .article-listing__articles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-block-start: 40px;
    padding-block-start: 40px;
  }

  .article-listing__icon-cta-block {
    margin-block-start: 40px;
  }

  .article-listing__filter-holder {
    align-items: center;
    display: flex;
    gap: 60px;
    margin-block-start: 40px;
  }

  .article-listing__filter {
    width: 50%;
  }

  .article-listing__form-holder {
    margin-block-start: 0;
    width: 50%;
  }
}

@media only screen and (min-width: 64rem) {
  .article-listing__featured-article,
  .article-listing__filter-holder,
  .article-listing__icon-cta-block {
    margin-block-start: 60px;
  }

  .article-listing__heading {
    grid-column: 3 / span 12;
  }

  .article-listing__articles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-block-start: 60px;
    padding-block-start: 60px;
  }
}

.author-hero + .article-listing {
  --flow-space: 60px;
}

.search-results-card {
  isolation: isolate;
  text-decoration: none;
}

.search-results-card__asset {
  align-self: flex-start;
  aspect-ratio: 42/30;
  border-radius: 20px;
  width: min(420px, 100%);
}

.search-results-card__image {
  -o-object-position: bottom left;
  object-position: bottom left;
}

.search-results-card__text {
  display: flex;
  flex-direction: column;
  margin-block-start: 1.25rem;
}

.search-results-card__heading {
  text-wrap: pretty;
}

.search-results-card__heading,
.search-results-card__snippet {
  margin-block-start: 0.625rem;
}

.search-results-card__snippet {
  color: #072929;
}

@media only screen and (min-width: 48rem) {
  .search-results-card {
    display: flex;
    gap: 8.33333vw;
    padding: 10px;
    position: relative;
  }

  .search-results-card:before {
    background-color: #ebeae1;
    border-radius: 30px;
    content: "";
    height: 100%;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    opacity: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease-in;
    width: 100%;
  }

  .search-results-card__asset {
    flex-shrink: 0;
    width: 29.16667vw;
  }

  .search-results-card__image {
    -o-object-position: top left;
    object-position: top left;
  }

  .search-results-card__text {
    flex-grow: 1;
    margin-block-start: 0.3125rem;
    padding-inline-end: 10px;
  }

  .search-results-card__heading-text {
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s ease-in;
  }

  .search-results-card__heading,
  .search-results-card__snippet {
    margin-block-start: 1.25rem;
  }

  .search-results-card__heading,
  .search-results-card__snippet,
  .search-results-card__tag {
    position: relative;
    z-index: 1;
  }
}

@media only screen and (min-width: 48rem) and (hover: hover) {
  .search-results-card:hover:before {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}

@media only screen and (min-width: 64rem) {
  .search-results-card {
    gap: 4.16667vw;
  }

  .search-results-card__text {
    margin-block-start: 1.25rem;
  }
}

@media only screen and (min-width: 75rem) {
  .search-results-card {
    align-items: center;
  }

  .search-results-card__text {
    margin-block-start: 0;
  }

  .search-results-card__image {
    -o-object-position: left;
    object-position: left;
  }

  .search-results-card__heading,
  .search-results-card__snippet {
    margin-block-start: 1.875rem;
  }
}

.search-results:first-child .search-results__container {
  padding-block-start: 7.5rem;
}

.search-results__heading {
  opacity: 0.7;
}

.search-results__search-box {
  background-color: #f5f5f0;
  border-block-end: 1px solid rgba(7, 41, 41, 0.1);
  height: 3.75rem;
  position: relative;
  z-index: 1;
}

.search-results__search-box:after {
  background-color: #072929;
  content: "";
  height: 1px;
  inset-block-end: -1px;
  inset-inline-start: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.search-results__search-box:has(.search-results__input:focus):after {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.search-results__search-box:has(.search-results__input:focus)
  .search-results__search-icon {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.search-results__input {
  background-color: transparent;
  border: none;
  color: #072929;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  letter-spacing: 0.01em;
  line-height: 1.1;
  outline: none;
  padding-inline-end: 1.25rem;
  position: absolute;
  width: 100%;
}

.search-results__input::-moz-placeholder {
  color: #072929;
  opacity: 0.7;
}

.search-results__input::placeholder {
  color: #072929;
  opacity: 0.7;
}

.search-results__search-icon {
  height: 0.875rem;
  inset-block-start: 50%;
  inset-inline-end: 0;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in;
  width: 0.875rem;
}

.search-results__results {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-block-start: 3.125rem;
}

@media only screen and (min-width: 48rem) {
  .search-results__search-box {
    height: 5rem;
  }

  .search-results__search-box:before {
    background-color: #f5f5f0;
    content: "";
    height: 100%;
    inset-block-start: 50%;
    inset-inline-start: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100vw;
  }

  .search-results__input {
    font-size: 2rem;
    padding-inline-end: 1.875rem;
  }

  .search-results__search-icon {
    height: 1.375rem;
    width: 1.375rem;
  }

  .search-results__results {
    gap: 0.625rem;
    grid-column: 2/-2;
    margin-block-start: 3.125rem;
    padding-inline: calc(4.16667vw - 10px);
  }
}

@media only screen and (min-width: 64rem) {
  .search-results:first-child .search-results__container {
    padding-block-start: 9.375rem;
  }

  .search-results__search-box {
    height: 6.25rem;
  }

  .search-results__input {
    font-size: 3.75rem;
    padding-inline-end: 2.5rem;
  }

  .search-results__search-icon {
    height: 1.875rem;
    width: 1.875rem;
  }

  .search-results__results {
    margin-block-start: 3.75rem;
  }
}

@media only screen and (min-width: 75rem) {
  .search-results__search-box {
    height: 7.5rem;
  }

  .search-results__input {
    font-size: 4.625rem;
    padding-inline-end: 2.5rem;
  }

  .search-results__search-icon {
    height: 2.125rem;
    width: 2.125rem;
  }
}

@media only screen and (min-width: 100rem) {
  .search-results__results {
    grid-column: 2/-2;
    margin-block-start: 3.125rem;
    padding-inline: calc(4.16667rem - 10px);
  }
}

.team-member-card {
  overflow: hidden;
  text-decoration: none;
}

.team-member-card__heading {
  margin-block-start: 30px;
  padding-inline: 4.16667vw;
}

.team-member-card__text {
  color: #000;
  max-width: 22.5rem;
}

.team-member-card__button-container,
.team-member-card__text {
  margin-block-start: 20px;
  padding-inline: 4.16667vw;
}

.team-member-card__asset {
  border-radius: 10px;
}

.team-member-card__image {
  aspect-ratio: 0.9;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

@media only screen and (min-width: 48rem) {
  .team-member-card__button-container,
  .team-member-card__heading,
  .team-member-card__text {
    padding-inline: 0;
  }
}

.team-module__heading {
  justify-content: center;
  margin-inline: auto;
  text-align: center;
}

.team-module__text-block {
  margin-block-start: 2.5rem;
  margin-inline: auto;
  text-align: center;
}

.team-module__grid {
  display: flex;
  flex-direction: column;
  gap: 60px;
  grid-column: 3/-3;
  margin-block-start: 90px;
}

@media only screen and (min-width: 48rem) {
  .team-module__heading {
    justify-content: flex-start;
  }

  .team-module__grid {
    display: grid;
    gap: 60px 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-block-start: 100px;
  }
}

.contact-module:first-child .contact-module__container {
  padding-block-start: 7.5rem;
}

.contact-module__form {
  border-radius: 20px;
  margin-block-start: 3.75rem;
}

@media only screen and (min-width: 64rem) {
  .contact-module:first-child .contact-module__container {
    padding-block-start: 9.375rem;
  }

  .contact-module__content-area {
    grid-column: 3/14;
    margin-block-start: 0.9375rem;
  }

  .contact-module__form {
    grid-column: 15/-3;
    grid-row: 1/4;
    margin-block-start: 0;
  }
}

@media only screen and (min-width: 75rem) {
  .contact-module__content-area {
    grid-column: 3/13;
  }
}

.logo-grid__heading,
.logo-grid__text-block {
  margin-inline: auto;
  text-align: center;
}

.logo-grid__text-block {
  margin-block-start: 1.875rem;
}

.logo-grid__logo-block {
  background-color: #072929;
  border-radius: 20px;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  display: flex;
  grid-column: 3/-3;
  justify-content: space-around;
  margin-block-start: 3.75rem;
  padding-block: 20px;
  padding-inline: 4.16667vw;
  row-gap: 0.625rem;
}

.logo-grid__logo {
  height: 4.0625rem;
  width: auto;
}

.logo-grid__image {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.logo-grid__button-block {
  margin-block-start: 3.75rem;
}

@media only screen and (min-width: 35.6875rem) {
  .logo-grid__logo-block {
    padding-block: 30px;
  }

  .logo-grid__logo {
    height: 5rem;
  }
}

@media only screen and (min-width: 48rem) {
  .logo-grid__logo-block {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
    padding-block: 40px;
  }

  .logo-grid__logo {
    height: 6.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .logo-grid__logo-block {
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
    padding-block: 50px;
  }

  .logo-grid__heading,
  .logo-grid__text-block {
    grid-column: 5/-5;
  }

  .logo-grid__text-block {
    margin-block-start: 2.5rem;
  }

  .logo-grid__logo-block {
    margin-block-start: 3.75rem;
  }

  .logo-grid__logo {
    height: 8.125rem;
  }
}

@media only screen and (min-width: 75rem) {
  .logo-grid__logo-block {
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
    padding-block: 55px;
  }

  .logo-grid__heading,
  .logo-grid__text-block {
    grid-column: 6/-6;
  }
}

@media only screen and (min-width: 100rem) {
  .logo-grid__logo-block {
    padding-inline: 4.16667rem;
  }
}

.timeline-card {
  background-color: #ebeae1;
  clip-path: inset(0 0 round 10px);
  color: #072929;
  padding: 120px 20px 30px 30px;
  position: relative;
}

.timeline-card__heading {
  color: #ebeae1;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
}

.timeline-card__text-block {
  color: #ebeae1;
  margin-block-start: 12px;
}

.carousel-timeline-module__heading {
  justify-content: center;
  text-align: center;
}

.carousel-timeline-module__text-block {
  margin-block-start: 20px;
  text-align: center;
}

.carousel-timeline-module__carousel-container {
  grid-column: 1/-1;
  margin-block-start: 60px;
  overflow: hidden;
  position: relative;
}

.carousel-timeline-module__carousel-wrapper {
  display: flex;
}

.carousel-timeline-module__carousel {
  overflow: visible;
}

.carousel-timeline-module__carousel-holder {
  overflow: visible;
  position: relative;
}

.carousel-timeline-module__slide {
  background-color: #072929;
  flex-basis: 85%;
  flex-shrink: 0;
  margin-inline-end: 10px;
}

.carousel-timeline-module__navigation {
  display: none;
}

.carousel-timeline-module__arrow {
  transition: opacity 0.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.carousel-timeline-module__arrow--previous {
  transform: scaleX(-1);
}

.carousel-timeline-module__arrow--disabled {
  opacity: 0.5;
}

@media only screen and (min-width: 48rem) {
  .carousel-timeline-module__heading {
    grid-row: 1;
  }

  .carousel-timeline-module__slide {
    flex-basis: 40%;
    margin-inline-end: 20px;
  }

  .carousel-timeline-module__navigation {
    -moz-column-gap: 30px;
    column-gap: 30px;
    display: flex;
    inset-block-start: 30px;
    inset-inline-end: 0;
    position: absolute;
    z-index: 3;
  }
}

@media only screen and (min-width: 64rem) {
  .carousel-timeline-module__slide {
    flex-basis: 30%;
    margin-inline-end: 30px;
  }

  .carousel-timeline-module__heading,
  .carousel-timeline-module__text-block {
    grid-column: 7/-7;
  }
}

@media only screen and (min-width: 75rem) {
  .carousel-timeline-module__slide {
    flex-basis: calc(23% - 30px);
    margin-inline-end: 30px;
  }
}

.job-listing-card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  position: relative;
  text-decoration: none;
}

.job-listing-card:before {
  background-color: #1e3c3b;
  border-radius: 20px;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: transform 0.2s ease-in;
  width: 100%;
  z-index: 1;
}

.job-listing-card:after {
  animation: animatedBorder 3s ease infinite alternate;
  background: linear-gradient(
    270deg,
    #c6b5ff,
    #1ef4b4,
    #c6b5ff,
    #1ef4b4,
    #c6b5ff,
    #1ef4b4
  );
  background-size: 300% 300%;
  border-radius: 23px;
  content: "";
  height: calc(100% + 6px);
  inset-block-start: -3px;
  inset-inline-start: -3px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: calc(100% + 6px);
}

.job-listing-card__position {
  color: #ebeae1;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0125rem;
  line-height: 1.2;
  z-index: 2;
}

.job-listing-card__location {
  color: #f5f5f0;

  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
  z-index: 2;
}

.job-listing-card__fake-button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 100000px;
  cursor: pointer;
  display: inline-flex;
  height: 2.5rem;
  isolation: isolate;
  justify-content: space-between;
  margin-block-start: 1.25rem;
  outline: none;
  overflow: hidden;
  padding-inline: 20px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}

.job-listing-card__fake-button:before {
  background: linear-gradient(270deg, #1ef4b4, #c6b5ff, #1ef4b4);
  content: "";
  height: 100%;
  inset-block-start: 0;
  inset-inline-end: 0;
  position: absolute;
  transition: transform 0.2s ease-in;
  width: 200%;
}

.job-listing-card__button-text {
  color: #072929;
  position: relative;
  z-index: 2;
}

@media (hover: hover) {
  .job-listing-card:hover:after {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }

  .job-listing-card:hover .job-listing-card__fake-button:before {
    transform: translate(50%);
    transition: transform 0.2s ease-out;
  }
}

@media only screen and (min-width: 48rem) {
  .job-listing-card {
    padding: 30px;
  }

  .job-listing-card__location {
    margin-block-start: 0.3125rem;
  }
}

@media only screen and (min-width: 75rem) {
  .job-listing-card {
    align-items: center;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    display: grid;
    grid-template-columns: 18.75rem 1fr auto;
    padding: 30px 30px 30px 40px;
  }

  .job-listing-card__fake-button,
  .job-listing-card__location {
    margin-block-start: 0;
  }
}

.job-listing__filters {
  margin-block-start: 3.75rem;
  row-gap: 2.5rem;
}

.job-listing__filter,
.job-listing__filters {
  display: flex;
  flex-direction: column;
}

.job-listing__filter-field {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
}

.job-listing__filter-label {
  color: #07292980;
  margin-inline-end: 20px;
  white-space: nowrap;
}

.job-listing__jobs {
  background-color: #072929;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  grid-column: 3/-3;
  padding: 4.16667vw;
}

.job-listing__jobs,
.job-listing__no-jobs-text {
  margin-block-start: 3.75rem;
}

@media only screen and (min-width: 48rem) {
  .job-listing__jobs {
    gap: 1.25rem;
    padding: 30px;
  }

  .job-listing__heading {
    align-self: start;
    grid-column: 3/14;
  }

  .job-listing__filters {
    grid-column: 15/-3;
    grid-row: 1;
    justify-self: end;
    margin-block-start: 0.625rem;
  }
}

@media only screen and (min-width: 75rem) {
  .job-listing__heading {
    grid-column: 3/12;
  }

  .job-listing__filters {
    align-self: center;
    flex-direction: row;
    gap: 3.75rem;
    grid-column: 15/-3;
    margin-block-start: 0;
  }
}

@media only screen and (min-width: 85.375rem) {
  .job-listing__filter-field {
    width: -moz-fit-content;
    width: fit-content;
  }
}

.image-switcher__heading {
  justify-content: center;
}

.image-switcher__heading-text {
  text-align: center;
}

.image-switcher__text-block {
  margin-block-start: 2.5rem;
  margin-inline: auto;
  text-align: center;
}

.image-switcher__asset {
  aspect-ratio: 1;
  grid-column: 3/-3;
  grid-row: 3;
  margin-block-start: 2.5rem;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.55, 0, 1, 0.45);
}

.image-switcher__asset--active {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0, 0.55, 0.45, 1);
}

.image-switcher__image {
  border-radius: 10px 10px 0 0;
  -o-object-position: bottom;
  object-position: bottom;
}

.image-switcher__buttons {
  background-color: #ebeae1;
  border-radius: 0 0 10px 10px;
  grid-column: 3/-3;
  padding: 30px 4.16667vw 50px;
}

.image-switcher__buttons-heading {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  opacity: 0.7;
  text-align: center;
}

.image-switcher__button-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
  justify-content: center;
  margin-block-start: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .image-switcher__asset {
    grid-column: 12/-3;
  }

  .image-switcher__heading,
  .image-switcher__text-block {
    grid-column: 4/-4;
  }

  .image-switcher__image {
    border-radius: 10px;
  }

  .image-switcher__buttons {
    align-self: end;
    border-radius: 10px;
    grid-column: 3/11;
    padding: 50px 4.16667vw;
  }

  .image-switcher__buttons-heading {
    text-align: start;
  }

  .image-switcher__button-block {
    flex-direction: column;
    gap: 0.625rem;
    margin-block-start: 1.875rem;
  }
}

@media only screen and (min-width: 64rem) {
  .image-switcher__container {
    grid-template-rows: repeat(3, auto) 4.16667vw;
  }

  .image-switcher__asset {
    aspect-ratio: 132/60;
    grid-column: 3/-3;
    grid-row: 3/5;
    margin-block-start: 3.75rem;
  }

  .image-switcher__heading,
  .image-switcher__text-block {
    grid-column: 5/-5;
  }

  .image-switcher__image {
    border-radius: 20px;
    -o-object-position: bottom right;
    object-position: bottom right;
  }

  .image-switcher__buttons {
    background-color: #f5f5f0;
    grid-column: 4/10;
    grid-row: 3;
    position: relative;
    z-index: 1;
  }

  .image-switcher__buttons-heading {
    text-align: start;
  }

  .image-switcher__button-block {
    flex-direction: column;
    gap: 0.625rem;
    margin-block-start: 1.875rem;
  }
}

@media only screen and (min-width: 75rem) {
  .image-switcher__heading,
  .image-switcher__text-block {
    grid-column: 6/-6;
  }

  .image-switcher__buttons {
    padding: 70px 4.16667vw;
  }
}

@media only screen and (min-width: 85.375rem) {
  .image-switcher__buttons {
    grid-column: 4/9;
    padding: 90px 4.16667vw;
  }
}

@media only screen and (min-width: 100rem) {
  .image-switcher__container {
    grid-template-rows: repeat(3, auto) 4.16667rem;
  }

  .image-switcher__buttons {
    grid-column: 4/9;
    padding: 90px 4.16667rem;
  }
}

.back-link {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #072929;
  cursor: pointer;
  display: inline-flex;

  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  isolation: isolate;
  justify-content: space-between;
  line-height: 1;
  outline: none;
  overflow: visible;
  padding-block-end: 0.625rem;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.back-link__arrow {
  transition: transform 0.2s ease-in;
}

@media (hover: hover) {
  .back-link:hover .back-link__arrow {
    transform: translate(-50%);
    transition: transform 0.2s ease-out;
  }
}

.article-header {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}

.article-header__tags {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
}

.article-header__intro {
  font-size: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .article-header {
    row-gap: 2.5rem;
  }
}

.block-quotation {
  background-color: #ebeae1;
  border-radius: 20px;
  max-width: 90ch;
  padding: 20px;
}

.block-quotation__quote {
  font-size: 1.25rem;
  line-height: 1.2;
}

.block-quotation__quote p:before {
  content: "“";
}

.block-quotation__quote p:last-child:after {
  content: "”";
}

.block-quotation__source {
  margin-block-start: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .block-quotation {
    padding: 30px;
  }

  .block-quotation__source {
    margin-block-start: 1.875rem;
  }
}

.people-list-person {
  align-items: center;
  display: flex;
  gap: 1.25rem;
}

.people-list-person__asset {
  border-radius: 50%;
  flex-shrink: 0;
  height: 5rem;
  width: 5rem;
}

.people-list-person__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.people-list-person__text {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.people-list-person__name {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.people-list__list {
  list-style: none;
  margin-block-start: 1.875rem;
  padding: 0;
}

.people-list__person:not(:first-child) {
  margin-block-start: 1.25rem;
}

@media only screen and (min-width: 64rem) {
  .people-list__person:not(:first-child) {
    margin-block-start: 1.875rem;
  }
}

.video-embed__embed[data-v-2ec9a0d5] {
  aspect-ratio: 16/9;
  border: none;
  border-radius: 10px;
  width: 100%;
}

.article-content-area {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}

.article-content-area__large,
.article-content-area__medium,
.article-content-area__small {
  width: 100%;
}

.article-content-area__image {
  position: static;
}

.article-content-area__asset {
  align-self: center;
  aspect-ratio: auto;
}

.article-content-area__image-holder {
  position: static;
}

.article-content-area__text-block h1,
.article-content-area__text-block h2,
.article-content-area__text-block h3,
.article-content-area__text-block h4,
.article-content-area__text-block h5 {
  margin-block-end: 1.875rem;
}

.article-content-area__text-block h2 {
  font-size: 1.875rem;
}

.article-content-area__text-block h3 {
  font-size: 1.625rem;
}

.article-content-area__text-block h4 {
  font-size: 1.375rem;
}

.article-content-area__text-block > * + h2,
.article-content-area__text-block > * + h3,
.article-content-area__text-block > * + h4,
.article-content-area__text-block > * + h5,
.article-content-area__text-block > * + h6 {
  margin-block-start: 3.125rem;
}

@media only screen and (min-width: 48rem) {
  .article-content-area {
    row-gap: 2.5rem;
  }
}

@media only screen and (min-width: 64rem) {
  .article-content-area {
    row-gap: 3.125rem;
  }

  .article-content-area__large {
    width: 100%;
  }

  .article-content-area__medium {
    width: 80%;
  }

  .article-content-area__small {
    width: 50%;
  }

  .article-content-area__text-block h2 {
    font-size: 2.875rem;
  }

  .article-content-area__text-block h3 {
    font-size: 2.5rem;
  }

  .article-content-area__text-block h4 {
    font-size: 2rem;
  }

  .article-content-area__text-block > * + h2,
  .article-content-area__text-block > * + h3,
  .article-content-area__text-block > * + h4,
  .article-content-area__text-block > * + h5,
  .article-content-area__text-block > * + h6 {
    margin-block-start: 3.75rem;
  }
}

@media only screen and (min-width: 75rem) {
  .article-content-area {
    row-gap: 3.75rem;
  }
}

.article-highlight__term {
  color: #072929;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0225rem;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .article-highlight__term {
    font-size: 2.625rem;
    letter-spacing: 0.01125rem;
  }
}

@media only screen and (min-width: 64rem) {
  .article-highlight__term {
    font-size: 2.875rem;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 75rem) {
  .article-highlight__term {
    font-size: 3.125rem;
  }
}

.article-highlight__detail {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  margin-block-start: 0.125rem;
}

@media only screen and (min-width: 48rem) {
  .article-highlight__detail {
    font-size: 1.25rem;
    margin-block-start: 0.9375rem;
  }
}

.article-highlights__highlights {
  margin-block-start: 1.875rem;
}

@media only screen and (min-width: 48rem) {
  .article-highlights__highlight:not(:first-child) {
    margin-block-start: 1.5625rem;
  }
}

@media only screen and (min-width: 64rem) {
  .article-highlights__highlight:not(:first-child),
  .article-highlights__highlights {
    margin-block-start: 1.875rem;
  }
}

.related-content-card {
  display: flex;
  gap: 1.25rem;
  text-decoration: none;
}

.related-content-card__asset {
  border-radius: 10px;
  flex-shrink: 0;
  height: 5.375rem;
  width: 7.5rem;
}

.related-content-card__image {
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.2s ease-in;
}

.related-content-card__text {
  display: flex;
  flex-direction: column;
}

.related-content-card__headline {
  color: #072929;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.2;
  margin-block-start: 0.625rem;
}

.related-content-card__tag {
  margin-block-start: 0.9375rem;
}

@media (hover: hover) {
  .related-content-card:hover .related-content-card__image {
    transform: scale(1.05);
    transition: transform 0.2s ease-out;
  }
}

@media only screen and (min-width: 48rem) {
  .related-content-card__asset {
    height: 6.6875rem;
    width: 9.375rem;
  }

  .related-content-card__headline {
    font-size: 1.125rem;
    margin-block-start: 1.25rem;
  }
}

@media only screen and (min-width: 75rem) {
  .related-content-card__asset {
    height: 8.0625rem;
    width: 11.25rem;
  }

  .related-content-card__headline {
    margin-block-start: 2rem;
  }
}

.related-content__button-block,
.related-content__card:not(:first-child),
.related-content__cards {
  margin-block-start: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .related-content__button-block,
  .related-content__card:not(:first-child),
  .related-content__cards {
    margin-block-start: 1.5625rem;
  }
}

@media only screen and (min-width: 64rem) {
  .related-content {
    margin-block-start: 10rem;
  }

  .related-content__button-block,
  .related-content__card:not(:first-child),
  .related-content__cards {
    margin-block-start: 1.875rem;
  }
}

.tooltip {
  border-radius: 5px;
  display: flex;
  padding: 2px 5px;
  pointer-events: none;
  width: -moz-fit-content;
  width: fit-content;
}

.tooltip__text {
  font-size: 0.75rem;
  line-height: 1;
  white-space: nowrap;
}

.tooltip--success {
  background-color: #072929;
}

.tooltip--success .tooltip__text {
  color: #ebeae1;
}

.tooltip--error {
  background-color: #f75;
}

.tooltip--error .tooltip__text {
  color: #072929;
}

.tooltip--info {
  background-color: #c6b5ff;
}

.tooltip--info .tooltip__text {
  color: #072929;
}

.share-block {
  align-items: center;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
}

.share-block__heading {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.share-block__icon {
  display: block;
  height: 1.25rem;
  pointer-events: none;
  width: 1.25rem;
}

.share-block__links {
  align-items: center;
  display: flex;
}

.share-block__links:has(.share-block__link:hover)
  .share-block__link:not(:hover) {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

.share-block__link-holder {
  position: relative;
}

.share-block__link {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  display: block;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  padding: 10px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
  width: -moz-fit-content;
  width: fit-content;
  will-change: opacity;
}

.share-block__tooltip {
  inset-block-start: 0;
  inset-inline-start: 50%;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: opacity 0.2s ease-in;
}

.share-block__tooltip--active {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.share-block--light .share-block__link {
  opacity: 0.6;
}

@media (hover: hover) {
  .share-block--light .share-block__link:hover {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}

@media only screen and (min-width: 64rem) {
  .share-block--blog {
    background-color: #ebeae1;
    border-radius: 10px;
    flex-shrink: 1;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 20px 10px;
    width: -moz-fit-content;
    width: fit-content;
  }

  .share-block--blog,
  .share-block--blog .share-block__links {
    flex-direction: column;
  }
}

.article {
  opacity: 0;
}

.article:first-child .article__container {
  padding-block-start: 7.5rem;
}

.article__header {
  margin-block-start: 2.5rem;
}

.article__form-holder {
  background-color: #072929;
  border-radius: 20px;
  margin-block-start: 3.125rem;
  overflow: hidden;
}

.article__form-holder--desktop {
  display: none;
}

.article__asset {
  aspect-ratio: 60/43;
  margin-block-start: 3.125rem;
}

.article__asset--desktop {
  display: none;
}

.article__image {
  border-radius: 20px;
  -o-object-position: top left;
  object-position: top left;
}

.article__highlights--mobile {
  display: block;
  margin-block-start: 3.125rem;
}

.article__highlights--mobile .article-highlights__highlights {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}

.article__highlights--desktop {
  display: none;
}

.article__content-area,
.article__related-content,
.article__share-block,
.article__sidebar {
  margin-block-start: 3.125rem;
}

@media only screen and (min-width: 64rem) {
  .article:first-child .article__container {
    padding-block-start: 9.375rem;
  }

  .article__body {
    grid-column: 3/16;
  }

  .article__sidebar {
    grid-column: 17/-3;
  }

  .article__form-holder,
  .article__sidebar {
    margin-block-start: 0;
  }

  .article__form-holder--desktop {
    display: block;
  }

  .article__form-holder--mobile {
    display: none;
  }

  .article__asset {
    margin-block-start: 0;
  }

  .article__asset--desktop {
    display: block;
  }

  .article__asset--mobile {
    display: none;
  }

  .article__asset + .article__form-holder {
    margin-block-start: 3.75rem;
  }

  .article__highlights--desktop {
    display: block;
    margin-block-start: 3.75rem;
  }

  .article__highlights--mobile {
    display: none;
  }

  .article__content-area,
  .article__related-content,
  .article__share-block {
    margin-block-start: 3.75rem;
  }
}

@media only screen and (min-width: 75rem) {
  .article__body {
    grid-column: 3/16;
  }

  .article__sidebar {
    grid-column: 17/-3;
  }
}

.author-hero__container {
  padding-block-start: 7.5rem;
}

.author-hero__heading {
  margin-block-start: 1.25rem;
}

.author-hero__asset-holder {
  flex-shrink: 0;
  height: 8.375rem;
  position: relative;
  width: 8.375rem;
}

.author-hero__asset-holder:not(:has(.author-hero__asset)) {
  background: linear-gradient(180deg, #f75, #ffe9b5);
  border-radius: 50%;
}

.author-hero__asset {
  border-radius: 50%;
  height: 8.375rem;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 8.375rem;
}

.author-hero__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.author-hero__profile {
  margin-block-start: 1.875rem;
}

.author-hero__info {
  margin-block-start: 1.25rem;
}

.author-hero__linkedin {
  align-items: center;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
  text-decoration: none;
}

.author-hero__bio {
  margin-block-start: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .author-hero__profile {
    display: flex;
    gap: 1.875rem;
    margin-block-start: 2.5rem;
  }

  .author-hero__info {
    margin-block-start: 0;
  }
}

@media only screen and (min-width: 64rem) {
  .author-hero__container {
    padding-block-start: 9.375rem;
  }
}

.blog-header {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}

.blog-header__tags {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
}

.blog-header__author-date-block {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}

@media only screen and (min-width: 64rem) {
  .blog-header {
    align-items: center;
    row-gap: 2.5rem;
  }

  .blog-header__heading {
    margin-block-start: 0.625rem;
    text-align: center;
  }

  .blog-header__author-date-block {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.25rem;
    justify-content: center;
  }

  .blog-header__date {
    padding-inline-start: 1.25rem;
    position: relative;
  }

  .blog-header__date:before {
    background-color: #07292933;
    content: "";
    display: inline-block;
    height: 1.25rem;
    inset-block-start: 50%;
    inset-inline-start: 0;
    margin-inline-end: 1.25rem;
    position: absolute;
    transform: translateY(-50%);
    width: 0.0625rem;
  }
}

.author-profile-card {
  background-color: #ebeae1;
  border-radius: 10px;
  padding: 30px 20px;
}

.author-profile-card__linkedin-link {
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3125rem;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease-in;
}

@media (hover: hover) {
  .author-profile-card__linkedin-link:hover {
    text-decoration-color: #072929;
    transition: text-decoration-color 0.2s ease-out;
  }
}

.author-profile-card__icon-holder {
  align-self: flex-end;
  border: 1px solid #072929;
  border-radius: 50%;
  flex-shrink: 0;
  margin-block-end: 0.25rem;
  padding: 7px;
}

.author-profile-card__icon {
  height: 1rem;
  width: 1rem;
}

.author-profile-card__bio,
.author-profile-card__button {
  margin-block-start: 1.25rem;
}

.author-profile-card__button--desktop {
  display: none;
}

@media only screen and (min-width: 48rem) {
  .author-profile-card {
    padding: 30px;
  }

  .author-profile-card__button--mobile {
    display: none;
  }

  .author-profile-card__button--desktop {
    display: inline-flex;
  }

  .author-profile-card__bio,
  .author-profile-card__button {
    margin-block-start: 1.875rem;
  }
}

.blog {
  opacity: 0;
}

.blog:first-child .blog__container {
  padding-block-start: 7.5rem;
}

.blog__asset,
.blog__body {
  margin-block-start: 1.875rem;
}

.blog__asset {
  aspect-ratio: 96/68;
}

.blog__image {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog__author-profile-card,
.blog__content-area,
.blog__share-block {
  margin-block-start: 3.125rem;
}

@media only screen and (min-width: 64rem) {
  .blog:first-child .blog__container {
    padding-block-start: 9.375rem;
  }

  .blog__back-link {
    align-self: start;
    grid-column: 3/6;
    padding-block-start: 6px;
  }

  .blog__body {
    grid-column: 6/22;
    margin-block-start: 0;
    padding-inline: 0.625rem;
  }

  .blog__share-block {
    grid-column: 22/-3;
    justify-self: end;
    margin-block-start: 5.375rem;
  }

  .blog__asset,
  .blog__author-profile-card {
    margin-block-start: 3.75rem;
  }

  .blog__content-area {
    margin-block-start: 6.25rem;
  }
}

@media only screen and (min-width: 75rem) {
  .blog__body {
    padding-inline: 0;
  }
}

@media only screen and (min-width: 85.375rem) {
  .blog__author-profile-card-holder,
  .blog__content-area {
    padding-inline: 8.33333vw;
  }
}

@media only screen and (min-width: 100rem) {
  .blog__author-profile-card-holder,
  .blog__content-area {
    padding-inline: 8.33333rem;
  }
}
/* entry css */
*,
:after,
:before {
  box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
}

fieldset {
  border: none;
}

button,
fieldset,
input {
  padding: 0;
}

html {
  height: 100%;
}

@media (hover: hover) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  html::-webkit-scrollbar {
    display: none;
  }
}

body {
  height: 100%;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
}

hr {
  border-bottom: none;
  border-top: 1px solid #000;
  margin: 0;
}

canvas,
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}

img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

textarea {
  padding: 0;
  resize: vertical;
}

.flow > .module + .module,
.flow > .pin-spacer + .module {
  margin-block-start: var(--flow-space, 100px);
}

.flow > .module--colour-inverted + .module--colour-inverted {
  margin-block-start: 0;
}

@media only screen and (min-width: 48rem) {
  .flow > .module + .module,
  .flow > .pin-spacer + .module {
    margin-block-start: var(--flow-space, 120px);
  }

  .flow > .module--colour-inverted + .module--colour-inverted {
    margin-block-start: 0;
  }
}

@media only screen and (min-width: 64rem) {
  .flow > .module + .module,
  .flow > .pin-spacer + .module {
    margin-block-start: var(--flow-space, 135px);
  }

  .flow > .module--colour-inverted + .module--colour-inverted {
    margin-block-start: 0;
  }
}

@media only screen and (min-width: 75rem) {
  .flow > .module + .module,
  .flow > .pin-spacer + .module {
    margin-block-start: var(--flow-space, 150px);
  }

  .flow > .module--colour-inverted + .module--colour-inverted {
    margin-block-start: 0;
  }
}

.generic-html .h1,
.generic-html h1,
body {
  color: #072929;
  font-style: normal;
  font-weight: 400;
}

.generic-html .h1,
.generic-html h1 {
  font-size: 2.5rem;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .generic-html .h1,
  .generic-html h1 {
    font-size: 3.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .generic-html .h1,
  .generic-html h1 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 75rem) {
  .generic-html .h1,
  .generic-html h1 {
    font-size: 4.625rem;
  }
}

.iserve {
  padding-left: 2em;
  padding-top: 1em;
}

.generic-html h2 {
  color: #072929;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0225rem;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .generic-html h2 {
    font-size: 2.625rem;
    letter-spacing: 0.01125rem;
  }
}

@media only screen and (min-width: 64rem) {
  .generic-html h2 {
    font-size: 2.875rem;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 75rem) {
  .generic-html h2 {
    font-size: 3.125rem;
  }
}

.generic-html h3 {
  color: #072929;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .generic-html h3 {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .generic-html h3 {
    font-size: 2.5rem;
  }
}

.generic-html h4 {
  color: #072929;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .generic-html h4 {
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 64rem) {
  .generic-html h4 {
    font-size: 1.875rem;
  }
}

.generic-html h5,
.generic-html h6 {
  color: #072929;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}

.generic-html .p,
.generic-html address,
.generic-html dl:not([class]),
.generic-html ol:not([class]),
.generic-html p,
.generic-html ul:not([class]) {
  max-width: 90ch;
}

.generic-html dl:not([class]) {
  list-style: none;
  padding-inline-start: 1.1em;
}

.generic-html ul:not([class]) {
  margin-inline-start: 0.625rem;
  padding-inline-start: 0.9375rem;
}

.generic-html ul:not([class]) li {
  padding-inline-start: 0;
  position: relative;
}

.generic-html ul:not([class]) li + li,
.generic-html ul:not([class]) li > ol,
.generic-html ul:not([class]) li > ul {
  margin-block-start: 0.625rem;
}

.generic-html ol:not([class]) {
  list-style: decimal;
  margin-inline-start: 0.625rem;
  padding-inline-start: 0.9375rem;
}

.generic-html ol:not([class]) li {
  padding-inline-start: 0;
  position: relative;
}

.generic-html ol:not([class]) li + li {
  margin-block-start: 1.25rem;
}

.generic-html ol:not([class]) li::marker {
  color: currentcolor;
}

.generic-html ol:not([class]) li > ol,
.generic-html ol:not([class]) li > ul {
  margin-block-start: 1.25rem;
}

.generic-html a:not([class]) {
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-decoration-color: currentcolor;
  transition: text-decoration-color 0.2s ease-in;
}

.generic-html a:not([class]):visited {
  color: currentcolor;
}

@media (hover: hover) {
  .generic-html a:not([class]):hover,
  .generic-html a:not([class]):visited:hover {
    text-decoration-color: transparent;
    transition: text-decoration-color 0.2s ease-out;
  }
}

.generic-html address {
  font-style: normal;
}

.generic-html strong {
  font-style: normal;
  font-weight: 500;
}

.generic-html em,
.generic-html i {
  font-style: italic;
}

.generic-html th {
  font-weight: unset;
}

.generic-html code {
  background-color: #0000001a;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding-inline: 5px;
}

.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: auto !important;
  margin: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.no-scroll {
  overflow: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(2%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translate(100%);
  }

  to {
    transform: translate(0);
  }
}

@keyframes slideOutRight {
  0% {
    transform: translate(0);
  }

  to {
    transform: translate(100%);
  }
}

@keyframes rotateX {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(-1turn);
  }

  to {
    transform: rotate(-1turn);
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  50.01% {
    opacity: 0;
  }

  to {
    opacity: 0;
  }
}

@keyframes animatedBorder {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  to {
    background-position: 0 50%;
  }
}

.page-left-enter-active,
.page-left-leave-active,
.page-right-enter-active,
.page-right-leave-active {
  inset-block-start: 0;
  inset-inline: 0;
  position: absolute;
  transition: transform 0.4s ease;
}

.page-left-enter-from,
.page-right-leave-to {
  transform: translate(100%);
}

.page-left-leave-to,
.page-right-enter-from {
  transform: translate(-100%);
}

.module {
  position: relative;
}

.module:last-child {
  margin-block-end: 100px;
}

.module--flush-to-footer:last-child {
  margin-block-end: 0;
}

.module--colour-inverted {
  background-color: #072929;
  color: #ebeae1;
  padding-block-start: 100px;
}

.module--colour-inverted .h2,
.module--colour-inverted .h3,
.module--colour-inverted .h4,
.module--colour-inverted .h5,
.module--colour-inverted .h6,
.module--colour-inverted h2,
.module--colour-inverted h3,
.module--colour-inverted h4,
.module--colour-inverted h5,
.module--colour-inverted h6 {
  color: #ebeae1;
}

.module--colour-inverted:has(+ .module:not(.module--colour-inverted)) {
  padding-block-end: 100px;
}

.module--colour-inverted:has(+ .module--colour-inverted):after {
  background-color: #072929;
  content: "";
  height: 2px;
  inset-block-end: -1px;
  inset-inline-start: 0;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 48rem) {
  .module:last-child {
    margin-block-end: 120px;
  }

  .module--flush-to-footer-lg:last-child,
  .module--flush-to-footer:last-child {
    margin-block-end: 0;
  }

  .module--colour-inverted {
    padding-block-start: 120px;
  }

  .module--colour-inverted:has(+ .module:not(.module--colour-inverted)) {
    padding-block-end: 120px;
  }
}

@media only screen and (min-width: 64rem) {
  .module:last-child {
    margin-block-end: 135px;
  }

  .module--flush-to-footer-lg:last-child,
  .module--flush-to-footer-xl:last-child,
  .module--flush-to-footer:last-child {
    margin-block-end: 0;
  }

  .module--colour-inverted {
    padding-block-start: 135px;
  }

  .module--colour-inverted:has(+ .module:not(.module--colour-inverted)) {
    padding-block-end: 135px;
  }
}

@media only screen and (min-width: 75rem) {
  .module:last-child {
    margin-block-end: 150px;
  }

  .module--flush-to-footer-2xl:last-child,
  .module--flush-to-footer-lg:last-child,
  .module--flush-to-footer-xl:last-child,
  .module--flush-to-footer:last-child {
    margin-block-end: 0;
  }

  .module--colour-inverted {
    padding-block-start: 150px;
  }

  .module--colour-inverted:has(+ .module:not(.module--colour-inverted)) {
    padding-block-end: 150px;
  }
}

@media only screen and (min-width: 85.375rem) {
  .module:last-child {
    margin-block-end: 150px;
  }

  .module--flush-to-footer-2xl:last-child,
  .module--flush-to-footer-3xl:last-child,
  .module--flush-to-footer-lg:last-child,
  .module--flush-to-footer-xl:last-child,
  .module--flush-to-footer:last-child {
    margin-block-end: 0;
  }

  .module--colour-inverted {
    padding-block-start: 150px;
  }

  .module--colour-inverted:has(+ .module:not(.module--colour-inverted)) {
    padding-block-end: 150px;
  }
}

@media only screen and (min-width: 90rem) {
  .module:last-child {
    margin-block-end: 150px;
  }

  .module--flush-to-footer-2xl:last-child,
  .module--flush-to-footer-3xl:last-child,
  .module--flush-to-footer-4xl:last-child,
  .module--flush-to-footer-lg:last-child,
  .module--flush-to-footer-xl:last-child,
  .module--flush-to-footer:last-child {
    margin-block-end: 0;
  }

  .module--colour-inverted {
    padding-block-start: 150px;
  }

  .module--colour-inverted:has(+ .module:not(.module--colour-inverted)) {
    padding-block-end: 150px;
  }
}

@media only screen and (min-width: 100rem) {
  .module:last-child {
    margin-block-end: 150px;
  }

  .module--flush-to-footer-2xl:last-child,
  .module--flush-to-footer-3xl:last-child,
  .module--flush-to-footer-4xl:last-child,
  .module--flush-to-footer-5xl:last-child,
  .module--flush-to-footer-lg:last-child,
  .module--flush-to-footer-xl:last-child,
  .module--flush-to-footer:last-child {
    margin-block-end: 0;
  }

  .module--colour-inverted {
    padding-block-start: 150px;
  }

  .module--colour-inverted:has(+ .module:not(.module--colour-inverted)) {
    padding-block-end: 150px;
  }
}

body {
  background-color: #f5f5f0;
  scrollbar-gutter: stable;
}

body:has(.header--nav-open),
body:has(.home-hero--is-animating),
body:has(.intro-sequence),
body:has(.main-nav__dropdown.dropdown--active),
body:has(.page-loader),
body:has(.popup-holder--active) {
  overflow: hidden;
}

.container {
  display: grid;
  grid-template-columns: 0 4.1666666667vw repeat(22, minmax(0, 1fr)) 4.1666666667vw 0;
  position: relative;
}

.container > * {
  grid-column: 4/-4;
}

@media only screen and (min-width: 48rem) {
  .container {
    grid-template-columns: 0 4.1666666667vw repeat(22, minmax(0, 1fr)) 4.1666666667vw 0;
  }

  .container > * {
    grid-column: 3/-3;
  }
}

@media only screen and (min-width: 64rem) {
  .container {
    grid-template-columns: 0 4.1666666667vw repeat(22, minmax(0, 1fr)) 4.1666666667vw 0;
  }
}

@media only screen and (min-width: 75rem) {
  .container {
    grid-template-columns: 0 4.1666666667vw repeat(22, minmax(0, 1fr)) 4.1666666667vw 0;
  }
}

@media only screen and (min-width: 85.375rem) {
  .container {
    grid-template-columns: 0 4.1666666667vw repeat(22, minmax(0, 1fr)) 4.1666666667vw 0;
  }
}

@media only screen and (min-width: 100rem) {
  .container {
    grid-template-columns: minmax(0, 1fr) 4.16667rem repeat(22, 4.16667rem) 4.16667rem minmax(
        0,
        1fr
      );
  }
}

.brand-logo-dark {
  overflow: visible;
}

.brand-logo-dark__path--x-top {
  animation: rotateX 10s cubic-bezier(0.65, 0, 0.5, 0.5) infinite;
  transform-origin: center 0.9375rem;
}

.brand-logo-dark__path--x-bottom {
  animation: rotateX 10s cubic-bezier(0.65, 0, 0.5, 0.5) infinite;
  transform-origin: center calc(100% - 0.9375rem);
}

@media only screen and (max-width: 75rem) {
  .header--nav-open:has(.header__announcement) .brand-logo-dark__path--x-bottom,
  .header--nav-open:has(.header__announcement) .brand-logo-dark__path--x-top {
    animation: none;
  }
}

.button-line {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding-block: 0.625rem;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.button-line__text {
  color: #072929;

  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.button-line:after,
.button-line:before {
  background-color: #072929;
  content: "";
  height: 2px;
  inset-block-end: 0;
  inset-inline-start: 0;
  position: absolute;
  width: 100%;
}

.button-line:after {
  transform: translate(-100%);
}

@media (hover: hover) {
  .button-line:hover:before {
    transform: translate(100%);
    transition: transform 0.2s ease-in;
  }

  .button-line:hover:after {
    transform: translate(0);
    transition: transform 0.2s ease-out;
    transition-delay: 0.2s;
  }
}

.button-pill-outline {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 100000px;
  cursor: pointer;
  display: inline-flex;

  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  height: 2.5rem;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding-inline: 20px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.button-pill-outline:after,
.button-pill-outline:before {
  border-radius: 100000px;
  border-style: solid;
  border-width: 1px;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.button-pill-outline:before {
  background: transparent;
  border-color: #072929;
}

.button-pill-outline:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.button-pill-outline .button-pill-outline__text-holder {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}

.button-pill-outline .button-pill-outline__text {
  font-size: 0.875rem;
  grid-column: 1;
  grid-row: 1;
  transition: opacity 0.2s ease-in;
  white-space: nowrap;
}

.button-pill-outline .button-pill-outline__text--standard {
  color: #072929;
}

.button-pill-outline .button-pill-outline__text--hover {
  opacity: 0;
}

.button-pill-outline .button-pill-outline__hover-circle {
  background: #ebeae033;
  border-radius: 50%;
  clip-path: inset(50% 50% 50% 50% round 50%);
  height: 3.5rem;
  inset-block-start: 0;
  inset-inline-start: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(0);
  transition: clip-path 0.2s ease;
  width: 3.5rem;
  z-index: 3;
}

.button-pill-outline .button-pill-outline__icon-holder {
  inset-block-start: 5px;
  inset-inline-start: 5px;
  position: absolute;
  transition: transform 0.2s ease;
  width: calc(100% - 5px);
}

.button-pill-outline:after {
  background: #072929;
  border-color: #072929;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1;
}

.button-pill-outline .button-pill-outline__text--hover {
  color: #f5f5f0;
}

@media (hover: hover) {
  .button-pill-outline:hover:before {
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }

  .button-pill-outline:hover:after {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }

  .button-pill-outline:hover .button-pill-outline__text {
    transition: opacity 0.2s ease-out;
  }

  .button-pill-outline:hover .button-pill-outline__text--standard {
    opacity: 0;
  }

  .button-pill-outline:hover .button-pill-outline__text--hover {
    opacity: 1;
  }

  .button-pill-outline:hover .button-pill-outline__icon-holder {
    transform: translate(calc(100% - 35px));
  }
}

.button-pill-outline.active {
  cursor: default;
}

.button-pill-outline.active:after {
  background: #072929;
  border-color: #072929;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1;
}

.button-pill-outline.active .button-pill-outline__text--hover {
  color: #ebeae1;
}

.button-pill-outline.active:before {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.button-pill-outline.active:after {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.button-pill-outline.active .button-pill-outline__text {
  transition: opacity 0.2s ease-out;
}

.button-pill-outline.active .button-pill-outline__text--standard {
  opacity: 0;
}

.button-pill-outline.active .button-pill-outline__text--hover {
  opacity: 1;
}

.button-pill-outline.active .button-pill-outline__icon-holder {
  transform: translate(calc(100% - 35px));
}

.button-pill-solid-dark {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 100000px;
  cursor: pointer;
  display: inline-flex;

  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  height: 2.5rem;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding-inline: 20px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.button-pill-solid-dark:after,
.button-pill-solid-dark:before {
  border-radius: 100000px;
  border-style: solid;
  border-width: 1px;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.button-pill-solid-dark:before {
  background: #072929;
  border-color: #072929;
}

.button-pill-solid-dark:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.button-pill-solid-dark .button-pill-solid-dark__text-holder {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}

.button-pill-solid-dark .button-pill-solid-dark__text {
  font-size: 0.875rem;
  grid-column: 1;
  grid-row: 1;
  transition: opacity 0.2s ease-in;
  white-space: nowrap;
}

.button-pill-solid-dark .button-pill-solid-dark__text--standard {
  color: #f5f5f0;
}

.button-pill-solid-dark .button-pill-solid-dark__text--hover {
  opacity: 0;
}

.button-pill-solid-dark .button-pill-solid-dark__hover-circle {
  background: #ebeae033;
  border-radius: 50%;
  clip-path: inset(50% 50% 50% 50% round 50%);
  height: 3.5rem;
  inset-block-start: 0;
  inset-inline-start: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(0);
  transition: clip-path 0.2s ease;
  width: 3.5rem;
  z-index: 3;
}

.button-pill-solid-dark .button-pill-solid-dark__icon-holder {
  inset-block-start: 5px;
  inset-inline-start: 5px;
  position: absolute;
  transition: transform 0.2s ease;
  width: calc(100% - 5px);
}

.button-pill-solid-dark:after {
  background: #f5f5f0;
  border-color: #072929;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1;
}

.button-pill-solid-dark .button-pill-solid-dark__text--hover {
  color: #072929;
}

@media (hover: hover) {
  .button-pill-solid-dark:hover .button-pill-solid-dark__icon-holder {
    transform: translate(calc(100% - 35px));
  }
}

.button-pill-solid-light {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 100000px;
  cursor: pointer;
  display: inline-flex;

  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  height: 2.5rem;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding-inline: 20px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.button-pill-solid-light:after,
.button-pill-solid-light:before {
  border-radius: 100000px;
  border-style: solid;
  border-width: 1px;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.button-pill-solid-light:before {
  background: #f5f5f0;
  border-color: #f5f5f0;
}

.button-pill-solid-light:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.button-pill-solid-light .button-pill-solid-light__text-holder {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}

.button-pill-solid-light .button-pill-solid-light__text {
  font-size: 0.875rem;
  grid-column: 1;
  grid-row: 1;
  transition: opacity 0.2s ease-in;
  white-space: nowrap;
}

.button-pill-solid-light .button-pill-solid-light__text--standard {
  color: #072929;
}

.button-pill-solid-light .button-pill-solid-light__text--hover {
  opacity: 0;
}

.button-pill-solid-light .button-pill-solid-light__hover-circle {
  background: #ebeae033;
  border-radius: 50%;
  clip-path: inset(50% 50% 50% 50% round 50%);
  height: 3.5rem;
  inset-block-start: 0;
  inset-inline-start: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(0);
  transition: clip-path 0.2s ease;
  width: 3.5rem;
  z-index: 3;
}

.button-pill-solid-light .button-pill-solid-light__icon-holder {
  inset-block-start: 5px;
  inset-inline-start: 5px;
  position: absolute;
  transition: transform 0.2s ease;
  width: calc(100% - 5px);
}

.button-pill-solid-light:after {
  background: #072929;
  border-color: #072929;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1;
}

.button-pill-solid-light .button-pill-solid-light__text--hover {
  color: #f5f5f0;
}

@media (hover: hover) {
  .button-pill-solid-light:hover:before {
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }

  .button-pill-solid-light:hover:after {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }

  .button-pill-solid-light:hover .button-pill-solid-light__text {
    transition: opacity 0.2s ease-out;
  }

  .button-pill-solid-light:hover .button-pill-solid-light__text--standard {
    opacity: 0;
  }

  .button-pill-solid-light:hover .button-pill-solid-light__text--hover {
    opacity: 1;
  }

  .button-pill-solid-light:hover .button-pill-solid-light__icon-holder {
    transform: translate(calc(100% - 35px));
  }
}

.button-pill-solid-short-dark {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 100000px;
  cursor: pointer;
  display: inline-flex;

  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  height: 1.875rem;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding-inline: 20px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.button-pill-solid-short-dark:after,
.button-pill-solid-short-dark:before {
  border-radius: 100000px;
  border-style: solid;
  border-width: 1px;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.button-pill-solid-short-dark:before {
  background: #072929;
  border-color: #072929;
}

.button-pill-solid-short-dark:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.button-pill-solid-short-dark .button-pill-solid-short-dark__text-holder {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}

.button-pill-solid-short-dark .button-pill-solid-short-dark__text {
  font-size: 0.875rem;
  grid-column: 1;
  grid-row: 1;
  transition: opacity 0.2s ease-in;
  white-space: nowrap;
}

.button-pill-solid-short-dark .button-pill-solid-short-dark__text--standard {
  color: #f5f5f0;
}

.button-pill-solid-short-dark .button-pill-solid-short-dark__text--hover {
  opacity: 0;
}

.button-pill-solid-short-dark .button-pill-solid-short-dark__hover-circle {
  background: #ebeae033;
  border-radius: 50%;
  clip-path: inset(50% 50% 50% 50% round 50%);
  height: 3.5rem;
  inset-block-start: 0;
  inset-inline-start: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(0);
  transition: clip-path 0.2s ease;
  width: 3.5rem;
  z-index: 3;
}

.button-pill-solid-short-dark .button-pill-solid-short-dark__icon-holder {
  inset-block-start: 5px;
  inset-inline-start: 5px;
  position: absolute;
  transition: transform 0.2s ease;
  width: calc(100% - 5px);
}

.button-pill-solid-short-dark:after {
  background: #f5f5f0;
  border-color: #072929;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1;
}

.button-pill-solid-short-dark .button-pill-solid-short-dark__text--hover {
  color: #072929;
}

@media (hover: hover) {
  .button-pill-solid-short-dark:hover
    .button-pill-solid-short-dark__icon-holder {
    transform: translate(calc(100% - 35px));
  }
}

.button-pill-solid-down-icon {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 100000px;
  cursor: pointer;
  display: inline-flex;

  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  height: 2.5rem;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding-inline: 45px 20px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.button-pill-solid-down-icon:after,
.button-pill-solid-down-icon:before {
  border-radius: 100000px;
  border-style: solid;
  border-width: 1px;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.button-pill-solid-down-icon:before {
  background: #072929;
  border-color: #072929;
}

.button-pill-solid-down-icon:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.button-pill-solid-down-icon .button-pill-solid-down-icon__text-holder {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}

.button-pill-solid-down-icon .button-pill-solid-down-icon__text {
  font-size: 0.875rem;
  grid-column: 1;
  grid-row: 1;
  transition: transform 0.2s ease-in;
  white-space: nowrap;
  will-change: transform;
}

.button-pill-solid-down-icon .button-pill-solid-down-icon__text--standard {
  color: #f5f5f0;
}

.button-pill-solid-down-icon .button-pill-solid-down-icon__text--hover {
  opacity: 0;
}

.button-pill-solid-down-icon .button-pill-solid-down-icon__hover-circle {
  background: #ebeae033;
  border-radius: 50%;
  clip-path: inset(50% 50% 50% 50% round 50%);
  height: 3.5rem;
  inset-block-start: 0;
  inset-inline-start: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(0);
  transition: clip-path 0.2s ease;
  width: 3.5rem;
  z-index: 3;
}

.button-pill-solid-down-icon .button-pill-solid-down-icon__icon-holder {
  inset-block-start: 5px;
  inset-inline-start: 5px;
  position: absolute;
  transition: transform 0.2s ease;
  width: calc(100% - 5px);
}

.button-pill-solid-down-icon:after {
  background: #f5f5f0;
  border-color: #072929;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1;
}

.button-pill-solid-down-icon .button-pill-solid-down-icon__text--hover {
  color: #072929;
}

@media (hover: hover) {
  .button-pill-solid-down-icon:hover .button-pill-solid-down-icon__text {
    transform: translate(-25px);
  }

  .button-pill-solid-down-icon:hover .button-pill-solid-down-icon__icon-holder {
    transform: translate(calc(100% - 35px));
  }
}

.pointer-button-icon {
  background: linear-gradient(180deg, #1ef4b4, #c6b5ff);
  border-radius: 50%;
  color: transparent;
}

.button-pill-solid-pointer-icon {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 100000px;
  cursor: pointer;
  display: inline-flex;

  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  height: 2.5rem;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding-inline: 45px 20px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.button-pill-solid-pointer-icon:after,
.button-pill-solid-pointer-icon:before {
  border-radius: 100000px;
  border-style: solid;
  border-width: 1px;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.button-pill-solid-pointer-icon:before {
  background: #072929;
  border-color: #072929;
}

.button-pill-solid-pointer-icon:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.button-pill-solid-pointer-icon .button-pill-solid-pointer-icon__text-holder {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}

.button-pill-solid-pointer-icon .button-pill-solid-pointer-icon__text {
  font-size: 0.875rem;
  grid-column: 1;
  grid-row: 1;
  transition: transform 0.2s ease-in;
  white-space: nowrap;
  will-change: transform;
}

.button-pill-solid-pointer-icon
  .button-pill-solid-pointer-icon__text--standard {
  color: #f5f5f0;
}

.button-pill-solid-pointer-icon .button-pill-solid-pointer-icon__text--hover {
  opacity: 0;
}

.button-pill-solid-pointer-icon .button-pill-solid-pointer-icon__hover-circle {
  background: #ebeae033;
  border-radius: 50%;
  clip-path: inset(50% 50% 50% 50% round 50%);
  height: 3.5rem;
  inset-block-start: 0;
  inset-inline-start: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(0);
  transition: clip-path 0.2s ease;
  width: 3.5rem;
  z-index: 3;
}

.button-pill-solid-pointer-icon .button-pill-solid-pointer-icon__icon-holder {
  inset-block-start: 5px;
  inset-inline-start: 5px;
  position: absolute;
  transition: transform 0.2s ease;
  width: calc(100% - 5px);
}

.button-pill-solid-pointer-icon:after {
  background: #f5f5f0;
  border-color: #072929;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1;
}

.button-pill-solid-pointer-icon .button-pill-solid-pointer-icon__text--hover {
  color: #072929;
}

@media (hover: hover) {
  .button-pill-solid-pointer-icon:hover .button-pill-solid-pointer-icon__text {
    transform: translate(-25px);
  }

  .button-pill-solid-pointer-icon:hover
    .button-pill-solid-pointer-icon__icon-holder {
    transform: translate(calc(100% - 35px));
  }
}

.button-pill-solid-right-icon {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 100000px;
  cursor: pointer;
  display: inline-flex;

  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  height: 2.5rem;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding-inline: 45px 20px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.button-pill-solid-right-icon:after,
.button-pill-solid-right-icon:before {
  border-radius: 100000px;
  border-style: solid;
  border-width: 1px;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.button-pill-solid-right-icon:before {
  background: #072929;
  border-color: #072929;
}

.button-pill-solid-right-icon:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.button-pill-solid-right-icon .button-pill-solid-right-icon__text-holder {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}

.button-pill-solid-right-icon .button-pill-solid-right-icon__text {
  font-size: 0.875rem;
  grid-column: 1;
  grid-row: 1;
  transition: transform 0.2s ease-in;
  white-space: nowrap;
  will-change: transform;
}

.button-pill-solid-right-icon .button-pill-solid-right-icon__text--standard {
  color: #f5f5f0;
}

.button-pill-solid-right-icon .button-pill-solid-right-icon__text--hover {
  opacity: 0;
}

.button-pill-solid-right-icon .button-pill-solid-right-icon__hover-circle {
  background: #ebeae033;
  border-radius: 50%;
  clip-path: inset(50% 50% 50% 50% round 50%);
  height: 3.5rem;
  inset-block-start: 0;
  inset-inline-start: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(0);
  transition: clip-path 0.2s ease;
  width: 3.5rem;
  z-index: 3;
}

.button-pill-solid-right-icon .button-pill-solid-right-icon__icon-holder {
  inset-block-start: 5px;
  inset-inline-start: 5px;
  position: absolute;
  transition: transform 0.2s ease;
  width: calc(100% - 5px);
}

.button-pill-solid-right-icon:after {
  background: #f5f5f0;
  border-color: #072929;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1;
}

.button-pill-solid-right-icon .button-pill-solid-right-icon__text--hover {
  color: #072929;
}

@media (hover: hover) {
  .button-pill-solid-right-icon:hover .button-pill-solid-right-icon__text {
    transform: translate(-25px);
  }

  .button-pill-solid-right-icon:hover
    .button-pill-solid-right-icon__icon-holder {
    transform: translate(calc(100% - 35px));
  }
}

.button-pill-solid-right-icon-mid {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 100000px;
  cursor: pointer;
  display: inline-flex;

  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  height: 2.5rem;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding-inline: 45px 20px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.button-pill-solid-right-icon-mid:after,
.button-pill-solid-right-icon-mid:before {
  border-radius: 100000px;
  border-style: solid;
  border-width: 1px;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.button-pill-solid-right-icon-mid:before {
  background: #1e3c3b;
  border-color: #1e3c3b;
}

.button-pill-solid-right-icon-mid:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.button-pill-solid-right-icon-mid
  .button-pill-solid-right-icon-mid__text-holder {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}

.button-pill-solid-right-icon-mid .button-pill-solid-right-icon-mid__text {
  font-size: 0.875rem;
  grid-column: 1;
  grid-row: 1;
  transition: transform 0.2s ease-in;
  white-space: nowrap;
  will-change: transform;
}

.button-pill-solid-right-icon-mid
  .button-pill-solid-right-icon-mid__text--standard {
  color: #f5f5f0;
}

.button-pill-solid-right-icon-mid
  .button-pill-solid-right-icon-mid__text--hover {
  opacity: 0;
}

.button-pill-solid-right-icon-mid
  .button-pill-solid-right-icon-mid__hover-circle {
  background: #ebeae033;
  border-radius: 50%;
  clip-path: inset(50% 50% 50% 50% round 50%);
  height: 3.5rem;
  inset-block-start: 0;
  inset-inline-start: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(0);
  transition: clip-path 0.2s ease;
  width: 3.5rem;
  z-index: 3;
}

.button-pill-solid-right-icon-mid
  .button-pill-solid-right-icon-mid__icon-holder {
  inset-block-start: 5px;
  inset-inline-start: 5px;
  position: absolute;
  transition: transform 0.2s ease;
  width: calc(100% - 5px);
}

.button-pill-solid-right-icon-mid:after {
  background: #f5f5f0;
  border-color: #1e3c3b;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1;
}

.button-pill-solid-right-icon-mid
  .button-pill-solid-right-icon-mid__text--hover {
  color: #1e3c3b;
}

@media (hover: hover) {
  .button-pill-solid-right-icon-mid:hover
    .button-pill-solid-right-icon-mid__text {
    transform: translate(-25px);
  }

  .button-pill-solid-right-icon-mid:hover
    .button-pill-solid-right-icon-mid__icon-holder {
    transform: translate(calc(100% - 35px));
  }
}

.button-pill-solid-plus-icon {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  border-radius: 100000px;
  cursor: pointer;
  display: inline-flex;

  font-style: normal;
  font-weight: 500;
  gap: 0.625rem;
  height: 2.5rem;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding-inline: 45px 20px;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.button-pill-solid-plus-icon:after,
.button-pill-solid-plus-icon:before {
  border-radius: 100000px;
  border-style: solid;
  border-width: 1px;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.button-pill-solid-plus-icon:before {
  background: #072929;
  border-color: #072929;
}

.button-pill-solid-plus-icon:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.button-pill-solid-plus-icon .button-pill-solid-plus-icon__text-holder {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  z-index: 2;
}

.button-pill-solid-plus-icon .button-pill-solid-plus-icon__text {
  font-size: 0.875rem;
  grid-column: 1;
  grid-row: 1;
  transition: transform 0.2s ease-in;
  white-space: nowrap;
  will-change: transform;
}

.button-pill-solid-plus-icon .button-pill-solid-plus-icon__text--standard {
  color: #f5f5f0;
}

.button-pill-solid-plus-icon .button-pill-solid-plus-icon__text--hover {
  opacity: 0;
}

.button-pill-solid-plus-icon .button-pill-solid-plus-icon__hover-circle {
  background: #ebeae033;
  border-radius: 50%;
  clip-path: inset(50% 50% 50% 50% round 50%);
  height: 3.5rem;
  inset-block-start: 0;
  inset-inline-start: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(0);
  transition: clip-path 0.2s ease;
  width: 3.5rem;
  z-index: 3;
}

.button-pill-solid-plus-icon .button-pill-solid-plus-icon__icon-holder {
  inset-block-start: 5px;
  inset-inline-start: 5px;
  position: absolute;
  transition: transform 0.2s ease;
  width: calc(100% - 5px);
}

.button-pill-solid-plus-icon:after {
  background: #f5f5f0;
  border-color: #072929;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  z-index: 1;
}

.button-pill-solid-plus-icon .button-pill-solid-plus-icon__text--hover {
  color: #072929;
}

@media (hover: hover) {
  .button-pill-solid-plus-icon:hover .button-pill-solid-plus-icon__text {
    transform: translate(-25px);
  }

  .button-pill-solid-plus-icon:hover .button-pill-solid-plus-icon__icon-holder {
    transform: translate(calc(100% - 35px));
  }
}

.play-icon--light .play-icon__path {
  fill: #f5f5f0;
}

.play-icon--dark .play-icon__path {
  fill: #072929;
}

.button-play-dark {
  align-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  isolation: isolate;
  justify-items: center;
  outline: none;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.button-play-dark__icon-holder {
  background-image: linear-gradient(180deg, #1ef4b4, #c6b5ff);
  border-radius: 50%;
  display: grid;
  height: 6.25rem;
  place-content: center;
  width: 6.25rem;
}

.button-play-dark__icon {
  height: 2.5rem;
  transform: scale(0.775);
  transition: transform 0.2s ease-in;
  width: 2.5rem;
  will-change: transform;
}

.button-play-dark__text {
  color: #072929;

  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
}

@media (hover: hover) {
  .button-play-dark:hover .button-play-dark__icon {
    transform: scale(1);
    transition: transform 0.2s ease-out;
  }
}

.button-play-light {
  align-content: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
  isolation: isolate;
  justify-items: center;
  outline: none;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.button-play-light__icon-holder {
  background-image: linear-gradient(180deg, #1ef4b4, #c6b5ff);
  border-radius: 50%;
  display: grid;
  height: 6.25rem;
  place-content: center;
  width: 6.25rem;
}

.button-play-light__icon {
  height: 2.5rem;
  transform: scale(0.775);
  transition: transform 0.2s ease-in;
  width: 2.5rem;
  will-change: transform;
}

.button-play-light__text {
  color: #ebeae1;

  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
}

@media (hover: hover) {
  .button-play-light:hover .button-play-light__icon {
    transform: scale(1);
    transition: transform 0.2s ease-out;
  }
}

.button-block {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: -moz-fit-content;
  width: fit-content;
}

.button-block--centre {
  justify-content: center;
  margin-inline: auto;
}

.x-icon--light .x-icon__path {
  fill: #f5f5f0;
}

.x-icon--dark .x-icon__path {
  fill: #072929;
}

.linkedin-icon--light .linkedin-icon__path {
  fill: #f5f5f0;
}

.linkedin-icon--dark .linkedin-icon__path {
  fill: #072929;
}

.facebook-icon--light .facebook-icon__path {
  fill: #f5f5f0;
}

.facebook-icon--dark .facebook-icon__path {
  fill: #072929;
}

.instagram-icon--light .instagram-icon__path {
  fill: #fff;
}

.instagram-icon--dark .instagram-icon__path {
  fill: #000;
}

.asset {
  display: block;
  overflow: hidden;
  position: relative;
}

.asset__image-holder,
.asset__video {
  height: 100%;
  width: 100%;
}

.asset__image,
.asset__video {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  width: 100%;
}

.asset--with-parallax .asset__image,
.asset--with-parallax .asset__video {
  height: var(--parallax-image-height, 110%);
  inset-block-end: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 64rem) {
  .asset--with-parallax .asset__image,
  .asset--with-parallax .asset__video {
    height: var(--parallax-image-height, 120%);
  }
}

.heading {
  align-items: center;
  display: inline-flex;
  gap: 1.25rem;
}

.heading__heading-text {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-wrap: inherit;
}

.heading--h1 {
  color: #072929;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .heading--h1 {
    font-size: 3.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .heading--h1 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 75rem) {
  .heading--h1 {
    font-size: 4.625rem;
  }
}

.heading--h2 {
  color: #072929;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0225rem;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .heading--h2 {
    font-size: 2.625rem;
    letter-spacing: 0.01125rem;
  }
}

@media only screen and (min-width: 64rem) {
  .heading--h2 {
    font-size: 2.875rem;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 75rem) {
  .heading--h2 {
    font-size: 3.125rem;
  }
}

.heading--h3 {
  color: #072929;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .heading--h3 {
    font-size: 2.25rem;
  }
}

@media only screen and (min-width: 64rem) {
  .heading--h3 {
    font-size: 2.5rem;
  }
}

.heading--h4 {
  color: #072929;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .heading--h4 {
    font-size: 1.75rem;
  }
}

@media only screen and (min-width: 64rem) {
  .heading--h4 {
    font-size: 1.875rem;
  }
}

.heading--h5,
.heading--h6 {
  color: #072929;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-wrap: balance;
}

.heading--small {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  opacity: 0.7;
}

.email-icon--light .email-icon__path {
  fill: #f5f5f0;
}

.email-icon--dark .email-icon__path {
  fill: #072929;
}

.link-icon--light .link-icon__path {
  fill: #f5f5f0;
}

.link-icon--dark .link-icon__path {
  fill: #072929;
}

.socials-block {
  align-items: center;
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
}

.socials-block__heading {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.socials-block__icon {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
}

.socials-block__links {
  align-items: center;
  display: flex;
}

.socials-block__links:has(.socials-block__link:hover)
  .socials-block__link:not(:hover) {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

.socials-block__link {
  display: block;
  padding: 10px;
  transition: opacity 0.2s ease-in;
}

.socials-block--light .socials-block__link {
  opacity: 0.6;
}

@media (hover: hover) {
  .socials-block--light .socials-block__link:hover {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}

@media only screen and (min-width: 75rem) {
  .socials-block {
    flex-direction: row;
  }
}

.search-box {
  background-color: #ebeae1;
  border-radius: 100000px;
  cursor: pointer;
  flex-shrink: 0;
  gap: 0.75rem;
  height: 2.5rem;
  overflow: hidden;
  padding-inline: 13px;
}

.search-box,
.search-box__label {
  align-items: center;
  display: flex;
}

.search-box__label {
  flex-grow: 1;
  font-size: 0.875rem;
  height: 100%;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.search-box__search-icon-holder {
  flex-shrink: 0;
  height: 0.875rem;
  position: relative;
  width: 0.875rem;
}

.search-box__search-icon {
  height: 0.875rem;
  inset-block-start: 0;
  inset-inline-start: 0;
  position: absolute;
  width: 0.875rem;
}

.search-box__close-button {
  display: none;
}

.search-box__close-icon {
  flex-shrink: 0;
  height: 0.625rem;
  width: 0.625rem;
}

.search-box__input {
  background-color: transparent;
  border: none;
  color: #072929;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width: 75rem) {
  .search-box__close-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 1.25rem;
  }
}

.search-box.expanded {
  cursor: auto;
}

.mobile-nav-plus__line {
  transition: opacity 0.2s ease-in;
}

.mobile-nav-plus:has(~ .dropdown--active) .mobile-nav-plus__line {
  transition: opacity 0.2s ease-out;
}

.mobile-nav-plus:has(~ .dropdown--active) .mobile-nav-plus__line--vertical {
  opacity: 0;
}

.main-nav,
.main-nav__menu {
  height: 100%;
  pointer-events: none;
  width: 100%;
}

.main-nav__menu {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  inset-block-start: 0;
  inset-inline-end: 0;
  overflow: hidden;
  padding: 6.25rem 8.33333vw 0;
  position: absolute;
  z-index: 1;
}

.main-nav__search-box-holder {
  width: 100%;
}

.main-nav__nav-list {
  flex-grow: 1;
  list-style: none;
  overflow: auto;
  padding: 0;
  padding-block-end: 20px;
}

.main-nav__item {
  border-block-end: 1px solid rgba(7, 41, 41, 0.2);
  padding-block-end: 1.25rem;
  position: relative;
}

.main-nav__item:not(:has(.dropdown)) .main-nav__dropdown-icon-holder {
  display: none;
}

.main-nav__item:has(.dropdown--active) .main-nav__plus-line--vertical {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.main-nav__plus-line--vertical {
  transition: opacity 0.2s ease-in;
}

.main-nav__link {
  align-items: center;
  color: #072929;
  cursor: default;
  display: flex;

  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  height: 100%;
  line-height: 1;
  padding-block-start: 1.25rem;
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  width: calc(100% - 3.125rem);
}

.main-nav__link[href] {
  cursor: pointer;
}

.main-nav__link:has(+ .dropdown) {
  pointer-events: none;
}

.main-nav__link:has(+ .dropdown) .main-nav__link-arrow {
  opacity: 0;
}

.main-nav__link:has(+ .dropdown--active) {
  pointer-events: auto;
}

.main-nav__link:has(+ .dropdown--active)[href] .main-nav__link-arrow {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.main-nav__link-arrow {
  flex-shrink: 0;
  height: 0.75rem;
  margin-inline-start: 0.9375rem;
  pointer-events: none;
  transform: translateY(1px);
  transition: opacity 0.2s ease-in;
  width: 0.75rem;
}

.main-nav__dropdown-icon-holder {
  align-items: center;
  display: flex;
  height: 3.5625rem;
  inset-block-start: 0;
  inset-inline-end: 0;
  justify-content: flex-end;
  position: absolute;
  width: 3.125rem;
  z-index: 1;
}

.main-nav__dropdown-icon {
  height: 1.25rem;
  opacity: 0.7;
  pointer-events: none;
  width: 0.75rem;
}

.main-nav__socials-block {
  transform: translate(-10px);
}

.main-nav__button-block {
  display: none;
}

.main-nav--open .main-nav__menu {
  pointer-events: auto;
}

@media only screen and (min-width: 48rem) {
  .main-nav__menu {
    padding: 6.25rem 4.1666666667vw;
  }
}

@media only screen and (min-width: 64rem) {
  .main-nav__menu {
    padding: 6.25rem 4.1666666667vw;
    width: max(50rem, 50%);
  }
}

@media only screen and (min-width: 75rem) {
  .main-nav__search-box-holder {
    height: 2.5rem;
    order: 1;
    position: relative;
    width: 2.5rem;
    z-index: 1;
  }

  .main-nav__search-box-holder:has(.expanded) {
    pointer-events: none;
  }

  .main-nav__search-box {
    inset-block-start: 0;
    inset-inline-end: 0;
    position: absolute;
    transition: width 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    width: 2.5rem;
  }

  .main-nav__menu,
  .main-nav__search-box.expanded {
    pointer-events: auto;
  }

  .main-nav__menu {
    align-items: center;
    background-color: unset;
    flex-direction: row;
    gap: 1.875rem;
    height: auto;
    inset-block-start: unset;
    inset-inline-end: unset;
    overflow: visible;
    padding: 0;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    width: auto;
  }

  .main-nav__menu:has(.expanded) .main-nav__nav-list {
    opacity: 0.3;
    transition: opacity 0.2s ease-out;
  }

  .main-nav__nav-list {
    display: flex;
    height: 3.8125rem;
    padding-block-end: 0;
    transition: opacity 0.2s ease-in;
  }

  .main-nav__nav-list:has(.main-nav__item:hover) .main-nav__item:not(:hover) {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }

  .main-nav__item {
    border-block-end: none;
    padding-block: 0;
    transition: opacity 0.2s ease-in;
  }

  .main-nav__link {
    font-size: 0.875rem;
    padding-block-start: 0;
    padding-inline: 0.9375rem;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
  }

  .main-nav__dropdown {
    inset-block-start: 3.8125rem;
    inset-inline-end: calc(-4.16667vw + 10px);
    position: fixed;
    width: 91.66667vw;
  }

  .main-nav__dropdown-icon-holder,
  .main-nav__link-arrow {
    display: none;
  }

  .main-nav__button-block {
    display: flex;
    order: 2;
  }
}

@media only screen and (min-width: 100rem) {
  .main-nav__dropdown {
    inset-inline-end: calc(45.83333rem - 50vw + 10px);
    width: calc(45.83333rem + 50vw - 10px);
  }
}

.dropdown {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.2s ease;
}

.dropdown__content-holder {
  min-height: 0;
  transition: visibility 0.2s ease;
  visibility: hidden;
}

.dropdown__content {
  opacity: 0;
  padding-block-start: 1.25rem;
  transition: opacity 0.2s ease-in;
}

.dropdown__primary-link {
  display: none;
}

.dropdown__feature-links + .dropdown__standard-links {
  margin-block-start: 1.0625rem;
}

.dropdown__feature-link {
  padding-block: 0.1875rem;
}

.dropdown--active {
  grid-template-rows: 1fr;
}

.dropdown--active .dropdown__content-holder {
  visibility: visible;
}

.dropdown--active .dropdown__content {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.4s;
}

@media only screen and (min-width: 75rem) {
  .dropdown__primary-link {
    display: block;
    margin-block-start: 25px;
    margin-inline-end: 4.16667vw;
    padding-block-end: 60px;
  }

  .dropdown__content {
    display: flex;
    justify-content: flex-end;
  }

  .dropdown__standard-links {
    margin-block-start: 30px;
    margin-inline-end: 4.16667vw;
    padding-block-end: 60px;
  }

  .dropdown__cta {
    width: 20.83333vw;
  }

  .dropdown__feature-links {
    margin-block-start: 20px;
    margin-inline-end: calc(4.16667vw - 10px);
    padding-block-end: 60px;
  }

  .dropdown__feature-links + .dropdown__standard-links {
    margin-block-start: 30px;
  }

  .dropdown__feature-link {
    padding-block: 0;
    width: 16.66667vw;
  }

  .dropdown__feature-link:not(:first-child) {
    margin-block-start: 1.125rem;
  }
}

@media only screen and (min-width: 85.375rem) {
  .dropdown__primary-link {
    margin-block-start: 25px;
    padding-block-end: 80px;
  }

  .dropdown__standard-links {
    margin-block-start: 35px;
    padding-block-end: 80px;
  }

  .dropdown__feature-links {
    margin-block-start: 25px;
    padding-block-end: 80px;
  }

  .dropdown__feature-links + .dropdown__standard-links {
    margin-block-start: 35px;
  }
}

@media only screen and (min-width: 100rem) {
  .dropdown__primary-link,
  .dropdown__standard-links {
    margin-inline-end: 4.16667rem;
  }

  .dropdown__cta {
    width: calc(-29.16667rem + 50vw - 10px);
  }

  .dropdown:has(.dropdown__feature-links) .dropdown__primary-link {
    margin-inline-end: calc(4.16667rem - 10px);
  }
}

@media only screen and (min-width: 75rem) {
  .primary-link {
    color: #072929;
    cursor: default;
    text-decoration: none;
  }

  .primary-link[href] {
    cursor: pointer;
  }

  .primary-link__page {
    align-items: center;
    display: flex;
    gap: 1.25rem;
  }

  .primary-link__text {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.1;
  }

  .primary-link__arrow {
    display: none;
  }

  .primary-link__tagline {
    margin-block-start: 0.625rem;
    width: 16.66667vw;
  }

  .primary-link[href] .primary-link__arrow {
    display: block;
    flex-shrink: 0;
    transition: transform 0.2s ease-in;
  }
}

@media only screen and (min-width: 75rem) and (hover: hover) {
  .primary-link:hover .primary-link__arrow {
    transform: translate(50%);
    transition: transform 0.2s ease-out;
  }
}

@media only screen and (min-width: 100rem) {
  .primary-link__tagline {
    width: 16.66667rem;
  }
}

.feature-link {
  color: #072929;
  display: flex;
  font-size: 0.875rem;
  text-decoration: none;
}

.feature-link__asset,
.feature-link__tagline {
  display: none;
}

@media only screen and (min-width: 75rem) {
  .feature-link {
    gap: 1.25rem;
    padding: 10px;
    position: relative;
  }

  .feature-link:before {
    background-color: #ebeae1;
    border-radius: 10px;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s ease-in;
  }

  .feature-link__asset {
    display: block;
    flex-shrink: 0;
    height: 2.5rem;
    width: 2.5rem;
  }

  .feature-link__asset,
  .feature-link__text-holder {
    position: relative;
    z-index: 1;
  }

  .feature-link__text {
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .feature-link__tagline {
    display: block;
    font-size: 0.875rem;
    margin-block-start: 0.625rem;
  }
}

@media only screen and (min-width: 75rem) and (hover: hover) {
  .feature-link:hover:before {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}

.standard-links__heading {
  cursor: default;
  display: block;

  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  opacity: 0.7;
  text-transform: uppercase;
}

.standard-links__heading + .standard-links__list {
  margin-block-start: 0.625rem;
}

.standard-links__column + .standard-links__column {
  margin-block-start: 1.0625rem;
}

.standard-links__list {
  list-style: none;
  padding-inline-start: 0;
}

.standard-links__link {
  color: #072929;
  display: flex;
  font-size: 0.875rem;
  padding-block: 0.1875rem;
  text-decoration: none;
}

.standard-links:has(.standard-links__link:hover)
  .standard-links__link:not(:hover) {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

@media only screen and (min-width: 75rem) {
  .standard-links {
    display: flex;
    gap: 4.16667vw;
  }

  .standard-links__heading + .standard-links__list {
    margin-block-start: 1.0625rem;
  }

  .standard-links__column + .standard-links__column {
    margin-block-start: 0;
  }

  .standard-links__link {
    transition: opacity 0.2s ease-in;
  }
}

@media only screen and (min-width: 100rem) {
  .standard-links {
    gap: 4.16667rem;
  }
}

.dropdown-cta {
  display: none;
}

@media only screen and (min-width: 75rem) {
  .dropdown-cta {
    background-color: #ebeae1;
    border-radius: 10px 0;
    display: block;
    padding: 30px;
    text-decoration: none;
  }

  .dropdown-cta__heading {
    color: #072929;
    font-size: 1.5rem;
    line-height: 1.1;
  }

  .dropdown-cta__fake-button {
    margin-block-start: 2.5rem;
  }
}

@media only screen and (min-width: 75rem) and (hover: hover) {
  .dropdown-cta:hover .fake-line-button:before {
    transform: translate(100%);
    transition: transform 0.2s ease-in;
  }

  .dropdown-cta:hover .fake-line-button:after {
    transform: translate(0);
    transition: transform 0.2s ease-out;
    transition-delay: 0.2s;
  }
}

@media only screen and (min-width: 85.375rem) {
  .dropdown-cta {
    padding: 45px 50px;
  }
}

.fake-line-button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  overflow: hidden;
  padding-block: 0.625rem;
  position: relative;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.fake-line-button__text {
  color: #072929;

  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.fake-line-button:after,
.fake-line-button:before {
  background: #072929;
  content: "";
  height: 2px;
  inset-block-end: 0;
  inset-inline-start: 0;
  position: absolute;
  width: 100%;
}

.fake-line-button:after {
  transform: translate(-100%);
}

.fake-line-button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.announcement-bar {
  padding: 10px 4.1666666667vw;
}

.announcement-bar__link {
  align-items: center;
  display: flex;
  gap: 0.875rem;
  isolation: isolate;
  justify-content: center;
  padding: 0.8125rem 4.16667vw;
  position: relative;
  text-decoration: none;
}

.announcement-bar__link--green:before {
  background-image: linear-gradient(90deg, #1ef4b4, #c6b5ff);
}

.announcement-bar__link--green:before,
.announcement-bar__link--orange:before {
  border-radius: 10px;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.announcement-bar__link--orange:before {
  background-image: linear-gradient(90deg, #f75, #ffe9b5);
}

.announcement-bar__link--default:before {
  background-color: #072929;
  border-radius: 10px;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.announcement-bar__link:after {
  animation: animatedBorder 3s ease infinite alternate;
  background: linear-gradient(
    270deg,
    #c6b5ff,
    #1ef4b4,
    #c6b5ff,
    #1ef4b4,
    #c6b5ff,
    #1ef4b4
  );
  background-size: 300% 300%;
  border-radius: 13px;
  content: "";
  height: calc(100% + 6px);
  inset-block-start: -3px;
  inset-inline-start: -3px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: calc(100% + 6px);
}

@media (hover: hover) {
  .announcement-bar__link:hover:after {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}

.announcement-bar__text {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  z-index: 2;
}

.announcement-bar__arrow {
  flex-shrink: 0;
  height: 0.875rem;
  width: 0.8125rem;
  z-index: 2;
}

@media only screen and (min-width: 75rem) {
  .announcement-bar {
    padding: 10px 10px 0;
  }

  .announcement-bar__link {
    clip-path: inset(-3px -3px -3px -3px round 10px);
    padding: 0.8125rem calc(4.16667vw - 10px);
    transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  }

  .header--nav-open .announcement-bar__link {
    clip-path: inset(0 10px 0 10px round 10px);
  }
}

.announcement-bar:has(.announcement-bar__link--green) .announcement-bar__text {
  color: #000;
}

.announcement-bar:has(.announcement-bar__link--green) .announcement-bar__arrow {
  filter: invert(1);
}

.announcement-bar:has(.announcement-bar__link--orange) .announcement-bar__text {
  color: #000;
}

.announcement-bar:has(.announcement-bar__link--orange)
  .announcement-bar__arrow {
  filter: invert(1);
}

.announcement-bar:has(.announcement-bar__link--default)
  .announcement-bar__text {
  color: #ebeae1;
}

.header {
  height: 5rem;
  inset-block-start: 0;
  inset-inline: 0;
  pointer-events: none;
  position: fixed;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  z-index: 2;
}

.header:before {
  background-color: #f5f5f0;
  border-radius: 10px;
  content: "";
  height: calc(100svh - 72px);
  top: 10px;
  right: 10px;
  bottom: 62px;
  left: 10px;
  position: fixed;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  width: calc(100% - 20px);
  z-index: 1;
}

.header:after {
  background-color: #00000080;
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transition: opacity 0.4s cubic-bezier(0.65, 0, 0.35, 1);
  width: 100%;
}

.header__container {
  height: 100%;
  z-index: 2;
}

.header__announcement,
.header__container {
  pointer-events: auto;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.header__announcement {
  grid-column: 1/-1;
  position: relative;
  z-index: 3;
}

.header__inner {
  align-items: center;
  display: grid;
  grid-column: 4/-2;
  grid-template-columns: 1fr auto auto;
  height: 100%;
}

.header__logo-holder {
  position: relative;
  z-index: 1;
}

.header__logo {
  height: auto;
  width: 6.0625rem;
}

.header__nav {
  height: calc(100svh - 62px);
  inset-block-start: 0;
  inset-inline: 0;
  opacity: 0;
  position: absolute;
  transform: translateY(-60px);
  transition: transform 0.2s ease-in, opacity 0.2s ease-in;
}

.header__demo-button {
  margin-inline-end: 1.25rem;
  z-index: 1;
}

.header__burger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  line-height: 1;
  padding-block: 0.625rem;
  padding-inline: 0.625rem 8.33333vw;
  position: relative;
  row-gap: 0.5rem;
  z-index: 1;
}

.header__burger-line {
  background-color: #072929;
  border-radius: 100000px;
  height: 2px;
  transition: transform 0.2s ease-in;
  width: 30px;
}

.header:has(.header__announcement) {
  height: auto;
}

.header--nav-open:before {
  transform: scaleY(1);
}

.header--nav-open:after {
  opacity: 1;
}

.header--nav-open .header__announcement {
  transform: translateY(calc(4.16667vw - 10px));
}

.header--nav-open .header__nav {
  opacity: 1;
  transform: translate(0);
  transition: transform 0.2s ease-out 0.2s, opacity 0.2s ease-out 0.2s;
}

.header--nav-open .header__burger-line {
  transition: transform 0.2s ease-out;
}

.header--nav-open .header__burger-line:first-child {
  transform: rotate(-45deg) translate3d(-4px, 4px, 0);
}

.header--nav-open .header__burger-line:nth-child(2) {
  transform: rotate(45deg) translate3d(-3px, -3px, 0);
}

.header--intro {
  opacity: 0;
  transform: translateY(-100%);
}

@media only screen and (min-width: 48rem) {
  .header__inner {
    grid-column: 3/-2;
  }

  .header__burger {
    padding-inline: 0.625rem 4.1666666667vw;
  }
}

@media only screen and (min-width: 64rem) {
  .header__burger {
    padding-inline: 0.625rem 4.1666666667vw;
  }
}

@media only screen and (min-width: 75rem) {
  .header {
    height: calc(5.0625rem + 10px);
  }

  .header:before {
    background-color: #f5f5f0;
    border-radius: 0;
    clip-path: inset(0 0 100% 0 round 10px);
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleY(1);
    transition: clip-path 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    width: 100%;
  }

  .header__inner {
    -moz-column-gap: 0;
    column-gap: 0;
    grid-column: 3/-3;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1.25rem 3.8125rem;
    height: auto;
    padding-block: 0 10px;
  }

  .header__burger,
  .header__demo-button {
    display: none;
  }

  .header__logo-holder {
    grid-row: 2;
  }

  .header__nav {
    grid-column: 2;
    grid-row: 2;
    height: auto;
    inset-block-start: unset;
    inset-inline: unset;
    justify-self: end;
    opacity: 1;
    position: relative;
    transform: translate(0);
    width: -moz-fit-content;
    width: fit-content;
  }

  .header--nav-open .header__announcement {
    transform: translateY(10px);
  }

  .header:has(.dropdown--active):before {
    clip-path: inset(
      10px 10px calc(100% - var(--clip-path-bottom, 100px)) 10px round 10px
    );
  }
}

[data-scrolled="true"] .header__container {
  transform: translateY(-100%);
}

[data-scrolled="true"] .header:has(.header__announcement) .header__announcement,
[data-scrolled="true"] .header:has(.header__announcement) .header__container {
  transform: translateY(var(--header-hide-distance, 125px));
}

@media only screen and (min-width: 75rem) {
  [data-scrolled="true"] .header__container {
    transform: translateY(0);
  }

  [data-scrolled="true"]
    .header:has(.header__announcement)
    .header__announcement,
  [data-scrolled="true"] .header:has(.header__announcement) .header__container {
    transform: translateY(var(--announcement-bar-hide-distance, 65px));
  }

  [data-scrolled="true"] .header:before {
    clip-path: inset(0 0 calc(100% - 5.0625rem - 10px) 0 round 0);
  }

  [data-scrolled="true"] .header:has(.dropdown--active):before {
    clip-path: inset(
      10px 10px calc(100% - var(--clip-path-bottom, 100px)) 10px round 10px
    );
  }
}

.mobile-footer-nav-plus__line {
  transition: opacity 0.2s ease-in;
}

.mobile-footer-nav-plus:has(~ .dropdown--active) .mobile-footer-nav-plus__line,
.mobile-footer-nav-plus:has(~ .footer-dropdown--active)
  .mobile-footer-nav-plus__line {
  transition: opacity 0.2s ease-out;
}

.mobile-footer-nav-plus:has(~ .dropdown--active)
  .mobile-footer-nav-plus__line--vertical,
.mobile-footer-nav-plus:has(~ .footer-dropdown--active)
  .mobile-footer-nav-plus__line--vertical {
  opacity: 0;
}

.footer-nav {
  border-block-start: 1px solid hsla(54, 20%, 90%, 0.2);
}

.footer-nav__list {
  list-style: none;
  padding: 0;
}

.footer-nav__item {
  border-block-end: 1px solid hsla(54, 20%, 90%, 0.2);
  padding-block-end: 1.25rem;
  position: relative;
}

.footer-nav__item:not(:has(.footer-dropdown))
  .footer-nav__dropdown-icon-holder {
  display: none;
}

.footer-nav__item:has(.footer-dropdown--active)
  .footer-nav__plus-line--vertical {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}

.footer-nav__link {
  align-items: center;
  color: #ebeae1;
  display: flex;

  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  height: 100%;
  line-height: 1;
  padding-block-start: 1.25rem;
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.65, 0, 0.35, 1);
  width: calc(100% - 3.125rem);
}

.footer-nav__link:has(+ .footer-dropdown) {
  pointer-events: none;
}

.footer-nav__link:has(+ .footer-dropdown) .footer-nav__link-arrow {
  opacity: 0;
}

.footer-nav__link:has(+ .footer-dropdown--active) {
  pointer-events: auto;
}

.footer-nav__link:has(+ .footer-dropdown--active) .footer-nav__link-arrow {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.footer-nav__link-arrow,
.footer-nav__plus-line--vertical {
  transition: opacity 0.2s ease-in;
}

.footer-nav__link-arrow {
  flex-shrink: 0;
  height: 0.75rem;
  margin-inline-start: 0.9375rem;
  pointer-events: none;
  transform: translateY(1px);
  width: 0.75rem;
}

.footer-nav__dropdown-icon-holder {
  align-items: center;
  display: flex;
  height: 3.5625rem;
  inset-block-start: 0;
  inset-inline-end: 0;
  justify-content: flex-end;
  position: absolute;
  width: 3.125rem;
  z-index: 1;
}

.footer-nav__dropdown-icon {
  height: 1.25rem;
  opacity: 0.7;
  pointer-events: none;
  width: 0.75rem;
}

@media only screen and (min-width: 64rem) {
  .footer-nav {
    border-block-start: none;
  }

  .footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.16667vw;
  }

  .footer-nav__item {
    border-block-end: none;
  }

  .footer-nav__link {
    height: auto;
    width: auto;
  }

  .footer-nav__link:has(+ .footer-dropdown) {
    pointer-events: auto;
  }

  .footer-nav__dropdown-icon-holder,
  .footer-nav__link-arrow {
    display: none;
  }
}

@media only screen and (min-width: 100rem) {
  .footer-nav__list {
    gap: 4.16667rem;
  }
}

.footer-dropdown {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.2s ease;
}

.footer-dropdown__content-holder {
  min-height: 0;
  transition: visibility 0.2s ease;
  visibility: hidden;
}

.footer-dropdown__content {
  opacity: 0;
  padding-block-start: 1.25rem;
  transition: opacity 0.2s ease-in;
}

.footer-dropdown__list {
  list-style: none;
  padding: 0;
}

.footer-dropdown__link {
  color: #ebeae1;
  font-size: 0.875rem;
  opacity: 0.7;
  padding-block: 0.1875rem;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}

@media (hover: hover) {
  .footer-dropdown__link:hover {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}

.footer-dropdown--active {
  grid-template-rows: 1fr;
}

.footer-dropdown--active .footer-dropdown__content-holder {
  visibility: visible;
}

.footer-dropdown--active .footer-dropdown__content {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.4s;
}

@media only screen and (min-width: 64rem) {
  .footer-dropdown {
    display: block;
  }

  .footer-dropdown__content-holder {
    visibility: visible;
  }

  .footer-dropdown__content {
    margin-block-start: 1.5625rem;
    opacity: 1;
    padding-block-start: 0;
    transition: opacity 0.2s ease-out 0.4s;
  }

  .footer-dropdown__item:not(:last-of-type) {
    margin-block-end: 0.375rem;
  }
}

.brand-logo-light {
  overflow: visible;
}

.brand-logo-light__path--x-top {
  animation: rotateX 10s cubic-bezier(0.65, 0, 0.5, 0.5) infinite;
  transform-origin: center 0.9375rem;
}

.brand-logo-light__path--x-bottom {
  animation: rotateX 10s cubic-bezier(0.65, 0, 0.5, 0.5) infinite;
  transform-origin: center calc(100% - 0.9375rem);
}

.newsletter-signup {
  position: relative;
}

.newsletter-signup__heading {
  color: #ebeae1;
  line-height: 1.4;
}

.newsletter-signup__input-group {
  align-items: center;
  background-color: #1e3c3b;
  border-radius: 100000px;
  display: flex;
  height: 3.125rem;
  padding-inline: 30px 10px;
  position: relative;
  width: min(22.5rem, 100%);
}

.newsletter-signup__input-group:after {
  border: 2px solid #1ef4b4;
  border-radius: 100000px;
  content: "";
  height: 100%;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease-in;
  width: 100%;
}

.newsletter-signup__input-group:has(.newsletter-signup__input:focus):after {
  opacity: 1;
  transition: opacity 0.2s ease-out;
}

.newsletter-signup__input {
  background-color: transparent;
  border: none;
  color: #f5f5f0;
  flex-grow: 1;
  font-size: 1rem;
  height: 100%;
  outline: none;
}

.newsletter-signup__input::-moz-placeholder {
  color: #ebeae1;
  opacity: 0.7;
}

.newsletter-signup__input::placeholder {
  color: #ebeae1;
  opacity: 0.7;
}

.newsletter-signup__button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 100%;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  position: relative;
  text-decoration: none;
  width: 1.875rem;
  width: -moz-fit-content;
  width: fit-content;
}

.newsletter-signup__response {
  background-color: #1e3c3b;
  border-radius: 10px;
  color: #ebeae1;
  font-size: 0.75rem;
  inset-block-end: 0;
  inset-inline-start: 0;
  padding: 5px;
  position: absolute;
  transform: translateY(calc(100% + 0.625rem));
  width: 100%;
}

@media only screen and (min-width: 64rem) {
  .newsletter-signup__input-group {
    height: 3.75rem;
  }
}

.footer-small-print {
  align-items: center;
  display: flex;
  gap: 1.875rem;
}

.footer-small-print__link {
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}

@media (hover: hover) {
  .footer-small-print__link:hover {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}

.footer-small-print__copyright,
.footer-small-print__link {
  color: #ebeae1;
  font-size: 0.75rem;
  opacity: 0.7;
}

.footer {
  /* background-color: #072929; */
  position: relative;
  z-index: 1;
}

.footer__container {
  padding-block: 60px 30px;
}

.footer__logo-holder {
  width: -moz-fit-content;
  width: fit-content;
}

.footer__logo {
  height: auto;
  width: 6.125rem;
}

.footer__signup {
  margin-block-start: 1.25rem;
}

.footer__signup-heading {
  color: #072929;
  color: #ebeae1;

  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-wrap: pretty;
}

.footer__signup-fieldset {
  margin-block-start: 1.875rem;
}

.footer__nav,
.footer__partners-tile {
  margin-block-start: 3.125rem;
}

.footer__partners-tile {
  align-items: center;
  background-color: #1e3c3b;
  border-radius: 10px;
  display: flex;
  gap: 1.875rem;
  justify-content: center;
  padding: 50px 30px;
}

.footer__partner-image {
  height: 3.75rem;
  -o-object-fit: contain;
  object-fit: contain;
  position: relative;
  width: auto;
}

.footer__small-print {
  margin-block-start: 1.875rem;
}

@media only screen and (min-width: 64rem) {
  .footer__nav {
    align-self: start;
  }
}

@media only screen and (min-width: 75rem) {
  .footer__logo-holder {
    align-self: center;
    grid-column: 3/8;
  }

  .footer__signup {
    align-items: center;
    display: flex;
    gap: 4.16667vw;
    grid-column: 12/-3;
  }

  .footer__signup-fieldset {
    margin-block-start: 0;
  }

  .footer__signup-input-group {
    width: 22.5rem;
  }

  .footer__partners-tile {
    grid-column: 3/12;
  }

  .footer__small-print {
    border-block-start: 1px solid hsla(54, 20%, 90%, 0.2);
    margin-block-start: 6.25rem;
    padding-block-start: 1.875rem;
  }
}

@media only screen and (min-width: 85.375rem) {
  .footer__signup {
    grid-column: 13/-3;
  }

  .footer__partners-tile {
    flex-direction: column;
    grid-column: 3/6;
    grid-row: 2;
    margin-block-start: 7.5rem;
    padding: 40px 30px;
  }

  .footer__partners-asset {
    max-width: 5.3125rem;
  }

  .footer__nav {
    grid-column: 7/-3;
    margin-block-start: 6.25rem;
  }
}

@media only screen and (min-width: 100rem) {
  .footer__signup {
    gap: 4.16667rem;
  }

  .footer__signup-input-group {
    width: 25rem;
  }
}

@keyframes loaderStartedTop {
  0% {
    opacity: 0;
    transform: rotate(0) translateY(-30px);
  }

  to {
    opacity: 1;
    transform: rotate(0);
  }
}

@keyframes loaderStartedBottom {
  0% {
    opacity: 0;
    transform: rotate(0) translateY(30px);
  }

  to {
    opacity: 1;
    transform: rotate(0);
  }
}

@keyframes rotateLoaderX {
  0% {
    transform: rotate(0);
  }

  35% {
    transform: rotate(-1turn);
  }

  to {
    transform: rotate(-1turn);
  }
}

@keyframes loaderEndedTop {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(0) translateY(-30px);
  }
}

@keyframes loaderEndedBottom {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(0) translateY(30px);
  }
}

.brand-loader-dark {
  overflow: visible;
  transform: scale(2);
}

.brand-loader-dark__path {
  opacity: 0;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.brand-loader-dark__path--x-top {
  transform: translateY(-15px);
  transform-origin: center 0.9375rem;
}

.brand-loader-dark__path--x-bottom {
  transform: translateY(15px);
  transform-origin: center calc(100% - 0.9375rem);
}

.brand-loader-dark--start-loading .brand-loader-dark__path {
  opacity: 1;
}

.brand-loader-dark--start-loading .brand-loader-dark__path--x-bottom,
.brand-loader-dark--start-loading .brand-loader-dark__path--x-top {
  transform: translateY(0);
}

.brand-loader-dark--loading .brand-loader-dark__path--x-bottom,
.brand-loader-dark--loading .brand-loader-dark__path--x-top {
  animation: rotateLoaderX 3s cubic-bezier(0.86, 0, 1, 1) infinite;
}

.brand-loader-dark--end-loading .brand-loader-dark__path--x-top {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: loaderEndedTop;
  animation-timing-function: cubic-bezier(0.65, 0, 0.5, 0.5);
}

.brand-loader-dark--end-loading .brand-loader-dark__path--x-bottom {
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: loaderEndedBottom;
  animation-timing-function: cubic-bezier(0.65, 0, 0.5, 0.5);
}

@keyframes fadeLoader {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.page-loader {
  background-color: #f5f5f0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  --mask-percent: var(--316d8005);
}

.page-loader,
.page-loader__container {
  height: 100%;
  width: 100%;
}

.page-loader__loading-text {
  color: #fff;
  display: flex;
  font-size: 18vw;
  line-height: 0.8;
  place-self: center;
  position: absolute;
  text-align: center;
}

.page-loader__loading-text-part {
  width: 16vw;
}

.page-loader__loading-text-percent {
  width: 18vw;
}

.page-loader--loading {
  opacity: 1;
}

.page-loader--loaded {
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}

@media only screen and (min-width: 64rem) {
  .page-loader__loading-text {
    font-size: 12vw;
  }

  .page-loader__loading-text-part {
    width: 7.5vw;
  }

  .page-loader__loading-text-percent {
    width: 11vw;
  }
}

.popup-holder {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  pointer-events: none;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 2;
}

.popup-holder__overlay {
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  background-color: #00000080;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}

.popup-holder__card {
  background-color: #fff;
  height: calc(100% - 8.33333vw);
  max-height: 670px;
  max-width: 1000px;
  overflow: hidden;
  position: relative;
  width: calc(100% - 8.33333vw);
  z-index: 1;
}

.popup-holder__close-button {
  border-radius: 10px;
  cursor: pointer;
  height: 32px;
  inset-block-start: 20px;
  inset-inline-end: 20px;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 32px;
  z-index: 2;
}

.popup-holder__close-button:after,
.popup-holder__close-button:before {
  background-color: #000;
  content: "";
  height: 0.125rem;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  width: 2.9375rem;
}

.popup-holder__close-button:before {
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
}

.popup-holder__close-button:after {
  transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
}

@media (hover: hover) {
  .popup-holder__close-button:hover {
    opacity: 0.3;
  }
}

.popup-holder__close-icon {
  height: 100%;
  position: relative;
  width: 100%;
}

.popup-holder__close-icon:after,
.popup-holder__close-icon:before {
  background-color: #000;
  content: "";
  height: 0.0625rem;
  inset-block-start: 50%;
  inset-inline-end: 0;
  opacity: 0;
  position: absolute;
  transform-origin: right;
  transition: opacity 0s 0.2s, transform 0.2s ease-in;
  width: 1rem;
}

.popup-holder--active {
  pointer-events: auto;
}

.popup-holder--active .popup-holder__overlay {
  animation: fadeIn 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.popup-holder--active .popup-holder__card {
  animation: fadeInUp 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.popup-holder--active.popup-holder--closing .popup-holder__card,
.popup-holder--active.popup-holder--closing .popup-holder__overlay {
  animation: fadeOut 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

@media only screen and (min-width: 64rem) {
  .popup-holder__close-button {
    inset-block-start: 55px;
    inset-inline-end: 55px;
  }
}

.text-block > * + * {
  margin-block-start: 1.25rem;
}

.text-block > h1 + *,
.text-block > h2 + *,
.text-block > h3 + *,
.text-block > h4 + *,
.text-block > h5 + *,
.text-block > h6 + * {
  margin-block-start: 1.875rem;
}

.text-block > * + h1,
.text-block > * + h2 {
  margin-block-start: 4.0625rem;
}

.text-block > * + h3,
.text-block > * + h4,
.text-block > * + h5,
.text-block > * + h6 {
  margin-block-start: 3.75rem;
}

.text-block > * + ol,
.text-block > * + ul {
  margin-block-start: 1.25rem;
}

.text-block > ol + ol,
.text-block > ol + ul,
.text-block > ul + ol,
.text-block > ul + ul {
  margin-block-start: 2.5rem;
}

@media only screen and (min-width: 48rem) {
  .text-block > h1 + * {
    margin-block-start: 2.6875rem;
  }

  .text-block > h2 + * {
    margin-block-start: 2.5rem;
  }

  .text-block > * + h1,
  .text-block > * + h2 {
    margin-block-start: 4.6875rem;
  }

  .text-block > * + h3 {
    margin-block-start: 4.375rem;
  }
}

@media only screen and (min-width: 64rem) {
  .text-block > * + h1,
  .text-block > * + h2 {
    margin-block-start: 5.375rem;
  }

  .text-block > * + h3 {
    margin-block-start: 5rem;
  }
}

.popup-team-member {
  height: 100%;
  overflow: auto;
}

.popup-team-member__body {
  flex-grow: 1;
  padding-block: 30px;
  padding-inline: 4.1666666667vw;
  position: relative;
  width: 100%;
}

.popup-team-member__asset {
  height: min(83.333vw, 500px);
  width: 100%;
}

.popup-team-member__image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.popup-team-member__heading {
  color: #072929;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.0225rem;
  line-height: 1.1;
  text-wrap: balance;
}

@media only screen and (min-width: 48rem) {
  .popup-team-member__heading {
    font-size: 2.625rem;
    letter-spacing: 0.01125rem;
  }
}

@media only screen and (min-width: 64rem) {
  .popup-team-member__heading {
    font-size: 2.875rem;
    letter-spacing: 0;
  }
}

@media only screen and (min-width: 75rem) {
  .popup-team-member__heading {
    font-size: 3.125rem;
  }
}

.popup-team-member__text-block {
  margin-block-start: 1.25rem;
}

.popup-team-member__tagline {
  align-items: center;
  display: flex;
  gap: 20px;
  margin-block-start: 0.625rem;
}

@media only screen and (min-width: 48rem) {
  .popup-team-member {
    display: flex;
    overflow: hidden;
  }

  .popup-team-member__body {
    overflow: auto;
    padding: 50px 40px;
  }

  .popup-team-member__asset {
    flex-shrink: 0;
    height: 100%;
    width: 50%;
  }
}

@media only screen and (min-width: 64rem) {
  .popup-team-member__body {
    padding-inline: 50px;
  }
}

.video-embed-popup,
.video-embed-popup__iframe {
  height: 100%;
  width: 100%;
}

.popups-rack {
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.page-transition {
  align-items: center;
  background-color: #f5f5f0;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 100;
}

.gsap-controls {
  inset-block-start: 0;
  inset-inline-start: 0;
  max-width: 100vw;
  padding: 10px;
  position: absolute;
  z-index: 100;
}

.gsap-controls__button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-color: #ff69b4;
  border: 2px solid #000;
  border-radius: 100000px;
  color: #000;
  cursor: pointer;
  display: inline-flex;
  height: 2.5rem;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  padding-inline: 20px;
  position: relative;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
  width: -moz-fit-content;
  width: fit-content;
}

.gsap-controls:has(.gsap-controls__button:hover)
  .gsap-controls__button:not(:hover) {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

@keyframes drawLine {
  0% {
    transform: scaleY(0) translateY(0);
    transform-origin: top center;
  }

  to {
    transform: scaleY(1) translateY(-350%);
    transform-origin: top center;
  }
}

.explosion-animation-element {
  border-radius: 50%;
  display: none;
  height: 116px;
  overflow: hidden;
  width: 116px;
  --animation-speed: 1s;
}

.explosion-animation-element__box {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.explosion-animation-element__line-outer {
  align-items: flex-end;
  display: flex;
  height: 50%;
  position: absolute;
  transform-origin: bottom center;
  width: 4px;
}

.explosion-animation-element__line-outer:first-child {
  transform: rotate(0);
}

.explosion-animation-element__line-outer:nth-child(2) {
  transform: rotate(45deg);
}

.explosion-animation-element__line-outer:nth-child(3) {
  transform: rotate(90deg);
}

.explosion-animation-element__line-outer:nth-child(4) {
  transform: rotate(135deg);
}

.explosion-animation-element__line-outer:nth-child(5) {
  transform: rotate(180deg);
}

.explosion-animation-element__line-outer:nth-child(6) {
  transform: rotate(225deg);
}

.explosion-animation-element__line-outer:nth-child(7) {
  transform: rotate(270deg);
}

.explosion-animation-element__line-outer:nth-child(8) {
  transform: rotate(315deg);
}

.explosion-animation-element__line {
  animation-duration: var(--animation-speed, 1s);
  animation-name: drawLine;
  animation-timing-function: ease-out;
  height: 20px;
  transform: scaleY(0) translateY(0);
  transform-origin: top center;
  width: 3px;
}

.explosion-animation-element--dark .explosion-animation-element__line {
  background-color: #000;
}

.explosion-animation-element--light .explosion-animation-element__line {
  background-color: #fff;
}

.intro-burst {
  height: 140px;
  position: relative;
  width: 140px;
}

.intro-burst__line-holder {
  height: 1.590625rem;
  position: absolute;
  width: 0.23875rem;
}

.intro-burst__line-holder--1 {
  inset-block-start: 0;
  inset-inline-start: calc(50% - 1.5px);
}

.intro-burst__line-holder--2 {
  inset-block-start: 14.64%;
  inset-inline-end: 14.64%;
  transform: rotate(45deg);
  transform-origin: top right;
}

.intro-burst__line-holder--3 {
  inset-block-start: 50%;
  inset-inline-end: 0;
  transform: rotate(90deg);
  transform-origin: top right;
}

.intro-burst__line-holder--4 {
  inset-block-end: 14.64%;
  inset-inline-end: 14.64%;
  transform: rotate(135deg);
  transform-origin: left;
}

.intro-burst__line-holder--5 {
  inset-block-end: 0;
  inset-inline-start: 50%;
  transform: rotate(180deg);
}

.intro-burst__line-holder--6 {
  inset-block-end: 14.64%;
  inset-inline-start: 14.64%;
  transform: rotate(225deg);
  transform-origin: right;
}

.intro-burst__line-holder--7 {
  inset-block-start: 50%;
  inset-inline-start: 0;
  transform: rotate(-90deg);
  transform-origin: top left;
}

.intro-burst__line-holder--8 {
  inset-block-start: 14.64%;
  inset-inline-start: 14.64%;
  transform: rotate(-45deg);
  transform-origin: top left;
}

.intro-burst__line {
  background-color: #072929;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transform: translateY(0) scaleY(1);
  transform-origin: top;
  width: 100%;
}

.intro-sequence {
  background-color: #f5f5f0;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 3;
}

.intro-sequence__loader-icon,
.intro-sequence__main-content,
.intro-sequence__tagline {
  inset-block-start: 50%;
  inset-inline-start: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.intro-sequence__main-content {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 91.66667vw;
  overflow: visible;
}

.intro-sequence__box,
.intro-sequence__text {
  grid-column: 1;
  grid-row: 1;
}

.intro-sequence__text {
  clip-path: inset(0 100% 0 0);
  display: grid;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  grid-template-columns: 1fr;
  justify-items: center;
  letter-spacing: 0.01em;
  line-height: 1.1;
  padding-block: 4px;
  position: relative;
  text-align: center;
  transform: translate(-50px);
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

.intro-sequence__box {
  border: 0.125rem solid #1ef4b4;
  height: calc(100% - 6px);
  inset-block-start: 0;
  inset-inline-start: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.intro-sequence__inner-text {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.intro-sequence__inner-text--highlighted,
.intro-sequence__inner-text--replace,
.intro-sequence__inner-text--to-delete {
  grid-column: 1;
  grid-row: 2;
  padding-block-end: 0.25rem;
}

.intro-sequence__inner-text--highlighted {
  background-color: #072929;
  clip-path: inset(0 100% 0 0);
  color: #f5f5f0;
  z-index: 2;
}

.intro-sequence__inner-text--to-delete {
  z-index: 1;
}

.intro-sequence__inner-text--to-delete:before {
  background-color: #072929;
  content: "";
  display: inline-block;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  opacity: 0;
  position: absolute;
  width: 0.125rem;
}

.intro-sequence__inner-text--to-delete.intro-sequence__text--has-active-cursor:before {
  animation: flash 1.2s infinite;
}

.intro-sequence__inner-text--replace {
  opacity: 0;
}

.intro-sequence__inner-text--highlighted,
.intro-sequence__inner-text--to-delete {
  white-space: nowrap;
}

.intro-sequence__burst-holder {
  inset-block-end: 0;
  inset-inline-start: 50%;
  opacity: 0;
  position: absolute;
  transform: translate(-50%, calc(50% - 38px));
  z-index: 1;
}

.intro-sequence__tagline {
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  white-space: nowrap;
}

.intro-sequence__skip-button {
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #072929;
  cursor: pointer;
  display: inline-flex;
  inset-block-end: 40px;
  inset-inline-start: 50%;
  isolation: isolate;
  justify-content: space-between;
  outline: none;
  position: relative;
  position: absolute;
  text-decoration: none;
  transform: translate(-50%);
  width: -moz-fit-content;
  width: fit-content;
}

.intro-sequence__skip-button:after {
  background-color: #072929;
  content: "";
  height: 1px;
  inset-block-end: 0;
  inset-inline-start: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s ease-in;
  width: 100%;
}

@media (hover: hover) {
  .intro-sequence__skip-button:hover:after {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}

@media only screen and (min-width: 48rem) {
  .intro-sequence__text {
    font-size: 2.875rem;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 64rem) {
  .intro-sequence__text {
    font-size: 3.75rem;
  }

  .intro-sequence__main-content {
    max-width: unset;
  }
}

.scrollbar {
  display: none;
}

@media (hover: hover) {
  .scrollbar {
    align-items: flex-end;
    bottom: 7px;
    cursor: grab;
    display: flex;
    flex-direction: column;
    mix-blend-mode: difference;
    padding: 0 3px;
    position: fixed;
    right: 0;
    top: 7px;
    transition: opacity 0.6s cubic-bezier(0.65, 0, 0.35, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 22px;
    z-index: 3;
  }

  .scrollbar__bar {
    background-color: #ffffff80;
    border-radius: 0.375rem;
    pointer-events: none;
    transition: background-color 0.2s cubic-bezier(0.65, 0, 0.35, 1);
    width: 0.375rem;
  }

  .scrollbar--is-dragging {
    width: 100%;
  }

  .scrollbar--disabled {
    opacity: 0;
    pointer-events: none;
  }

  .scrollbar--hidden {
    opacity: 0;
  }

  .scrollbar:hover .scrollbar__bar {
    background-color: #fff;
  }
}

.custom-cursor {
  position: fixed;
}

.custom-cursor,
.custom-cursor__icon {
  height: 7.5rem;
  pointer-events: none;
  width: 7.5rem;
}

.custom-cursor__icon {
  inset-block-start: 0;
  inset-inline-start: 0;
  position: absolute;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease-in;
  will-change: transform;
}

.custom-cursor--active .custom-cursor__icon {
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.2s ease-out;
}

.logo-block {
  -moz-column-gap: 1.875rem;
  column-gap: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.25rem;
}

.logo-block__image-holder {
  height: 100%;
  position: static;
  width: -moz-fit-content;
  width: fit-content;
}

.logo-block__image {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: static;
  width: auto;
}

@media only screen and (min-width: 48rem) {
  .logo-block {
    -moz-column-gap: 3.125rem;
    column-gap: 3.125rem;
    row-gap: 1.5625rem;
  }
}

@media only screen and (min-width: 64rem) {
  .logo-block {
    -moz-column-gap: 3.75rem;
    column-gap: 3.75rem;
    row-gap: 1.875rem;
  }
}

.phone-icon--light .phone-icon__path {
  fill: #fff;
}

.phone-icon--dark .phone-icon__path {
  fill: #000;
}

.map-pin--light .map-pin__path {
  fill: #f5f5f0;
}

.map-pin--dark .map-pin__path {
  fill: #072929;
}

.contact-link {
  padding-inline-start: 40px;
  position: relative;
}

.contact-link__icon {
  height: 20px;
  inset-block-start: 1px;
  inset-inline-start: 0;
  position: absolute;
  width: 20px;
}

.contact-link__links-holder {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.contact-link__link {
  text-decoration: none;
}

@media (hover: hover) {
  .contact-link__link[href]:hover .contact-link__text {
    text-decoration-color: #000;
    transition: text-decoration-color 0.2s ease-out;
  }
}

.contact-link__text {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.2s ease-in;
}

.contact-link--light .contact-link__text {
  color: #fff;
}

@media (hover: hover) {
  .contact-link--light .contact-link__link[href]:hover .contact-link__text {
    text-decoration-color: #fff;
  }
}

.contact-link--dark .contact-link__text {
  color: #000;
}

@media (hover: hover) {
  .contact-link--dark .contact-link__link[href]:hover .contact-link__text {
    text-decoration-color: #000;
  }
}

.contact-links {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.checklist {
  list-style: none;
  padding-inline-start: 0;
}

.checklist__item {
  padding-inline-start: 2.5em;
  position: relative;
}

.checklist__item:not(:first-child) {
  margin-block-start: 0.625rem;
}

.checklist__tick {
  height: 1.25rem;
  inset-block-start: 0.125rem;
  inset-inline-start: 0;
  position: absolute;
  width: 1.25rem;
}

.checklist__text {
  font-style: normal;
  font-weight: 500;
}

.link-stack {
  display: grid;
  row-gap: 0.625rem;
  width: 100%;
}

.link-stack--2-columns {
  align-items: end;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.link-stack--2-columns .button-line__text {
  white-space: normal;
}

@media only screen and (min-width: 48rem) {
  .link-stack--2-columns {
    -moz-column-gap: 4.16667vw;
    column-gap: 4.16667vw;
  }
}

@media only screen and (min-width: 100rem) {
  .link-stack--2-columns {
    -moz-column-gap: 4.16667rem;
    column-gap: 4.16667rem;
  }
}

.logo-scroller {
  background-color: #ebeae1;
  border-radius: 20px;
  padding-block: 30px 20px;
}

.logo-scroller__text-block {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-inline: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

.logo-scroller__scroller {
  margin-block-start: 1.25rem;
  overflow: hidden;
}

.logo-scroller__logos {
  display: flex;
  flex-wrap: nowrap;
  min-width: -moz-max-content;
  min-width: max-content;
  white-space: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}

.logo-scroller__asset {
  flex-shrink: 0;
  height: 4.6875rem;
  margin-inline-end: 1.875rem;
}

.logo-scroller__image {
  height: 100%;
  position: relative;
  width: auto;
}

.content-area {
  display: flex;
  flex-direction: column;
  row-gap: 1.875rem;
}

.content-area__header-logo-asset {
  height: 1.25rem;
}

.content-area__header-logo {
  height: 100%;
  width: auto;
}

.content-area__main-heading + .content-area__logo-block {
  margin-block-start: 1.875rem;
}

.content-area__logo-scroller {
  margin-block-start: 0.625rem;
}

@media only screen and (min-width: 48rem) {
  .content-area {
    row-gap: 2.5rem;
  }

  .content-area__main-heading + .content-area__logo-block {
    margin-block-start: 2.8125rem;
  }

  .content-area__logo-scroller {
    margin-block-start: 1.25rem;
  }
}

@media only screen and (min-width: 75rem) {
  .content-area__main-heading + .content-area__logo-block {
    margin-block-start: 3.75rem;
  }
}

.asset-content__logo {
  height: 1.25rem;
  width: 8.125rem;
}

.asset-content__asset,
.asset-content__video-popup-button {
  aspect-ratio: 1;
  border-radius: 20px;
  grid-column: 3/-3;
  grid-row: 2;
  margin-block-start: 3.75rem;
}

.asset-content__video-popup-button {
  z-index: 1;
}

.asset-content__image {
  -o-object-position: top;
  object-position: top;
}

.asset-content__content-area {
  grid-row: 1;
}

.asset-content__button-block {
  gap: 1.25rem;
}

@media only screen and (min-width: 48rem) {
  .asset-content__asset,
  .asset-content__video-popup-button {
    grid-column: 3/12;
    grid-row: 1;
    margin-block-start: 0;
  }

  .asset-content__image {
    -o-object-position: top left;
    object-position: top left;
  }

  .asset-content__content-area {
    grid-column: 13/-3;
    margin-block-start: 1.25rem;
  }

  .asset-content__button-block {
    gap: 1.875rem;
  }

  .asset-content--reversed .asset-content__asset,
  .asset-content--reversed .asset-content__video-popup-button {
    grid-column: 16/-3;
  }

  .asset-content--reversed .asset-content__image {
    -o-object-position: top right;
    object-position: top right;
  }

  .asset-content--reversed .asset-content__content-area {
    grid-column: 3/15;
  }

  .asset-content--error {
    padding-block-start: 120px;
  }

  .asset-content--error .asset-content__asset,
  .asset-content--error .asset-content__video-popup-button {
    grid-column: 16/-3;
  }

  .asset-content--error .asset-content__image {
    -o-object-position: top right;
    object-position: top right;
  }

  .asset-content--error .asset-content__content-area {
    grid-column: 3/15;
    justify-content: center;
  }
}

@media only screen and (min-width: 64rem) {
  .asset-content__content-area {
    grid-column: 14/-3;
    margin-block-start: 1.875rem;
  }

  .asset-content--error .asset-content__content-area,
  .asset-content--reversed .asset-content__content-area {
    grid-column: 3/14;
  }
}

@media only screen and (min-width: 75rem) {
  .asset-content__asset,
  .asset-content__video-popup-button {
    grid-column: 3/13;
  }

  .asset-content__content-area {
    grid-column: 15/-3;
    justify-content: center;
    margin-block-start: 0;
  }

  .asset-content--reversed .asset-content__asset,
  .asset-content--reversed .asset-content__video-popup-button {
    grid-column: 15/-3;
  }

  .asset-content--reversed .asset-content__content-area {
    grid-column: 3/13;
  }

  .asset-content--error .asset-content__asset,
  .asset-content--error .asset-content__video-popup-button {
    grid-column: 15/-3;
  }

  .asset-content--error .asset-content__content-area {
    grid-column: 3/13;
  }
}

/* custome css */
/* Tablets (≤1024px) */
@media (max-width: 1024px) {
  .home-hero-heading__heading {
    font-size: 3rem;
  }
  .home-hero__cards {
    gap: 1.5rem;
  }
}

/* Mobiles (≤768px) */
@media (max-width: 768px) {
  .home-hero-heading__heading {
    font-size: 3.2rem;
  }
  .home-hero-heading__heading img {
    width: 24px;
    height: 30px;
  }
  .home-hero__tagline {
    font-size: 1rem;
    padding: 0 1rem;
  }
  .home-hero__card {
    flex: 1 1 100%; /* stack cards */
    padding: 1.5rem;
  }
}

/* Small mobiles (≤480px) */
@media (max-width: 480px) {
  .home-hero-heading__heading {
    font-size: 2.8rem;
    line-height: 1.3;
  }
  .home-hero__tagline {
    font-size: 1rem;
  }
  .home-hero__card {
    padding: 1rem;
  }
}

.mobile {
  display: none;
}

/* Show desktop content */
.desktop {
  display: block;
}

/* On screens <= 768px (typical mobile breakpoint) */
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .home-hero-card {
    width: 87%;
  }

  .desktop {
    display: none;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1630px) {
  .home-hero__cards {
    margin-bottom: -16rem;
  }
}

/* .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 0.3em 0.6em;
  cursor: pointer;
  z-index: 10;
  border-radius: 50%;
}

.carousel-btn.prev {
  left: 10px;
}
.carousel-btn.next {
  right: 10px;
} */

/* start css for h1 vertical scroll */
.home-hero-heading__row {
  transition: transform 0.3s ease-out;
  will-change: transform;
}
.home-hero__tagline p {
      font-size: 20px !important;
    line-height: 1.2 !important;
    font-family: sans-serif;
    padding-bottom: 1em;
    font-weight: 600;
}

@media screen and (min-width: 769px) {
  .home-hero-heading__row--1 {
    transform: translateX(-110px); /* Larger left shift for desktop */
  }

  .home-hero-heading__row--2 {
    transform: translateX(110px); /* Larger right shift for desktop */
  }
}
/* end css for h1 vertical scroll */
/* 30-08-2025  client chnages */

@media (max-width: 767px) {
  #explosionAnimationmob2 {
    left: 40%;
    transform: translateY(-40%);
  }
  .top-header-area .container {
    display: block;
  }
  .event-tabs-toggle {
    display: none;
  }
  .home-hero {
  padding-block-start: 12.375rem;
}
.home-hero__tagline {
  padding-bottom: 25px;
}
  #rightScrollCard .mobilejump-img {
          position: absolute;
        object-fit: contain;
        height: 78%;
        top: 15%;
        right: -5%;
  }
  .home-hero-card.home-hero__slide {
    margin-top: -30px;
  }
  .home-hero__carousel-container.mobile {
    overflow: visible !important;
  }
}
#leftScrollCard {
  transition: transform 0.2s ease-out;
}

#leftScrollCard,
#floatingImage {
  transition: transform 0.2s ease-out;
}

@media screen and (min-width: 1200px) {
  #floatingImage {
    position: relative;
    top: -176px;
  }
}
