/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@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: "JetBrains Mono", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-montserrat: "Montserrat", sans-serif;
    --font-josefin: "Josefin Sans", sans-serif;
    --font-ibm: "IBM Plex Sans", sans-serif;
    --font-fira: "Fira Sans", sans-serif;
    --color-powder-blue: #C5E2E9;
    --color-midnight-blue: #191F3A;
    --color-ice-blue: #DDECF0;
    --color-deep-blue: #172735;
    --color-slate-purple: #303044;
    --color-periwinkle: #7777AA;
    --color-bright-cyan: #33A8C6;
    --color-ocean-blue: #0395BA;
    --color-soft-gray: #E9E9EE;
    --color-light-gray: #E7E7E7;
    --color-alice-blue: #F5F9FA;
    --color-light-ice-blue: #EBF5F8;
    --color-muted-gray: #BBBBBB;
  }
}
@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 {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .footer-link {
    position: relative;
    padding-bottom: calc(var(--spacing) * 1);
    &::after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: calc(var(--spacing) * 0);
      height: 1px;
      width: 100%;
      transform-origin: center;
      --tw-scale-x: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      background-color: var(--color-white);
      transition-property: transform, translate, scale, rotate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
    &:hover::after {
      --tw-scale-x: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    width: fit-content;
    font-family: var(--font-montserrat);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: 100%;
    line-height: 100%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-white);
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media (width >= 40rem) {
      --tw-leading: 125%;
      line-height: 125%;
    }
  }
  .nav-link {
    position: relative;
    padding-bottom: calc(var(--spacing) * 1);
    &::after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: calc(var(--spacing) * 0);
      height: 1px;
      width: 100%;
      transform-origin: center;
      --tw-scale-x: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      background-color: var(--color-ocean-blue);
      transition-property: transform, translate, scale, rotate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
    &:hover::after {
      --tw-scale-x: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
    font-family: var(--font-montserrat);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    --tw-leading: 120%;
    line-height: 120%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-slate-purple);
  }
  .hover-underline-link {
    position: relative;
    padding-bottom: calc(var(--spacing) * 1);
    &::after {
      content: "";
      position: absolute;
      bottom: 1px;
      left: calc(var(--spacing) * 0);
      height: 1px;
      width: 100%;
      transform-origin: center;
      --tw-scale-x: 0%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      background-color: var(--color-ocean-blue);
      transition-property: transform, translate, scale, rotate;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      --tw-duration: 300ms;
      transition-duration: 300ms;
      --tw-ease: var(--ease-in-out);
      transition-timing-function: var(--ease-in-out);
    }
    &:hover::after {
      --tw-scale-x: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[55px\] {
    top: 55px;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-full {
    top: 100%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-\[55px\] {
    left: 55px;
  }
  .mobile-nav-button {
    z-index: 20;
    display: grid;
    place-content: center;
    border-radius: calc(infinity * 1px);
    @media (width >= 48rem) {
      display: none;
    }
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .section-description {
    margin-inline: auto;
    margin-top: calc(var(--spacing) * 6);
    width: 100%;
    font-family: var(--font-montserrat);
    --tw-leading: 141%;
    line-height: 141%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-slate-purple);
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 9);
    }
    @media (width >= 40rem) {
      text-align: center;
    }
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 40rem) {
      --tw-leading: 120%;
      line-height: 120%;
    }
    @media (width >= 106.25rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .section-heading {
    margin-inline: auto;
    width: 100%;
    max-width: 964px;
    font-family: var(--font-montserrat);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: 117%;
    line-height: 117%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-slate-purple);
    @media (width >= 40rem) {
      text-align: center;
    }
    @media (width >= 40rem) {
      font-family: var(--font-josefin);
    }
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    @media (width >= 106.25rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
  .mx-0\! {
    margin-inline: calc(var(--spacing) * 0) !important;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .step-desc-desktop {
    margin-top: calc(var(--spacing) * 3);
    display: none;
    font-family: var(--font-montserrat);
    --tw-leading: 118% !important;
    line-height: 118% !important;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-slate-purple);
    @media (width >= 40rem) {
      display: block;
    }
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 40rem) {
      --tw-leading: 120% !important;
      line-height: 120% !important;
    }
    @media (width >= 106.25rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .step-desc-mobile {
    margin-top: calc(var(--spacing) * 4);
    --tw-leading: 125%;
    line-height: 125%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-deep-blue);
    @media (width >= 40rem) {
      display: none;
    }
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 40rem) {
      --tw-leading: 120%;
      line-height: 120%;
    }
    @media (width >= 106.25rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .slider-card-description {
    margin-top: calc(var(--spacing) * 2);
    text-align: center;
    font-family: var(--font-montserrat);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 125%;
    line-height: 125%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-slate-purple);
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 3);
    }
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    @media (width >= 64rem) {
      --tw-leading: 120%;
      line-height: 120%;
    }
  }
  .slider-card-title {
    margin-top: 30px;
    font-family: var(--font-montserrat);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: 125%;
    line-height: 125%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-slate-purple);
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 6);
    }
    @media (width >= 48rem) {
      --tw-leading: 117%;
      line-height: 117%;
    }
  }
  .-mt-4 {
    margin-top: calc(var(--spacing) * -4);
  }
  .mt-0\! {
    margin-top: calc(var(--spacing) * 0) !important;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[21px\]\! {
    margin-top: 21px !important;
  }
  .mt-\[29px\] {
    margin-top: 29px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .container-custom {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    @media (min-width: 1530px) {
      max-width: 1288px;
    }
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-9 {
    margin-left: calc(var(--spacing) * 9);
  }
  .ml-auto {
    margin-left: auto;
  }
  .slider-card {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-3xl);
    background-color: transparent;
    padding-inline: calc(var(--spacing) * 4);
    @media (width >= 48rem) {
      background-color: var(--color-light-ice-blue);
    }
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .expert-card {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    @media (width < 48rem) {
      background-color: var(--color-soft-gray);
    }
    @media (width < 48rem) {
      padding: calc(var(--spacing) * 4);
    }
    @media (width < 40rem) {
      padding-inline: 15.5px;
    }
  }
  .hero-list-item {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 3);
    font-family: var(--font-montserrat);
    --tw-leading: 125%;
    line-height: 125%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-slate-purple);
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 8);
    }
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 40rem) {
      --tw-leading: 120%;
      line-height: 120%;
    }
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .step-inner-container {
    display: flex;
    align-items: center;
    gap: calc(var(--spacing) * 4);
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .flex\! {
    display: flex !important;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .aspect-4\/3 {
    aspect-ratio: 4/3;
  }
  .hero-button {
    height: calc(var(--spacing) * 11);
    width: 100%;
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    background-color: var(--color-periwinkle);
    font-family: var(--font-montserrat);
    --tw-leading: 125%;
    line-height: 125%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-white);
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 12);
    }
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 40rem) {
      --tw-leading: 120%;
      line-height: 120%;
    }
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    @media (width >= 64rem) {
      width: 386px;
    }
  }
  .step-img {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 12);
      height: calc(var(--spacing) * 12);
    }
    @media (width >= 106.25rem) {
      width: 72px;
      height: 72px;
    }
  }
  .size-2\.5 {
    width: calc(var(--spacing) * 2.5);
    height: calc(var(--spacing) * 2.5);
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-9 {
    width: calc(var(--spacing) * 9);
    height: calc(var(--spacing) * 9);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-14 {
    width: calc(var(--spacing) * 14);
    height: calc(var(--spacing) * 14);
  }
  .size-\[60px\] {
    width: 60px;
    height: 60px;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[276px\] {
    height: 276px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[545px\] {
    min-height: 545px;
  }
  .study-chart-label {
    width: fit-content;
    font-family: var(--font-montserrat);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: 134%;
    line-height: 134%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-midnight-blue);
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 40rem) {
      --tw-leading: 120%;
      line-height: 120%;
    }
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[27px\] {
    width: 27px;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[59px\] {
    width: 59px;
  }
  .w-\[61px\] {
    width: 61px;
  }
  .w-\[89px\] {
    width: 89px;
  }
  .w-\[156px\] {
    width: 156px;
  }
  .w-\[156px\]\! {
    width: 156px !important;
  }
  .w-fit {
    width: fit-content;
  }
  .w-fit\! {
    width: fit-content !important;
  }
  .w-full {
    width: 100%;
  }
  .max-w-237\.25 {
    max-width: calc(var(--spacing) * 237.25);
  }
  .max-w-\[233px\] {
    max-width: 233px;
  }
  .max-w-\[349px\] {
    max-width: 349px;
  }
  .max-w-\[413px\] {
    max-width: 413px;
  }
  .max-w-\[450px\] {
    max-width: 450px;
  }
  .max-w-\[528px\] {
    max-width: 528px;
  }
  .max-w-\[560px\] {
    max-width: 560px;
  }
  .max-w-\[600px\]\! {
    max-width: 600px !important;
  }
  .max-w-\[623px\] {
    max-width: 623px;
  }
  .max-w-\[628px\] {
    max-width: 628px;
  }
  .max-w-\[767px\] {
    max-width: 767px;
  }
  .max-w-\[890px\]\! {
    max-width: 890px !important;
  }
  .max-w-\[899px\] {
    max-width: 899px;
  }
  .max-w-\[949px\] {
    max-width: 949px;
  }
  .max-w-\[963px\] {
    max-width: 963px;
  }
  .max-w-\[989px\]\! {
    max-width: 989px !important;
  }
  .max-w-\[999px\] {
    max-width: 999px;
  }
  .max-w-\[1164px\] {
    max-width: 1164px;
  }
  .flex-none {
    flex: none;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-50 {
    --tw-scale-x: 50%;
    --tw-scale-y: 50%;
    --tw-scale-z: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .study-legend-btn {
    cursor: pointer;
    border-radius: var(--radius-sm);
    padding-inline: calc(var(--spacing) * 2.5);
    padding-block: 3px;
    font-family: var(--font-montserrat);
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    --tw-leading: 120%;
    line-height: 120%;
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 1.5);
    }
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media (width >= 40rem) {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
    @media (width >= 48rem) {
      border-radius: var(--radius-lg);
    }
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-content-center {
    place-content: center;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[33px\] {
    gap: 33px;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-\[22px\] {
    row-gap: 22px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .step-card {
    border-radius: 20px;
    background-color: var(--color-soft-gray);
    padding: calc(var(--spacing) * 4);
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-ice-blue {
    border-color: var(--color-ice-blue);
  }
  .border-red-500 {
    border-color: var(--color-red-500);
  }
  .border-slate-100 {
    border-color: var(--color-slate-100);
  }
  .border-slate-purple {
    border-color: var(--color-slate-purple);
  }
  .bg-bright-cyan {
    background-color: var(--color-bright-cyan);
  }
  .bg-ice-blue {
    background-color: var(--color-ice-blue);
  }
  .bg-light-gray {
    background-color: var(--color-light-gray);
  }
  .bg-ocean-blue {
    background-color: var(--color-ocean-blue);
  }
  .bg-ocean-blue\! {
    background-color: var(--color-ocean-blue) !important;
  }
  .bg-periwinkle {
    background-color: var(--color-periwinkle);
  }
  .bg-powder-blue {
    background-color: var(--color-powder-blue);
  }
  .bg-soft-gray {
    background-color: var(--color-soft-gray);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/70 {
    background-color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-4\! {
    padding-inline: calc(var(--spacing) * 4) !important;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-9 {
    padding-inline: calc(var(--spacing) * 9);
  }
  .py-0\! {
    padding-block: calc(var(--spacing) * 0) !important;
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-\[15px\] {
    padding-top: 15px;
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pt-\[26px\] {
    padding-top: 26px;
  }
  .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[17px\] {
    padding-bottom: 17px;
  }
  .text-center {
    text-align: center;
  }
  .text-center\! {
    text-align: center !important;
  }
  .text-left {
    text-align: left;
  }
  .text-left\! {
    text-align: left !important;
  }
  .nav-contact-text {
    font-family: var(--font-montserrat);
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    --tw-leading: 134%;
    line-height: 134%;
    color: var(--color-periwinkle);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 200ms;
    transition-duration: 200ms;
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
    @media (width >= 40rem) {
      --tw-leading: 125%;
      line-height: 125%;
    }
    @media (width >= 40rem) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .heading-pro {
    font-family: var(--font-montserrat);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-leading: 117%;
    line-height: 117%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-slate-purple);
    @media (width >= 40rem) {
      font-family: var(--font-josefin);
    }
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
    @media (width >= 106.25rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .step-header {
    font-family: var(--font-montserrat);
    --tw-leading: 125%;
    line-height: 125%;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-deep-blue);
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 40rem) {
      --tw-leading: 117%;
      line-height: 117%;
    }
    @media (width >= 40rem) {
      color: var(--color-slate-purple);
    }
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    @media (width >= 106.25rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .paragraph-pro {
    font-family: var(--font-montserrat);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: 125%;
    line-height: 125%;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-deep-blue);
    @media (width >= 40rem) {
      --tw-leading: 120%;
      line-height: 120%;
    }
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .font-fira {
    font-family: var(--font-fira);
  }
  .font-ibm {
    font-family: var(--font-ibm);
  }
  .font-montserrat {
    font-family: var(--font-montserrat);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-\[115\%\] {
    --tw-leading: 115%;
    line-height: 115%;
  }
  .leading-\[117\%\] {
    --tw-leading: 117%;
    line-height: 117%;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[125\%\] {
    --tw-leading: 125%;
    line-height: 125%;
  }
  .leading-\[125\%\]\! {
    --tw-leading: 125% !important;
    line-height: 125% !important;
  }
  .leading-\[134\%\] {
    --tw-leading: 134%;
    line-height: 134%;
  }
  .leading-\[160\%\] {
    --tw-leading: 160%;
    line-height: 160%;
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-semibold\! {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .text-black\! {
    color: var(--color-black) !important;
  }
  .text-deep-blue {
    color: var(--color-deep-blue);
  }
  .text-midnight-blue {
    color: var(--color-midnight-blue);
  }
  .text-muted-gray {
    color: var(--color-muted-gray);
  }
  .text-periwinkle {
    color: var(--color-periwinkle);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-slate-purple {
    color: var(--color-slate-purple);
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .placeholder\:font-montserrat {
    &::placeholder {
      font-family: var(--font-montserrat);
    }
  }
  .placeholder\:text-base {
    &::placeholder {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .placeholder\:leading-\[130\%\] {
    &::placeholder {
      --tw-leading: 130%;
      line-height: 130%;
    }
  }
  .placeholder\:font-normal {
    &::placeholder {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .placeholder\:font-semibold {
    &::placeholder {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .placeholder\:text-muted-gray {
    &::placeholder {
      color: var(--color-muted-gray);
    }
  }
  .hover\:bg-light-ice-blue {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-light-ice-blue);
      }
    }
  }
  .hover\:opacity-85 {
    &:hover {
      @media (hover: hover) {
        opacity: 85%;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .max-xxl\:justify-between {
    @media (width < 106.25rem) {
      justify-content: space-between;
    }
  }
  .max-md\:h-\[60px\] {
    @media (width < 48rem) {
      height: 60px;
    }
  }
  .max-md\:gap-6 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-md\:p-5 {
    @media (width < 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-md\:px-5 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .max-md\:px-9 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .max-md\:py-5 {
    @media (width < 48rem) {
      padding-block: calc(var(--spacing) * 5);
    }
  }
  .max-md\:pt-9 {
    @media (width < 48rem) {
      padding-top: calc(var(--spacing) * 9);
    }
  }
  .max-sm\:mb-3 {
    @media (width < 40rem) {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .max-sm\:hidden {
    @media (width < 40rem) {
      display: none;
    }
  }
  .max-sm\:bg-ice-blue {
    @media (width < 40rem) {
      background-color: var(--color-ice-blue);
    }
  }
  .max-sm\:px-4 {
    @media (width < 40rem) {
      padding-inline: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:px-9 {
    @media (width < 40rem) {
      padding-inline: calc(var(--spacing) * 9);
    }
  }
  .max-sm\:text-center {
    @media (width < 40rem) {
      text-align: center;
    }
  }
  .max-sm\:text-sm {
    @media (width < 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-sm\:leading-\[115\%\] {
    @media (width < 40rem) {
      --tw-leading: 115%;
      line-height: 115%;
    }
  }
  .max-sm\:leading-\[125\%\] {
    @media (width < 40rem) {
      --tw-leading: 125%;
      line-height: 125%;
    }
  }
  .max-sm\:text-deep-blue {
    @media (width < 40rem) {
      color: var(--color-deep-blue);
    }
  }
  .min-\[392px\]\:px-7 {
    @media (width >= 392px) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .min-\[400px\]\:h-auto {
    @media (width >= 400px) {
      height: auto;
    }
  }
  .min-\[500px\]\:h-auto {
    @media (width >= 500px) {
      height: auto;
    }
  }
  .min-\[500px\]\:w-\[109px\] {
    @media (width >= 500px) {
      width: 109px;
    }
  }
  .min-\[500px\]\:justify-between {
    @media (width >= 500px) {
      justify-content: space-between;
    }
  }
  .min-\[500px\]\:gap-3 {
    @media (width >= 500px) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:top-\[97px\] {
    @media (width >= 40rem) {
      top: 97px;
    }
  }
  .sm\:left-\[94px\] {
    @media (width >= 40rem) {
      left: 94px;
    }
  }
  .sm\:mx-auto {
    @media (width >= 40rem) {
      margin-inline: auto;
    }
  }
  .sm\:my-8 {
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 8);
    }
  }
  .sm\:my-9 {
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 9);
    }
  }
  .sm\:mt-3 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .sm\:mt-4 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .sm\:mt-6 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .sm\:mt-8 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:mt-9 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .sm\:mt-\[18px\] {
    @media (width >= 40rem) {
      margin-top: 18px;
    }
  }
  .sm\:mb-0 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:mb-6 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:mb-10 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .sm\:ml-14 {
    @media (width >= 40rem) {
      margin-left: calc(var(--spacing) * 14);
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:size-5 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 5);
      height: calc(var(--spacing) * 5);
    }
  }
  .sm\:size-8 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 8);
      height: calc(var(--spacing) * 8);
    }
  }
  .sm\:size-10 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }
  }
  .sm\:size-20 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 20);
      height: calc(var(--spacing) * 20);
    }
  }
  .sm\:h-12 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .sm\:h-\[72px\] {
    @media (width >= 40rem) {
      height: 72px;
    }
  }
  .sm\:w-4 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 4);
    }
  }
  .sm\:w-20 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 20);
    }
  }
  .sm\:w-\[18px\] {
    @media (width >= 40rem) {
      width: 18px;
    }
  }
  .sm\:w-\[208px\] {
    @media (width >= 40rem) {
      width: 208px;
    }
  }
  .sm\:max-w-\[257px\] {
    @media (width >= 40rem) {
      max-width: 257px;
    }
  }
  .sm\:flex-1 {
    @media (width >= 40rem) {
      flex: 1;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-start {
    @media (width >= 40rem) {
      justify-content: flex-start;
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:gap-8 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .sm\:gap-10 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .sm\:gap-\[31px\] {
    @media (width >= 40rem) {
      gap: 31px;
    }
  }
  .sm\:space-y-3 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:space-y-5 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:gap-y-4 {
    @media (width >= 40rem) {
      row-gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:rounded-3xl {
    @media (width >= 40rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .sm\:border-2 {
    @media (width >= 40rem) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  .sm\:bg-ice-blue {
    @media (width >= 40rem) {
      background-color: var(--color-ice-blue);
    }
  }
  .sm\:bg-periwinkle {
    @media (width >= 40rem) {
      background-color: var(--color-periwinkle);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-5 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-10 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-\[65px\] {
    @media (width >= 40rem) {
      padding-inline: 65px;
    }
  }
  .sm\:py-2\.5 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:py-4 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .sm\:py-6 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .sm\:py-7 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 7);
    }
  }
  .sm\:py-8 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .sm\:py-10 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .sm\:pt-8 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .sm\:pt-9 {
    @media (width >= 40rem) {
      padding-top: calc(var(--spacing) * 9);
    }
  }
  .sm\:pr-\[29px\] {
    @media (width >= 40rem) {
      padding-right: 29px;
    }
  }
  .sm\:pb-7 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 7);
    }
  }
  .sm\:pb-8 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:pl-10 {
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 10);
    }
  }
  .sm\:text-center {
    @media (width >= 40rem) {
      text-align: center;
    }
  }
  .sm\:font-ibm {
    @media (width >= 40rem) {
      font-family: var(--font-ibm);
    }
  }
  .sm\:font-josefin {
    @media (width >= 40rem) {
      font-family: var(--font-josefin);
    }
  }
  .sm\:text-3xl {
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-sm {
    @media (width >= 40rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 40rem) {
      font-size: 28px;
    }
  }
  .sm\:text-\[30px\] {
    @media (width >= 40rem) {
      font-size: 30px;
    }
  }
  .sm\:leading-\[120\%\] {
    @media (width >= 40rem) {
      --tw-leading: 120%;
      line-height: 120%;
    }
  }
  .sm\:leading-\[125\%\] {
    @media (width >= 40rem) {
      --tw-leading: 125%;
      line-height: 125%;
    }
  }
  .sm\:leading-\[160\%\] {
    @media (width >= 40rem) {
      --tw-leading: 160%;
      line-height: 160%;
    }
  }
  .sm\:font-bold {
    @media (width >= 40rem) {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .sm\:font-semibold {
    @media (width >= 40rem) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .sm\:text-slate-purple {
    @media (width >= 40rem) {
      color: var(--color-slate-purple);
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:top-1\/2 {
    @media (width >= 48rem) {
      top: calc(1 / 2 * 100%);
    }
  }
  .md\:right-6 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 6);
    }
  }
  .md\:left-\[115px\] {
    @media (width >= 48rem) {
      left: 115px;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:my-8 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-8 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .md\:mt-9 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 9);
    }
  }
  .md\:mt-10 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .md\:mt-\[50px\] {
    @media (width >= 48rem) {
      margin-top: 50px;
    }
  }
  .md\:ml-20 {
    @media (width >= 48rem) {
      margin-left: calc(var(--spacing) * 20);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:size-7 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 7);
      height: calc(var(--spacing) * 7);
    }
  }
  .md\:size-10 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:size-12 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 12);
      height: calc(var(--spacing) * 12);
    }
  }
  .md\:size-14 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 14);
      height: calc(var(--spacing) * 14);
    }
  }
  .md\:size-16 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 16);
      height: calc(var(--spacing) * 16);
    }
  }
  .md\:size-\[100px\] {
    @media (width >= 48rem) {
      width: 100px;
      height: 100px;
    }
  }
  .md\:h-\[80px\] {
    @media (width >= 48rem) {
      height: 80px;
    }
  }
  .md\:w-\[123px\] {
    @media (width >= 48rem) {
      width: 123px;
    }
  }
  .md\:w-\[128px\] {
    @media (width >= 48rem) {
      width: 128px;
    }
  }
  .md\:w-\[377px\] {
    @media (width >= 48rem) {
      width: 377px;
    }
  }
  .md\:w-\[413px\] {
    @media (width >= 48rem) {
      width: 413px;
    }
  }
  .md\:w-\[414px\] {
    @media (width >= 48rem) {
      width: 414px;
    }
  }
  .md\:w-\[570px\] {
    @media (width >= 48rem) {
      width: 570px;
    }
  }
  .md\:max-w-\[375px\] {
    @media (width >= 48rem) {
      max-width: 375px;
    }
  }
  .md\:max-w-\[500px\] {
    @media (width >= 48rem) {
      max-width: 500px;
    }
  }
  .md\:-translate-y-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-10 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .md\:gap-\[86px\] {
    @media (width >= 48rem) {
      gap: 86px;
    }
  }
  .md\:rounded-2xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-2xl);
    }
  }
  .md\:rounded-3xl {
    @media (width >= 48rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .md\:bg-alice-blue {
    @media (width >= 48rem) {
      background-color: var(--color-alice-blue);
    }
  }
  .md\:bg-ice-blue {
    @media (width >= 48rem) {
      background-color: var(--color-ice-blue);
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:bg-white {
    @media (width >= 48rem) {
      background-color: var(--color-white);
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:p-6 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .md\:px-0 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-5 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:px-\[53px\] {
    @media (width >= 48rem) {
      padding-inline: 53px;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:py-10 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-\[27px\] {
    @media (width >= 48rem) {
      padding-block: 27px;
    }
  }
  .md\:pb-10 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:pb-12 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:pl-16 {
    @media (width >= 48rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .md\:font-montserrat {
    @media (width >= 48rem) {
      font-family: var(--font-montserrat);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-xl {
    @media (width >= 48rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:font-semibold {
    @media (width >= 48rem) {
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
    }
  }
  .md\:text-muted-gray {
    @media (width >= 48rem) {
      color: var(--color-muted-gray);
    }
  }
  .md\:text-slate-purple {
    @media (width >= 48rem) {
      color: var(--color-slate-purple);
    }
  }
  .md\:placeholder\:text-xl {
    @media (width >= 48rem) {
      &::placeholder {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
      }
    }
  }
  .md\:placeholder\:font-semibold {
    @media (width >= 48rem) {
      &::placeholder {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }
    }
  }
  .lg\:my-12 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 12);
    }
  }
  .lg\:mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-16 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 16);
    }
  }
  .lg\:mt-\[70px\] {
    @media (width >= 64rem) {
      margin-top: 70px;
    }
  }
  .lg\:mb-9 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 9);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:size-8 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 8);
      height: calc(var(--spacing) * 8);
    }
  }
  .lg\:size-14 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 14);
      height: calc(var(--spacing) * 14);
    }
  }
  .lg\:size-16 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 16);
      height: calc(var(--spacing) * 16);
    }
  }
  .lg\:min-h-\[684px\] {
    @media (width >= 64rem) {
      min-height: 684px;
    }
  }
  .lg\:w-\[340px\] {
    @media (width >= 64rem) {
      width: 340px;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-10 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-10 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .lg\:py-20 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .lg\:text-4xl {
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .xl\:-right-5 {
    @media (width >= 80rem) {
      right: calc(var(--spacing) * -5);
    }
  }
  .xl\:-left-5 {
    @media (width >= 80rem) {
      left: calc(var(--spacing) * -5);
    }
  }
  .xl\:my-9 {
    @media (width >= 80rem) {
      margin-block: calc(var(--spacing) * 9);
    }
  }
  .xl\:my-12 {
    @media (width >= 80rem) {
      margin-block: calc(var(--spacing) * 12);
    }
  }
  .xl\:mt-12 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .xl\:mt-\[30px\]\! {
    @media (width >= 80rem) {
      margin-top: 30px !important;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:h-\[540px\] {
    @media (width >= 80rem) {
      height: 540px;
    }
  }
  .xl\:w-\[627px\] {
    @media (width >= 80rem) {
      width: 627px;
    }
  }
  .xl\:max-w-\[604px\] {
    @media (width >= 80rem) {
      max-width: 604px;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-10 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:space-y-4 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-6 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:p-4 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .xl\:p-8 {
    @media (width >= 80rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .xl\:px-6 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .xl\:px-20 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .xl\:py-16 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .xl\:py-20 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .xl\:py-\[76px\] {
    @media (width >= 80rem) {
      padding-block: 76px;
    }
  }
  .xl\:pt-\[85px\] {
    @media (width >= 80rem) {
      padding-top: 85px;
    }
  }
  .xl\:pb-16 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .xl\:pb-20 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }
  .xl\:pb-25 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 25);
    }
  }
  .xl\:text-5xl {
    @media (width >= 80rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xl\:text-xl {
    @media (width >= 80rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xl\:text-\[40px\] {
    @media (width >= 80rem) {
      font-size: 40px;
    }
  }
  .xxl\:right-\[-90px\] {
    @media (width >= 106.25rem) {
      right: -90px;
    }
  }
  .xxl\:left-\[-90px\] {
    @media (width >= 106.25rem) {
      left: -90px;
    }
  }
  .xxl\:mt-10 {
    @media (width >= 106.25rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .xxl\:mt-\[86px\] {
    @media (width >= 106.25rem) {
      margin-top: 86px;
    }
  }
  .xxl\:size-10 {
    @media (width >= 106.25rem) {
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }
  }
  .xxl\:size-\[72px\] {
    @media (width >= 106.25rem) {
      width: 72px;
      height: 72px;
    }
  }
  .xxl\:size-\[88px\] {
    @media (width >= 106.25rem) {
      width: 88px;
      height: 88px;
    }
  }
  .xxl\:min-h-\[858px\] {
    @media (width >= 106.25rem) {
      min-height: 858px;
    }
  }
  .xxl\:max-w-\[446px\] {
    @media (width >= 106.25rem) {
      max-width: 446px;
    }
  }
  .xxl\:max-w-\[600px\] {
    @media (width >= 106.25rem) {
      max-width: 600px;
    }
  }
  .xxl\:max-w-\[628px\] {
    @media (width >= 106.25rem) {
      max-width: 628px;
    }
  }
  .xxl\:max-w-\[1013px\] {
    @media (width >= 106.25rem) {
      max-width: 1013px;
    }
  }
  .xxl\:max-w-\[1024px\] {
    @media (width >= 106.25rem) {
      max-width: 1024px;
    }
  }
  .xxl\:max-w-\[1066px\] {
    @media (width >= 106.25rem) {
      max-width: 1066px;
    }
  }
  .xxl\:max-w-\[1098px\] {
    @media (width >= 106.25rem) {
      max-width: 1098px;
    }
  }
  .xxl\:gap-6 {
    @media (width >= 106.25rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .xxl\:gap-7 {
    @media (width >= 106.25rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .xxl\:gap-8 {
    @media (width >= 106.25rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xxl\:gap-14 {
    @media (width >= 106.25rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .xxl\:gap-\[35px\] {
    @media (width >= 106.25rem) {
      gap: 35px;
    }
  }
  .xxl\:gap-\[51px\] {
    @media (width >= 106.25rem) {
      gap: 51px;
    }
  }
  .xxl\:gap-\[52px\] {
    @media (width >= 106.25rem) {
      gap: 52px;
    }
  }
  .xxl\:space-y-6 {
    @media (width >= 106.25rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xxl\:rounded-\[60px\] {
    @media (width >= 106.25rem) {
      border-radius: 60px;
    }
  }
  .xxl\:p-6 {
    @media (width >= 106.25rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .xxl\:p-12 {
    @media (width >= 106.25rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .xxl\:px-\[132px\] {
    @media (width >= 106.25rem) {
      padding-inline: 132px;
    }
  }
  .xxl\:py-\[76px\] {
    @media (width >= 106.25rem) {
      padding-block: 76px;
    }
  }
  .xxl\:py-\[86px\] {
    @media (width >= 106.25rem) {
      padding-block: 86px;
    }
  }
  .xxl\:py-\[114px\] {
    @media (width >= 106.25rem) {
      padding-block: 114px;
    }
  }
  .xxl\:py-\[132px\] {
    @media (width >= 106.25rem) {
      padding-block: 132px;
    }
  }
  .xxl\:pt-\[42px\] {
    @media (width >= 106.25rem) {
      padding-top: 42px;
    }
  }
  .xxl\:pb-11 {
    @media (width >= 106.25rem) {
      padding-bottom: calc(var(--spacing) * 11);
    }
  }
  .xxl\:pb-\[86px\] {
    @media (width >= 106.25rem) {
      padding-bottom: 86px;
    }
  }
  .xxl\:pb-\[118px\] {
    @media (width >= 106.25rem) {
      padding-bottom: 118px;
    }
  }
  .xxl\:pb-\[132px\] {
    @media (width >= 106.25rem) {
      padding-bottom: 132px;
    }
  }
  .xxl\:pb-\[144px\] {
    @media (width >= 106.25rem) {
      padding-bottom: 144px;
    }
  }
  .xxl\:pl-\[74px\] {
    @media (width >= 106.25rem) {
      padding-left: 74px;
    }
  }
  .xxl\:text-5xl {
    @media (width >= 106.25rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .xxl\:text-xl {
    @media (width >= 106.25rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .xxl\:text-\[40px\] {
    @media (width >= 106.25rem) {
      font-size: 40px;
    }
  }
  .xxl\:text-\[60px\] {
    @media (width >= 106.25rem) {
      font-size: 60px;
    }
  }
  .xxl\:leading-\[120\%\] {
    @media (width >= 106.25rem) {
      --tw-leading: 120%;
      line-height: 120%;
    }
  }
  .\34 xl\:right-\[-130px\] {
    @media (width >= 107rem) {
      right: -130px;
    }
  }
  .\34 xl\:left-\[-130px\] {
    @media (width >= 107rem) {
      left: -130px;
    }
  }
}
.mySwiper {
  overflow: hidden !important;
  clip-path: none !important;
}
.mySwiper .swiper-wrapper {
  overflow: visible !important;
  align-items: center;
}
.mySwiper .swiper-slide {
  transition: transform 0.4s ease;
  flex-shrink: 0;
}
.mySwiper .swiper-slide-prev article, .mySwiper .swiper-slide-next article {
  transform: scale(1);
}
.mySwiper .swiper-slide-active article {
  transform: scale(1);
  z-index: 10;
}
.mySwiper .slide-image {
  height: 280px;
  width: 219px;
  @media (width >= 64rem) {
    height: 320px;
  }
  @media (width >= 106.25rem) {
    height: 463px;
  }
  object-fit: contain;
  transition: width 0.4s ease, height 0.4s ease;
}
.mySwiper .swiper-slide-active .slide-image {
  height: 350px;
  width: 100%;
  @media (width >= 48rem) {
    width: 287.82px;
  }
  @media (width >= 64rem) {
    height: 440px;
  }
  @media (width >= 106.25rem) {
    height: 614.94px;
  }
}
@media (max-width: 767px) {
  .mySwiper .swiper-slide {
    width: 100% !important;
    transition: none !important;
  }
  .mySwiper .swiper-slide-active {
    width: 100% !important;
  }
  .mySwiper .swiper-slide-prev, .mySwiper .swiper-slide-next {
    transform: scale(1);
  }
  .mySwiper .slide-image, .mySwiper .swiper-slide-active .slide-image {
    width: 210.62px !important;
    height: 450px !important;
    transition: none !important;
  }
}
.swiper-nav-prev, .swiper-nav-next {
  transition: background-color 0.2s ease;
}
.swiper-nav-prev img, .swiper-nav-next img {
  transition: filter 0.2s ease;
}
.swiper-nav-prev:hover, .swiper-nav-next:hover {
  background-color: var(--color-periwinkle) !important;
}
.swiper-nav-prev:hover img, .swiper-nav-next:hover img {
  filter: invert(1) brightness(2) !important;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .mySwiper .swiper-slide {
    width: 280px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }
  .mySwiper .swiper-slide article {
    width: 280px;
    transition: width 0.4s ease;
  }
  .mySwiper .swiper-slide-active article {
    width: 360px;
    position: relative;
    z-index: 10;
  }
  .mySwiper .slide-image {
    height: 220px !important;
    width: 170px !important;
  }
  .mySwiper .swiper-slide-active .slide-image {
    height: 320px !important;
    width: 220px !important;
  }
  .mySwiper .slider-card-title {
    font-size: 18px !important;
  }
  .mySwiper .slider-card-description {
    font-size: 13px !important;
  }
  .mySwiper .swiper-slide-active .slider-card-title {
    font-size: 24px !important;
  }
  .mySwiper .swiper-slide-active .slider-card-description {
    font-size: 16px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1529px) {
  .mySwiper .swiper-slide {
    width: 340px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }
  .mySwiper .swiper-slide article {
    width: 340px;
    transition: width 0.4s ease;
  }
  .mySwiper .swiper-slide-active article {
    width: 400px;
    position: relative;
    z-index: 10;
  }
  .mySwiper .slide-image {
    height: 280px;
  }
  .mySwiper .swiper-slide-active .slide-image {
    height: 380px;
  }
  .mySwiper .slider-card-title {
    font-size: 20px !important;
    transition: font-size 0.4s ease;
  }
  .mySwiper .slider-card-description {
    font-size: 14px !important;
    transition: font-size 0.4s ease;
  }
  .mySwiper .swiper-slide-active .slider-card-title {
    font-size: 28px !important;
  }
  .mySwiper .swiper-slide-active .slider-card-description {
    font-size: 18px !important;
  }
}
@media (min-width: 1530px) {
  .mySwiper .swiper-slide {
    width: 381px !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mySwiper .swiper-slide article {
    width: 381px;
    transition: width 0.4s ease;
  }
  .mySwiper .swiper-slide-active article {
    width: 474px;
  }
  .mySwiper .slider-card {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .mySwiper .swiper-slide-active .slider-card {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .mySwiper .slider-card-title {
    font-size: 24px !important;
    transition: font-size 0.4s ease;
  }
  .mySwiper .slider-card-description {
    font-size: 16px !important;
    transition: font-size 0.4s ease;
  }
  .mySwiper .swiper-slide-active .slider-card-title {
    font-size: 32px !important;
  }
  .mySwiper .swiper-slide-active .slider-card-description {
    font-size: 20px !important;
  }
}
html {
  scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
}
html:has(body.allow-scroll),
html:has(body.allow-scroll) body {
    overflow-x: auto !important;
}
.show-btn {
  display: block;
}
a:hover .nav-contact-text {
  color: var(--color-ocean-blue) !important;
}
.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.modal-backdrop.is-active {
  opacity: 1;
  pointer-events: auto;
}
.modal-content {
  width: 100%;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  transform: scale(0.92);
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.3s ease-out;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-backdrop.is-active .modal-content {
  transform: scale(1);
  opacity: 1;
}
.relative-input-container {
  position: relative;
  width: 100%;
}
.relative-input-container input {
  height: 52px;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  color: #303044 !important;
  transition: padding-top 0.2s ease-in-out, padding-bottom 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .relative-input-container input:not(:placeholder-shown), .relative-input-container input:-webkit-autofill, .relative-input-container input:autofill {
    padding-top: 26px !important;
    padding-bottom: 10px !important;
  }
}
.floating-label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #bbbbbb;
  line-height: 120%;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
.relative-input-container input:not(:placeholder-shown) ~ .floating-label, .relative-input-container input:-webkit-autofill ~ .floating-label, .relative-input-container input:autofill ~ .floating-label {
  top: 6px;
  transform: translateY(0);
  font-size: 12px;
  color: #bbbbbb;
}
#consent-checkbox:checked ~ div span, #modal-consent-checkbox:checked ~ div span, #form-consent-checkbox-1:checked ~ div span, #form-consent-checkbox-2:checked ~ div span {
  background-color: #0395ba !important;
  border-color: #0395ba !important;
}
@media (min-width: 768px) {
  .relative-input-container input {
    height: 80px;
    padding-top: 28px !important;
    padding-bottom: 28px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    color: #303044 !important;
  }
  .floating-label {
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
  }
  .relative-input-container input:not(:placeholder-shown) ~ .floating-label, .relative-input-container input:-webkit-autofill ~ .floating-label, .relative-input-container input:autofill ~ .floating-label {
    top: 12px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .floating-label {
    font-size: 16px !important;
  }
  .relative-input-container input:not(:placeholder-shown) ~ .floating-label, .relative-input-container input:-webkit-autofill ~ .floating-label, .relative-input-container input:autofill ~ .floating-label, .relative-input-container textarea:not(:placeholder-shown) ~ .floating-label {
    font-size: 12px !important;
    height: 16px !important;
    line-height: 16px !important;
    top: 6px !important;
  }
  .relative-input-container textarea ~ .floating-label {
    font-weight: 600 !important;
  }
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #303044 !important;
  transition: background-color 5000s ease-in-out 0s;
}
@media (min-width: 768px) {
  input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-text-fill-color: #303044 !important;
  }
}
.custom-radio-btn {
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.custom-radio-btn.is-active {
  background-color: var(--color-ocean-blue) !important;
}
.custom-radio-btn.is-active .paragraph-pro {
  color: white !important;
}
.custom-radio-btn.is-active .radio-indicator {
  background-color: white !important;
  border-color: white !important;
}
.custom-radio-btn.is-active .radio-dot {
  display: block !important;
}
.custom-radio-btn.is-active .icon-container {
  background-color: white !important;
}
@media (max-width: 767px) {
  .custom-radio-btn.is-active .icon-container {
    background-color: transparent !important;
  }
  .custom-radio-btn.is-active .icon-container img {
    filter: brightness(0) invert(1);
  }
}
.relative-input-container textarea {
  height: 144px;
  padding-top: 26px !important;
  padding-bottom: 12px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  resize: none;
  color: #303044 !important;
}
.relative-input-container textarea::placeholder {
  color: #BBBBBB;
}
.relative-input-container textarea ~ .floating-label {
  top: 6px;
  transform: none;
  font-size: 12px;
  color: #BBBBBB;
}
@media (min-width: 768px) {
  .relative-input-container textarea {
    height: 162px;
    padding-top: 28px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    color: #303044 !important;
  }
  .relative-input-container textarea ~ .floating-label {
    top: 12px;
    transform: none;
    font-size: 13px;
  }
}
.custom-dropdown {
  position: relative;
}
.custom-dropdown .selected-value {
  color: #BBBBBB;
  font-size: 16px;
  font-weight: 400;
}
.custom-dropdown.has-value .selected-value {
  color: #303044;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .custom-dropdown .selected-value {
    font-size: 20px;
    font-weight: 600;
  }
  .custom-dropdown.has-value .selected-value {
    color: #303044;
    font-size: 20px;
    font-weight: 600;
  }
}
.custom-dropdown.is-open .dropdown-arrow {
  transform: rotate(180deg);
}
.custom-dropdown .dropdown-menu {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 50;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
.custom-dropdown.is-open .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.modal-fade-out {
  opacity: 0 !important;
  transform: scale(0.96);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.modal-fade-in-up {
  animation: modalFadeInUp 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes modalFadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.hero-button, .modal-trigger, .figma-hover-btn {
  transition: background-color 0.3s ease, transform 0.15s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0, 0, 0.2, 1) !important;
}
.hero-button:hover, .modal-trigger:hover, .figma-hover-btn:hover {
  background-color: #5F5F88 !important;
}
.hero-button:active, .modal-trigger:active, .figma-hover-btn:active {
  background-color: #4E4E70 !important;
  box-shadow: 0 4px 20px rgba(95, 95, 136, 0.5) !important;
  filter: brightness(0.95) !important;
  transform: scale(0.94) !important;
}
.bg-ocean-blue\!:hover {
  background-color: #5F5F88 !important;
}
.bg-ocean-blue\!:active {
  background-color: #4E4E70 !important;
  transform: scale(0.94) !important;
}
.kontrollgruppe-btn {
  transition: background-color 0.3s ease, transform 0.15s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0, 0, 0.2, 1) !important;
}
.kontrollgruppe-btn:hover {
  background-color: #B5D8E0 !important;
}
.kontrollgruppe-btn:active {
  background-color: #A3C9D2 !important;
  box-shadow: 0 4px 20px rgba(181, 216, 224, 0.5) !important;
  filter: brightness(0.95) !important;
  transform: scale(0.94) !important;
}
.study-legend-btn {
  transition: background-color 0.3s ease, transform 0.15s cubic-bezier(0, 0, 0.2, 1), box-shadow 0.15s cubic-bezier(0, 0, 0.2, 1), filter 0.15s cubic-bezier(0, 0, 0.2, 1) !important;
}
.study-legend-btn:active {
  transform: scale(0.94) !important;
}
.header-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header-fixed .top-bar-bg, .header-fixed .nav-bar-bg {
  transition: background-color 0.3s ease;
}
.header-fixed.header-js .top-bar-bg, .header-fixed.header-js .nav-bar-bg {
  background-color: transparent !important;
}
.header-fixed.header-js.is-scrolled .top-bar-bg {
  background-color: rgba(221, 236, 240, 1) !important;
}
.header-fixed.header-js.is-scrolled .nav-bar-bg {
  background-color: rgba(255, 255, 255, 1) !important;
}
.header-spacer {
  height: 88px;
  width: 100%;
  display: block;
}
@media (min-width: 640px) {
  .header-spacer {
    height: 144px;
  }
}
#contact-form {
  scroll-margin-top: 88px;
}
@media (min-width: 640px) {
  #contact-form {
    scroll-margin-top: 144px;
  }
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
    }
  }
}
