/*! tailwindcss v4.0.15 | MIT License | https://tailwindcss.com */
@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;
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-lg: 32rem;
    --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);
    --font-weight-light: 300;
    --font-weight-bold: 700;
    --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-stem-light: "Stem-light", sans-serif;
    --font-stem-bold: "Stem-bold", sans-serif;
    --spacing-base: 90px;
    --spacing-base-mobile: 60px;
    --spacing-base-small-screen: 30px;
    --font-size-base: 18px;
    --container-max-width: 1480px;
    --breakpoint-laptop: 1400px;
  }
}
@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: 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;
  }
  :-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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .z-20 {
    z-index: 20;
  }
  .container {
    width: 100%;
    @media (width >= 1400px) {
      max-width: 1400px;
    }
    @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;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-base {
    margin-bottom: var(--spacing-base);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[15px\] {
    height: 15px;
  }
  .h-\[25px\] {
    height: 25px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .gap-\[14px\] {
    gap: 14px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-\[1px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-t-white {
    border-top-color: var(--color-white);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-14 {
    padding-block: calc(var(--spacing) * 14);
  }
  .py-base {
    padding-block: var(--spacing-base);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .\!pr-2 {
    padding-right: calc(var(--spacing) * 2) !important;
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-base {
    padding-bottom: var(--spacing-base);
  }
  .\!pl-2 {
    padding-left: calc(var(--spacing) * 2) !important;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .font-stem-light {
    font-family: var(--font-stem-light);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .leading-\[131\%\] {
    --tw-leading: 131%;
    line-height: 131%;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .hue-rotate-\[45deg\] {
    --tw-hue-rotate: hue-rotate(45deg);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .\*\:visible {
    :is(& > *) {
      visibility: visible;
    }
  }
  .max-laptop\:text-3xl {
    @media (width < 1400px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .max-\[1350px\]\:px-2\.5 {
    @media (width < 1350px) {
      padding-inline: calc(var(--spacing) * 2.5);
    }
  }
  .max-xl\:max-w-\[600px\] {
    @media (width < 80rem) {
      max-width: 600px;
    }
  }
  .max-xl\:gap-2\.5 {
    @media (width < 80rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .max-xl\:text-2xl {
    @media (width < 80rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .max-lg\:order-1 {
    @media (width < 64rem) {
      order: 1;
    }
  }
  .max-lg\:order-2 {
    @media (width < 64rem) {
      order: 2;
    }
  }
  .max-lg\:order-3 {
    @media (width < 64rem) {
      order: 3;
    }
  }
  .max-lg\:col-span-full {
    @media (width < 64rem) {
      grid-column: 1 / -1;
    }
  }
  .max-lg\:mb-base-mobile {
    @media (width < 64rem) {
      margin-bottom: var(--spacing-base-mobile);
    }
  }
  .max-lg\:grid {
    @media (width < 64rem) {
      display: grid;
    }
  }
  .max-lg\:hidden {
    @media (width < 64rem) {
      display: none;
    }
  }
  .max-lg\:w-full {
    @media (width < 64rem) {
      width: 100%;
    }
  }
  .max-lg\:max-w-full {
    @media (width < 64rem) {
      max-width: 100%;
    }
  }
  .max-lg\:grid-cols-2 {
    @media (width < 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .max-lg\:flex-col {
    @media (width < 64rem) {
      flex-direction: column;
    }
  }
  .max-lg\:items-center {
    @media (width < 64rem) {
      align-items: center;
    }
  }
  .max-lg\:items-end {
    @media (width < 64rem) {
      align-items: flex-end;
    }
  }
  .max-lg\:justify-items-center {
    @media (width < 64rem) {
      justify-items: center;
    }
  }
  .max-lg\:gap-10 {
    @media (width < 64rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .max-lg\:gap-\[52px\] {
    @media (width < 64rem) {
      gap: 52px;
    }
  }
  .max-lg\:gap-y-\[90px\] {
    @media (width < 64rem) {
      row-gap: 90px;
    }
  }
  .max-lg\:border-b-\[1px\] {
    @media (width < 64rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .max-lg\:border-b-white {
    @media (width < 64rem) {
      border-bottom-color: var(--color-white);
    }
  }
  .max-lg\:px-0 {
    @media (width < 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .max-lg\:py-6 {
    @media (width < 64rem) {
      padding-block: calc(var(--spacing) * 6);
    }
  }
  .max-lg\:py-base-mobile {
    @media (width < 64rem) {
      padding-block: var(--spacing-base-mobile);
    }
  }
  .max-lg\:pt-\[180px\] {
    @media (width < 64rem) {
      padding-top: 180px;
    }
  }
  .max-lg\:pr-\[70px\] {
    @media (width < 64rem) {
      padding-right: 70px;
    }
  }
  .max-lg\:pb-\[70px\] {
    @media (width < 64rem) {
      padding-bottom: 70px;
    }
  }
  .max-lg\:pb-base-mobile {
    @media (width < 64rem) {
      padding-bottom: var(--spacing-base-mobile);
    }
  }
  .max-lg\:text-\[28px\] {
    @media (width < 64rem) {
      font-size: 28px;
    }
  }
  .max-sm\:mb-0 {
    @media (width < 40rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-sm\:mb-base-small-screen {
    @media (width < 40rem) {
      margin-bottom: var(--spacing-base-small-screen);
    }
  }
  .max-sm\:h-4 {
    @media (width < 40rem) {
      height: calc(var(--spacing) * 4);
    }
  }
  .max-sm\:h-\[25px\] {
    @media (width < 40rem) {
      height: 25px;
    }
  }
  .max-sm\:w-6 {
    @media (width < 40rem) {
      width: calc(var(--spacing) * 6);
    }
  }
  .max-sm\:w-28 {
    @media (width < 40rem) {
      width: calc(var(--spacing) * 28);
    }
  }
  .max-sm\:w-40 {
    @media (width < 40rem) {
      width: calc(var(--spacing) * 40);
    }
  }
  .max-sm\:w-44 {
    @media (width < 40rem) {
      width: calc(var(--spacing) * 44);
    }
  }
  .max-sm\:w-full {
    @media (width < 40rem) {
      width: 100%;
    }
  }
  .max-sm\:max-w-\[55vw\] {
    @media (width < 40rem) {
      max-width: 55vw;
    }
  }
  .max-sm\:gap-1\.5 {
    @media (width < 40rem) {
      gap: calc(var(--spacing) * 1.5);
    }
  }
  .max-sm\:gap-3\.5 {
    @media (width < 40rem) {
      gap: calc(var(--spacing) * 3.5);
    }
  }
  .max-sm\:gap-5 {
    @media (width < 40rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .max-sm\:gap-6 {
    @media (width < 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .max-sm\:gap-y-11 {
    @media (width < 40rem) {
      row-gap: calc(var(--spacing) * 11);
    }
  }
  .max-sm\:p-2\.5 {
    @media (width < 40rem) {
      padding: calc(var(--spacing) * 2.5);
    }
  }
  .max-sm\:p-3\.5 {
    @media (width < 40rem) {
      padding: calc(var(--spacing) * 3.5);
    }
  }
  .max-sm\:p-5 {
    @media (width < 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .max-sm\:py-3 {
    @media (width < 40rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-sm\:py-base-small-screen {
    @media (width < 40rem) {
      padding-block: var(--spacing-base-small-screen);
    }
  }
  .max-sm\:pt-20 {
    @media (width < 40rem) {
      padding-top: calc(var(--spacing) * 20);
    }
  }
  .max-sm\:pt-base-small-screen {
    @media (width < 40rem) {
      padding-top: var(--spacing-base-small-screen);
    }
  }
  .max-sm\:pr-9 {
    @media (width < 40rem) {
      padding-right: calc(var(--spacing) * 9);
    }
  }
  .max-sm\:pb-0 {
    @media (width < 40rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .max-sm\:pb-5 {
    @media (width < 40rem) {
      padding-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-sm\:pb-9 {
    @media (width < 40rem) {
      padding-bottom: calc(var(--spacing) * 9);
    }
  }
  .max-sm\:pb-base-small-screen {
    @media (width < 40rem) {
      padding-bottom: var(--spacing-base-small-screen);
    }
  }
  .max-sm\:text-center {
    @media (width < 40rem) {
      text-align: center;
    }
  }
  .max-sm\:text-lg {
    @media (width < 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .max-sm\:text-xl {
    @media (width < 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .min-lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
}
@font-face {
  font-family: 'Stem-light';
  font-style: regular;
  font-weight: 300;
  src: url("../../fonts/StemLight/Stem-Light.woff2") format('woff2'),
    url("../../fonts/StemLight/Stem-Light.woff") format('woff');
}
@font-face {
  font-family: 'Stem-bold';
  font-style: bold;
  font-weight: 700;
  src: url("../../fonts/StemBold/Stem-Bold.woff2") format('woff2'),
    url("../../fonts/StemBold/Stem-Bold.woff") format('woff');
}
@layer base {
  h2 {
    font-family: var(--font-stem-light);
    font-weight: 300;
    font-size: 35px;
    color: white;
    text-align: center;
    @media (max-width: 640px) {
      font-size: 23px;
    }
  }
  h3 {
    font-family: var(--font-stem-bold);
    font-weight: 700;
    font-size: 30px;
    color: white;
    text-align: center;
    @media (max-width: 640px) {
      font-size: 20px;
    }
  }
  p {
    font-family: var(--font-stem-light);
    font-weight: 300;
    color: white;
  }
}
@layer components {
  .container {
    margin: 0 auto;
    width: 100;
  }
  .wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: var(--container-max-width);
    padding: 0 40px;
    @media (max-width: 640px) {
      padding: 0 20px;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
/*# sourceMappingURL=tailwind.css.map */
