/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --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-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tighter: -0.05em;
    --tracking-wider: 0.05em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-sm: 8px;
    --blur-md: 12px;
    --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);
  }
}
@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;
  }
  :-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 {
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-20 {
    top: calc(var(--spacing) * -20);
  }
  .-top-\[-400px\] {
    top: calc(-400px * -1);
  }
  .-top-\[-600px\] {
    top: calc(-600px * -1);
  }
  .-top-\[-800px\] {
    top: calc(-800px * -1);
  }
  .-top-\[0px\] {
    top: calc(0px * -1);
  }
  .-top-\[450px\] {
    top: calc(450px * -1);
  }
  .-top-\[550px\] {
    top: calc(550px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-6 {
    top: calc(var(--spacing) * 6);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-12 {
    top: calc(var(--spacing) * 12);
  }
  .top-60 {
    top: calc(var(--spacing) * 60);
  }
  .top-\[-150px\] {
    top: -150px;
  }
  .top-\[150px\] {
    top: 150px;
  }
  .top-\[180px\] {
    top: 180px;
  }
  .top-\[210px\] {
    top: 210px;
  }
  .top-\[364px\] {
    top: 364px;
  }
  .-right-35 {
    right: calc(var(--spacing) * -35);
  }
  .-right-80 {
    right: calc(var(--spacing) * -80);
  }
  .-right-\[300px\] {
    right: calc(300px * -1);
  }
  .-right-\[400px\] {
    right: calc(400px * -1);
  }
  .-right-\[450px\] {
    right: calc(450px * -1);
  }
  .-right-\[600px\] {
    right: calc(600px * -1);
  }
  .-right-\[650px\] {
    right: calc(650px * -1);
  }
  .-right-\[700px\] {
    right: calc(700px * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-8 {
    right: calc(var(--spacing) * 8);
  }
  .right-12 {
    right: calc(var(--spacing) * 12);
  }
  .right-55 {
    right: calc(var(--spacing) * 55);
  }
  .right-60 {
    right: calc(var(--spacing) * 60);
  }
  .right-\[-12px\] {
    right: -12px;
  }
  .right-\[44px\] {
    right: 44px;
  }
  .right-\[80px\] {
    right: 80px;
  }
  .right-\[570px\] {
    right: 570px;
  }
  .-bottom-30 {
    bottom: calc(var(--spacing) * -30);
  }
  .-bottom-\[-250px\] {
    bottom: calc(-250px * -1);
  }
  .-bottom-\[-550px\] {
    bottom: calc(-550px * -1);
  }
  .-bottom-\[-700px\] {
    bottom: calc(-700px * -1);
  }
  .-bottom-\[300px\] {
    bottom: calc(300px * -1);
  }
  .-bottom-\[400px\] {
    bottom: calc(400px * -1);
  }
  .-bottom-\[450px\] {
    bottom: calc(450px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-60 {
    bottom: calc(var(--spacing) * 60);
  }
  .bottom-\[-700px\] {
    bottom: -700px;
  }
  .bottom-\[-800px\] {
    bottom: -800px;
  }
  .bottom-\[-1300px\] {
    bottom: -1300px;
  }
  .bottom-\[140px\] {
    bottom: 140px;
  }
  .-left-80 {
    left: calc(var(--spacing) * -80);
  }
  .-left-96 {
    left: calc(var(--spacing) * -96);
  }
  .-left-\[-50px\] {
    left: calc(-50px * -1);
  }
  .-left-\[350px\] {
    left: calc(350px * -1);
  }
  .-left-\[700px\] {
    left: calc(700px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-8 {
    left: calc(var(--spacing) * 8);
  }
  .left-\[-300px\] {
    left: -300px;
  }
  .left-\[910px\] {
    left: 910px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .-mt-32 {
    margin-top: calc(var(--spacing) * -32);
  }
  .-mt-60 {
    margin-top: calc(var(--spacing) * -60);
  }
  .-mt-\[79px\] {
    margin-top: calc(79px * -1);
  }
  .-mt-\[180px\] {
    margin-top: calc(180px * -1);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-\[280px\] {
    margin-right: calc(280px * -1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-20 {
    margin-right: calc(var(--spacing) * 20);
  }
  .mr-40 {
    margin-right: calc(var(--spacing) * 40);
  }
  .-mb-\[680px\] {
    margin-bottom: calc(680px * -1);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-100 {
    margin-bottom: calc(var(--spacing) * 100);
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .ml-3 {
    margin-left: calc(var(--spacing) * 3);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[60vh\] {
    height: 60vh;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[74px\] {
    height: 74px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[82px\] {
    height: 82px;
  }
  .h-\[85px\] {
    height: 85px;
  }
  .h-\[109px\] {
    height: 109px;
  }
  .h-\[128px\] {
    height: 128px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[153px\] {
    height: 153px;
  }
  .h-\[157px\] {
    height: 157px;
  }
  .h-\[169px\] {
    height: 169px;
  }
  .h-\[213px\] {
    height: 213px;
  }
  .h-\[215px\] {
    height: 215px;
  }
  .h-\[305px\] {
    height: 305px;
  }
  .h-\[321px\] {
    height: 321px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[469px\] {
    height: 469px;
  }
  .h-\[760px\] {
    height: 760px;
  }
  .h-\[769px\] {
    height: 769px;
  }
  .h-\[800px\] {
    height: 800px;
  }
  .h-\[860px\] {
    height: 860px;
  }
  .h-\[900px\] {
    height: 900px;
  }
  .h-\[920px\] {
    height: 920px;
  }
  .h-\[950px\] {
    height: 950px;
  }
  .h-\[1000px\] {
    height: 1000px;
  }
  .h-\[1100px\] {
    height: 1100px;
  }
  .h-\[calc\(100\%\+150px\)\] {
    height: calc(100% + 150px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-\[700px\] {
    min-height: 700px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[55px\] {
    width: 55px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[82px\] {
    width: 82px;
  }
  .w-\[144px\] {
    width: 144px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[155px\] {
    width: 155px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[264px\] {
    width: 264px;
  }
  .w-\[279px\] {
    width: 279px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[371px\] {
    width: 371px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[405px\] {
    width: 405px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-\[454px\] {
    width: 454px;
  }
  .w-\[490px\] {
    width: 490px;
  }
  .w-\[542px\] {
    width: 542px;
  }
  .w-\[550px\] {
    width: 550px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[663px\] {
    width: 663px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[760px\] {
    width: 760px;
  }
  .w-\[769px\] {
    width: 769px;
  }
  .w-\[860px\] {
    width: 860px;
  }
  .w-\[900px\] {
    width: 900px;
  }
  .w-\[1000px\] {
    width: 1000px;
  }
  .w-\[1100px\] {
    width: 1100px;
  }
  .w-\[1200px\] {
    width: 1200px;
  }
  .w-\[1370px\] {
    width: 1370px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-\[340px\] {
    max-width: 340px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[663px\] {
    max-width: 663px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[820px\] {
    max-width: 820px;
  }
  .max-w-\[900px\] {
    max-width: 900px;
  }
  .max-w-\[910px\] {
    max-width: 910px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1500px\] {
    max-width: 1500px;
  }
  .max-w-\[1800px\] {
    max-width: 1800px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[250px\] {
    min-width: 250px;
  }
  .min-w-\[350px\] {
    min-width: 350px;
  }
  .min-w-\[353px\] {
    min-width: 353px;
  }
  .min-w-\[503px\] {
    min-width: 503px;
  }
  .min-w-fit {
    min-width: fit-content;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-14 {
    gap: calc(var(--spacing) * 14);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-24 {
    gap: calc(var(--spacing) * 24);
  }
  .space-y-0 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .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-3 {
    :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)));
    }
  }
  .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)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[30px\] {
    border-radius: 30px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-\[\#000000\] {
    border-color: #000000;
  }
  .border-\[\#2D2D2D\] {
    border-color: #2D2D2D;
  }
  .border-\[\#3C3C3C\] {
    border-color: #3C3C3C;
  }
  .border-\[\#BFBFBF\] {
    border-color: #BFBFBF;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .border-black\/10 {
    border-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .border-black\/20 {
    border-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .border-gray-400\/30 {
    border-color: color-mix(in srgb, oklch(70.7% 0.022 261.325) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-gray-400) 30%, transparent);
    }
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-\[\#3C3C3C\] {
    background-color: #3C3C3C;
  }
  .bg-\[\#4ADE80\] {
    background-color: #4ADE80;
  }
  .bg-\[\#5F6161\] {
    background-color: #5F6161;
  }
  .bg-\[\#23B77F\] {
    background-color: #23B77F;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-black\/30 {
    background-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
  }
  .bg-black\/60 {
    background-color: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
  }
  .bg-black\/80 {
    background-color: color-mix(in srgb, #000 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 80%, transparent);
    }
  }
  .bg-black\/95 {
    background-color: color-mix(in srgb, #000 95%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 95%, transparent);
    }
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }
  .bg-gray-600 {
    background-color: var(--color-gray-600);
  }
  .bg-gray-800 {
    background-color: var(--color-gray-800);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-white\/30 {
    background-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-gray-200 {
    --tw-gradient-from: var(--color-gray-200);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-gray-300 {
    --tw-gradient-to: var(--color-gray-300);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-none {
    fill: none;
  }
  .stroke-black\/10 {
    stroke: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      stroke: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .stroke-white\/10 {
    stroke: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      stroke: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-52 {
    padding-inline: calc(var(--spacing) * 52);
  }
  .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-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pr-16 {
    padding-right: calc(var(--spacing) * 16);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[70px\] {
    font-size: 70px;
  }
  .text-\[74px\] {
    font-size: 74px;
  }
  .text-\[84px\] {
    font-size: 84px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-\[130\%\] {
    --tw-leading: 130%;
    line-height: 130%;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .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);
  }
  .tracking-\[-4\%\] {
    --tw-tracking: -4%;
    letter-spacing: -4%;
  }
  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#1e3a8a\] {
    color: #1e3a8a;
  }
  .text-\[\#3C3C3C\] {
    color: #3C3C3C;
  }
  .text-\[\#4ADE80\] {
    color: #4ADE80;
  }
  .text-\[\#5F6161\] {
    color: #5F6161;
  }
  .text-\[\#23B77F\] {
    color: #23B77F;
  }
  .text-\[\#010101\] {
    color: #010101;
  }
  .text-\[\#BFBFBF\] {
    color: #BFBFBF;
  }
  .text-\[\#CCCCCC\] {
    color: #CCCCCC;
  }
  .text-\[\#DAFFF1\] {
    color: #DAFFF1;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-green-400 {
    color: var(--color-green-400);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .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);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
  }
  .blur-\[200px\] {
    --tw-blur: blur(200px);
    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,);
  }
  .blur-\[600px\] {
    --tw-blur: blur(600px);
    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,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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, visibility, 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-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-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .placeholder\:text-center {
    &::placeholder {
      text-align: center;
    }
  }
  .placeholder\:text-\[\#474747\] {
    &::placeholder {
      color: #474747;
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-gray-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-100);
      }
    }
  }
  .hover\:bg-gray-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-800);
      }
    }
  }
  .hover\:bg-green-400 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-400);
      }
    }
  }
  .hover\:bg-green-600 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-600);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .hover\:text-gray-900 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-900);
      }
    }
  }
  .hover\:text-green-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green-400);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:border-transparent {
    &:focus {
      border-color: transparent;
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-\[\#23B77F\] {
    &:focus {
      --tw-ring-color: #23B77F;
    }
  }
  .focus\:ring-green-500 {
    &:focus {
      --tw-ring-color: var(--color-green-500);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('./fonts/PPNeueMontreal-Book.woff2') format('woff2'), url('./fonts/PPNeueMontreal-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('./fonts/PPNeueMontreal-Medium.woff2') format('woff2'), url('./fonts/PPNeueMontreal-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('./fonts/PPNeueMontreal-Bold.woff2') format('woff2'), url('./fonts/PPNeueMontreal-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  font-family: 'PP Neue Montreal', system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  font-family: 'PP Neue Montreal', system-ui, Avenir, Helvetica, Arial, sans-serif;
}
.tablet-partner-image {
  display: none;
}
.desktop-partner-mosaic {
  display: block;
}
body {
  margin: 0;
  padding: 0;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
}
h1 {
  line-height: 1.1;
}
#app {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.vanilla:hover {
  filter: drop-shadow(0 0 2em #3178c6aa);
}
.card {
  padding: 2em;
}
.read-the-docs {
  color: #888;
}
button:focus, button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}
@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  button {
    background-color: #f9f9f9;
  }
}
img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: unset;
}
@media (min-width: 768px) and (max-width: 1366px) {
  section.w-full.bg-white.min-h-\[700px\] {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .max-w-\[1920px\] {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 2rem !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .max-w-\[1000px\] {
    max-width: 100% !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .flex.items-center.mb-6 {
    justify-content: flex-start !important;
  }
  section.w-full.bg-white.min-h-\[700px\] h2 {
    text-align: left !important;
  }
  section.w-full.bg-white.min-h-\[700px\] p {
    text-align: left !important;
  }
  section.w-full.bg-white.min-h-\[700px\] button {
    margin-left: 0 !important;
  }
}
@media (min-width: 1367px) {
  .desktop-partner-mosaic {
    display: block !important;
  }
  .tablet-partner-image {
    display: none !important;
  }
  .desktop-height-fix {
    height: 600px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  section.w-full.bg-white.min-h-\[700px\] {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .max-w-\[1920px\] {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 3rem !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .max-w-\[1000px\] {
    max-width: 100% !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .flex.items-center.mb-6 {
    justify-content: flex-start !important;
  }
  section.w-full.bg-white.min-h-\[700px\] h2 {
    text-align: left !important;
  }
  section.w-full.bg-white.min-h-\[700px\] p {
    text-align: left !important;
  }
  section.w-full.bg-white.min-h-\[700px\] button {
    margin-left: 0 !important;
  }
}
body {
  margin: 0;
  padding: 0;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
}
h1 {
  line-height: 1.1;
}
#app {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.vanilla:hover {
  filter: drop-shadow(0 0 2em #3178c6aa);
}
.card {
  padding: 2em;
}
.read-the-docs {
  color: #888;
}
button:focus, button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}
@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  button {
    background-color: #f9f9f9;
  }
}
img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: unset;
}
section.w-full.bg-white.min-h-\[700px\] img[src*="adaptivTree"] {
  display: none;
}
@media (max-width: 1366px) {
  body {
    background: transparent !important;
  }
  header {
    padding: 8px 12px !important;
  }
  nav.max-w-\[1920px\] {
    height: 60px !important;
    padding: 0 2px !important;
    max-width: 100% !important;
    justify-content: center !important;
  }
  nav img {
    padding-left: 8px !important;
    height: 24px !important;
    width: auto !important;
  }
  nav.flex ul.flex {
    gap: 0px !important;
    justify-content: center !important;
    flex: 1 !important;
  }
  nav.flex ul.flex.gap-6 {
    gap: 0px !important;
  }
  header nav ul {
    gap: 0px !important;
  }
  .flex.gap-6 {
    gap: 0px !important;
  }
  nav ul li {
    margin-right: 2px !important;
  }
  nav ul li:last-child {
    margin-right: 0 !important;
  }
  nav ul li a {
    font-size: 14px !important;
    padding: 4px 6px !important;
  }
  nav button {
    height: 45px !important;
    padding: 6px 12px !important;
    font-size: 13px !important;
  }
  nav button span {
    width: 16px !important;
    height: 16px !important;
  }
  nav button img {
    max-width: none !important;
    padding-left: 0 !important;
    width: 26px !important;
    height: 26px !important;
  }
  .h-screen {
    min-height: 100vh !important;
    height: 100vh !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .text-\[84px\] {
    font-size: 32px !important;
    line-height: 1.1 !important;
  }
  .text-\[48px\] {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
  .text-6xl {
    font-size: 26px !important;
  }
  .text-5xl {
    font-size: 22px !important;
  }
  .text-2xl {
    font-size: 15px !important;
  }
  .text-xl {
    font-size: 14px !important;
  }
  .text-lg {
    font-size: 13px !important;
  }
  .flex.items-end.justify-between {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px !important;
  }
  .text-\[24px\] {
    font-size: 16px !important;
    max-width: 100% !important;
  }
  .flex.gap-6 {
    width: 100% !important;
    display: flex !important;
    gap: 16px !important;
  }
  .h-\[80px\] {
    height: 60px !important;
    font-size: 15px !important;
    padding: 12px 20px !important;
  }
  .w-\[300px\] {
    width: 100% !important;
    max-width: 250px !important;
  }
  .grid-cols-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0 !important;
  }
  .w-full.bg-black.border-t {
    border-top: none !important;
  }
  .grid-cols-4 > div {
    border-top: 1px solid #2D2D2D !important;
  }
  .grid-cols-4 > div:nth-child(1) {
    border-right: 1px solid #2D2D2D !important;
  }
  .grid-cols-4 > div:nth-child(3) {
    border-right: 1px solid #2D2D2D !important;
  }
  .grid-cols-4 > div:nth-child(2) {
    border-right: 0 !important;
  }
  .grid-cols-4 > div:nth-child(4) {
    margin-left: 0 !important;
  }
  .text-7xl {
    font-size: 28px !important;
  }
  .grid-cols-4 .text-xl {
    font-size: 13px !important;
  }
  .py-12 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .absolute.right-\[-12px\] {
    display: none !important;
  }
  .absolute.right-\[44px\] {
    display: none !important;
  }
  section.w-full.bg-white.min-h-\[700px\] img[src*="adaptivTree"] {
    display: block !important;
  }
  section.w-full.bg-white.min-h-\[700px\] {
    position: relative !important;
  }
  section.w-full.bg-white.min-h-\[700px\]::after {
    content: '';
    position: absolute;
    top: -120px;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
    height: 350px;
    background-image: url('img/headerTree.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
    pointer-events: none;
  }
  section.w-full.bg-white.min-h-\[700px\] .max-w-\[1000px\] {
    position: relative !important;
    z-index: 10 !important;
    text-align: center !important;
    margin: 0 auto !important;
    margin-top: 510px !important;
    padding: 40px 0 !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .text-\[84px\] {
    font-size: 48px !important;
    line-height: 1.1 !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .text-2xl {
    font-size: 20px !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .text-xl {
    font-size: 18px !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .h-\[80px\] {
    height: 70px !important;
    font-size: 18px !important;
    padding: 16px 24px !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .text-2xl.uppercase {
    font-size: 18px !important;
  }
  .max-w-\[1920px\] {
    max-width: 100% !important;
  }
  .max-w-\[1000px\] {
    max-width: 90% !important;
  }
  .max-w-\[800px\] {
    max-width: 85% !important;
  }
  .px-8 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-20 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .p-6 {
    padding: 12px !important;
  }
  .p-8 {
    padding: 12px !important;
  }
  section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .w-\[769px\].h-\[769px\] {
    width: 300px !important;
    height: 300px !important;
  }
  .w-\[1000px\].h-\[1000px\] {
    width: 400px !important;
    height: 400px !important;
  }
  .w-\[900px\].h-\[900px\] {
    width: 400px !important;
    height: 400px !important;
  }
  .w-\[860px\].h-\[860px\] {
    width: 300px !important;
    height: 300px !important;
  }
  .w-\[760px\].h-\[760px\] {
    width: 300px !important;
    height: 300px !important;
  }
  .flex.flex-col.md\:flex-row {
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    padding-bottom: 300px !important;
  }
  section.relative.bg-black.overflow-hidden .max-w-\[800px\] {
    max-width: 95% !important;
    margin-bottom: 50px !important;
    z-index: 10 !important;
    position: relative !important;
  }
  section.relative.bg-black.overflow-hidden .text-\[84px\] {
    font-size: 40px !important;
    line-height: 1.1 !important;
    margin-bottom: 30px !important;
  }
  section.relative.bg-black.overflow-hidden .space-y-6.max-w-\[1000px\] .flex.items-center {
    justify-content: flex-start !important;
  }
  section.relative.bg-black.overflow-hidden .text-5xl {
    font-size: 24px !important;
    text-align: left !important;
  }
  section.relative.bg-black.overflow-hidden .text-lg {
    font-size: 16px !important;
    text-align: left !important;
  }
  section.relative.bg-black.overflow-hidden .space-y-6.max-w-\[1000px\] .flex.items-center.justify-between > div {
    flex: 1 !important;
    text-align: left !important;
  }
  section.relative.bg-black.overflow-hidden .w-14.h-14 {
    width: 40px !important;
    height: 40px !important;
  }
  .flex.gap-2.mb-100 {
    justify-content: center !important;
    margin: 30px 0 50px 0 !important;
    text-align: center !important;
    position: relative !important;
    z-index: 15 !important;
  }
  .flex.gap-2.mb-100 .text-2xl {
    font-size: 18px !important;
  }
  .w-\[1100px\].h-\[1100px\] {
    position: absolute !important;
    width: 600px !important;
    height: 600px !important;
    bottom: -300px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: auto !important;
    right: auto !important;
    margin: 0 !important;
    z-index: 5 !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 #projectCarousel .h-\[469px\] {
    height: 350px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 #projectCarousel .min-w-full .rounded-\[20px\] {
    width: 100% !important;
    max-width: none !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 #projectCarousel .absolute.inset-0 {
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.2) 100%) !important;
    opacity: 1 !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 #projectCarousel .flex.justify-between.items-end {
    display: block !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 #projectCarousel h3.text-xl {
    font-size: 18px !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.6) !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 #projectCarousel p.text-\[#BFBFBF\] {
    font-size: 14px !important;
    margin-bottom: 16px !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8) !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 #projectCarousel button.bg-white {
    margin: 15px auto 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    width: 80% !important;
    max-width: 250px !important;
    height: 60px !important;
    font-size: 16px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 #projectCarousel button.bg-white img {
    width: 24px !important;
    height: 24px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .flex.gap-4 button {
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    opacity: 0.9 !important;
    margin-bottom: 0 !important;
    border-width: 2px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .flex.gap-4 button:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
    opacity: 1 !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 #projectCarousel .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    width: 100% !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 #projectCarousel .flex.flex-nowrap > * {
    min-width: 100% !important;
    width: 100% !important;
    flex-shrink: 0 !important;
  }
  section.relative.bg-black.overflow-hidden.py-20::before {
    content: '';
    position: absolute;
    left: -200px;
    top: 50%;
    transform: translateY(-50%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, #008852, #164125);
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
  }
  section.relative.bg-black.overflow-hidden.py-20::after {
    content: '';
    position: absolute;
    right: -200px;
    top: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, #008852, #164125);
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
  }
  section.w-full.bg-black::before {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -90px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, #008852, #164125);
    filter: blur(50px);
    pointer-events: none;
    z-index: 1;
  }
  section.w-full.bg-black::after {
    content: '';
    position: absolute;
    top: -50px;
    right: -90px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, #008852, #164125);
    filter: blur(50px);
    pointer-events: none;
    z-index: 1;
  }
  section.w-full.bg-white.py-20 .flex.items-center {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  section.w-full.bg-white.py-20 .flex-1:first-child {
    width: 100% !important;
    margin-bottom: 20px !important;
    display: flex !important;
    justify-content: center !important;
  }
  section.w-full.bg-white.py-20 img[src*="dioxide"] {
    width: 600px !important;
    height: auto !important;
    max-width: 600px !important;
  }
  section.w-full.bg-white.py-20 .bg-\[#3C3C3C\] {
    width: 200px !important;
    height: 50px !important;
    margin: 0 auto 30px auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  section.w-full.bg-white.py-20 .bg-\[#3C3C3C\] span {
    font-size: 16px !important;
  }
  section.w-full.bg-white.py-20 .flex-1:last-child {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  section.w-full.bg-white.py-20 h2.text-\[84px\] {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 15px !important;
    margin-top: 20px !important;
  }
  section.w-full.bg-white.py-20 p.text-2xl {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    max-width: 90% !important;
  }
  section.w-full.bg-white.py-20 .flex.gap-14 {
    flex-direction: row !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 500px !important;
    margin: 0 auto !important;
  }
  section.w-full.bg-white.py-20 .flex.gap-14 input {
    height: 60px !important;
    font-size: 14px !important;
    padding: 12px 16px !important;
    width: 240px !important;
    max-width: 240px !important;
    flex: none !important;
    box-sizing: border-box !important;
  }
  section.w-full.bg-white.py-20 .flex.gap-14 button {
    height: 60px !important;
    font-size: 13px !important;
    padding: 12px 16px !important;
    width: 240px !important;
    max-width: 240px !important;
    flex: none !important;
    box-sizing: border-box !important;
  }
  section.w-full.bg-white.py-20 input.flex-1.h-\[80px\].text-center.max-w-\[340px\] {
    height: 60px !important;
    font-size: 14px !important;
    padding: 12px 16px !important;
    width: 240px !important;
    max-width: 240px !important;
    flex: none !important;
    box-sizing: border-box !important;
  }
  section.w-full.bg-white.py-20 button.bg-\[#23B77F\].text-white.w-\[340px\].h-\[80px\].rounded-\[6px\] {
    height: 50px !important;
    font-size: 13px !important;
    padding: 12px 16px !important;
    width: 200px !important;
    max-width: 200px !important;
    flex: none !important;
    box-sizing: border-box !important;
  }
  section.w-full.bg-white.py-20 button img {
    width: 16px !important;
    height: 16px !important;
  }
  section.w-full.bg-white.min-h-screen {
    min-height: auto !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  section.w-full.bg-white.min-h-screen .max-w-\[1500px\] {
    max-width: 95% !important;
    margin-top: 40px !important;
  }
  section.w-full.bg-white.min-h-screen .text-\[84px\] {
    font-size: 42px !important;
    line-height: 1.1 !important;
    margin-bottom: 25px !important;
  }
  section.w-full.bg-white.min-h-screen .text-2xl {
    font-size: 18px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
  }
  section.w-full.bg-white.min-h-screen .space-y-6 {
    margin-bottom: 30px !important;
  }
  section.w-full.bg-white.min-h-screen .flex.gap-6 {
    flex-direction: column !important;
    gap: 15px !important;
    align-items: flex-start !important;
  }
  section.w-full.bg-white.min-h-screen .h-\[80px\] {
    height: 60px !important;
    font-size: 16px !important;
    width: 100% !important;
    max-width: 280px !important;
  }
  section.w-full.bg-white.min-h-screen .w-\[320px\] {
    width: 100% !important;
    max-width: 280px !important;
  }
  section.w-full.bg-white.min-h-screen .w-\[300px\] {
    width: 100% !important;
    max-width: 280px !important;
  }
  .desktop-partner-mosaic {
    display: none !important;
  }
  .tablet-partner-image {
    display: block !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .relative.z-10.mb-20 {
    margin-bottom: 0 !important;
    padding: 0 !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .relative.z-10.text-right.mb-16 {
    text-align: center !important;
    margin-bottom: 2rem !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .absolute.-top-20.right-60 {
    position: static !important;
    font-size: 32px !important;
    margin-bottom: 1rem !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .absolute.top-10.right-55 {
    position: static !important;
    font-size: 16px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .grid.grid-cols-6 {
    gap: 2rem !important;
    max-width: 90% !important;
    margin: 0 auto !important;
    display: grid !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .w-\[150px\].h-\[150px\] {
    width: 80px !important;
    height: 80px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .w-36.h-36 {
    width: 70px !important;
    height: 70px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .py-10.max-w-\[1920px\].mb-20 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .relative.z-10.flex.items-center.mb-20:last-child {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    margin-top: 40px !important;
    overflow: hidden !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .flex.items-start.max-w-\[900px\] {
    max-width: 335px !important;
    text-align: center !important;
    margin: 0 auto 30px auto !important;
    align-items: center !important;
    justify-content: center !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .flex.items-center {
    gap: 10px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .flex.items-start.max-w-\[900px\] .text-white {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
  }
}
.tablet-menu {
  display: none;
}
.mobile-menu {
  display: none;
}
#mobileMenu {
  transition: opacity 0.3s ease-in-out;
  backdrop-filter: blur(10px);
}
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
  }
  header {
    padding: 4px 8px !important;
  }
  nav.max-w-\[1920px\] {
    height: 50px !important;
    padding: 0 8px !important;
    max-width: 100% !important;
    justify-content: space-between !important;
  }
  nav img {
    padding-left: 0 !important;
    height: 18px !important;
    width: auto !important;
  }
  nav.flex ul.flex, .desktop-button, .tablet-menu {
    display: none !important;
  }
  .mobile-menu {
    display: block !important;
    width: 30px !important;
    height: 30px !important;
  }
  section.h-screen {
    background-image: url('./img/mainPhone.png') !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .text-\[48px\] {
    font-size: 20px !important;
    line-height: 1.2 !important;
  }
  .text-\[84px\] {
    font-size: 26px !important;
    line-height: 1.1 !important;
  }
  .text-\[24px\] {
    font-size: 14px !important;
    max-width: 100% !important;
  }
  .flex.items-end.justify-between {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }
  .flex.gap-6 {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  .h-\[80px\] {
    height: 60px !important;
    font-size: 14px !important;
    padding: 10px 16px !important;
  }
  .w-\[300px\] {
    width: 100% !important;
    max-width: none !important;
  }
  .grid-cols-4 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0 !important;
  }
  .w-full.bg-black.border-t {
    border-top: none !important;
  }
  .grid-cols-4 > div {
    border-top: 1px solid #2D2D2D !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .grid-cols-4 > div:nth-child(1) {
    border-right: 1px solid #2D2D2D !important;
    border-top: none !important;
  }
  .grid-cols-4 > div:nth-child(2) {
    border-top: none !important;
    border-right: none !important;
  }
  section.w-full.bg-white.min-h-\[700px\] {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  section.w-full.bg-white.min-h-\[700px\] img[src*="adaptivTree"] {
    width: 320px !important;
    height: auto !important;
  }
  section.w-full.bg-white.min-h-\[700px\]::after {
    width: 320px !important;
    height: 200px !important;
    top: -70px !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .absolute.right-\[-12px\] {
    width: 100% !important;
    right: -30% !important;
    top: 0 !important;
    height: 70% !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .absolute.right-\[44px\] {
    width: 100% !important;
    right: -15% !important;
    top: -10% !important;
    height: 75% !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .max-w-\[1000px\] {
    position: relative !important;
    z-index: 10 !important;
    text-align: left !important;
    margin: 0 auto !important;
    margin-top: 10px !important;
    padding: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .text-\[84px\] {
    font-size: 28px !important;
    line-height: 1.1 !important;
    margin-bottom: 12px !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .text-2xl {
    font-size: 16px !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .text-xl {
    font-size: 14px !important;
    line-height: 1.4 !important;
    padding: 0 10px !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .mb-12 {
    margin-bottom: 12px !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .mb-8 {
    margin-bottom: 12px !important;
  }
  section.w-full.bg-white.min-h-\[700px\] .mb-6 {
    margin-bottom: 10px !important;
  }
  section.w-full.bg-white.min-h-\[700px\] button {
    width: calc(100% - 20px) !important;
    height: 60px !important;
    font-size: 16px !important;
    padding: 12px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    margin-top: 10px !important;
  }
  .grid-cols-4 > div:nth-child(3) {
    border-right: 1px solid #2D2D2D !important;
  }
  .grid-cols-4 > div:nth-child(4) {
    margin-left: 0 !important;
    border-right: none !important;
  }
  .text-7xl {
    font-size: 22px !important;
    margin-bottom: 0 !important;
  }
  .grid-cols-4 .text-xl {
    font-size: 11px !important;
  }
  .py-12 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .px-8 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  section.w-full.bg-black {
    position: relative !important;
    overflow: hidden !important;
    padding: 30px 0 !important;
  }
  section.w-full.bg-black::before {
    width: 180px !important;
    height: 180px !important;
    bottom: 0 !important;
    left: 0 !important;
    filter: blur(100px) !important;
    opacity: 0.8 !important;
    border-radius: 0 !important;
    transform: translate(-30%, 30%) !important;
  }
  section.w-full.bg-black::after {
    width: 180px !important;
    height: 180px !important;
    top: 0 !important;
    right: 0 !important;
    filter: blur(100px) !important;
    opacity: 0.8 !important;
    border-radius: 0 !important;
    transform: translate(30%, -30%) !important;
  }
  section.w-full.bg-black .flex.items-center.justify-between {
    flex-direction: column !important;
    gap: 20px !important;
  }
  .relative.overflow-hidden.mb-16 {
    margin-bottom: 0px !important;
  }
  section.relative.bg-black.overflow-hidden .text-\[84px\] {
    font-size: 30px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
  }
  section.w-full.bg-black button {
    width: 372px !important;
    height: 60px !important;
    font-size: 16px !important;
  }
  section.w-full.bg-white.py-20 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  section.w-full.bg-white.py-20 .flex.items-center {
    flex-direction: column !important;
    gap: 0 !important;
  }
  section.w-full.bg-white.py-20 .flex.gap-14 button {
    width: 340px !important;
    max-width: 340px !important;
  }
  section.w-full.bg-white.py-20 .flex-1:first-child {
    width: 100% !important;
    margin-bottom: 0 !important;
    order: 2 !important;
  }
  section.w-full.bg-white.py-20 img[src*="dioxide"] {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    margin: 0 auto !important;
  }
  section.w-full.bg-white.py-20 .flex-1:last-child {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    order: 1 !important;
    margin-bottom: 0 !important;
    padding: 0 16px !important;
  }
  section.w-full.bg-white.py-20 .bg-\[#3C3C3C\] {
    width: 100px !important;
    height: 40px !important;
    margin: 0 0 16px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 4px !important;
  }
  section.w-full.bg-white.py-20 .bg-\[#3C3C3C\] span {
    font-size: 12px !important;
    white-space: nowrap !important;
  }
  section.w-full.bg-white.py-20 h2.text-\[84px\] {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin-bottom: 12px !important;
    margin-top: 0 !important;
    text-align: left !important;
    padding: 0 !important;
  }
  section.w-full.bg-white.py-20 p.text-2xl {
    font-size: 14px !important;
    margin-bottom: 24px !important;
    max-width: 100% !important;
    text-align: left !important;
  }
  section.w-full.bg-white.py-20 .flex.gap-14 {
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
    max-width: 340px !important;
    margin: 0 !important;
  }
  section.w-full.bg-white.py-20 input, section.w-full.bg-white.py-20 input.flex-1.h-\[80px\].text-center.max-w-\[340px\] {
    height: 50px !important;
    font-size: 16px !important;
    padding: 12px 16px !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #CCCCCC !important;
  }
  section.w-full.bg-white.py-20 button, section.w-full.bg-white.py-20 button.bg-\[#23B77F\].text-white.w-\[340px\].h-\[80px\].rounded-\[6px\] {
    height: 60px !important;
    font-size: 16px !important;
    padding: 12px 16px !important;
    width: 100% !important;
    max-width: none !important;
    flex: none !important;
    box-sizing: border-box !important;
    border-radius: 6px !important;
  }
  section.w-full.bg-white.py-20 button img {
    width: 20px !important;
    height: 20px !important;
  }
  section.relative.bg-black.overflow-hidden {
    padding: 30px 0 !important;
  }
  section.relative.bg-black.overflow-hidden .text-\[84px\] {
    font-size: 30px !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
  }
  .birch-mobile-info {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin: 24px 0;
    font-size: 18px !important;
    color: white;
    font-weight: normal;
  }
  @media (min-width: 768px) {
    .birch-mobile-info {
      display: none !important;
    }
  }
  section.relative.bg-black.overflow-hidden .flex.gap-2.mb-100 {
    display: none !important;
  }
  section.relative.bg-black.overflow-hidden .w-14.h-14 {
    margin-left: 10px;
    width: auto !important;
    height: 40px !important;
  }
  section.relative.bg-black.overflow-hidden .space-y-6 {
    margin-bottom: 40px !important;
  }
  section.relative.bg-black.overflow-hidden .text-5xl {
    font-size: 24px !important;
    margin-bottom: 8px !important;
  }
  section.relative.bg-black.overflow-hidden .text-lg {
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }
  section.relative.bg-black.overflow-hidden .absolute.-top-\[450px\].-left-96 {
    top: -350px !important;
    left: -450px !important;
  }
  section.w-full.bg-white.min-h-screen {
    min-height: auto !important;
    height: calc(100vh + 50px) !important;
    background-image: url('./img/phoneForest.png') !important;
    background-size: cover !important;
    background-position: center bottom !important;
    padding-top: 40px !important;
    padding-bottom: 180px !important;
    border-bottom-left-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    overflow: hidden !important;
    position: relative !important;
    z-index: 2 !important;
    margin-bottom: -20px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
  }
  section.w-full.bg-white.min-h-screen .max-w-\[1920px\] {
    padding: 0 20px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }
  section.w-full.bg-white.min-h-screen .w-\[320px\] {
    width: 335px !important;
    max-width: 335px !important;
  }
  section.w-full.bg-white.min-h-screen .max-w-\[1500px\] {
    max-width: 100% !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }
  section.w-full.bg-white.min-h-screen .text-\[84px\] {
    font-size: 26px !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
    max-width: 100% !important;
    letter-spacing: -0.02em !important;
  }
  section.w-full.bg-white.min-h-screen .text-2xl {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
    max-width: 100% !important;
    color: #3C3C3C !important;
  }
  section.w-full.bg-white.min-h-screen .text-2xl br {
    display: none !important;
  }
  section.w-full.bg-white.min-h-screen .space-y-6 {
    margin-bottom: 40px !important;
    gap: 16px !important;
  }
  section.w-full.bg-white.min-h-screen .flex.gap-6 {
    flex-direction: column !important;
    gap: 10px !important;
    width: 335px !important;
    max-width: 335px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 3 !important;
  }
  section.w-full.bg-white.min-h-screen .bg-\[#23B77F\] {
    height: 60px !important;
    font-size: 16px !important;
    width: 335px !important;
    max-width: 335px !important;
    padding: 0 !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    margin: 0 auto !important;
  }
  section.w-full.bg-white.min-h-screen .bg-white\/90 {
    height: 60px !important;
    font-size: 16px !important;
    width: 335px !important;
    max-width: 335px !important;
    padding: 0 !important;
    border-radius: 5px !important;
    background-color: white !important;
    font-weight: 500 !important;
    margin: 0 auto !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .absolute.-bottom-\[400px\].-left-\[700px\], section.relative.bg-black.overflow-hidden.py-20 .absolute.-bottom-\[-700px\].-right-\[700px\] {
    display: none !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 {
    position: relative !important;
    z-index: 1 !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 {
    padding-top: 40px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .max-w-\[1920px\].mx-auto.px-8 {
    padding: 0 20px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .absolute.-top-20.right-60 {
    position: static !important;
    font-size: 26px !important;
    margin-bottom: 0.5rem !important;
  }
  section.w-full.bg-white.py-20 .flex.items-center {
    align-items: flex-start !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .absolute.top-10.right-55 {
    position: static !important;
    font-size: 14px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .w-\[150px\].h-\[150px\] {
    width: 60px !important;
    height: 60px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .w-36.h-36 {
    width: 50px !important;
    height: 50px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .grid.grid-cols-6 {
    gap: 2rem !important;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .text-5xl {
    font-size: 22px !important;
    margin-bottom: 12px !important;
    line-height: 1.2 !important;
    text-align: left !important;
    max-width: 335px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .text-2xl {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-bottom: 24px !important;
    text-align: left !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .bg-\[#23B77F\] {
    width: 335px !important;
    max-width: 335px !important;
    height: 60px !important;
    font-size: 16px !important;
    padding: 0 16px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    flex-direction: row !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .absolute.-bottom-30.-right-35 {
    position: relative !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    padding: 0 !important;
    margin-top: 40px !important;
    left: 0 !important;
    right: 0 !important;
    overflow: visible !important;
  }
  section.relative.bg-black.overflow-hidden.py-20 .absolute.-bottom-30.-right-35 img {
    width: 600px !important;
    height: auto !important;
    max-width: none !important;
    position: relative !important;
    top: -250px !important;
    transform: translateX(-10%) !important;
  }
}
@media (max-width: 1366px) {
  @media (min-width: 768px) and (max-width: 1366px) {
    section.relative.bg-black.overflow-hidden.py-20 .absolute.-bottom-30.-right-35 {
      position: relative !important;
      bottom: auto !important;
      right: auto !important;
      display: flex !important;
      justify-content: center !important;
      width: 100% !important;
      z-index: 5 !important;
      overflow: hidden !important;
    }
    section.relative.bg-black.overflow-hidden.py-20 .absolute.-bottom-30.-right-35 img {
      width: 700px !important;
      height: auto !important;
      transform: translateX(-10%) !important;
    }
  }
}
@media (max-width: 767px) {
  section.w-full.py-20.px-8.bg-white {
    padding: 30px 16px !important;
  }
  section.w-full.py-20.px-8.bg-white h2.text-\[84px\] {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 24px !important;
    text-align: left !important;
    padding-left: 0 !important;
  }
  section.w-full.py-20.px-8.bg-white .mb-16 {
    margin-bottom: 20px !important;
  }
  section.w-full.py-20.px-8.bg-white .flex.gap-4 {
    display: none !important;
  }
  section.w-full.py-20.px-8.bg-white .overflow-hidden {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x proximity !important;
    padding: 0 !important;
  }
  #teamCarousel {
    transform: none !important;
    width: 100% !important;
    padding: 0 0 20px 0 !important;
    gap: 16px !important;
  }
  #teamCarousel .min-w-\[350px\] {
    min-width: 85% !important;
    width: 85% !important;
    flex: 0 0 85% !important;
    scroll-snap-align: start !important;
    margin-right: 15px !important;
  }
  #teamCarousel .min-w-\[350px\]:first-child {
    margin-left: 16px !important;
  }
  #teamCarousel .h-\[400px\] {
    height: 380px !important;
  }
  #teamCarousel .py-8 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  #teamCarousel button {
    padding: 12px !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
  }
  .flex.justify-center.gap-2.mt-4 {
    margin-top: 20px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
    position: relative !important;
    overflow-x: hidden !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type .mb-16 {
    margin-bottom: 20px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type h2.text-6xl {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin-bottom: 20px !important;
    text-align: left !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type .flex.gap-4 {
    display: none !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type .overflow-hidden {
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x proximity !important;
    padding: 0 0 16px 0 !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type .overflow-hidden::-webkit-scrollbar {
    display: none !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type #projectCarousel {
    display: flex !important;
    flex-direction: row !important;
    padding-left: 16px !important;
    gap: 12px !important;
    transform: none !important;
    width: auto !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type #projectCarousel .min-w-full {
    min-width: 75% !important;
    width: 75% !important;
    max-width: 75% !important;
    flex: 0 0 75% !important;
    scroll-snap-align: start !important;
    padding: 0 !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type #projectCarousel .grid {
    display: block !important;
    width: 100% !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type #projectCarousel .rounded-\[20px\] {
    height: 455px !important;
    width: 100% !important;
    border-radius: 12px !important;
    margin: 0 !important;
    position: relative !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type #projectCarousel .p-6 {
    padding: 20px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type #projectCarousel h3.text-xl {
    font-size: 14px !important;
    line-height: 1.2 !important;
    margin-bottom: 8px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type #projectCarousel p.text-\[\#BFBFBF\] {
    font-size: 11px !important;
    line-height: 1.3 !important;
    margin-bottom: 16px !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type #projectCarousel button.bg-white {
    width: 210px !important;
    height: 50px !important;
    font-size: 14px !important;
    padding: 12px 16px !important;
    border-radius: 30px !important;
    font-weight: 600 !important;
    margin: 0 !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type #projectCarousel button.bg-white img {
    width: 20px !important;
    height: 20px !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type #projectCarousel .flex.justify-between {
    display: block !important;
    align-items: flex-start !important;
    gap: 0 !important;
  }
  section.relative.bg-black.overflow-hidden.py-20:last-of-type #projectCarousel .flex-1 {
    flex: none !important;
    min-width: auto !important;
    width: 100% !important;
    margin-bottom: 12px !important;
  }
  footer.relative.overflow-hidden.py-20 {
    padding: 30px 0 20px 0 !important;
  }
  footer.relative.overflow-x-hidden.py-20::before {
    content: '';
    position: absolute;
    right: -280px;
    bottom: -220px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, #008852, #164125);
    filter: blur(100px);
    pointer-events: none;
    z-index: 1;
  }
  footer .max-w-\[1920px\] {
    max-width: 100% !important;
    padding: 0 16px !important;
  }
  footer .grid.grid-cols-4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    border: none !important;
  }
  footer .border-r, footer .border-b, footer .border-t {
    border: none !important;
  }
  footer .grid.grid-cols-4::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
  }
  footer .grid.grid-cols-4 > div:first-child {
    display: none !important;
  }
  footer .grid.grid-cols-4 > div:last-child {
    display: none !important;
  }
  footer .grid.grid-cols-4 > div:nth-child(2) {
    padding: 24px 0 !important;
    border-bottom: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  footer .grid.grid-cols-4 > div:nth-child(2) .text-left {
    width: 100% !important;
  }
  footer .grid.grid-cols-4 > div:nth-child(2) h3.text-xl {
    font-size: 20px !important;
    line-height: 1.3 !important;
    margin-bottom: 16px !important;
    color: white !important;
    font-weight: 400 !important;
  }
  footer .grid.grid-cols-4 > div:nth-child(2) .space-y-4 {
    margin-bottom: 20px !important;
  }
  footer .grid.grid-cols-4 > div:nth-child(2) .text-base {
    font-size: 16px !important;
    line-height: 1.4 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 4px !important;
  }
  footer .grid.grid-cols-4 > div:nth-child(2) h4.text-lg {
    font-size: 18px !important;
    margin-top: 20px !important;
    margin-bottom: 12px !important;
    color: white !important;
    font-weight: 400 !important;
  }
  footer .grid.grid-cols-4 > div:nth-child(2) .flex {
    gap: 16px !important;
  }
  footer .grid.grid-cols-4 > div:nth-child(2) .flex a {
    width: auto !important;
    height: auto !important;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  footer .grid.grid-cols-4 > div:nth-child(2) .flex a img {
    width: 40px !important;
    height: 40px !important;
  }
  footer .grid.grid-cols-4 > div:nth-child(3) {
    display: none !important;
  }
  footer .mt-8.pt-6.text-center {
    margin-top: 30px !important;
    padding: 24px 0 0 0 !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }
  footer .mt-8.pt-6.text-center::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 1px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
  }
  footer .mt-8.pt-6.text-center::after {
    content: '' !important;
    width: 140px !important;
    height: 50px !important;
    background: url('./img/logoPhone.png') no-repeat left !important;
    background-size: contain !important;
    display: block !important;
    margin-bottom: 16px !important;
    order: -1 !important;
    align-self: flex-start !important;
  }
  footer .relative.z-10.mt-8.pt-6.text-center {
    text-align: left !important;
  }
  footer .relative.z-10.mt-8.pt-6.text-center p.text-\[#DAFFF1\].text-xl.font-normal {
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: rgba(218, 255, 241, 0.8) !important;
    text-align: left !important;
  }
  footer p.text-\[#DAFFF1\] {
    text-align: left !important;
  }
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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-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;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
