/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --spacing-4: 40px;
    --spacing-5: 50px;
    --grid-template-columns-12: repeat(12, minmax(0, 1fr));
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-8 {
    grid-column: span 8 / span 8;
  }
  .col-span-12 {
    grid-column: span 12 / span 12;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .container {
    width: 100%;
    margin-inline: auto;
    padding-inline: 1rem;
    @media (width >= 640px) {
      max-width: 640px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-12 {
    grid-template-columns: var(--grid-template-columns-12);
  }
  .grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .py-4 {
    padding-block: var(--spacing-4);
  }
  .py-5 {
    padding-block: var(--spacing-5);
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-6 {
    @media (width >= 64rem) {
      grid-column: span 6 / span 6;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:col-span-8 {
    @media (width >= 64rem) {
      grid-column: span 8 / span 8;
    }
  }
  .lg\:col-span-9 {
    @media (width >= 64rem) {
      grid-column: span 9 / span 9;
    }
  }
  .lg\:col-span-10 {
    @media (width >= 64rem) {
      grid-column: span 10 / span 10;
    }
  }
  .lg\:col-start-2 {
    @media (width >= 64rem) {
      grid-column-start: 2;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
}
@font-face {
  font-family: "Brockmann";
  src: url("./assets/fonts/brockmann/brockmann-regular-webfont.woff2") format("woff2"), url("./assets/fonts/brockmann/brockmann-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brockmann";
  src: url("./assets/fonts/brockmann/brockmann-regularitalic-webfont.woff2") format("woff2"), url("./assets/fonts/brockmann/brockmann-regularitalic-webfont.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brockmann";
  src: url("./assets/fonts/brockmann/brockmann-medium-webfont.woff2") format("woff2"), url("./assets/fonts/brockmann/brockmann-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brockmann";
  src: url("./assets/fonts/brockmann/brockmann-mediumitalic-webfont.woff2") format("woff2"), url("./assets/fonts/brockmann/brockmann-mediumitalic-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brockmann";
  src: url("./assets/fonts/brockmann/brockmann-semibold-webfont.woff2") format("woff2"), url("./assets/fonts/brockmann/brockmann-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brockmann";
  src: url("./assets/fonts/brockmann/brockmann-semibolditalic-webfont.woff2") format("woff2"), url("./assets/fonts/brockmann/brockmann-semibolditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Brockmann";
  src: url("./assets/fonts/brockmann/brockmann-bold-webfont.woff2") format("woff2"), url("./assets/fonts/brockmann/brockmann-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Brockmann";
  src: url("./assets/fonts/brockmann/brockmann-bolditalic-webfont.woff2") format("woff2"), url("./assets/fonts/brockmann/brockmann-bolditalic-webfont.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
:root {
  --primary-color: #bdfd97;
  --secondary-color: #2c2e33;
  --tertiary-color: #f7f7ee;
  --heading-color: var(--secondary-color);
  --text-color: var(--secondary-color);
  --link-color: #97ca79;
  --link-hocus-color: var(--secondary-color);
  --button-font-weight: 600;
  --button-primary-text-color: var(--text-color);
  --button-secondary-text-color: var(--primary-color);
  --button-tertiary-text-color: var(--primary-color);
  --default-font: "Brockmann", sans-serif;
  --heading-font: "Brockmann", sans-serif;
  --font-size-h1: 92px;
  --font-size-h2: 70px;
  --font-size-h3: 60px;
  --font-size-h4: 48px;
  --font-size-h5: 32px;
  --font-size-h6: 32px;
  --font-size-text: 20px;
  --font-weight-heading: 600;
  --font-weight-text: 400;
  --heading-margin: 0 0 15px 0;
  --text-margin: 0 0 15px 0;
  --line-height-h1: calc(var(--font-size-h1) * 1.5);
  --line-height-h2: calc(var(--font-size-h2) * 1.5);
  --line-height-h3: calc(var(--font-size-h3) * 1.5);
  --line-height-h4: calc(var(--font-size-h4) * 1.5);
  --line-height-h5: calc(var(--font-size-h5) * 1.5);
  --line-height-h6: calc(var(--font-size-h6) * 1.5);
  --line-height-text: 32px;
  --link-text-decoration: underline;
  --link-text-underline-offset: 2px;
  --ul-list-style: disc;
  --ol-list-style: decimal;
  --list-margin: 0 0 0 15px;
  --list-item-margin: 0 0 10px 0;
  --icon-size: 24px;
  --main-navigation-bg-color: transparent;
  --mobile-navigation-bg-color: white;
  --main-navigation-link-color: var(--text-color);
  --main-navigation-link-hocus-color: var(--text-color);
}
html, body {
  font-family: var(--default-font);
  font-weight: var(--font-weight-text);
  line-height: var(--line-height-text);
  background-color: var(--tertiary-color);
  overflow-x: hidden;
  color: var(--text-color);
  * {
    hyphens: none;
  }
}
.bg--primary {
  background-color: var(--primary-color);
}
.bg--secondary {
  background-color: var(--secondary-color);
}
.bg--tertiary {
  background-color: var(--tertiary-color);
}
.color--primary {
  color: var(--primary-color);
}
.color--secondary {
  color: var(--secondary-color);
}
.color--tertiary {
  color: var(--tertiary-color);
}
.color--white {
  color: white;
}
.button {
  display: inline-block;
  font-weight: var(--button-font-weight);
  padding: 15px 30px;
  transition: all 0.15s ease-in;
  text-decoration: none;
  line-height: var(--font-size-text);
  border-radius: 30px;
  transition: scale 0.15s ease-in;
  &:hover, &:focus {
    scale: 1.15;
  }
  &:has([class^="fa-"]) {
    padding: 10px 30px 15px 30px;
    [class^="fa-"] {
      position: relative;
      left: 5px;
      top: 2px;
      transition: left 0.15s linear;
    }
    &:hover, &:focus {
      [class^="fa-"] {
        left: 15px;
      }
    }
  }
}
.button--primary {
  background-color: var(--primary-color);
  color: var(--button-primary-text-color);
}
.button--secondary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  &:hover, &:focus {
    color: var(--primary-color);
  }
}
.button--tertiary {
  background-color: var(--tertiary-color);
  color: var(--button-tertiary-text-color);
}
h1 {
  font-family: var(--heading-font);
  font-size: var(--font-size-h1);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-h1);
  margin: var(--heading-margin);
  color: var(--heading-color);
  letter-spacing: -0.02em;
}
h2 {
  font-family: var(--heading-font);
  font-size: var(--font-size-h2);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-h2);
  margin: var(--heading-margin);
  color: var(--heading-color);
  letter-spacing: -0.02em;
}
h3 {
  font-family: var(--heading-font);
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-h3);
  margin: var(--heading-margin);
  color: var(--heading-color);
  letter-spacing: -0.02em;
}
h4 {
  font-family: var(--heading-font);
  font-size: var(--font-size-h4);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-h4);
  margin: var(--heading-margin);
  color: var(--heading-color);
  letter-spacing: -0.015em;
}
h5 {
  font-family: var(--heading-font);
  font-size: var(--font-size-h5);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-h5);
  margin: var(--heading-margin);
  color: var(--heading-color);
  letter-spacing: -0.01em;
}
h6 {
  font-family: var(--heading-font);
  font-size: var(--font-size-h6);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-h6);
  margin: var(--heading-margin);
  color: var(--heading-color);
  letter-spacing: -0.01em;
}
p {
  font-family: var(--heading-font);
  font-size: var(--font-size-text);
  font-weight: var(--font-weight-text);
  line-height: var(--line-height-text);
  margin: var(--text-margin);
  color: var(--text-color);
  word-break: normal;
  hyphens: none;
}
a {
  color: var(--link-color);
  transition: all 0.15s ease-in;
  text-decoration: var(--link-text-decoration);
  text-underline-offset: var(--link-text-underline-offset);
  &:hover, &:focus {
    color: var(--link-hocus-color);
  }
}
@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
  }
}
blockquote {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 0.65em 40px;
  font-size: var(--font-size-h3);
  font-family: var(--default-font);
  &::before {
    content: "\201C";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: var(--font-size-h2);
    color: #7a7a7a;
  }
}
ul {
  list-style: var(--ul-list-style);
  color: var(--text-color);
}
ol {
  list-style: var(--ol-list-style);
  color: var(--text-color);
}
ul, ol {
  margin: var(--list-margin);
  li {
    margin: var(--list-item-margin);
  }
}
i[class^="fa-"] {
  font-size: var(--icon-size);
}
input, select, textarea {
  width: 100%;
  display: block;
  color: var(--text-color);
  background: #eee;
  padding: 10px 15px;
  margin: 0 0 15px 0;
  &::placeholder {
    color: var(--text-color);
  }
}
select {
  padding: 15px;
}
textarea {
  min-height: 200px;
}
* {
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 768px) {
  * {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
}
@media (max-width: 768px) {
  .container {
    width: calc(100% - 30px);
  }
}
.grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 15px;
}
.main-navigation {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--main-navigation-bg-color);
  padding: 35px 0 0 0;
  opacity: 0;
  transition: opacity 1.5s linear;
  .logo-wrapper {
    display: flex;
    .logo-payoff-wrapper {
      top: 6px;
      left: 16px;
    }
    p {
      margin: 0;
      font-weight: 500;
    }
    @media (max-width: 767px) {
      display: block;
      .logo-payoff-wrapper {
        display: block;
        left: 0;
        top: 0;
        text-align: center;
        max-width: 140px;
      }
      p {
        font-size: 16px;
        left: -7px;
        span {
          display: none;
        }
      }
    }
  }
  .logo {
    width: 140px;
  }
  .adaptive-logo-wrapper {
    position: relative;
    display: inline-block;
    width: 140px;
  }
  .adaptive-logo-dark, .adaptive-logo-light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .adaptive-logo-dark {
    position: relative;
  }
  .adaptive-logo-light {
    filter: brightness(0) invert(1);
    clip-path: inset(100% 0 0 0);
  }
  .navigation-tagline-wrapper {
    position: relative;
    display: inline-block;
    margin-right: 25px;
  }
  @media all and (max-width: 1100px) {
    .navigation-tagline-wrapper {
      display: none !important;
    }
  }
  .navigation-tagline, .navigation-tagline--dark, .navigation-tagline--light {
    margin: 0;
    padding: 0;
  }
  .navigation-tagline--dark {
    position: relative;
  }
  .navigation-tagline--light {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    clip-path: inset(100% 0 0 0);
  }
  .logo-payoff-wrapper {
    position: relative;
    display: inline-block;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .logo-payoff-wrapper.is-hidden {
    opacity: 0;
    transform: translateY(-4px);
    pointer-events: none;
  }
  .logo-payoff--dark {
    position: relative;
  }
  .logo-payoff--light {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: white;
    clip-path: inset(100% 0 0 0);
  }
}
.main-navigation--wrapper {
  .navigation {
    display: flex;
    align-items: center;
    flex-flow: row;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    > .navigation-tagline-wrapper, > p, button {
      display: inline-block;
      margin: 0;
      padding: 0;
    }
    .navigation-tagline-wrapper {
      margin-right: 25px;
    }
  }
}
body.logged-in .main-navigation {
  top: 32px;
}
@media (max-width: 768px) {
  body.logged-in .main-navigation {
    top: 46px;
  }
}
.main-navigation-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: var(--primary-color);
  height: 100vh;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s 0.6s;
  .navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    li {
      border-bottom: 1px solid var(--text-color);
      overflow: hidden;
      a {
        position: relative;
        display: block;
        padding: 15px 0;
        color: var(--text-color);
        text-decoration: none;
        font-size: 24px;
        line-height: 1.2;
        font-weight: 400;
        span {
          display: inline-block;
          &.link-after {
            margin-left: 5px;
            opacity: 0.5;
          }
        }
        .menu-char {
          display: inline-block;
          will-change: transform;
        }
        .tag {
          display: none;
        }
      }
    }
  }
  .menu-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
  }
  .menu-phone {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #2c2e33;
  }
  .menu-phone__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }
  .menu-phone__number {
    font-size: 16px;
    font-weight: 400;
    .menu-char {
      display: inline-block;
      will-change: transform;
    }
  }
  .social-icons {
    display: flex;
    gap: 16px;
    a {
      text-decoration: none;
      transition: opacity 0.2s ease;
      &:hover {
        opacity: 0.7;
      }
      img {
        width: 30px;
        height: auto;
      }
    }
  }
}
@media (min-width: 768px) {
  .main-navigation-menu {
    width: 50%;
    padding: 100px;
    .navigation li a {
      padding: 20px 0;
      font-size: 37px;
      line-height: 37px;
    }
    .menu-bottom {
      margin-top: 40px;
    }
    .menu-phone__icon {
      width: 32px;
      height: 32px;
    }
    .menu-phone__number {
      font-size: 32px;
    }
    .social-icons {
      gap: 20px;
    }
  }
}
html.active-menu, body.active-menu {
  overflow: hidden !important;
}
body.active-menu .main-navigation-menu {
  transform: translateX(0);
  visibility: visible;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s 0s;
}
body.active-menu .scroll-progress-container {
  opacity: 0 !important;
  pointer-events: none;
}
.navigation-toggle {
  --toggle-size: 48px;
  --bar-width: 24px;
  --bar-height: 2px;
  --bar-gap: 8px;
  --bar-offset-x: calc((var(--toggle-size) - var(--bar-width)) / 2);
  --bar-offset-y: 18px;
  position: relative;
  z-index: 1000;
  width: var(--toggle-size);
  height: var(--toggle-size);
  display: inline-block;
  border: 0;
  background-color: var(--primary-color);
  transition: background-color 0.3s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
  .icon-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--bar-width);
    height: var(--bar-height);
    display: block;
    z-index: 1;
    background-color: var(--text-color);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s, background-color 0.5s ease-in-out;
    transform-origin: 50%;
    &:nth-child(1) {
      transform: translateX(var(--bar-offset-x)) translateY(var(--bar-offset-y));
    }
    &:nth-child(2) {
      transform: translateX(var(--bar-offset-x)) translateY( calc( var(--bar-offset-y) + var(--bar-height) + var(--bar-gap) ) );
    }
  }
}
body.active-menu .navigation-toggle {
  background-color: var(--secondary-color);
}
body.active-menu .navigation-toggle .icon-bar {
  background-color: white;
  &:nth-child(1) {
    transform: translateX(var(--bar-offset-x)) translateY(calc((var(--toggle-size) - var(--bar-height)) / 2)) rotate(45deg);
  }
  &:nth-child(2) {
    transform: translateX(var(--bar-offset-x)) translateY(calc((var(--toggle-size) - var(--bar-height)) / 2)) rotate(-45deg);
  }
}
header[class^="header--"] {
  padding: 50px 0;
  margin-top: 70px;
}
header.header--front-page-header {
  background: var(--primary-color);
  h1 {
    margin: 0;
    color: white;
  }
}
.homepage-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  z-index: 1;
  background-image: url("../dist/assets/images/white-arrow-bg.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left 90% center;
}
.homepage-hero__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  pointer-events: none;
}
.homepage-hero--scrolled-past .homepage-hero__background, .homepage-hero--scrolled-past .homepage-hero__overlay, .homepage-hero--scrolled-past .homepage-hero__scroll-down {
  display: none;
}
.homepage-hero--ready {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Ccircle cx='25' cy='25' r='23' stroke='%232c2e33' stroke-width='2' fill='none'/%3E%3Cpath d='M25 15v20M17.5 27.5l7.5 7.5 7.5-7.5' stroke='%232c2e33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 25 25, s-resize;
}
.homepage-hero--ready.homepage-hero--cursor-light {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Ccircle cx='25' cy='25' r='23' stroke='%23ffffff' stroke-width='2' fill='none'/%3E%3Cpath d='M25 15v20M17.5 27.5l7.5 7.5 7.5-7.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 25 25, s-resize;
}
.homepage-hero__title {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  color: #fff;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  max-width: 1200px;
}
.homepage-hero__title span {
  color: #b2ef8b;
}
.homepage-hero__title b {
  font-weight: inherit;
  color: #b2ef8b;
}
@media (max-width: 767px) {
  .homepage-hero__title b {
    display: block;
    font-weight: inherit;
    width: 100%;
  }
}
.homepage-hero__subtitle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 240px));
  z-index: 101;
  color: #b2ef8b;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 767px) {
  .homepage-hero__subtitle {
    font-size: 30px;
  }
}
.homepage-hero__overlay {
  position: fixed;
  left: 0;
  right: 0;
  height: 50vh;
  background-color: #2c2e33;
  z-index: 100;
  pointer-events: none;
}
.homepage-hero__overlay--top {
  top: 0;
}
.homepage-hero__overlay--bottom {
  bottom: 0;
}
.homepage-hero__words {
  position: fixed;
  inset: 0;
  z-index: 101;
  pointer-events: none;
}
.homepage-hero__word-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: clamp(120px, 28vw, 370px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-hero__word {
  font-size: clamp(80px, 20vw, 270px);
  letter-spacing: clamp(-12px, -0.85vw, -2px);
  font-weight: 600;
  color: #2c2e33;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.homepage-hero__word .char {
  display: inline-block;
  transform: translateY(clamp(130px, 29vw, 380px));
}
.homepage-hero__payoffs {
  position: fixed;
  bottom: 30%;
  left: 0;
  width: 100%;
  z-index: 101;
  text-align: center;
}
.homepage-hero__payoff {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 26px;
  font-weight: 400;
  color: #2c2e33;
  opacity: 0;
  transform: translateY(20px);
  white-space: nowrap;
  text-align: center;
}
.homepage-hero__slide {
  position: fixed;
  inset: 0;
  z-index: 102;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-hero__slide-images {
  position: absolute;
  inset: 0;
}
.homepage-hero__slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
picture.homepage-hero__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-hero__slide-image:first-child {
  opacity: 1;
}
.homepage-hero__scroll-down {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 103;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.homepage-hero__scroll-down-mouse {
  margin: 0 auto;
  display: block;
  border-radius: 25px;
  border: 1px solid #2c2e33;
  height: 50px;
  width: 25px;
  position: relative;
  transition: border-color 0.3s;
}
.homepage-hero__scroll-down-move {
  position: absolute;
  background-color: #2c2e33;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: homepage-hero-scroll-move 2s linear infinite;
  transition: background-color 0.3s;
}
.homepage-hero__scroll-down-text {
  color: #2c2e33;
  font-size: 16px;
  margin-top: 10px;
  transition: color 0.3s;
}
.homepage-hero--cursor-light .homepage-hero__scroll-down-mouse {
  border-color: #fff;
}
.homepage-hero--cursor-light .homepage-hero__scroll-down-move {
  background-color: #fff;
}
.homepage-hero--cursor-light .homepage-hero__scroll-down-text {
  color: #fff;
}
@keyframes homepage-hero-scroll-move {
  0% {
    transform: translate(-50%, 5px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 40px);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .homepage-hero__title, .homepage-hero__subtitle {
    padding: 0 40px;
  }
  .homepage-hero__word-group {
    align-items: flex-start;
    padding: 0 40px;
  }
  .homepage-hero__word {
    font-size: 106px;
  }
  .homepage-hero__payoffs {
    text-align: left;
    bottom: calc(50% - 150px);
  }
  .homepage-hero__payoff {
    text-align: left;
    padding: 0 40px;
    font-size: 24px;
  }
}
.homepage-hero__content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}
.featured-header + * {
  margin-top: 100vh;
}
.featured-header ~ * {
  position: relative;
  z-index: 1;
}
.featured-header__featured-content h1, .featured-header__featured-content p, .featured-header__featured-button-wrapper, .featured-header__featured-payoff {
  opacity: 0;
}
.featured-header__featured {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
  .featured-header__featured-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    h1 {
      font-size: clamp(60px, 18vw, 200px);
      line-height: 0.95;
      font-weight: 600;
      color: white;
      margin: 0 0 0 -4px;
      padding: 0;
    }
    p {
      font-size: clamp(18px, 4vw, 34px);
      margin: clamp(20px, 5vw, 60px) 0 0 0;
      padding: 0;
    }
  }
}
.featured-header__featured-button-wrapper {
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-header__featured-button-wrapper {
    bottom: 115px;
  }
}
.featured-header__featured-payoff {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1536px;
  padding-inline: 1rem;
  box-sizing: border-box;
  z-index: 4;
  p {
    color: var(--text-color);
    font-size: clamp(14px, 3.5vw, 20px);
    margin: 0;
  }
}
@media (min-width: 768px) {
  .featured-header__featured-payoff {
    bottom: 35px;
  }
}
@media (width >= 640px) {
  .featured-header__featured-payoff {
    max-width: 640px;
  }
}
@media (width >= 768px) {
  .featured-header__featured-payoff {
    max-width: 768px;
  }
}
@media (width >= 1024px) {
  .featured-header__featured-payoff {
    max-width: 1024px;
  }
}
@media (width >= 1280px) {
  .featured-header__featured-payoff {
    max-width: 1280px;
  }
}
@media (width >= 1536px) {
  .featured-header__featured-payoff {
    max-width: 1536px;
  }
}
main {
  background-color: var(--tertiary-color);
  position: relative;
  z-index: 10;
}
body:has(.homepage-hero) main {
  margin-top: 100vh;
}
.scroll-progress-container {
  --progress-bar-width: 180px;
  --progress-text-width: 40px;
  --progress-bar-height: 1px;
  --progress-indicator-height: 4px;
  opacity: 0;
  transition: opacity 1.5s linear;
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  margin-inline: auto;
  padding-inline: 1rem;
  height: 40px;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  gap: 20px;
}
@media (width >= 640px) {
  .scroll-progress-container {
    max-width: 640px;
  }
}
@media (width >= 768px) {
  .scroll-progress-container {
    max-width: 768px;
  }
}
@media (width >= 1024px) {
  .scroll-progress-container {
    max-width: 1024px;
  }
}
@media (width >= 1280px) {
  .scroll-progress-container {
    max-width: 1280px;
  }
}
@media (width >= 1536px) {
  .scroll-progress-container {
    max-width: 1536px;
  }
}
@media (max-width: 767px) {
  .scroll-progress-label-wrapper, .scroll-progress-bar-wrapper, .scroll-progress-text-wrapper {
    display: none !important;
  }
  .scroll-progress-container {
    justify-content: flex-end;
  }
}
.scroll-progress-circle {
  --circle-size: 48px;
  --circle-radius: 20;
  --circle-circumference: 125.66;
  display: none;
  position: relative;
  width: var(--circle-size);
  height: var(--circle-size);
}
@media (max-width: 767px) {
  .scroll-progress-circle {
    display: block;
  }
}
.scroll-progress-circle svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.scroll-progress-circle__track {
  fill: none;
  stroke: rgba(112, 112, 112, 0.3);
  stroke-width: 1.5;
}
.scroll-progress-circle__fill {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-dasharray: var(--circle-circumference);
  stroke-dashoffset: var(--circle-circumference);
  stroke-linecap: round;
  transition: stroke-dashoffset 0.1s ease-out;
}
.scroll-progress-circle__text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  color: var(--text-color);
}
.scroll-progress-circle--light {
  --circle-size: 48px;
  --circle-radius: 20;
  --circle-circumference: 125.66;
  position: absolute;
  top: 0;
  left: 0;
  width: var(--circle-size);
  height: var(--circle-size);
  clip-path: inset(100% 0 0 0);
}
.scroll-progress-circle--light svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.scroll-progress-circle--light .scroll-progress-circle__track {
  fill: none;
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1.5;
}
.scroll-progress-circle--light .scroll-progress-circle__fill {
  fill: none;
  stroke: white;
  stroke-width: 1.5;
  stroke-dasharray: var(--circle-circumference);
  stroke-dashoffset: var(--circle-circumference);
  stroke-linecap: round;
  transition: stroke-dashoffset 0.1s ease-out;
}
.scroll-progress-circle--light .scroll-progress-circle__text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  color: white;
}
.scroll-progress-circle-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  display: none;
}
@media (max-width: 767px) {
  .scroll-progress-circle-wrapper {
    display: block;
  }
}
@media (min-width: 768px) {
  .scroll-progress-circle, .scroll-progress-circle-wrapper {
    display: none !important;
  }
}
body.active-menu .scroll-progress-circle--light {
  clip-path: inset(100% 0 0 0) !important;
}
body.active-menu .scroll-progress-circle {
  clip-path: inset(0 0 0 0) !important;
}
.scroll-progress-label-wrapper {
  position: relative;
}
.scroll-progress-label-wrapper > p, .scroll-progress-label--light {
  margin: 0;
}
.scroll-progress-label--light {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  clip-path: inset(100% 0 0 0);
}
.scroll-progress-bar-wrapper {
  width: var(--progress-bar-width);
  position: relative;
  height: var(--progress-indicator-height);
}
.scroll-progress-bar, .scroll-progress-bar--light {
  width: var(--progress-bar-width);
  height: var(--progress-indicator-height);
  position: relative;
  overflow: hidden;
  transition: var(--progress-transition);
  will-change: clip-path;
}
.scroll-progress-bar {
  background: linear-gradient( to bottom, transparent calc(50% - 0.5px), #707070 calc(50% - 0.5px), #707070 calc(50% + 0.5px), transparent calc(50% + 0.5px) );
}
.scroll-progress-bar--light {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient( to bottom, transparent calc(50% - 0.5px), rgba(255, 255, 255, 0.3) calc(50% - 0.5px), rgba(255, 255, 255, 0.3) calc(50% + 0.5px), transparent calc(50% + 0.5px) );
  clip-path: inset(100% 0 0 0);
}
.scroll-progress-bar::after, .scroll-progress-bar--light::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: var(--progress-indicator-height);
  width: var(--scroll-progress, 0%);
  border-radius: 2px;
  transition: width 0.1s ease-out;
}
.scroll-progress-bar::after {
  background: #000;
}
.scroll-progress-bar--light::after {
  background: white;
}
.scroll-progress-text-wrapper {
  position: relative;
  width: var(--progress-text-width);
}
.scroll-progress-percentage, .scroll-progress-percentage--light {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  width: var(--progress-text-width);
  transition: var(--progress-transition);
  will-change: clip-path;
}
.scroll-progress-percentage {
  color: var(--text-color);
}
.scroll-progress-percentage--light {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  clip-path: inset(100% 0 0 0);
}
body.active-menu .scroll-progress-label--light, body.active-menu .scroll-progress-bar--light, body.active-menu .scroll-progress-percentage--light {
  clip-path: inset(100% 0 0 0) !important;
}
body.active-menu .scroll-progress-label-wrapper p, body.active-menu .scroll-progress-bar, body.active-menu .scroll-progress-percentage {
  clip-path: inset(0 0 0 0) !important;
}
body.active-menu .scroll-progress-label-wrapper p:not(.scroll-progress-label--light) {
  clip-path: inset(0 0 0 0) !important;
  color: var(--text-color) !important;
}
body.active-menu .scroll-progress-percentage {
  color: var(--text-color) !important;
}
footer {
  position: relative;
  z-index: 10;
  background-color: var(--tertiary-color);
  padding: 100px 0 200px;
  .footer__contact {
    .footer__logo {
      max-width: 140px;
      height: auto;
      margin-bottom: 15px;
      margin-top: 39px;
    }
    p {
      margin: 0;
      padding: 0;
      font-size: 25px;
      line-height: 40px;
    }
    a {
      text-decoration: none;
    }
  }
  .footer__menu {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    .navigation {
      list-style: none;
      margin: 30px 0 50px 0;
      padding: 0;
      li {
        border-bottom: 1px solid var(--text-color);
        overflow: hidden;
        a {
          position: relative;
          display: block;
          padding: 15px 0;
          color: var(--text-color);
          text-decoration: none;
          font-size: 37px;
          line-height: 55px;
          font-weight: 400;
          span {
            display: inline-block;
          }
          .menu-char {
            display: inline-block;
            will-change: transform;
          }
          .tag {
            display: none;
          }
          &:nth-child(1) {
            padding-top: 0;
          }
        }
      }
    }
  }
  .footer__right {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 10px;
    align-items: flex-start;
    a {
      text-decoration: none;
    }
    .social-icons {
      display: flex;
      justify-content: end;
      align-items: center;
      gap: 15px;
      margin-top: 30px;
      img {
        width: 30px;
        height: auto;
      }
      @media (min-width: 768px) {
        margin-top: 0;
      }
    }
    @media (min-width: 768px) {
      flex-direction: row;
      justify-content: end;
      gap: 50px;
      align-items: center;
    }
  }
}
.content-scroll-slider {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  .content-scroll-slider__animated {
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 2;
    height: 100vh;
    p {
      font-size: clamp(28px, 5vw, 70px);
      line-height: 1.25;
      font-weight: 500;
      color: #474952;
      text-align: center;
      padding-inline: 1rem;
      width: 100%;
      .char {
        display: inline;
      }
    }
  }
}
.content-scroll-slider__reveal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.content-scroll-slider__reveal > section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 100vh;
}
@media (max-width: 768px) {
  .content-scroll-slider__reveal {
    overflow: visible;
  }
}
.content-scroll-slider__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--secondary-color);
  pointer-events: none;
  clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 0% 0%, 40% 50%, 0% 100%, 60% 100%, 100% 50%, 60% 0% );
}
@media (min-width: 768px) {
  .content-scroll-slider__background {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%, 25% 0%, 48% 50%, 25% 100%, 53% 100%, 75% 50%, 52% 0% );
  }
}
.content-scroll-slider__content {
  position: relative;
  z-index: 3;
  width: 100%;
}
.content-scroll-slider__content p {
  margin-bottom: 0;
}
.content-scroll-slider__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  background-color: #313339;
  clip-path: polygon(60% 0%, 100% 50%, 60% 100%, 0% 100%, 40% 50%, 0% 0%);
}
@media (min-width: 768px) {
  .content-scroll-slider__arrow {
    clip-path: polygon( 52% 0%, 75% 50%, 53% 100%, 25% 100%, 48% 50%, 25% 0% );
  }
}
.content-scroll-slider__button-wrapper {
  text-align: center;
  margin-top: 50px;
}
.content-scroll-slider__scroll-down {
  text-align: center;
  margin-top: 40px;
}
.content-scroll-slider__scroll-down-mouse {
  margin: 0 auto;
  display: block;
  border-radius: 25px;
  border: 1px solid white;
  height: 50px;
  width: 25px;
  position: relative;
  transition: border-color 0.3s;
}
.content-scroll-slider__scroll-down-move {
  position: absolute;
  background-color: white;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: content-scroll-slider-scroll-move 2s linear infinite;
  transition: background-color 0.3s;
}
.content-scroll-slider__scroll-down-text {
  color: white !important;
  font-size: 16px !important;
  margin-top: 10px;
  transition: color 0.3s;
}
@keyframes content-scroll-slider-scroll-move {
  0% {
    transform: translate(-50%, 5px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 40px);
    opacity: 0;
  }
}
.content-scroll-slider__payoff {
  display: none;
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1536px;
  padding-inline: 1rem;
  box-sizing: border-box;
  z-index: 4;
  @media (min-width: 768px) {
    display: block;
  }
  p {
    color: white;
    font-size: 14px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .content-scroll-slider__payoff {
    bottom: 35px;
  }
}
@media (width >= 640px) {
  .content-scroll-slider__payoff {
    max-width: 640px;
  }
}
@media (width >= 768px) {
  .content-scroll-slider__payoff {
    max-width: 768px;
  }
}
@media (width >= 1024px) {
  .content-scroll-slider__payoff {
    max-width: 1024px;
  }
}
@media (width >= 1280px) {
  .content-scroll-slider__payoff {
    max-width: 1280px;
  }
}
@media (width >= 1536px) {
  .content-scroll-slider__payoff {
    max-width: 1536px;
  }
}
.content-scroll-slider[data-theme="dark"] {
  .content-scroll-slider__background {
    background-color: var(--secondary-color);
  }
  .content-scroll-slider__arrow {
    background-color: #313339;
  }
  .content-scroll-slider__animated p {
    color: #474952;
  }
  .content-scroll-slider__payoff p {
    color: white;
  }
  .content-scroll-slider__svg path, .content-scroll-slider__svg rect, .content-scroll-slider__svg circle, .content-scroll-slider__svg polygon {
    fill: #474952;
  }
  .content-scroll-slider__scroll-down-mouse {
    border-color: white;
  }
  .content-scroll-slider__scroll-down-move {
    background-color: white;
  }
  .content-scroll-slider__scroll-down-text {
    color: white;
  }
}
.content-scroll-slider[data-theme="light"] {
  .content-scroll-slider__background {
    background-color: #f7f7ee;
  }
  .content-scroll-slider__arrow {
    background-color: white;
  }
  .content-scroll-slider__animated p {
    color: #d9d9c3;
  }
  .content-scroll-slider__payoff p {
    color: var(--text-color);
  }
  .content-scroll-slider__scroll-down-mouse {
    border-color: #d9d9c3;
  }
  .content-scroll-slider__scroll-down-move {
    background-color: #d9d9c3;
  }
  .content-scroll-slider__scroll-down-text {
    color: white;
  }
}
.content-scroll-slider__svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  svg {
    max-width: 95%;
    height: auto;
  }
}
.content-scroll-slider__svg--desktop {
  display: none;
}
@media (min-width: 768px) {
  .content-scroll-slider__svg--desktop {
    display: flex;
  }
  .content-scroll-slider__svg--mobile {
    display: none;
  }
}
.svg-reveal {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  svg {
    margin: 0 auto;
    path, rect, circle, polygon {
      fill: #474952;
      transition: none;
    }
  }
}
.svg-reveal__svg--desktop {
  display: none;
}
@media (min-width: 768px) {
  .svg-reveal__svg--desktop {
    display: block;
  }
  .svg-reveal__svg--mobile {
    display: none;
  }
}
.about-loeks {
  background-color: var(--primary-color);
  position: relative;
  padding: 80px 0 40px;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  height: auto;
  overflow-x: clip;
}
@media (min-width: 768px) {
  .about-loeks {
    flex-direction: row;
    padding: 100px 0;
  }
}
.about-loeks__left {
  width: 100%;
  aspect-ratio: 1/1;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  .about-loeks__image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: clip-path;
  }
}
@media (min-width: 768px) {
  .about-loeks__left {
    width: 40%;
    aspect-ratio: auto;
    height: auto;
    margin-top: 0;
  }
}
.about-loeks__right {
  width: 100%;
  padding: 40px 30px;
  overflow: visible;
}
@media (min-width: 768px) {
  .about-loeks__right {
    width: 60%;
    margin-left: 10%;
    padding: 0;
  }
}
.about-loeks__title {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: clamp(36px, 10vw, 60px);
  max-width: 690px;
  line-height: 1;
  font-weight: 500;
}
.about-loeks__svg {
  width: 100%;
  max-width: 643px;
  svg {
    width: 100%;
    height: auto;
    display: block;
  }
}
.about-loeks__svg--desktop {
  display: none;
}
@media (min-width: 768px) {
  .about-loeks__svg--desktop {
    display: block;
  }
  .about-loeks__svg--mobile {
    display: none;
  }
}
.about-loeks__text {
  max-width: 700px;
  margin: 30px 0;
}
.about-loeks__text h6 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .about-loeks__text {
    margin: 70px 0;
  }
}
.about-loeks__gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 60px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .about-loeks__gallery {
    flex-direction: row;
    gap: 0;
    margin-top: 100px;
    margin-left: 200px;
  }
}
.about-loeks__gallery-item {
  overflow: hidden;
}
.about-loeks__gallery-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  will-change: clip-path;
}
.about-loeks__gallery-item--first {
  width: 100%;
  aspect-ratio: 4/3;
}
.about-loeks__gallery-item--second {
  width: 100%;
  aspect-ratio: 4/3;
  margin-left: 0;
}
@media (min-width: 768px) {
  .about-loeks__gallery-item--first {
    width: 405px;
    height: 285px;
  }
  .about-loeks__gallery-item--second {
    width: 405px;
    height: 285px;
    margin-left: 100px;
  }
}
.team-slider {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.team-slider h2 {
  font-size: 48px;
  font-weight: 400;
  color: var(--text-color);
  margin: 0 0 40px 0;
}
.team-slider__track {
  position: relative;
  width: 100%;
}
.team-slider__slide {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  width: 280px;
}
@media (min-width: 768px) {
  .team-slider__slide {
    width: 320px;
  }
}
@media (min-width: 1024px) {
  .team-slider__slide {
    width: 380px;
  }
}
.team-slider__slide--image-first {
  flex-direction: column;
}
.team-slider__slide--image-first .team-slider__name {
  margin-top: 60px;
}
.team-slider__slide--name-first {
  flex-direction: column;
}
.team-slider__slide--name-first .team-slider__name {
  margin-bottom: 60px;
}
.team-slider__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}
.team-slider__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .team-slider__name {
    font-size: 20px;
  }
}
.client-logos {
  background-color: var(--tertiary-color);
  padding: 100px 0;
  overflow: hidden;
}
.client-logos__title {
  text-align: center;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--text-color);
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .client-logos__title {
    margin-bottom: 15px;
    span {
      display: block;
    }
  }
}
.client-logos__slider {
  padding: 0 30px;
}
.client-logos__slider .swiper-wrapper {
  align-items: center;
  transition-timing-function: linear !important;
}
.client-logos__item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.client-logos__item img {
  max-width: 100%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  margin: 0 auto;
  display: block;
  pointer-events: none;
  user-select: none;
}
@media (max-width: 640px) {
  .client-logos {
    padding: 60px 0;
  }
}
.footer-cta {
  position: relative;
  z-index: 110;
  background-color: var(--primary-color);
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 100px 0;
  overflow: hidden;
}
.footer-cta__background {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
.footer-cta__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-cta__title {
  display: block;
  width: 100%;
  max-width: 590px;
  height: auto;
  margin: 0 0 30px 0;
}
.footer-cta__subtitle {
  font-size: clamp(16px, 4vw, 32px);
  font-weight: 400;
  margin: 40px 0 60px;
  color: var(--secondary-color);
  text-align: center;
  white-space: nowrap;
}
.footer-cta__button {
  text-transform: uppercase;
  font-size: 14px;
  width: fit-content;
}
.footer-cta__button-dot {
  width: 10px;
  height: 10px;
  background-color: var(--primary-color);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .footer-cta {
    padding: 80px 0;
  }
  .footer-cta__content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .footer-cta__title {
    max-width: 80%;
  }
  .footer-cta__background img {
    height: 100%;
  }
}
.text-with-3-steps {
  background-color: var(--tertiary-color);
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}
.text-with-3-steps .container {
  padding-bottom: 40px;
}
.text-with-3-steps__text {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}
.text-with-3-steps__text p {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}
.text-with-3-steps__steps {
  display: flex;
  width: 100%;
  margin-top: 40px;
}
.text-with-3-steps__step {
  position: relative;
  flex: 1;
  aspect-ratio: 640 / 500;
  min-height: 300px;
  padding: 0 0 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.text-with-3-steps__step > svg {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 80px;
  height: 80px;
  overflow: visible;
}
.text-with-3-steps__step h3 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 600;
  margin: 0;
}
.text-with-3-steps__step p {
  font-size: 18px;
  margin: 0;
}
a.text-with-3-steps__step {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a.text-with-3-steps__step::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 96px;
  height: 96px;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") no-repeat center / contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 18l6-6-6-6'/%3E%3C/svg%3E") no-repeat center / contain;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
a.text-with-3-steps__step:hover::after {
  opacity: 1;
  transform: translateX(0);
}
a.text-with-3-steps__step--dark::after {
  color: #707070;
}
a.text-with-3-steps__step--green::after {
  color: #a7de83;
}
a.text-with-3-steps__step--light::after {
  color: rgba(112, 112, 112, 0.17);
}
.text-with-3-steps__step--green {
  background-color: var(--primary-color);
}
.text-with-3-steps__step--dark {
  background-color: var(--secondary-color);
  h3, p {
    color: white;
  }
}
.text-with-3-steps__step--light {
  background-color: white;
}
@media (max-width: 1024px) {
  .text-with-3-steps__step {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .text-with-3-steps__steps {
    flex-direction: column;
    margin-top: 40px;
  }
  .text-with-3-steps__step {
    aspect-ratio: auto;
    padding: 60px 30px;
    min-height: 250px;
    h3 {
      line-height: 1;
      margin-bottom: 0;
    }
  }
  .text-with-3-steps__step > svg {
    top: 20px;
    right: 30px;
    width: 60px;
  }
}
.image-with-text-wrapper {
  width: 100%;
  overflow: hidden;
}
.image-with-text-track {
  display: flex;
  will-change: transform;
}
.image-with-text {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0;
  box-sizing: border-box;
}
.image-with-text--green {
  background-color: var(--primary-color);
}
.image-with-text--dark {
  background-color: var(--secondary-color);
}
.image-with-text--dark * {
  color: white;
}
.image-with-text--white {
  background-color: white;
}
.image-with-text .container {
  position: relative;
}
.image-with-text__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: auto;
  will-change: transform, opacity;
  z-index: 3;
}
.image-with-text__icon svg {
  width: 100%;
  height: auto;
  display: block;
}
.image-with-text__title {
  font-size: clamp(48px, 8vw, 75px);
  font-weight: 600 !important;
  margin: 0 0 60px 0;
  line-height: 1.1;
  will-change: transform, opacity;
}
.image-with-text__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.image-with-text__image {
  position: relative;
  overflow: hidden;
  will-change: transform, opacity;
}
.image-with-text__image img {
  width: 100%;
  height: auto;
  display: block;
}
.image-with-text__content h1, .image-with-text__content h2, .image-with-text__content h3, .image-with-text__content h4, .image-with-text__content h5, .image-with-text__content h6 {
  font-weight: 600 !important;
  b, strong {
    font-weight: 600 !important;
  }
}
.image-with-text__content p {
  margin: 0 0 24px 0;
  will-change: transform, opacity;
}
.image-with-text__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .image-with-text {
    padding: 60px 0;
  }
  .image-with-text__title {
    margin-bottom: 40px;
  }
  .image-with-text__grid {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .image-with-text {
    min-height: auto;
    padding: 50px 0;
  }
  .image-with-text__icon {
    width: 40px;
  }
  .image-with-text__title {
    margin-bottom: 30px;
  }
  .image-with-text__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .image-with-text__content {
    padding-top: 0;
  }
  .image-with-text__content h3 {
    font-size: 48px;
  }
  .image-with-text__content h5 {
    font-size: 24px;
  }
  .image-with-text__icon {
    top: -17px;
  }
}
.featured-case {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.featured-case[data-clone] .featured-case__featured-content, .featured-case[data-clone] .featured-case__featured-button-wrapper, .featured-case[data-clone] .featured-case__featured-payoff {
  opacity: 0;
}
.featured-case__featured {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
  .featured-case__featured-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    h3 {
      font-size: clamp(60px, 18vw, 200px);
      line-height: 0.95;
      font-weight: 600;
      color: white;
      margin: 0 0 0 -4px;
      padding: 0;
    }
    p {
      font-size: clamp(18px, 4vw, 34px);
      margin: clamp(20px, 5vw, 60px) 0 0 0;
      padding: 0;
    }
  }
}
.featured-case__featured-button-wrapper {
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  text-align: center;
}
@media (min-width: 768px) {
  .featured-case__featured-button-wrapper {
    bottom: 115px;
  }
}
.featured-case__featured-payoff {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1536px;
  padding-inline: 1rem;
  box-sizing: border-box;
  z-index: 4;
  p {
    color: var(--text-color);
    font-size: clamp(14px, 3.5vw, 20px);
    margin: 0;
  }
}
@media (min-width: 768px) {
  .featured-case__featured-payoff {
    bottom: 35px;
  }
}
@media (width >= 640px) {
  .featured-case__featured-payoff {
    max-width: 640px;
  }
}
@media (width >= 768px) {
  .featured-case__featured-payoff {
    max-width: 768px;
  }
}
@media (width >= 1024px) {
  .featured-case__featured-payoff {
    max-width: 1024px;
  }
}
@media (width >= 1280px) {
  .featured-case__featured-payoff {
    max-width: 1280px;
  }
}
@media (width >= 1536px) {
  .featured-case__featured-payoff {
    max-width: 1536px;
  }
}
.fullscreen-image {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.fullscreen-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.fullscreen-image__img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 768px) {
  .content-scroll-slider__reveal > section.fullscreen-image {
    height: 100vh;
    min-height: 100vh;
  }
}
.quote-content {
  padding: 120px 0;
}
.quote-content__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.quote-content__left {
  display: flex;
  flex-direction: column;
}
.quote-content__quote svg {
  width: 100%;
  height: auto;
  max-width: 600px;
  margin-top: 30px;
}
@media all and (max-width: 992px) {
  .quote-content__quote svg {
    display: none;
  }
}
.quote-content__author {
  margin-top: 75px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  max-width: 600px;
}
.quote-content__buttons {
  display: flex;
  gap: 16px;
  margin-top: auto;
  justify-content: center;
  max-width: 600px;
  padding-top: 40px;
  gap: 100px;
}
.quote-content__button {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 15px;
  border-radius: 30px;
}
.quote-content__button::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border: 5px solid var(--primary-color);
  border-radius: 50%;
  background: radial-gradient( circle, var(--secondary-color) 2px, var(--secondary-color) 3px, #fff 4px );
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.quote-content__button:nth-child(2)::before {
  border-color: var(--secondary-color);
}
.quote-content__button:hover {
  background: var(--secondary-color);
  color: var(--primary-color);
}
.quote-content__button:nth-child(2):hover {
  background: var(--primary-color);
  color: var(--secondary-color);
}
.quote-content__right {
  display: flex;
  align-items: flex-end;
}
.quote-content__content {
  width: 100%;
}
.quote-content__content p {
  font-size: 18px;
  line-height: 1.6;
}
.quote-content__content p:last-child {
  margin-bottom: 0;
}
.quote-content__content h6 + p {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .quote-content {
    padding: 80px 0;
  }
  .quote-content__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .quote-content__buttons {
    flex-direction: column;
    gap: 20px;
  }
  .quote-content__button {
    justify-content: center;
  }
  .quote-content__author {
    margin-top: 45px;
  }
  .quote-content__buttons {
    padding-top: 15px;
  }
  .quote-content__left {
    margin-bottom: 45px;
  }
  .quote-content__content {
    h3 {
      font-size: 40px;
    }
  }
}
.two-images {
  width: 100vw;
  overflow: hidden;
}
.two-images__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.two-images__item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 950 / 675;
}
.two-images__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .two-images__grid {
    grid-template-columns: 1fr;
  }
}
.marquee {
  width: 100%;
  overflow: hidden;
  padding: 100px 0;
}
.marquee__track {
  display: flex;
  gap: 50px;
  width: max-content;
  animation: marquee 15s linear infinite;
}
.marquee__text {
  font-size: 400px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 1;
  color: white;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .marquee {
    padding: 40px 0;
  }
  .marquee__text {
    font-size: 200px;
  }
}
.video-block {
  padding: 120px 0;
}
.video-block__title {
  text-align: center;
  margin-bottom: 45x;
  font-size: 49px;
  font-weight: 400;
}
.video-block__wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
}
.video-block__container {
  grid-column: 2 / 12;
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.video-block__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-block__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: none;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
  font-size: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.video-block__play svg {
  color: var(--secondary-color);
  position: relative;
  left: 7px;
}
.video-block__play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-block__play.is-hidden {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  .video-block {
    padding: 80px 0;
  }
  .video-block__container {
    grid-column: 1 / -1;
  }
  .video-block__play {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
  .video-block__title {
    margin-bottom: 30px;
  }
}
section.contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: 150px 0 120px;
}
section.contact-form .contact-form__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-image: url("../dist/assets/images/white-arrow-bg.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  pointer-events: none;
  z-index: 0;
}
section.contact-form > .container {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
  z-index: 1;
}
section.contact-form h1, section.contact-form h2 {
  max-width: 765px;
}
section.contact-form p {
  max-width: 780px;
  font-size: clamp(20px, 4vw, 36px);
  font-weight: 400;
  line-height: 1.4;
}
section.contact-form h1, section.contact-form h2, section.contact-form .ff-el-input--label {
  font-size: clamp(32px, 8vw, 75px);
  line-height: 1.3;
  font-weight: 600;
}
section.contact-form .ff-el-input--label label:after {
  display: none !important;
}
section.contact-form .contact-form__wrapper {
  display: flex;
  flex-direction: column;
  flex: 1;
}
section.contact-form .contact-form__wrapper .fluentform {
  display: flex;
  flex-direction: column;
  flex: 1;
}
section.contact-form .frm-fluent-form.is-conversational {
  display: flex;
  flex-direction: column;
  flex: 1;
}
section.contact-form .frm-fluent-form.is-conversational > fieldset {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  flex: 1 !important;
  position: relative;
}
section.contact-form .frm-fluent-form .ff-el-group {
  opacity: 0;
}
section.contact-form .frm-fluent-form .ff-custom_html {
  padding-top: 0;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  visibility: hidden;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group.is-active {
  position: relative;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group.is-animating {
  position: absolute;
  left: 0;
  width: 100%;
  visibility: visible;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:has(.ff-btn-submit) {
  display: none;
}
section.contact-form .contact-form__nav {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
  margin-top: auto;
}
@media (min-width: 768px) {
  section.contact-form .contact-form__nav {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
  }
}
section.contact-form .contact-form__progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
@media (min-width: 768px) {
  section.contact-form .contact-form__progress {
    justify-content: flex-start;
  }
}
section.contact-form .contact-form__step {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--primary-color);
  transition: background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
}
@media (min-width: 768px) {
  section.contact-form .contact-form__step {
    width: 40px;
    height: 40px;
  }
}
section.contact-form .contact-form__step.is-active {
  cursor: pointer;
  background: #fff;
  border: 5px solid #2c2e33;
}
@media (min-width: 768px) {
  section.contact-form .contact-form__step.is-active {
    border-width: 8px;
  }
}
section.contact-form .contact-form__step.is-active:hover {
  transform: scale(1.05);
}
section.contact-form .contact-form__step.is-active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-color);
}
@media (min-width: 768px) {
  section.contact-form .contact-form__step.is-active::after {
    width: 10px;
    height: 10px;
  }
}
section.contact-form .contact-form__step-line {
  width: 30px;
  height: 2px;
  background: var(--primary-color, #2b2e34);
}
@media (min-width: 768px) {
  section.contact-form .contact-form__step-line {
    width: 50px;
  }
}
section.contact-form .contact-form__nav-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
@media (min-width: 768px) {
  section.contact-form .contact-form__nav-buttons {
    justify-content: flex-start;
  }
}
section.contact-form .contact-form__nav-btn--continue {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border: none;
  border-radius: 100px;
  background: var(--primary-color);
  color: var(--secondary-color);
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (min-width: 768px) {
  section.contact-form .contact-form__nav-btn--continue {
    padding: 17px 58px;
  }
}
@media (min-width: 768px) {
  section.contact-form .contact-form__nav-btn--continue:hover {
    background: var(--secondary-color);
    color: white;
  }
}
section.contact-form .contact-form__nav-btn--continue.contact-form__nav-btn--submit {
  background: var(--primary-color, #2b2e34);
  color: var(--secondary-color, #f7f7ee);
}
@media (min-width: 768px) {
  section.contact-form .contact-form__nav-btn--continue.contact-form__nav-btn--submit:hover {
    background: #1a1c20;
  }
}
section.contact-form .contact-form__nav-btn--next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: var(--secondary-color);
  color: var(--primary-color);
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
@media (min-width: 768px) {
  section.contact-form .contact-form__nav-btn--next {
    width: 63px;
    height: 63px;
  }
}
@media (min-width: 768px) {
  section.contact-form .contact-form__nav-btn--next:hover svg {
    stroke: white;
  }
}
section.contact-form .contact-form__nav-btn--next.is-hidden {
  display: none;
}
section.contact-form .contact-form__nav-btn--next svg {
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  section.contact-form .contact-form__nav-btn--next svg {
    width: 40px;
    height: 40px;
  }
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-input--label {
  display: block;
  margin-bottom: 54px;
}
section.contact-form .frm-fluent-form.is-conversational input[type="text"], section.contact-form .frm-fluent-form.is-conversational input[type="email"], section.contact-form .frm-fluent-form.is-conversational input[type="tel"], section.contact-form .frm-fluent-form.is-conversational textarea {
  width: 100%;
  padding: 20px 30px;
  font-size: clamp(18px, 4vw, 34px);
  font-weight: 400;
  color: var(--text-color);
  background: white;
  border: none;
  border-radius: 10px;
  outline: none;
}
@media (min-width: 768px) {
  section.contact-form .frm-fluent-form.is-conversational input[type="text"], section.contact-form .frm-fluent-form.is-conversational input[type="email"], section.contact-form .frm-fluent-form.is-conversational input[type="tel"], section.contact-form .frm-fluent-form.is-conversational textarea {
    padding: 30px 45px;
  }
}
section.contact-form .frm-fluent-form.is-conversational input::placeholder, section.contact-form .frm-fluent-form.is-conversational textarea::placeholder {
  color: var(--dim-color, #474952);
  font-weight: 600;
  opacity: 0.5;
}
section.contact-form .frm-fluent-form.is-conversational input.is-invalid, section.contact-form .frm-fluent-form.is-conversational textarea.is-invalid {
  border-bottom-color: #e53935;
}
section.contact-form .frm-fluent-form.is-conversational .contact-form__error, section.contact-form .frm-fluent-form.is-conversational .error {
  display: block;
  margin-top: 20px;
  font-size: clamp(16px, 2.5vw, 22px) !important;
  font-weight: 600 !important;
  color: #e53935 !important;
}
section.contact-form .frm-fluent-form.is-conversational textarea, section.contact-form .frm-fluent-form.is-conversational textarea:focus {
  min-height: 300px;
  border: none;
  border-radius: 10px;
  background-color: white;
  resize: vertical;
  padding: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  section.contact-form .frm-fluent-form.is-conversational textarea, section.contact-form .frm-fluent-form.is-conversational textarea:focus {
    min-height: 400px;
    margin-bottom: 0;
  }
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:not(:nth-last-child(2)) .ff-el-input--content:has(.ff-el-form-check-checkbox) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 66px 16px;
  align-items: stretch;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (min-width: 1200px) {
  section.contact-form .frm-fluent-form.is-conversational .ff-el-group:not(:nth-last-child(2)) .ff-el-input--content:has(.ff-el-form-check-checkbox) {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 100px;
  }
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:not(:nth-last-child(2)):has(.ff-el-form-check-checkbox) .contact-form__error {
  margin-top: 50px;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:not(:nth-last-child(2)) .ff-el-form-check {
  margin: 0;
  display: flex;
  height: 100%;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:not(:nth-last-child(2)) .ff-el-form-check-label {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 120px;
  padding: 16px;
  background: var(--primary-color);
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
@media (min-width: 768px) {
  section.contact-form .frm-fluent-form.is-conversational .ff-el-group:not(:nth-last-child(2)) .ff-el-form-check-label {
    height: 280px;
    max-height: 280px;
    padding: 24px;
  }
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:not(:nth-last-child(2)) .ff-el-form-check-label:hover {
  transform: translateY(-2px);
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:not(:nth-last-child(2)) .ff-el-form-check-label > span:not(.ff-el-form-check-description) {
  display: block;
  font-size: clamp(24px, 5vw, 45px);
  font-weight: 600;
  color: var(--text-color);
  line-height: 1.2;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:not(:nth-last-child(2)) .ff-el-form-check-label span.ff-el-form-check-description {
  display: block;
  margin-top: auto;
  margin-bottom: 50px;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.2;
  font-weight: 400;
  color: var(--text-color);
  margin-top: 10px;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:not(:nth-last-child(2)) .ff-el-form-check-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:not(:nth-last-child(2)) .ff-el-form-check-label::after {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  border: 10px solid #b2ef8a;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../dist/assets/icons/checkmark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:not(:nth-last-child(2)) .ff-el-form-check:has(.ff-el-form-check-checkbox:checked) .ff-el-form-check-label::after {
  opacity: 1;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:nth-last-child(2) .ff-el-form-check {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  section.contact-form .frm-fluent-form.is-conversational .ff-el-group:nth-last-child(2) .ff-el-form-check {
    gap: 20px;
  }
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:nth-last-child(2) .ff-el-form-check-label {
  font-size: clamp(18px, 4vw, 34px);
  font-weight: 400;
  color: var(--text-color);
  cursor: pointer;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:nth-last-child(2) .ff-el-form-check-description {
  display: none;
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:nth-last-child(2) .ff-el-form-check-checkbox {
  -webkit-appearance: none;
  appearance: none;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: 3px solid var(--secondary-color);
  border-radius: 6px;
  background: white;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 768px) {
  section.contact-form .frm-fluent-form.is-conversational .ff-el-group:nth-last-child(2) .ff-el-form-check-checkbox {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-width: 3px;
    border-radius: 8px;
  }
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:nth-last-child(2) .ff-el-form-check-checkbox:checked {
  background: var(--primary-color);
  border-color: var(--primary-color);
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-group:nth-last-child(2) .ff-el-form-check-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  width: 8px;
  height: 14px;
  border: solid white;
  border-width: 0 3px 3px 0;
}
@media (min-width: 768px) {
  section.contact-form .frm-fluent-form.is-conversational .ff-el-group:nth-last-child(2) .ff-el-form-check-checkbox:checked::after {
    width: 10px;
    height: 18px;
  }
}
section.contact-form .frm-fluent-form.is-conversational .ff-el-progress-status, section.contact-form .frm-fluent-form.is-conversational .ff-step-header {
  display: none;
}
section.contact-form .ff-message-success {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  border: none !important;
  box-shadow: none !important;
  margin-top: 0 !important;
  padding: 0 !important;
}
.cases-grid {
  background-color: white;
  padding-top: 60px;
}
.cases-grid__title {
  font-size: 48px;
  font-weight: 400;
  color: var(--text-color);
  margin: 0 0 40px 30px;
}
.cases-grid__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .cases-grid__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.cases-grid__item {
  position: relative;
  width: 100%;
  aspect-ratio: 950 / 834;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--primary-color);
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  h3 {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: 600;
    color: white;
    margin: 0;
    line-height: 1;
  }
  &:hover img {
    transform: scale(1.05);
  }
}
.cases-grid__tags {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.cases-grid__tag {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  color: white;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
}
.cases-grid__button-wrapper {
  text-align: center;
  padding: 60px 0;
}
@media (min-width: 768px) {
  .cases-grid__item h3 {
    left: 24px;
  }
  .cases-grid__tags {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
}
@media (max-width: 767px) {
  .cases-grid__tag {
    font-size: 12px;
  }
}
.three-columns {
  position: relative;
  background-color: var(--secondary-color);
  color: white;
  padding: 100px 0;
  overflow: hidden;
  p, ul, li {
    color: white;
  }
  a {
    color: #97ca79;
  }
}
.three-columns__background {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  img {
    height: 100%;
    width: auto;
    object-fit: cover;
  }
}
.three-columns > .container {
  position: relative;
  z-index: 1;
}
.three-columns__title {
  font-size: clamp(42px, 4vw, 70px);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  color: white;
  margin: 0 0 0 0;
}
.three-columns__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 90px;
}
.three-columns__column {
  opacity: 0;
}
.three-columns__column-title {
  color: var(--primary-color);
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}
.three-columns__column-content {
  color: white;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.6;
  ul {
    list-style: disc;
    padding-left: 20px;
    margin: 30px 0 0 0;
  }
  li {
    margin-bottom: 8px;
    color: white;
  }
  p {
    margin: 0 0 8px 0;
  }
}
.three-columns__button-wrapper {
  text-align: center;
  margin-top: 80px;
  a {
    color: var(--text-color);
  }
}
@media (max-width: 768px) {
  .three-columns {
    padding: 60px 0;
  }
  .three-columns__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .three-columns__button-wrapper {
    margin-top: 40px;
  }
}
.text-full-width {
  padding: 100px 0;
}
.text-full-width__body {
  margin: 0 auto;
  max-width: 1000px;
}
.text-full-width__body p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.7;
  margin-bottom: 24px;
  color: var(--text-color);
}
.text-full-width__body h2 {
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  margin: 48px 0 24px;
  color: var(--text-color);
}
.text-full-width__body h3 {
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 600;
  line-height: 1.3;
  margin: 40px 0 20px;
  color: var(--text-color);
}
.text-full-width__body h4 {
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 600;
  line-height: 1.4;
  margin: 32px 0 16px;
  color: var(--text-color);
}
.text-full-width__body ul, .text-full-width__body ol {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.7;
  margin-bottom: 24px;
  padding-left: 24px;
  color: var(--text-color);
}
.text-full-width__body li {
  margin-bottom: 8px;
}
.text-full-width__body blockquote {
  font-size: clamp(18px, 3vw, 24px);
  font-style: italic;
  line-height: 1.5;
  margin: 40px 0;
  padding-left: 24px;
  border-left: 4px solid var(--primary-color);
  color: var(--text-color);
}
.text-full-width__body img {
  max-width: 100%;
  height: auto;
  margin: 32px 0;
}
.text-full-width__body a {
  color: var(--primary-color);
  text-decoration: underline;
}
.text-full-width__body a:hover {
  text-decoration: none;
}
section[class^="flexible--"] {
  padding: 100px 0;
}
section.flexible--fancybox-example {
  background-color: var(--tertiary-color);
}
.homepage-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  min-height: 800px;
  overflow: hidden;
  z-index: 1;
  background-image: url("../dist/assets/images/white-arrow-bg.svg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left 90% center;
}
.homepage-hero__background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  pointer-events: none;
}
.homepage-hero--scrolled-past .homepage-hero__background, .homepage-hero--scrolled-past .homepage-hero__overlay, .homepage-hero--scrolled-past .homepage-hero__scroll-down {
  display: none;
}
.homepage-hero--ready {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Ccircle cx='25' cy='25' r='23' stroke='%232c2e33' stroke-width='2' fill='none'/%3E%3Cpath d='M25 15v20M17.5 27.5l7.5 7.5 7.5-7.5' stroke='%232c2e33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 25 25, s-resize;
}
.homepage-hero--ready.homepage-hero--cursor-light {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50' fill='none'%3E%3Ccircle cx='25' cy='25' r='23' stroke='%23ffffff' stroke-width='2' fill='none'/%3E%3Cpath d='M25 15v20M17.5 27.5l7.5 7.5 7.5-7.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 25 25, s-resize;
}
.homepage-hero__title {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  color: #fff;
  font-size: clamp(44px, 5vw, 68px);
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  max-width: 1200px;
}
.homepage-hero__title span {
  color: #b2ef8b;
}
.homepage-hero__title b {
  font-weight: inherit;
  color: #b2ef8b;
}
@media (max-width: 767px) {
  .homepage-hero__title b {
    display: block;
    font-weight: inherit;
    width: 100%;
  }
}
.homepage-hero__subtitle {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, calc(-50% + 240px));
  z-index: 101;
  color: #b2ef8b;
  font-size: 42px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
@media (max-width: 767px) {
  .homepage-hero__subtitle {
    font-size: 30px;
  }
}
.homepage-hero__overlay {
  position: fixed;
  left: 0;
  right: 0;
  height: 50vh;
  background-color: #2c2e33;
  z-index: 100;
  pointer-events: none;
}
.homepage-hero__overlay--top {
  top: 0;
}
.homepage-hero__overlay--bottom {
  bottom: 0;
}
.homepage-hero__words {
  position: fixed;
  inset: 0;
  z-index: 101;
  pointer-events: none;
}
.homepage-hero__word-group {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  height: clamp(120px, 28vw, 370px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-hero__word {
  font-size: clamp(80px, 20vw, 270px);
  letter-spacing: clamp(-12px, -0.85vw, -2px);
  font-weight: 600;
  color: #2c2e33;
  display: flex;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.homepage-hero__word .char {
  display: inline-block;
  transform: translateY(clamp(130px, 29vw, 380px));
}
.homepage-hero__payoffs {
  position: fixed;
  bottom: 30%;
  left: 0;
  width: 100%;
  z-index: 101;
  text-align: center;
}
.homepage-hero__payoff {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 26px;
  font-weight: 400;
  color: #2c2e33;
  opacity: 0;
  transform: translateY(20px);
  white-space: nowrap;
  text-align: center;
}
.homepage-hero__slide {
  position: fixed;
  inset: 0;
  z-index: 102;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-hero__slide-images {
  position: absolute;
  inset: 0;
}
.homepage-hero__slide-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
picture.homepage-hero__slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homepage-hero__slide-image:first-child {
  opacity: 1;
}
.homepage-hero__scroll-down {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 103;
  text-align: center;
  opacity: 0;
  pointer-events: none;
}
.homepage-hero__scroll-down-mouse {
  margin: 0 auto;
  display: block;
  border-radius: 25px;
  border: 1px solid #2c2e33;
  height: 50px;
  width: 25px;
  position: relative;
  transition: border-color 0.3s;
}
.homepage-hero__scroll-down-move {
  position: absolute;
  background-color: #2c2e33;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: homepage-hero-scroll-move 2s linear infinite;
  transition: background-color 0.3s;
}
.homepage-hero__scroll-down-text {
  color: #2c2e33;
  font-size: 16px;
  margin-top: 10px;
  transition: color 0.3s;
}
.homepage-hero--cursor-light .homepage-hero__scroll-down-mouse {
  border-color: #fff;
}
.homepage-hero--cursor-light .homepage-hero__scroll-down-move {
  background-color: #fff;
}
.homepage-hero--cursor-light .homepage-hero__scroll-down-text {
  color: #fff;
}
@keyframes homepage-hero-scroll-move {
  0% {
    transform: translate(-50%, 5px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 40px);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .homepage-hero__title, .homepage-hero__subtitle {
    padding: 0 40px;
  }
  .homepage-hero__word-group {
    align-items: flex-start;
    padding: 0 40px;
  }
  .homepage-hero__word {
    font-size: 106px;
  }
  .homepage-hero__payoffs {
    text-align: left;
    bottom: calc(50% - 150px);
  }
  .homepage-hero__payoff {
    text-align: left;
    padding: 0 40px;
    font-size: 24px;
  }
}
.homepage-hero__content {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url("../dist/assets/images/white-arrow-bg.svg");
  background-size: auto 100%;
  background-position: left 90% center;
  background-repeat: no-repeat;
  z-index: 0;
  svg {
    width: 80vw;
    max-height: 50vh;
    height: auto;
    visibility: hidden;
  }
}
.text-hero + * {
  margin-top: 100vh;
}
.text-hero ~ * {
  position: relative;
  z-index: 1;
}
.text-hero .container {
  position: relative;
  min-height: 100vh;
  align-items: center;
  display: flex;
  justify-content: center;
}
.text-hero__tagline {
  position: absolute;
  bottom: 30px;
  left: 0;
  margin: 0;
  opacity: 0;
}
.case-archive {
  padding-top: 150px;
}
.case-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media (min-width: 768px) {
  .case-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.case-archive h1 {
  display: block;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.case-archive__item {
  position: relative;
  width: 100%;
  aspect-ratio: 950 / 834;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  background-color: var(--primary-color);
  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  h3 {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    font-size: 60px;
    font-weight: 600;
    color: white;
    margin: 0;
    line-height: 1;
  }
  &:hover img {
    transform: scale(1.05);
  }
}
.case-archive__tags {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.case-archive__tag {
  display: inline-block;
  padding: 6px 16px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  color: white;
  font-size: 18px;
  line-height: 1.2;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .case-archive__item h3 {
    left: 24px;
  }
  .case-archive__tags {
    bottom: 24px;
    left: 24px;
    right: 24px;
  }
}
@media (max-width: 767px) {
  .case-archive__tag {
    font-size: 12px;
  }
  .case-archive__grid {
    gap: 30px;
  }
}
.blog-archive {
  background-color: var(--tertiary-color);
  min-height: 100vh;
}
.blog-archive h2, .blog-archive p {
  hyphens: none;
}
.blog-archive__header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  min-height: 500px;
  padding: 150px 0 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
.blog-archive__header-bg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  height: 100%;
  z-index: 0;
  pointer-events: none;
  opacity: 0;
}
.blog-archive__header-bg svg {
  height: 100%;
  width: auto;
}
@media (min-width: 768px) {
  .blog-archive__header {
    padding: 200px 0 120px;
  }
}
.blog-archive__header-content {
  max-width: 900px;
  position: relative;
  z-index: 1;
  opacity: 0;
}
.blog-archive__header-label {
  display: block;
  font-size: clamp(18px, 4vw, 24px);
  font-weight: 600;
  text-transform: uppercase;
  color: #97ca79;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .blog-archive__header-label {
    margin-bottom: 32px;
  }
}
.blog-archive__header-title {
  font-size: clamp(48px, 12vw, 90px);
  font-weight: 600;
  line-height: 1.05;
  color: var(--secondary-color);
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .blog-archive__header-title {
    margin-bottom: 32px;
  }
}
.blog-archive__header-description {
  margin: 0;
  max-width: 800px;
}
.blog-archive__header-spacer {
  height: 100vh;
  min-height: 500px;
}
.blog-archive__posts {
  position: relative;
  z-index: 2;
  background-color: var(--tertiary-color);
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .blog-archive__posts {
    padding-bottom: 120px;
  }
}
.blog-archive__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .blog-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.blog-archive__item {
  position: relative;
  aspect-ratio: 735 / 830;
  overflow: hidden;
  opacity: 0;
}
.blog-archive__link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 80px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.blog-archive__item:hover .blog-archive__link {
  transform: scale(1.05);
}
.blog-archive__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 2;
}
.blog-archive__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog-archive__label {
  font-size: clamp(16px, 3vw, 25px);
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.blog-archive__title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.blog-archive__cta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-archive__cta-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  border: 5px solid var(--primary-color);
  border-radius: 50%;
  background: radial-gradient( circle, var(--secondary-color) 2px, var(--secondary-color) 3px, #fff 4px );
}
.blog-archive__item--standaard {
  background-color: white;
}
.blog-archive__item--standaard .blog-archive__label {
  color: #97ca79;
}
.blog-archive__item--standaard .blog-archive__title {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 42px;
  margin-bottom: 30px;
}
.blog-archive__item--standaard .blog-archive__excerpt {
  color: var(--secondary-color);
  font-size: 25px;
  line-height: 1.4;
  font-weight: 400;
  opacity: 1;
}
.blog-archive__item--standaard .blog-archive__cta {
  color: var(--text-color);
}
.blog-archive__item--groen {
  background-color: var(--primary-color);
}
.blog-archive__item--groen .blog-archive__label {
  color: var(--secondary-color);
}
.blog-archive__item--groen .blog-archive__title {
  color: var(--secondary-color);
  text-transform: uppercase;
}
.blog-archive__item--groen .blog-archive__cta {
  color: var(--secondary-color);
}
.blog-archive__item--groen .blog-archive__cta-icon {
  border-color: var(--secondary-color);
}
.blog-archive__item--foto {
  background-color: var(--secondary-color);
}
.blog-archive__item--foto .blog-archive__link {
  position: relative;
}
.blog-archive__item--foto .blog-archive__image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.blog-archive__item--foto .blog-archive__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.6) 100% );
}
.blog-archive__item--foto .blog-archive__label {
  color: white;
}
.blog-archive__item--foto .blog-archive__title {
  color: var(--primary-color);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}
.blog-archive__item--foto .blog-archive__cta {
  color: white;
}
.blog-archive__no-posts {
  grid-column: 1 / -1;
  text-align: center;
  padding: 80px 0;
  font-size: 18px;
  color: var(--secondary-color);
  opacity: 0.6;
}
@media all and (max-width: 1200px) {
  .blog-archive__title {
    font-size: 46px;
  }
  .blog-archive__link {
    padding: 30px;
  }
  .blog-archive__item--standaard .blog-archive__title {
    font-size: 42px;
    margin-bottom: 15px;
  }
  .blog-archive__item--standaard .blog-archive__excerpt {
    font-size: 22px;
  }
}
@media all and (max-width: 992px) {
  .blog-archive__title {
    font-size: 36px;
  }
  .blog-archive__link {
    padding: 15px;
  }
  .blog-archive__item--standaard .blog-archive__title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .blog-archive__item--standaard .blog-archive__excerpt {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .blog-archive__item {
    aspect-ratio: auto;
    height: auto;
  }
  .blog-archive__content {
    padding: 20px;
  }
  .blog-archive__title {
    font-size: 66px;
    margin-bottom: 15px;
  }
  .blog-archive__link {
    padding: 15px;
  }
  .blog-archive__item--standaard .blog-archive__title {
    font-size: 62px;
    margin-bottom: 30px;
  }
  .blog-archive__item--standaard .blog-archive__excerpt {
    font-size: 20px;
  }
  .blog-archive__cta {
    font-size: 14px;
  }
}
@media all and (max-width: 600px) {
  .blog-archive__title {
    font-size: 34px;
  }
  .blog-archive__link {
    padding: 15px;
  }
  .blog-archive__item--standaard .blog-archive__title {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .blog-archive__item--standaard .blog-archive__excerpt {
    font-size: 16px;
  }
}
@media all and (max-width: 450px) {
  .blog-archive__title {
    font-size: 28px;
  }
  .blog-archive__link {
    padding: 15px;
  }
  .blog-archive__item--standaard .blog-archive__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .blog-archive__item--standaard .blog-archive__excerpt {
    font-size: 16px;
  }
}
@media all and (max-width: 360px) {
  .blog-archive__title {
    font-size: 26px;
  }
  .blog-archive__link {
    padding: 15px;
  }
  .blog-archive__item--standaard .blog-archive__title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .blog-archive__item--standaard .blog-archive__excerpt {
    font-size: 14px;
  }
}
@media all and (max-width: 767px) {
  .blog-archive__header-description {
    font-size: 22px;
  }
}
.single-post {
  background-color: var(--tertiary-color);
  min-height: 100vh;
}
.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post p {
  hyphens: none;
}
.single-post__header {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
  z-index: 1;
}
@media (min-width: 768px) {
  .single-post__header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80vh;
  }
}
.single-post__header > .container {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .single-post__header > .container {
    height: 100%;
    padding-top: 150px;
    padding-bottom: 80px;
  }
}
.single-post__header-bg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
  height: 100%;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
  opacity: 0;
}
.single-post__header-bg svg {
  height: 100%;
  width: auto;
}
.single-post__header-content {
  max-width: 1200px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  will-change: opacity, transform;
  opacity: 0;
}
.single-post__header-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single-post__header-label {
  display: block;
  font-size: clamp(18px, 4vw, 29px);
  font-weight: 600;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .single-post__header-label {
    margin-bottom: 32px;
  }
}
.single-post__header-title {
  font-size: clamp(36px, 10vw, 88px);
  font-weight: 500;
  line-height: 1.05;
  color: var(--secondary-color);
  margin: 0;
}
.single-post__header-description {
  font-size: clamp(20px, 4vw, 28px);
  line-height: 1.4;
  font-weight: 400;
  color: var(--secondary-color);
  margin: 32px 0 0;
  max-width: 800px;
}
.single-post__content {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 0;
  background-color: var(--tertiary-color);
  opacity: 0;
}
@media (min-width: 768px) {
  .single-post__content {
    margin-top: 80vh;
    padding: 120px 0;
  }
}
.single-post__body {
  margin: 0 auto;
  max-width: 1000px;
}
.single-post__body p {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.7;
  margin-bottom: 24px;
  color: var(--secondary-color);
}
.single-post__body h2 {
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  margin: 48px 0 24px;
  color: var(--secondary-color);
}
.single-post__body h3 {
  font-size: clamp(22px, 4vw, 28px);
  font-weight: 600;
  line-height: 1.3;
  margin: 40px 0 20px;
  color: var(--secondary-color);
}
.single-post__body h4 {
  font-size: clamp(18px, 3vw, 22px);
  font-weight: 600;
  line-height: 1.4;
  margin: 32px 0 16px;
  color: var(--secondary-color);
}
.single-post__body ul, .single-post__body ol {
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.7;
  margin-bottom: 24px;
  padding-left: 24px;
  color: var(--secondary-color);
}
.single-post__body li {
  margin-bottom: 8px;
}
.single-post__body blockquote {
  font-size: clamp(18px, 3vw, 24px);
  font-style: italic;
  line-height: 1.5;
  margin: 40px 0;
  padding-left: 24px;
  border-left: 4px solid var(--primary-color);
  color: var(--secondary-color);
}
.single-post__body img {
  max-width: 100%;
  height: auto;
  margin: 32px 0;
}
.single-post__body a {
  color: var(--link-color);
  text-decoration: underline;
}
.single-post__body a:hover {
  text-decoration: none;
}
@media all and (max-height: 800px) {
  .single-post__header-title {
    font-size: 70px;
  }
  .single-post__header-description {
    font-size: 24px;
  }
}
@media all and (max-height: 640px) {
  .single-post__header {
    position: relative;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    z-index: 1;
    height: 100%;
  }
  .single-post__content {
    margin-top: 30px;
    padding: 0;
  }
}
@media all and (max-width: 1200px) {
  .single-post__header-title {
    font-size: 70px;
  }
  .single-post__header-description {
    font-size: 24px;
  }
}
@media all and (max-width: 992px) {
  .single-post__header-title {
    font-size: 60px;
  }
  .single-post__header-description {
    font-size: 24px;
  }
}
@media all and (max-width: 767px) {
  .single-post__header-title {
    font-size: 36px;
  }
  .single-post__header-description {
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.7;
    margin-bottom: 24px;
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}

/* Document
 * ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:where(html) {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  text-size-adjust: 100%; /* 2 */
}

/* Sections
 * ========================================================================== */

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */

:where(h1) {
  font-size: 2em;
  margin-block-end: 0.67em;
  margin-block-start: 0.67em;
}

/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */

:where(dl, ol, ul) :where(dl, ol, ul) {
  margin-block-end: 0;
  margin-block-start: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 */

:where(hr) {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Add the correct text decoration in Safari.
 */

:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

:where(b, strong) {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

:where(code, kbd, pre, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

:where(small) {
  font-size: 80%;
}

/* Tabular data
 * ========================================================================== */

/**
 * 1. Correct table border color in Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */

:where(table) {
  border-color: currentColor; /* 1 */
  text-indent: 0; /* 2 */
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

:where(button, input, select) {
  margin: 0;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

:where(button) {
  text-transform: none;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

:where(button, input:is([type="button" i], [type="reset" i], [type="submit" i])) {
  -webkit-appearance: button;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

:where(progress) {
  vertical-align: baseline;
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

:where(select) {
  text-transform: none;
}

/**
 * Remove the margin in Firefox and Safari.
 */

:where(textarea) {
  margin: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

:where(input[type="search" i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:where(button, input:is([type="button" i], [type="color" i], [type="reset" i], [type="submit" i]))::-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:where(:-moz-ui-invalid) {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct styles in Safari.
 */

:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

:where(summary) {
  display: list-item;
}

