/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/styles.scss ***!
  \***********************************************************************************************************************************************************/
@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: 600;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

button {
  background-color: transparent;
  border: none;
  font: inherit;
  color: inherit;
  line-height: 1;
  cursor: pointer;
}

fieldset {
  border: none;
}

input {
  background-color: transparent;
}

/**
 * @license
 * MyFonts Webfont Build ID 3867246, 2020-12-16T11:57:38-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Museo Sans 700 by exljbris
 * URL: https://www.myfonts.com/collections/exljbris-foundry
 *
 * Webfont: Museo Sans 500 by exljbris
 * URL: https://www.myfonts.com/collections/exljbris-foundry
 *
 * Webfont: Museo Slab 500 by exljbris
 * URL: https://www.myfonts.com/collections/exljbris-foundry
 *
 * © 2026 MyFonts Inc.
 */
@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(054b64f8fa17dc12c343.woff2) format("woff2"), url(c46741adff51ee936d67.woff) format("woff");
}
@font-face {
  font-family: "Museo Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(96c912415c4259ff3c9e.woff2) format("woff2"), url(d835a4ca53f6dd281c38.woff) format("woff");
}
@font-face {
  font-family: "Museo Slab";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(ccea8bf69ed01abdfc0a.woff2) format("woff2"), url(307a1816a366f357f9fc.woff) format("woff");
}
:root {
  --transition-speed: 0.3s;
  --layout-grid-columns: 10;
  --layout-grid-column-gap: 0px;
  --layout-grid-row-gap: 0px;
}

:root {
  --color-main: #151929;
  --color-accent: #75513e;
  --color-highlight: #b1111b;
}

.text-main {
  color: var(--color-main);
}

.text-accent {
  color: var(--color-accent);
}

.text-highlight {
  color: var(--color-highlight);
}

.text-white {
  color: #fff;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.headline-2 {
  font-family: "Museo Slab", serif;
  font-size: clamp(1.6rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .headline-2 {
    line-height: 1.3;
  }
}

.headline-3 {
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-accent);
}
@media screen and (min-width: 769px) {
  .headline-3 {
    font-size: 1.8rem;
  }
}

.bodytext {
  line-height: 1.4;
}
.bodytext p:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .bodytext p:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.bodytext h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .bodytext h3 {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
}
.bodytext ul {
  list-style: none;
  padding: 0;
}
.bodytext ul:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .bodytext ul:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.bodytext li {
  position: relative;
  padding-left: 1.2em;
}
.bodytext li:not(:last-child) {
  margin-bottom: 0.7em;
}
@media screen and (min-width: 769px) {
  .bodytext li:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.bodytext li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5lh;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: var(--color-accent);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
}

html {
  font-size: 15px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Museo Sans", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

body.error404 {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

[data-reveal].reveal--fade-up:not(.is-revealed) {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
}

[data-reveal].reveal--fade-up.is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1), transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (prefers-reduced-motion: reduce) {
  [data-reveal].reveal--fade-up:not(.is-revealed) {
    opacity: 1;
    transform: none;
  }
}
.container {
  width: 100%;
  box-sizing: border-box;
  margin-inline: auto;
  padding-inline: 24px;
}
@media screen and (max-width: 768px) {
  .container .container {
    padding-inline: 0;
  }
}
@media screen and (min-width: 769px) {
  .container {
    padding-inline: 32px;
  }
}

.container--lg {
  max-width: 1250px;
}

.container--md {
  max-width: 930px;
}

.page-section {
  margin-bottom: 72px;
}
.page-section--bottomspace-none {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 769px) {
  .page-section {
    margin-bottom: 128px;
  }
  .page-section--bottomspace-lg {
    margin-bottom: 192px;
  }
  .page-section--bottomspace-xl {
    margin-bottom: 304px;
  }
}

.page-header {
  position: sticky;
  z-index: 200;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  height: 70px;
  padding-inline: 24px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .page-header {
    padding-inline: 40px;
  }
}

.page-header__logo {
  width: 230px;
  height: auto;
}

.hero__video {
  height: calc(100dvh - 70px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero__scroll {
  position: absolute;
  bottom: 100%;
  right: 0;
  display: flex;
  width: 0;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 32px;
  color: var(--color-accent);
}
@media screen and (min-width: 769px) {
  .hero__scroll {
    margin-bottom: 48px;
    margin-right: 16px;
  }
}
@media screen and (min-width: 1201px) {
  .hero__scroll {
    right: auto;
    margin-right: 0;
  }
}

.hero__scroll-text {
  font-size: 0.85rem;
  transform: rotate(-90deg) translateX(50%);
}

.hero__scroll-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: -moz-max-content;
  width: max-content;
}

.hero__scroll-arrow-img {
  display: block;
  width: 18px;
  height: auto;
  flex-shrink: 0;
}

.hero__scroll-arrow-img--tall {
  display: none;
}
@media screen and (min-width: 769px) {
  .hero__scroll-arrow-img--tall {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .hero__scroll-arrow-img--short {
    display: none;
  }
}

.hero__content {
  position: relative;
  scroll-margin-top: 100px;
}
@media screen and (min-width: 581px) {
  .hero__content {
    margin-top: clamp(-130px, -10vw, -80px);
  }
}

.hero__content-inner {
  background-color: #fff;
  padding-top: 32px;
}
@media screen and (min-width: 581px) and (max-width: 768px) {
  .hero__content-inner {
    padding-inline: 24px;
  }
}
@media screen and (min-width: 581px) {
  .hero__content-inner {
    padding-top: clamp(16px, 6vw, 80px);
  }
}

.hero__headline {
  margin-bottom: 1.25em;
}

.hero__content-inner[data-reveal] {
  transform: translate3d(0, 50%, 0);
}

.hero__content-inner[data-reveal].is-revealed {
  transform: translate3d(0, 0, 0);
  transition: transform 1s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .hero__content-inner[data-reveal] {
    transform: none;
  }
}
.hero__content-container[data-reveal] {
  opacity: 0;
}

.hero__content-container[data-reveal].is-revealed {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .hero__content-container[data-reveal] {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .figures {
    border-bottom: 1.5px solid #efefef;
  }
}

.figures__items {
  display: flex;
}
@media screen and (max-width: 768px) {
  .figures__items {
    flex-direction: column;
  }
}

.figures__item {
  flex: 1;
}
@media screen and (min-width: 769px) {
  .figures__item {
    padding: 16px 0 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .figures__item:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1.5px solid #efefef;
  }
}
@media screen and (min-width: 769px) {
  .figures__item:not(:last-child) {
    padding-right: clamp(16px, 6vw, 80px);
    margin-right: clamp(16px, 6vw, 80px);
    border-right: 1.5px solid #efefef;
  }
}

.figures__value {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 4px;
}

.figures__item--degrees .figures__value {
  align-items: flex-start;
}

.figures__value-number {
  font-family: "Museo Slab", serif;
  font-size: clamp(3rem, 6vw, 5rem);
  font-weight: 500;
}

.figures__value-number.odometer {
  display: inline-flex;
  align-items: flex-end;
}

.odometer__digit {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  vertical-align: bottom;
}

.odometer__strip {
  display: flex;
  flex-direction: column;
  transition: transform 2.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.odometer__sym {
  height: 1em;
  line-height: 1;
  flex-shrink: 0;
}

.odometer__sep {
  display: inline-block;
}

.figures--odometer-active .odometer__strip {
  transform: translateY(calc(var(--digit) * -1em));
}

.figures__value-icon {
  margin-bottom: clamp(7px, 1vw, 10px);
}
.figures__value-icon img {
  display: block;
  height: auto;
}

.figures__item--years .figures__value-icon img {
  width: clamp(24px, 2vw, 34px);
}

.figures__item--partners .figures__value-icon img {
  width: clamp(21px, 2vw, 30px);
}

.figures__item--degrees .figures__value-icon img {
  width: clamp(16px, 2vw, 22px);
}

.figures__item--degrees .figures__value-icon {
  margin-bottom: 0;
  margin-top: clamp(7px, 1vw, 10px);
}

.figures__title {
  margin: 0.7em 0;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: var(--color-accent);
}
@media screen and (max-width: 768px) {
  .figures__title br {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .figures__title {
    margin: 1em 0;
    font-size: 1.2rem;
  }
}

.figures__text {
  line-height: 1.4;
}

.quote {
  position: relative;
  display: flex;
  background-color: var(--color-main);
  container-type: inline-size;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .quote {
    flex-direction: column;
  }
}

.quote__content {
  flex: 1;
  min-width: 0;
  padding: 32px;
  padding-top: clamp(32px, 10vw, 152px);
}
@media screen and (min-width: 769px) {
  .quote__content {
    padding-bottom: 64px;
  }
}

.quote__icon {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: clamp(50px, 15vw, 150px);
  height: auto;
}

.quote__text {
  font-family: "Museo Slab", serif;
  font-size: clamp(1.4rem, 4vw, 3rem);
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .quote__text,
  .quote__author {
    padding-right: max(0px, min(930px, 100cqw) / 2 - 15cqw - 32px + 80px);
  }
}

.quote__author:before {
  display: inline-block;
  margin-top: clamp(24px, 4vw, 48px);
  content: "– ";
}

@media screen and (min-width: 769px) {
  .quote__image-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
  }
}

.quote__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quote[data-reveal] .quote__slide-clip {
  overflow: hidden;
}

.quote[data-reveal] .quote__image-wrapper {
  overflow: hidden;
}

.quote.quote--breakout[data-reveal] .quote__image-wrapper {
  overflow: visible;
}

.quote[data-reveal]:not(.is-revealed) .quote__slide {
  transform: translate3d(0, 100%, 0);
}

.quote[data-reveal]:not(.is-revealed) .quote__image {
  transform: scale(1.1);
  transform-origin: center center;
}

.quote.quote--breakout[data-reveal] .quote__image {
  transform-origin: bottom right;
}

.quote.quote--breakout[data-reveal]:not(.is-revealed) .quote__image {
  transform: scale(0.6);
}

.quote[data-reveal].is-revealed .quote__slide {
  transform: translate3d(0, 0, 0);
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}

.quote[data-reveal].is-revealed .quote__image {
  transform: scale(1);
  transition: transform 2s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (min-width: 769px) {
  .quote.quote--breakout[data-reveal].is-revealed .quote__image {
    transform: scale(1.2);
  }
}

@media (prefers-reduced-motion: reduce) {
  .quote[data-reveal]:not(.is-revealed) .quote__slide {
    transform: none;
  }
  .quote[data-reveal]:not(.is-revealed) .quote__image {
    transform: none;
  }
  .quote.quote--breakout[data-reveal].is-revealed .quote__image {
    transform: scale(1.2);
  }
}
.steps__title {
  position: relative;
  max-width: 700px;
  padding-bottom: 16px;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .steps__title {
    margin-bottom: -1.3em;
    padding: 16px;
    padding-left: 0;
  }
}

.steps__video {
  width: 100%;
  height: auto;
  margin-bottom: clamp(32px, 4vw, 88px);
}

@media screen and (min-width: 981px) {
  .steps__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    -moz-column-gap: 48px;
         column-gap: 48px;
    align-items: start;
  }
}

.steps__headline {
  margin-bottom: 24px;
}

.steps__items-wrap {
  --steps-circle-size: clamp(50px, 8vw, 100px);
  --steps-line-width: 2px;
  --steps-gap: 40px;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 981px) {
  .steps__items-wrap {
    --steps-line-width: 2.5px;
  }
}
@media screen and (max-width: 980px) {
  .steps__items-wrap {
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

.steps__items {
  display: flex;
  gap: var(--steps-gap);
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  list-style: none;
}

.steps__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 23vw;
  flex: 0 0 23vw;
}
@media screen and (min-width: 981px) {
  .steps__item {
    width: clamp(100px, 12vw, 190px);
    flex: 0 0 clamp(100px, 12vw, 190px);
  }
}
.steps__item::before, .steps__item::after {
  content: "";
  position: absolute;
  top: calc(var(--steps-circle-size) / 2);
  height: var(--steps-line-width);
  background-color: var(--color-accent);
  transform: translateY(-50%);
}
.steps__item::before {
  left: calc(var(--steps-gap) / -2);
  right: 50%;
}
.steps__item::after {
  left: 50%;
  right: calc(var(--steps-gap) / -2);
}
.steps__item:first-child::before {
  display: none;
}
.steps__item:last-child::after {
  display: none;
}

.steps__item-number {
  position: relative;
  z-index: 1;
  display: flex;
  width: var(--steps-circle-size);
  justify-content: center;
  align-items: center;
  font-family: "Museo Slab", serif;
  font-size: clamp(1.5rem, 3.5vw, 3rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: var(--steps-line-width) solid var(--color-accent);
  background-color: #fff;
  color: var(--color-accent);
}

.steps__item-text {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .steps__item-text {
    margin-top: 16px;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1401px) {
  .steps__item-text {
    white-space: nowrap;
  }
}

.steps__title[data-reveal] {
  transition: clip-path 4s cubic-bezier(0.22, 1, 0.36, 1);
}

.steps__title[data-reveal]:not(.is-revealed) {
  clip-path: inset(0 100% 0 0);
}

.steps__title[data-reveal].is-revealed {
  clip-path: inset(0 0 0 0);
}

.steps__items-cover {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: var(--steps-circle-size);
  background-color: #fff;
  transform: scaleX(1);
  transform-origin: right center;
  pointer-events: none;
}

.steps__items-wrap[data-reveal]:not(.is-revealed) .steps__items-cover {
  transform: scaleX(1);
}

.steps__items-wrap[data-reveal].is-revealed .steps__items-cover {
  transform: scaleX(0);
  transition: transform 4s cubic-bezier(0.22, 1, 0.36, 1);
}

.steps__item-text {
  position: relative;
  z-index: 3;
}

.steps__items-wrap[data-reveal]:not(.is-revealed) .steps__item-text {
  opacity: 0;
  transform: translate3d(0, 1rem, 0);
}

.steps__items-wrap[data-reveal].is-revealed .steps__item-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.3s cubic-bezier(0.22, 1, 0.36, 1), transform 1.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.steps__items-wrap[data-reveal].is-revealed .steps__item:nth-child(1) .steps__item-text {
  transition-delay: 0s;
}

.steps__items-wrap[data-reveal].is-revealed .steps__item:nth-child(2) .steps__item-text {
  transition-delay: 0.28s;
}

.steps__items-wrap[data-reveal].is-revealed .steps__item:nth-child(3) .steps__item-text {
  transition-delay: 0.56s;
}

@media (prefers-reduced-motion: reduce) {
  .steps__title[data-reveal]:not(.is-revealed) {
    clip-path: inset(0 0 0 0);
  }
  .steps__items-wrap[data-reveal]:not(.is-revealed) .steps__items-cover {
    transform: scaleX(0);
  }
  .steps__items-wrap[data-reveal]:not(.is-revealed) .steps__item-text {
    opacity: 1;
    transform: none;
  }
}
.image-text__image-wrapper {
  position: relative;
  z-index: 1;
}

.image-text__image {
  display: block;
  width: 100%;
  height: auto;
}

.image-text__content-wrapper {
  position: relative;
  padding-top: 32px;
  padding-bottom: 40px;
  background-color: var(--color-main);
}
@media screen and (min-width: 769px) {
  .image-text__content-wrapper {
    padding-top: 80px;
    padding-bottom: 104px;
  }
}
.image-text__content-wrapper:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 100%;
  width: 100%;
  left: 0;
  height: clamp(50px, 20vw, 250px);
  background-color: var(--color-main);
}

.image-text__content-wrapper--remove-top-padding {
  padding-top: 0;
}

.image-text__content {
  position: relative;
  z-index: 50;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .image-text__content--inset {
    transform: translateY(-64px);
  }
}

.image-text__title-wrap {
  margin-left: -32px;
  margin-right: -32px;
}
.image-text__title-wrap--above {
  position: relative;
  margin-bottom: -1.5em;
  padding: 16px;
  padding-left: 0;
}
.image-text__title-wrap--inline {
  margin-bottom: 32px;
}
@media screen and (min-width: 769px) {
  .image-text__title-wrap--inline {
    margin-bottom: 56px;
  }
}

.image-text__title-box {
  padding: 16px 32px 16px 32px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .image-text__title-wrap--inline {
    margin-top: 32px;
  }
}

.image-text__title-wrap--inline .image-text__title-box {
  background-color: var(--color-main);
}

.image-text__title-text {
  position: relative;
}

.image-text__title-wrap[data-reveal] .image-text__title {
  transition: clip-path 4s cubic-bezier(0.22, 1, 0.36, 1);
}

.image-text__title-wrap[data-reveal]:not(.is-revealed) .image-text__title {
  clip-path: inset(-24px 100% -16px -32px);
  -webkit-clip-path: inset(-24px 100% -16px -32px);
}

.image-text__title-wrap[data-reveal].is-revealed .image-text__title {
  clip-path: inset(-24px -32px -16px -32px);
  -webkit-clip-path: inset(-24px -32px -16px -32px);
}

@media (prefers-reduced-motion: reduce) {
  .image-text__title-wrap[data-reveal]:not(.is-revealed) .image-text__title {
    clip-path: inset(-24px -32px -16px -32px);
    -webkit-clip-path: inset(-24px -32px -16px -32px);
  }
}
.stage {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background-color: #fff;
}

/* Clips the horizontal track; pin target is `.stage` (see stage.js). */
.stage__viewport {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

/* One row of slides; JS translates this on X from scroll progress. */
.stage__track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  min-height: 100vh;
  will-change: transform;
}

.stage__item {
  flex: 0 0 100%;
  min-width: 0;
  width: 100%;
  min-height: 100vh;
  box-sizing: border-box;
  /* Keeps copy / nav off the viewport edge when height is tight. */
  padding-top: max(clamp(1rem, 4vmin, 2.75rem), env(safe-area-inset-top, 0px));
  padding-bottom: max(clamp(1rem, 4vmin, 2.75rem), env(safe-area-inset-bottom, 0px));
  padding-inline: max(0px, env(safe-area-inset-left, 0px)) max(0px, env(safe-area-inset-right, 0px));
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  will-change: transform;
  z-index: 1;
  pointer-events: none;
}

.stage__item.is-active {
  z-index: 2;
  pointer-events: auto;
}

.stage__item > .container {
  width: 100%;
}

.stage__item-inner {
  display: flex;
  gap: clamp(1.5rem, 4vmin, 4rem);
  align-items: center;
}

.stage-item__content {
  display: flex;
  flex-direction: column;
  flex: 0 0 32%;
  justify-content: center;
  gap: clamp(1rem, 3vmin, 3rem);
}

.stage-item__headline {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .stage-item__headline {
    margin-bottom: 0.2em;
  }
}

.stage-item__text ul {
  margin-top: clamp(1rem, 3vmin, 3rem);
  margin-bottom: clamp(1rem, 3vmin, 3rem);
}

.stage-item__image-wrapper {
  --stage-bleed: calc(
    100% + max(0px, (100vw - 1250px) / 2) + 24px
  );
  flex: 1 1 0;
  min-width: 0;
  align-self: stretch;
  position: relative;
  min-height: 80vh;
  overflow: visible;
}
@media screen and (min-width: 769px) {
  .stage-item__image-wrapper {
    --stage-bleed: calc(
      100% + max(0px, (100vw - 1250px) / 2) + 32px
    );
  }
}

.stage-item__image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--stage-bleed);
  max-width: none;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stage-nav {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: calc(var(--stage-bleed) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(600px, 50vw);
  box-sizing: border-box;
  padding: 24px 48px;
  background-color: #6f5243;
  color: #fff;
  transform: translate(-50%, 50%);
}
@media screen and (min-width: 769px) {
  .stage-nav {
    padding: 1.35rem 2rem 1.35rem 2.5rem;
  }
}

.stage-nav__index {
  flex-shrink: 0;
  margin-inline-end: 2.75ch;
  font-family: "Museo Slab", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.stage-nav__arrow {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  background: none;
  border: none;
  color: inherit;
  line-height: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.stage-nav__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.stage-nav__arrow img {
  display: block;
  width: 150px;
  height: auto;
}
.stage-nav__arrow:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.stage-nav__spacer {
  flex: 1 1 auto;
  min-width: 2.5rem;
}

@media screen and (max-width: 768px) {
  .stage {
    display: block;
    position: relative;
    height: auto;
    overflow: visible;
  }
  .stage__viewport {
    overflow: visible;
    min-height: 0;
  }
  .stage__track {
    display: block;
    min-height: 0;
    will-change: auto;
  }
  .stage__item {
    width: auto;
    flex: none;
    position: relative;
    inset: auto;
    min-height: auto;
    will-change: auto;
    margin-bottom: 16px;
  }
  .stage__item-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: stretch;
  }
  .stage-item__content {
    flex-basis: auto;
  }
  .stage-item__image-wrapper {
    min-height: auto;
  }
  .stage-item__image {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  .stage-nav {
    display: none;
  }
}
.perspectives {
  position: relative;
  color: #fff;
  padding: 48px 0;
}
@media screen and (min-width: 769px) {
  .perspectives {
    padding: 88px 0;
  }
}
.perspectives::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
@media screen and (min-width: 981px) {
  .perspectives::before {
    display: none;
  }
}

/* Line overlay: same box as the section — JS maps DOM rects into this SVG’s coordinate system */
.perspectives__lines {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 980px) {
  .perspectives__lines {
    display: none;
  }
}

.perspectives__svg {
  display: block;
  width: 100%;
  height: 100%;
}

.perspectives .container {
  position: relative;
  z-index: 3;
}

.perspectives__line-end {
  position: absolute;
  z-index: 2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

[data-perspective-line-end="1"] {
  top: 33%;
  left: 51%;
}

[data-perspective-line-end="2"] {
  top: 50%;
  left: 44.5%;
}

[data-perspective-line-end="3"] {
  top: 71%;
  left: 44.5%;
}

.perspectives__item:not(:last-child) {
  margin-bottom: 48px;
}

.perspectives__video {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.perspectives__content {
  position: relative;
  max-width: 290px;
}
.perspectives__content li:before {
  background-color: #fff;
}
.perspectives__content li:not(:last-child) {
  margin-bottom: 0;
}

.perspectives__item-headline {
  display: inline-block;
  max-width: 100%;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 1em;
  background-color: var(--color-accent);
  color: #fff;
  padding: 8px 12px 8px 18px;
}

.benefits__inner {
  position: relative;
}

.benefits__image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px) {
  .benefits__image--desktop {
    display: none;
  }
}
@media screen and (min-width: 981px) {
  .benefits__image--mobile {
    display: none;
  }
}

.benefits__headline {
  position: absolute;
  top: clamp(32px, 4vw, 64px);
}

.benefits__list-item {
  display: flex;
  gap: 16px;
  position: absolute;
  font-weight: bold;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
@media screen and (min-width: 981px) {
  .benefits__list-item {
    flex-direction: column;
    max-width: clamp(115px, 11.5vw, 165px);
  }
  .benefits__list-item:before {
    display: block;
    height: clamp(40px, 6vw, 80px);
    width: 1.5px;
    background-color: #000;
    content: "";
  }
}
@media screen and (max-width: 1200px) {
  .benefits__list-item {
    hyphens: auto;
  }
}
@media screen and (max-width: 980px) {
  .benefits__list-item {
    max-width: 40vw;
  }
  .benefits__list-item:after {
    display: block;
    flex-shrink: 0;
    margin-top: 7px;
    width: 30px;
    height: 1.5px;
    background-color: #000;
    content: "";
  }
  .benefits__list-item:nth-child(odd) {
    right: 54%;
    text-align: right;
  }
  .benefits__list-item:nth-child(even) {
    left: 55%;
    flex-direction: row-reverse;
  }
  .benefits__list-item:nth-child(1) {
    top: 27%;
  }
  .benefits__list-item:nth-child(2) {
    top: 34.5%;
  }
  .benefits__list-item:nth-child(3) {
    top: 41.5%;
  }
  .benefits__list-item:nth-child(4) {
    top: 49%;
  }
  .benefits__list-item:nth-child(5) {
    top: 55.5%;
  }
  .benefits__list-item:nth-child(6) {
    top: 63%;
  }
  .benefits__list-item:nth-child(7) {
    top: 70%;
  }
  .benefits__list-item:nth-child(8) {
    top: 77.5%;
  }
}
@media screen and (min-width: 981px) {
  .benefits__list-item:nth-child(odd) {
    top: 53%;
  }
  .benefits__list-item:nth-child(even) {
    bottom: 54.5%;
    flex-direction: column-reverse;
  }
  .benefits__list-item:nth-child(1) {
    left: 28%;
  }
  .benefits__list-item:nth-child(2) {
    left: 35%;
  }
  .benefits__list-item:nth-child(3) {
    left: 42.5%;
  }
  .benefits__list-item:nth-child(4) {
    left: 49.5%;
  }
  .benefits__list-item:nth-child(5) {
    left: 57%;
  }
  .benefits__list-item:nth-child(6) {
    left: 64%;
  }
  .benefits__list-item:nth-child(7) {
    left: 71%;
  }
  .benefits__list-item:nth-child(8) {
    left: 78%;
  }
}

.contact {
  padding: clamp(32px, 6vw, 72px);
  padding-bottom: clamp(40px, 6vw, 80px);
  background-color: var(--color-main);
  color: #fff;
  text-align: center;
}

.contact__headline {
  margin-bottom: 48px;
}
@media screen and (min-width: 769px) {
  .contact__headline {
    margin-bottom: 72px;
  }
}

.contact__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media screen and (min-width: 769px) {
  .contact__items {
    gap: 40px;
  }
}

@media screen and (min-width: 769px) {
  .contact__items {
    max-width: 780px;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    gap: 32px 24px;
  }
}
.contact__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 280px;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.contact__item:hover {
  opacity: 0.8;
}

.contact__icon {
  display: block;
  width: auto;
  height: 32px;
}
@media screen and (min-width: 769px) {
  .contact__icon {
    height: 40px;
  }
}

.contact__line {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
}

.legal-page {
  padding-top: 48px;
  padding-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .legal-page {
    padding-top: 80px;
    padding-bottom: 200px;
  }
}

.legal-page__title {
  margin-bottom: 1.5em;
}

.legal-page__text h2 {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
.legal-page__text h3 {
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
}
.legal-page__text a:hover {
  color: var(--color-accent);
}
.legal-page__text li {
  padding-left: 0.8em;
}
.legal-page__text li:not(:last-child) {
  margin-bottom: 0;
}
.legal-page__text li:before {
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 50%;
}

.page-footer {
  padding-bottom: 40px;
}

.page-footer__brand {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .page-footer__brand {
    margin-bottom: 32px;
  }
}

.page-footer__logo {
  width: 230px;
  height: auto;
}

@media screen and (min-width: 769px) {
  .page-footer__content {
    display: flex;
    justify-content: space-between;
  }
}

.page-footer__text {
  max-width: 370px;
  line-height: 1.4;
}

.page-footer__nav {
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .page-footer__nav {
    margin-top: 32px;
  }
}
.page-footer__nav li:not(:last-child) {
  margin-bottom: 8px;
}
.page-footer__nav a:hover {
  color: var(--color-accent);
}

.page-footer__copyright {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #efefef;
  color: #a1a1a1;
}
@media screen and (min-width: 769px) {
  .page-footer__copyright {
    margin-top: 32px;
    padding-top: 32px;
    text-align: right;
  }
}

.page-404 {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-404__title {
  font-size: 3rem;
}

/*# sourceMappingURL=bundle-v1.css.map*/