/*! 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-md: 28rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --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-sm: 0.25rem;
    --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);
    --animate-spin: spin 1s linear infinite;
    --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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-2 {
    top: calc(var(--spacing) * -2);
  }
  .-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-\[-600px\] {
    top: -600px;
  }
  .top-\[-700px\] {
    top: -700px;
  }
  .top-\[-800px\] {
    top: -800px;
  }
  .top-\[70px\] {
    top: 70px;
  }
  .top-\[150px\] {
    top: 150px;
  }
  .top-\[180px\] {
    top: 180px;
  }
  .top-\[210px\] {
    top: 210px;
  }
  .top-\[364px\] {
    top: 364px;
  }
  .top-\[800px\] {
    top: 800px;
  }
  .-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-\[800px\] {
    right: calc(800px * -1);
  }
  .-right-\[850px\] {
    right: calc(850px * -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-70 {
    bottom: calc(var(--spacing) * -70);
  }
  .-bottom-\[-150px\] {
    bottom: calc(-150px * -1);
  }
  .-bottom-\[-200px\] {
    bottom: calc(-200px * -1);
  }
  .-bottom-\[-250px\] {
    bottom: calc(-250px * -1);
  }
  .-bottom-\[-500px\] {
    bottom: calc(-500px * -1);
  }
  .-bottom-\[-550px\] {
    bottom: calc(-550px * -1);
  }
  .-bottom-\[-700px\] {
    bottom: calc(-700px * -1);
  }
  .-bottom-\[0px\] {
    bottom: calc(0px * -1);
  }
  .-bottom-\[150px\] {
    bottom: calc(150px * -1);
  }
  .-bottom-\[300px\] {
    bottom: calc(300px * -1);
  }
  .-bottom-\[400px\] {
    bottom: calc(400px * -1);
  }
  .-bottom-\[450px\] {
    bottom: calc(450px * -1);
  }
  .-bottom-\[750px\] {
    bottom: calc(750px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .bottom-60 {
    bottom: calc(var(--spacing) * 60);
  }
  .bottom-\[-210px\] {
    bottom: -210px;
  }
  .bottom-\[-800px\] {
    bottom: -800px;
  }
  .bottom-\[-850px\] {
    bottom: -850px;
  }
  .-left-80 {
    left: calc(var(--spacing) * -80);
  }
  .-left-96 {
    left: calc(var(--spacing) * -96);
  }
  .-left-\[-50px\] {
    left: calc(-50px * -1);
  }
  .-left-\[50px\] {
    left: calc(50px * -1);
  }
  .-left-\[350px\] {
    left: calc(350px * -1);
  }
  .-left-\[700px\] {
    left: calc(700px * -1);
  }
  .-left-\[750px\] {
    left: calc(750px * -1);
  }
  .-left-\[850px\] {
    left: calc(850px * -1);
  }
  .-left-\[1050px\] {
    left: calc(1050px * -1);
  }
  .-left-\[1100px\] {
    left: calc(1100px * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .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: calc(10 * -1);
  }
  .z-0 {
    z-index: 0;
  }
  .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-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .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-\[-250px\] {
    margin-top: -250px;
  }
  .mt-\[120px\] {
    margin-top: 120px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .-mr-\[280px\] {
    margin-right: calc(280px * -1);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-12 {
    margin-right: calc(var(--spacing) * 12);
  }
  .mr-20 {
    margin-right: calc(var(--spacing) * 20);
  }
  .mr-40 {
    margin-right: calc(var(--spacing) * 40);
  }
  .-mb-\[680px\] {
    margin-bottom: calc(680px * -1);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .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-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-18 {
    margin-bottom: calc(var(--spacing) * 18);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-100 {
    margin-bottom: calc(var(--spacing) * 100);
  }
  .mb-\[-50px\] {
    margin-bottom: -50px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .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;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .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-9 {
    height: calc(var(--spacing) * 9);
  }
  .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-18 {
    height: calc(var(--spacing) * 18);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-36 {
    height: calc(var(--spacing) * 36);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[38px\] {
    height: 38px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[60vh\] {
    height: 60vh;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .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-\[200px\] {
    height: 200px;
  }
  .h-\[213px\] {
    height: 213px;
  }
  .h-\[215px\] {
    height: 215px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[305px\] {
    height: 305px;
  }
  .h-\[321px\] {
    height: 321px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[455px\] {
    height: 455px;
  }
  .h-\[469px\] {
    height: 469px;
  }
  .h-\[600px\] {
    height: 600px;
  }
  .h-\[620px\] {
    height: 620px;
  }
  .h-\[650px\] {
    height: 650px;
  }
  .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-\[calc\(100\%-180px\)\] {
    height: calc(100% - 180px);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[80vh\] {
    max-height: 80vh;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[95vh\] {
    max-height: 95vh;
  }
  .max-h-\[1200px\] {
    max-height: 1200px;
  }
  .max-h-\[1400px\] {
    max-height: 1400px;
  }
  .max-h-screen {
    max-height: 100vh;
  }
  .min-h-\[700px\] {
    min-height: 700px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .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-9 {
    width: calc(var(--spacing) * 9);
  }
  .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-18 {
    width: calc(var(--spacing) * 18);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-36 {
    width: calc(var(--spacing) * 36);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[38px\] {
    width: 38px;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[48\%\] {
    width: 48%;
  }
  .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-\[200px\] {
    width: 200px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[264px\] {
    width: 264px;
  }
  .w-\[279px\] {
    width: 279px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[371px\] {
    width: 371px;
  }
  .w-\[372px\] {
    width: 372px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[405px\] {
    width: 405px;
  }
  .w-\[454px\] {
    width: 454px;
  }
  .w-\[490px\] {
    width: 490px;
  }
  .w-\[542px\] {
    width: 542px;
  }
  .w-\[550px\] {
    width: 550px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[620px\] {
    width: 620px;
  }
  .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-\[1650px\] {
    width: 1650px;
  }
  .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-\[95vw\] {
    max-width: 95vw;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .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-\[1020px\] {
    max-width: 1020px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-\[1500px\] {
    max-width: 1500px;
  }
  .max-w-\[1800px\] {
    max-width: 1800px;
  }
  .max-w-\[1900px\] {
    max-width: 1900px;
  }
  .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);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .rotate-\[-20deg\] {
    rotate: -20deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-default {
    cursor: default;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, 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)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-16 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-hidden {
    overflow-y: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .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-\[48px\] {
    border-radius: 48px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-b-xl {
    border-bottom-right-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    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-\[\#23B77F\] {
    border-color: #23B77F;
  }
  .border-\[\#666666\] {
    border-color: #666666;
  }
  .border-\[\#BFBFBF\] {
    border-color: #BFBFBF;
  }
  .border-\[\#D9D9D9\] {
    border-color: #D9D9D9;
  }
  .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-200 {
    border-color: var(--color-gray-200);
  }
  .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-green-500 {
    border-color: var(--color-green-500);
  }
  .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-\[\#25A587\] {
    background-color: #25A587;
  }
  .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\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, 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-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/0 {
    background-color: color-mix(in srgb, #fff 0%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 0%, transparent);
    }
  }
  .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-right {
    background-position: right;
  }
  .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-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .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);
  }
  .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);
  }
  .py-28 {
    padding-block: calc(var(--spacing) * 28);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }
  .pr-16 {
    padding-right: calc(var(--spacing) * 16);
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-16 {
    padding-left: calc(var(--spacing) * 16);
  }
  .pl-24 {
    padding-left: calc(var(--spacing) * 24);
  }
  .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-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[26px\] {
    font-size: 26px;
  }
  .text-\[27px\] {
    font-size: 27px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[70px\] {
    font-size: 70px;
  }
  .text-\[74px\] {
    font-size: 74px;
  }
  .text-\[80px\] {
    font-size: 80px;
  }
  .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-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .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-\[-4px\] {
    --tw-tracking: -4px;
    letter-spacing: -4px;
  }
  .tracking-\[0px\] {
    --tw-tracking: 0px;
    letter-spacing: 0px;
  }
  .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-\[\#25A587\] {
    color: #25A587;
  }
  .text-\[\#323F6F\] {
    color: #323F6F;
  }
  .text-\[\#010101\] {
    color: #010101;
  }
  .text-\[\#666666\] {
    color: #666666;
  }
  .text-\[\#999999\] {
    color: #999999;
  }
  .text-\[\#BFBFBF\] {
    color: #BFBFBF;
  }
  .text-\[\#CCCCCC\] {
    color: #CCCCCC;
  }
  .text-\[\#DAFFF1\] {
    color: #DAFFF1;
  }
  .text-\[\#E9FEF9\] {
    color: #E9FEF9;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-\[white\] {
    color: white;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-300 {
    color: var(--color-gray-300);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .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;
  }
  .placeholder-transparent {
    &::placeholder {
      color: transparent;
    }
  }
  .scheme-dark {
    color-scheme: dark;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .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);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[100px\] {
    --tw-blur: blur(100px);
    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-\[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-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .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;
    }
  }
  .focus-within\:border-green-500 {
    &:focus-within {
      border-color: var(--color-green-500);
    }
  }
  .hover\:scale-\[1\.02\] {
    &:hover {
      @media (hover: hover) {
        scale: 1.02;
      }
    }
  }
  .hover\:bg-\[\#1f8a6e\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1f8a6e;
      }
    }
  }
  .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\:bg-white\/30 {
    &:hover {
      @media (hover: hover) {
        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);
        }
      }
    }
  }
  .hover\:text-gray-600 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-gray-600);
      }
    }
  }
  .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;
      }
    }
  }
  .hover\:shadow-2xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .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;
    }
  }
  .sm\:mx-4 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 4);
    }
  }
  .sm\:mb-8 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:max-w-\[600px\] {
    @media (width >= 40rem) {
      max-width: 600px;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:space-y-4 {
    @media (width >= 40rem) {
      :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)));
      }
    }
  }
  .sm\:space-y-6 {
    @media (width >= 40rem) {
      :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)));
      }
    }
  }
  .sm\:rounded-3xl {
    @media (width >= 40rem) {
      border-radius: var(--radius-3xl);
    }
  }
  .sm\:p-4 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .sm\:px-12 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .sm\:py-4 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .sm\:py-12 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .sm\:text-base {
    @media (width >= 40rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .sm\:text-lg {
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .sm\:text-xl {
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 40rem) {
      font-size: 20px;
    }
  }
  .sm\:text-\[27px\] {
    @media (width >= 40rem) {
      font-size: 27px;
    }
  }
  .md\:top-1\/2 {
    @media (width >= 48rem) {
      top: calc(1/2 * 100%);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:max-w-\[820px\] {
    @media (width >= 48rem) {
      max-width: 820px;
    }
  }
  .md\:-translate-y-1\/2 {
    @media (width >= 48rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:px-52 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 52);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:text-\[56px\] {
    @media (width >= 48rem) {
      font-size: 56px;
    }
  }
  .md\:text-\[70px\] {
    @media (width >= 48rem) {
      font-size: 70px;
    }
  }
  .md\:font-\[400\] {
    @media (width >= 48rem) {
      --tw-font-weight: 400;
      font-weight: 400;
    }
  }
  .md\:tracking-\[-4px\] {
    @media (width >= 48rem) {
      --tw-tracking: -4px;
      letter-spacing: -4px;
    }
  }
  .md\:only\:w-md {
    @media (width >= 48rem) {
      &:only-child {
        width: var(--container-md);
      }
    }
  }
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url("/public/fonts/PPNeueMontreal-Thin.otf");
  font-weight: 300;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url("/public/fonts/PPNeueMontreal-Book.otf");
  font-weight: 400;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url("/public/fonts/PPNeueMontreal-Medium.otf");
  font-weight: 500;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url("/public/fonts/PPNeueMontreal-Bold.otf");
  font-weight: 700;
}
:root {
  background-color: #242424;
  line-height: 1.5;
  font-weight: 400;
  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;
}
a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  text-decoration: none;
}
button, input, select, textarea {
  -webkit-appearance: none !important;
  appearance: none !important;
  background-clip: padding-box;
}
.unbound {
  font-family: 'Unbounded';
}
.tablet-partner-image {
  display: none;
}
.desktop-partner-mosaic {
  display: block;
}
body {
  margin: 0;
  padding: 0;
  max-width: 1920px;
  margin: 0 auto;
  min-height: 100vh;
  -webkit-appearance: none !important;
  appearance: none !important;
}
button {
  outline: none;
}
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;
}
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;
  -webkit-appearance: none !important;
  appearance: none !important;
}
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;
}
img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: unset;
}
section.w-full.bg-white.min-h-\[700px\] img[src*="adaptivTree"] {
  display: none;
}
body.emission-mobile .emission-stats {
  gap: 0 !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
}
body.emission-mobile .emission-stats > div {
  margin-bottom: 12px !important;
}
body.emission-mobile .emission-stats p.text-\[48px\] {
  font-size: 32px !important;
}
body.emission-mobile .emission-stats p.text-\[24px\] {
  font-size: 18px !important;
}
@media (max-width: 1300px) {
  body {
    background: white !important;
  }
  header {
    padding: 8px 12px !important;
  }
  nav.max-w-\[1920px\] {
    height: 60px !important;
    padding: 0 10px !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 {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 20px !important;
  }
  #projectCarouselMainContainer #projectCarousel .p-6 {
    padding: 20px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }
  #projectCarouselMainContainer #projectCarousel .flex.justify-between {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !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;
    margin-top: 32px !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: 550px !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;
  }
  .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;
  }
  #mainPageFirstContent {
    height: 100% !important;
    display: flex !important;
    align-items: end !important;
  }
  section.relative.bg-black.overflow-hidden .max-w-\[800px\] {
    max-width: 95% !important;
    margin-bottom: 0 !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: -350px !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;
  }
  #factorySection::before, #factorySection::after {
    z-index: 60 !important;
    pointer-events: none !important;
  }
  #UspehCaseText {
    font-size: 38px !important;
    margin-bottom: 30px !important;
  }
  #nextTextGrid {
    display: flex !important;
    flex-direction: column !important;
  }
  #resultsSectionFcsContainer {
    display: flex !important;
    flex-direction: column !important;
  }
  #resultsSectionFcsTextTwo {
    font-size: 38px !important;
  }
  #resultsSectionFcsText {
    font-size: 20px !important;
  }
  #resultsSectionFcsTextOne {
    font-size: 16px !important;
  }
  #footerTextAddBussines {
    font-size: 20px !important;
  }
  #footerTextAddBussines span {
    font-size: 20px !important;
  }
  #factorySection::before {
    left: -400px !important;
    top: 50px !important;
    width: 500px !important;
    height: 500px !important;
    z-index: 20 !important;
  }
  #handsectionText {
    font-size: 38px !important;
    margin-bottom: 30px !important;
  }
  #handsectionTextOne {
    font-size: 20px !important;
  }
  #handsectionTextTwo {
    font-size: 16px !important;
  }
  #handsectionTextTwo br {
    display: none !important;
  }
  #handsectionTextOne br {
    display: none !important;
  }
  #UspehCaseTextTwo {
    font-size: 16px !important;
  }
  #YearFcsTextAddPropTwo {
    font-size: 20px !important;
  }
  #YearFcsTextAddProp {
    font-size: 60px !important;
  }
  #UspehCaseTextOne {
    font-size: 20px !important;
  }
  #UspehCaseTextTwo br {
    display: none !important;
  }
  #UspehCaseTextOne br {
    display: none !important;
  }
  #factorySection::after {
    display: none !important;
  }
  #projectCasesGrid {
    display: flex !important;
    flex-direction: column !important;
  }
  #yearWheelContainerAddNewBussines {
    margin-top: -200px !important;
    margin-bottom: -250px !important;
  }
  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;
    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;
    flex-direction: row !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;
    display: none !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 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    margin: 0 !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: 0 !important;
    overflow: hidden !important;
  }
  #BirchService {
    font-size: 23px !important;
  }
  #BirchServiceImg {
    width: 40px !important;
    height: 40px !important;
  }
  #titleHeroProff {
    font-size: 60px !important;
    font-weight: 400 !important;
  }
  #containerbussines {
    flex-direction: column !important;
  }
  #rightcolumnBusi {
    flex-direction: row !important;
    width: 100% !important;
    justify-content: center !important;
    gap: 44px !important;
    margin-top: 40px !important;
  }
  #titlebusProject {
    font-size: 38px !important;
    margin-bottom: 30px !important;
  }
  #busProjectTextOne {
    font-size: 18px !important;
  }
  #busProjectTextOne br {
    display: none !important;
  }
  #containerbussinesTwo {
    width: 100% !important;
  }
  #busProjectTextTwo {
    font-size: 18px !important;
  }
  #busProjectTextThree {
    font-size: 18px !important;
  }
  #busProjectTextTwo br {
    display: none !important;
  }
  #busProjectTextThree br {
    display: none !important;
  }
  #textBusyCycle {
    font-size: 38px !important;
  }
  #businContainerCardSection {
    flex-direction: column !important;
    display: flex !important;
  }
  #businContainerCardSectionText {
    font-size: 38px !important;
  }
  #fcsContainerBlock {
    flex-direction: column !important;
    gap: 0 !important;
  }
  #fcsblockOne {
    width: 100% !important;
  }
  #fcsblockTwo {
    width: 100% !important;
  }
  #fcsblockOneItem {
    margin-bottom: 32px !important;
  }
  #newMetaTextBusinOne {
    font-size: 20px !important;
  }
  #newMetaTextBusinOne br {
    display: none !important;
  }
  #newMetaTextBusinTwo br {
    display: none !important;
  }
  #newMetaTextBusinTwo {
    font-size: 16px !important;
  }
  #fcsSectionYearText {
    font-size: 38px !important;
    margin-bottom: 32px !important;
  }
  #TextfcsBlockOne {
    font-size: 20px !important;
  }
  #TextfcsBlockTwo {
    font-size: 16px !important;
  }
  #TextfcsBlockOne br {
    display: none !important;
  }
  #TextfcsOtrasl {
    font-size: 38px !important;
  }
  #containerOtraslNewM {
    display: flex !important;
    flex-direction: column !important;
  }
  #textOtralslNewTitle {
    font-size: 20px !important;
  }
  #factoryBigTextOne {
    font-size: 20px !important;
  }
  #factoryBigTextTwo {
    font-size: 16px !important;
  }
  #factoryBigTextThree {
    font-size: 38px !important;
  }
  #factoryBigTextOne br {
    display: none !important;
  }
  #factoryBigTextTwo br {
    display: none !important;
  }
  #textOtralslNewTitleOne {
    font-size: 16px !important;
    margin-top: 8px !important;
  }
  #textOtralslNewTitle br {
    display: none !important;
  }
  #textOtralslNewTitleOne br {
    display: none !important;
  }
  #factoryBig {
    flex-direction: column !important;
  }
  #factoryBigTwo {
    width: 100% !important;
  }
  #factoryBigThree {
    width: 100% !important;
  }
  #TextfcsBlockTwo br {
    display: none !important;
  }
  #fc-images-top, #fc-images-mid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    align-items: center !important;
  }
  #fc-images-top img, #fc-images-mid img {
    width: 100% !important;
    max-width: 760px !important;
    height: auto !important;
    object-fit: contain !important;
  }
  #fc-texts-top, #fc-texts-mid {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-top: 12px !important;
  }
  #fc-texts-top > div, #fc-texts-mid > div {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 12px !important;
  }
  #fc-texts-top h3, #fc-texts-mid h3 {
    font-size: 26px !important;
  }
  #fc-texts-top p, #fc-texts-mid p, #fc-summary {
    font-size: 18px !important;
    color: #FFFFFF !important;
  }
  #fullCycleSection {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  #fc-images-rocket {
    display: none !important;
  }
  #fc-stack {
    display: block !important;
  }
  #fc-images-top, #fc-images-mid, #fc-texts-top, #fc-texts-mid {
    display: none !important;
  }
  .fc-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .fc-card img {
    width: 100% !important;
    height: auto !important;
  }
  .fc-card h3 {
    font-size: 26px !important;
    margin-top: 8px !important;
  }
  .fc-card p {
    font-size: 18px !important;
    margin-top: 6px !important;
    color: rgba(255,255,255,0.85) !important;
  }
  #yearWheelContainer {
    margin-top: 0 !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 16px 4px 8px !important;
  }
  nav.max-w-\[1920px\] {
    height: 50px !important;
    padding: 0 0 0 8px !important;
    max-width: 100% !important;
    justify-content: space-between !important;
    background: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    position: relative !important;
  }
  nav .flex.items-center.gap-6 {
    align-items: end !important;
  }
  .bg-white\/10.backdrop-blur-md.h-\[80px\].text-white.px-8.py-6.rounded-md.font-semibold.hover\:bg-white.hover\:text-gray-900.transition.w-\[300px\] {
    display: none !important;
  }
  nav img {
    padding-left: 0 !important;
    height: 48px !important;
    width: auto !important;
  }
  nav.flex ul.flex, .desktop-button, .tablet-menu {
    display: none !important;
  }
  .mobile-menu {
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    padding: 12px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
  }
  .mobile-menu img {
    height: 26px !important;
  }
  section.h-screen {
    background-image: url('./img/mainPhone.png') !important;
    background-size: cover !important;
    background-position: center !important;
    padding-top: 0 !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 {
    display: flex !important;
    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;
  }
  #fullstackinformationMain {
    margin-top: 20px !important;
  }
  #fourco2tonn {
    width: 130px !important;
    height: 40px !important;
  }
  #fourco2tonn span {
    font-size: 12px !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;
  }
  #textBusyCycle {
    font-size: 32px !important;
  }
  #fc-card-1 img {
    content: url("./img/shorylump.png");
  }
  #fc-card-2 img {
    content: url("./img/shortyfile.png");
  }
  #fc-card-3 img {
    content: url("./img/shortmoney.png");
  }
  #fc-card-4 img {
    content: url("./img/shortrocket.png");
  }
  #fc-card-4 h3 {
    font-size: 20px !important;
  }
  #fc-card-3 h3 {
    font-size: 20px !important;
  }
  #fullCycleSection {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  #sectionAddDeveloper {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  #fc-card-2 h3 {
    font-size: 20px !important;
  }
  #fc-card-1 h3 {
    font-size: 20px !important;
  }
  #fc-card-4 p {
    font-size: 16px !important;
  }
  #fc-card-3 p {
    font-size: 16px !important;
  }
  #fc-card-2 p {
    font-size: 16px !important;
  }
  #fc-card-1 p {
    font-size: 16px !important;
  }
  #businContainerCardSectionText {
    font-size: 32px !important;
    margin-bottom: 32px !important;
  }
  #fcsSectionYearText {
    font-size: 28px !important;
  }
  #textOtralslNewTitle {
    font-size: 18px !important;
  }
  #factoryBigTextThree {
    font-size: 32px !important;
  }
  #yearWheelContainerAddNewBussines {
    margin-bottom: -150px !important;
    margin-top: -360px !important;
  }
  #handsectionText {
    font-size: 34px !important;
  }
  #factorySection {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  #resultsSectionFcsTextTwo {
    font-size: 32px !important;
  }
  #textOtralslNewTitleOne {
    font-size: 14px !important;
  }
  #newFscContainerRow {
    flex-direction: row !important;
    gap: 20px !important;
  }
  #resultsSectionFcsText {
    font-size: 18px !important;
  }
  #resultsSectionFcsTextOne {
    font-size: 14px !important;
  }
  #titleHeroProff {
    font-size: 38px !important;
  }
  #headerServicesFsc {
    padding: 0 !important;
    padding-top: 12px !important;
  }
  #headerServicesFsc nav {
    padding: 0 !important;
  }
  #titlebusProject {
    font-size: 38px !important;
  }
  #busProjectTextOne {
    font-size: 16px !important;
  }
  #busProjectTextTwo {
    font-size: 16px !important;
  }
  #busProjectTextThree {
    font-size: 16px !important;
  }
  #YearFcsTextAddProp {
    font-size: 48px !important;
  }
  #rightcolumnBusi {
    padding: 0 !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;
    letter-spacing: normal !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: 32px !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: 16px !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;
    display: none !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: 32px !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;
    max-width: 100%;
    width: 100%;
  }
  @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.max-h-\[1200px\].bg-white {
    min-height: auto !important;
    height: calc(100vh - 70px) !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.max-h-\[1200px\] .max-w-\[1920px\] {
    padding: 0 20px !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
  }
  section.w-full.bg-white.max-h-\[1200px\] .w-\[320px\] {
    width: 340px !important;
    max-width: 340px !important;
  }
  section.w-full.bg-white.max-h-\[1200px\] .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.max-h-\[1200px\] .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.max-h-\[1200px\] .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.max-h-\[1200px\] .text-2xl br {
    display: none !important;
  }
  section.w-full.bg-white.max-h-\[1200px\] .space-y-6 {
    margin-bottom: 40px !important;
    gap: 16px !important;
  }
  section.w-full.bg-white.max-h-\[1200px\] .flex.gap-6 {
    flex-direction: column !important;
    gap: 10px !important;
    width: 340px !important;
    max-width: 340px !important;
    margin: 0 auto !important;
    position: relative !important;
    z-index: 3 !important;
  }
  section.w-full.bg-white.max-h-\[1200px\] .bg-\[#23B77F\] {
    height: 60px !important;
    font-size: 16px !important;
    width: 370px !important;
    max-width: 370px !important;
    padding: 0 !important;
    border-radius: 5px !important;
    font-weight: 500 !important;
    margin: 0 auto !important;
  }
  section.w-full.bg-white.max-h-\[1200px\] .bg-white\/90 {
    height: 60px !important;
    font-size: 16px !important;
    width: 340px !important;
    max-width: 340px !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-70.-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-70.-right-35 img {
    width: 600px !important;
    height: auto !important;
    max-width: none !important;
    position: relative !important;
    top: -300px !important;
    right: -30px !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-70.-right-35 {
      position: relative !important;
      bottom: auto !important;
      right: auto !important;
      display: flex !important;
      justify-content: center !important;
      z-index: 5 !important;
      overflow: hidden !important;
    }
    section.relative.bg-black.overflow-hidden.py-20 .absolute.-bottom-70.-right-35 img {
      width: 700px !important;
      height: auto !important;
      transform: translateX(-10%) !important;
    }
  }
  #percentageText {
    font-size: 44px !important;
  }
  #blockwithcreator {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    position: relative !important;
    z-index: 100 !important;
  }
  #btnheaderprojectblockforservice {
    display: flex !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 20px !important;
    width: 255px !important;
    height: 64px !important;
    gap: 0 !important;
    background-color: white !important;
    opacity: 100% !important;
    border: none !important;
  }
  #divWithWhatSappService {
    margin-bottom: 8px !important;
  }
  #blockwithcreatorImg {
    margin-bottom: 32px !important;
    margin-top: 12px !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 {
    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-top: 20px !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: flex !important;
    justify-content: center !important;
    align-items: center !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;
  }
}
@media (max-width: 767px) {
  .donate-page section.h-screen {
    background-image: url('./img/donatePhone.png') !important;
    background-size: cover !important;
    background-position: center !important;
  }
  body.donate-mobile {
    overflow-x: hidden !important;
  }
  body.donate-mobile section.h-screen {
    background-image: url('./img/donatePhone.png') !important;
    background-size: cover !important;
    background-position: center !important;
    min-height: 100vh !important;
    height: auto !important;
  }
  body.donate-mobile header {
    padding: 4px 16px 4px 8px !important;
  }
  body.donate-mobile nav.max-w-\[1920px\] {
    height: 50px !important;
    padding: 0 0 0 8px !important;
    max-width: 100% !important;
    justify-content: space-between !important;
    background: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
  }
  body.donate-mobile nav .flex.items-center.gap-6 {
    align-items: end !important;
  }
  body.donate-mobile nav img[alt*="логотип"] {
    height: 48px !important;
    width: auto !important;
  }
  body.donate-mobile nav.flex ul.flex, body.donate-mobile .desktop-button, body.donate-mobile .tablet-menu {
    display: none !important;
  }
  body.donate-mobile .mobile-menu {
    display: block !important;
    width: 50px !important;
    height: 50px !important;
    padding: 12px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    flex-shrink: 0 !important;
  }
  body.donate-mobile .flex-1.flex.items-center.justify-center {
    padding: 40px 0 80px 0 !important;
    justify-content: flex-start !important;
    align-items: flex-end !important;
  }
  body.donate-mobile .max-w-\[1920px\].w-full.px-8.mx-auto {
    padding: 0 16px !important;
  }
  body.donate-mobile .flex.items-center.mb-6.gap-2 {
    margin-bottom: 16px !important;
    flex-direction: row !important;
    align-items: center !important;
  }
  body.donate-mobile .flex.items-center.mb-6.gap-2 img {
    width: 16px !important;
    height: 16px !important;
  }
  body.donate-mobile .flex.items-center.mb-6.gap-2 span {
    font-size: 16px !important;
    letter-spacing: 0px !important;
  }
  body.donate-mobile .flex.items-center.mb-8 h1 {
    font-size: 20px !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
  }
  body.donate-mobile .flex.items-end.justify-between.w-full {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 24px !important;
  }
  body.donate-mobile .text-\[24px\].text-\[\#BFBFBF\] {
    font-size: 14px !important;
    line-height: 1.4 !important;
    max-width: 100% !important;
    margin-bottom: 0 !important;
  }
  body.donate-mobile .flex.gap-6 {
    width: 100% !important;
    flex-direction: column !important;
    gap: 16px !important;
  }
  body.donate-mobile .bg-\[#23B77F\], body.donate-mobile .bg-white\/10 {
    height: 60px !important;
    width: 100% !important;
    font-size: 14px !important;
    padding: 12px 16px !important;
    text-align: center !important;
    justify-content: center !important;
  }
  body.donate-mobile .w-\[300px\] {
    width: 100% !important;
  }
  body.donate-mobile .h-\[80px\] {
    height: 60px !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-60.z-20 {
    margin-top: -40px !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-60.z-20 .max-w-\[1920px\] {
    padding: 0 16px !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-60.z-20 .flex-col.md\:flex-row {
    flex-direction: column !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-60.z-20 .relative.z-10.max-w-\[800px\].text-black.space-y-8 {
    max-width: 100% !important;
    width: 100% !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-60.z-20 h2 {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 24px !important;
    max-width: 100% !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-60.z-20 .space-y-6 {
    margin-bottom: 24px !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-60.z-20 .flex.items-center.justify-between {
    gap: 30px !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-60.z-20 .text-5xl {
    font-size: 24px !important;
    margin-bottom: 8px !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-60.z-20 .text-lg {
    font-size: 14px !important;
    max-width: 100% !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-60.z-20 .flex.gap-2.mb-100 {
    display: none !important;
  }
  body.donate-mobile section.relative.bg-black.overflow-hidden.py-20 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    position: relative !important;
    z-index: 10 !important;
  }
  body.donate-mobile section.relative.bg-black.overflow-hidden.py-20 .max-w-\[1920px\].mx-auto.px-8 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.donate-mobile section.relative.bg-black.overflow-hidden.py-20 .flex.items-center.justify-between {
    flex-direction: column !important;
    gap: 25px !important;
  }
  body.donate-mobile section.relative.bg-black.overflow-hidden.py-20 .flex-1.max-w-\[800px\] {
    width: 100% !important;
    max-width: 100% !important;
    order: 1 !important;
    text-align: left !important;
  }
  body.donate-mobile section.relative.bg-black.overflow-hidden.py-20 h2.text-white.text-\[84px\] {
    font-size: 36px !important;
    line-height: 1.1 !important;
    margin-bottom: 15px !important;
  }
  body.donate-mobile section.relative.bg-black.overflow-hidden.py-20 p.text-\[\#BFBFBF\] {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
    max-width: 100% !important;
  }
  body.donate-mobile section.relative.bg-black.overflow-hidden.py-20 a.bg-\[\#23B77F\] {
    width: 100% !important;
    max-width: 535px !important;
    height: 60px !important;
    font-size: 16px !important;
    padding: 0 15px !important;
    margin: 0 !important;
    order: 2 !important;
  }
  body.donate-mobile section.relative.bg-black.overflow-hidden.py-20 .flex-shrink-0.mr-20 {
    margin-right: 0 !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    order: 3 !important;
  }
  body.donate-mobile section.relative.bg-black.overflow-hidden.py-20 .flex-shrink-0.mr-20 img {
    max-width: 635px !important;
    width: 100% !important;
    height: auto !important;
  }
  body.donate-mobile section.relative.bg-black.overflow-hidden.py-20 .absolute.w-\[769px\].h-\[769px\] {
    width: 300px !important;
    height: 300px !important;
    opacity: 0.6 !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 {
    margin-top: -40px !important;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
    position: relative !important;
    z-index: 10 !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 .max-w-\[1920px\] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 .flex.items-center.justify-between {
    flex-direction: column !important;
    gap: 25px !important;
    align-items: flex-start !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 .w-\[60\%\] {
    width: 100% !important;
    padding-right: 0 !important;
    order: 1 !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 h2.text-black.text-\[84px\] {
    font-size: 36px !important;
    line-height: 1.1 !important;
    margin-bottom: 15px !important;
    text-align: left !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 h2.text-black.text-\[84px\] sub {
    display: none !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 p.text-\[\#3C3C3C\] {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    margin-top: 15px !important;
    max-width: 100% !important;
    text-align: left !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 p.text-\[\#3C3C3C\] br {
    display: none !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 .flex.items-center.gap-16 {
    width: 100% !important;
    flex-direction: column !important;
    height: 140px !important;
    gap: 15px !important;
    align-items: flex-start !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 input.flex-1.h-\[85px\] {
    width: 100% !important;
    max-width: 100% !important;
    height: 60px !important;
    font-size: 16px !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 button.bg-\[\#23B77F\] {
    width: 100% !important;
    height: 60px !important;
    font-size: 16px !important;
    margin-top: 5px !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 .w-\[40\%\] {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    order: 2 !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.-mt-\[79px\].z-20 .w-\[40\%\] img {
    max-width: 435px !important;
    width: 100% !important;
    height: auto !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-\[180px\].z-20 {
    margin-top: -120px !important;
    padding-top: 0 !important;
    padding-bottom: 40px !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-\[180px\].z-20 .max-w-\[1920px\] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-\[180px\].z-20 .w-full.h-\[920px\] {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 15px !important;
    margin-bottom: 30px !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-\[180px\].z-20 .absolute.bottom-6.left-6.w-\[350px\] {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    top: auto !important;
    padding: 20px !important;
    margin-bottom: 0 !important;
    order: 1 !important;
    background-color: rgba(128, 128, 128, 0.2) !important;
    backdrop-filter: blur(4px) !important;
    border-radius: 12px !important;
    border: 0.61px solid rgba(255, 255, 255, 0.2) !important;
    z-index: 2 !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-\[180px\].z-20 h3.text-white.text-\[44px\] {
    font-size: 28px !important;
    line-height: 1.2 !important;
    margin-bottom: 5px !important;
    color: #000 !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-\[180px\].z-20 #openstreet-map {
    height: 500px !important;
    border-radius: 12px !important;
    order: 2 !important;
    margin-top: 0 !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-\[180px\].z-20 .space-y-3 {
    gap: 10px !important;
    margin-top: 15px !important;
    display: flex !important;
    flex-direction: column !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-\[180px\].z-20 .space-y-3 input {
    height: 55px !important;
    font-size: 16px !important;
    width: 100% !important;
    border-radius: 8px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-\[180px\].z-20 .space-y-3 button {
    height: 55px !important;
    font-size: 16px !important;
    width: 100% !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
  }
  body.donate-mobile section.relative.bg-white.overflow-hidden.py-20.-mt-\[180px\].z-20 .absolute.top-4.left-4 {
    display: none !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
    position: relative !important;
    overflow-x: hidden !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 .mb-16 {
    margin-bottom: 20px !important;
    position: relative !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 h2.text-6xl {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
    opacity: 0.2 !important;
    color: white !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #mobileProjectArrow {
    width: 24px !important;
    height: 24px !important;
    background: url('./img/arrowRightGray.svg') no-repeat center !important;
    background-size: contain !important;
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    top: 10px !important;
    cursor: pointer !important;
    z-index: 10 !important;
    border: none !important;
    padding: 0 !important;
    background-color: transparent !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 .flex.gap-4 {
    display: none !important;
    justify-content: flex-end !important;
    position: absolute !important;
    top: 40px !important;
    right: 20px !important;
    width: auto !important;
    padding: 0 !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 .flex.gap-4 button:first-child {
    display: none !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 .flex.gap-4 button:last-child {
    width: 40px !important;
    height: 40px !important;
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20::after {
    content: '' !important;
    position: absolute !important;
    top: -40% !important;
    right: -500px !important;
    width: 700px !important;
    height: 700px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, #008852, #164125) !important;
    filter: blur(150px) !important;
    pointer-events: none !important;
    z-index: 0 !important;
    opacity: 0.6 !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20::before {
    content: '' !important;
    position: absolute !important;
    top: 25% !important;
    left: -300px !important;
    width: 400px !important;
    height: 400px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, #008852, #164125) !important;
    filter: blur(100px) !important;
    pointer-events: none !important;
    z-index: 0 !important;
    opacity: 0.5 !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 .overflow-hidden {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    padding: 0 0 16px 0 !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    position: relative !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 .overflow-hidden::-webkit-scrollbar {
    display: none !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #projectCarousel {
    display: flex !important;
    flex-direction: row !important;
    padding-left: 16px !important;
    gap: 12px !important;
    transform: none !important;
    width: auto !important;
    transition: none !important;
    will-change: scroll-position !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #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;
    scroll-snap-align: start !important;
    padding: 0 !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #projectCarousel .grid {
    display: block !important;
    width: 100% !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #projectCarousel .rounded-\[20px\] {
    height: 455px !important;
    width: 100% !important;
    border-radius: 12px !important;
    margin: 0 !important;
    position: relative !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #projectCarousel .absolute.inset-0 {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 70%) !important;
    opacity: 1 !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #projectCarousel .p-6 {
    padding: 20px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #projectCarousel h3.text-xl {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
    text-align: left !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #projectCarousel p.text-\[\#BFBFBF\] {
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
    text-align: left !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #projectCarousel button.bg-white {
    height: 44px !important;
    font-size: 14px !important;
    padding: 0 20px !important;
    border-radius: 30px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    align-self: flex-start !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #projectCarousel button.bg-white img {
    width: 20px !important;
    height: 20px !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #projectCarousel .flex.justify-between {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 12px !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 #projectCarousel .flex-1 {
    flex: none !important;
    min-width: auto !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 12px !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-hidden.py-20 {
    padding: 30px 0 20px 0 !important;
  }
  body.donate-mobile footer.relative.bg-black.overflow-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;
  }
  body.donate-mobile footer .max-w-\[1920px\] {
    max-width: 100% !important;
    padding: 0 16px !important;
  }
  body.donate-mobile footer .grid.grid-cols-4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
    border: none !important;
  }
  body.donate-mobile footer .border-r, body.donate-mobile footer .border-b, body.donate-mobile footer .border-t {
    border: none !important;
  }
  #borderNoneFooterPlant::before {
    display: none !important;
  }
  body.donate-mobile 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;
  }
  body.donate-mobile footer .grid.grid-cols-4 > div:first-child {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    order: -1 !important;
  }
  body.donate-mobile footer .grid.grid-cols-4 > div:last-child {
    display: none !important;
  }
  body.donate-mobile 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;
  }
  body.donate-mobile footer .grid.grid-cols-4 > div:nth-child(2) .text-left {
    width: 100% !important;
  }
  body.donate-mobile 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;
  }
  body.donate-mobile footer .grid.grid-cols-4 > div:nth-child(2) .space-y-4 {
    margin-bottom: 20px !important;
  }
  body.donate-mobile 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;
  }
  body.donate-mobile 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;
  }
  body.donate-mobile footer .grid.grid-cols-4 > div:nth-child(2) .flex {
    gap: 16px !important;
  }
  body.donate-mobile 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;
  }
  body.donate-mobile footer .grid.grid-cols-4 > div:nth-child(2) .flex a img {
    width: 40px !important;
    height: 40px !important;
  }
  body.donate-mobile footer .grid.grid-cols-4 > div:nth-child(3) {
    display: none !important;
  }
  body.donate-mobile 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;
  }
  body.donate-mobile 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;
  }
  body.donate-mobile 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;
  }
  body.donate-mobile footer .relative.z-10.mt-8.pt-6.text-center {
    text-align: left !important;
    position: relative !important;
  }
  body.donate-mobile footer .relative.z-10.mt-8.pt-6.text-center::after {
    content: '' !important;
    position: absolute !important;
    bottom: -200px !important;
    right: -400px !important;
    width: 500px !important;
    height: 500px !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, #008852, #164125) !important;
    filter: blur(100px) !important;
    pointer-events: none !important;
    z-index: -1 !important;
    opacity: 0.5 !important;
  }
  body.donate-mobile 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;
    position: relative !important;
    z-index: 1 !important;
  }
  body.donate-mobile footer p.text-\[#DAFFF1\] {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  body.emission-mobile {
    overflow-x: hidden !important;
    background-color: black !important;
  }
  body.emission-mobile .desktop-nav, body.emission-mobile .desktop-button {
    display: none !important;
  }
  body.emission-mobile .tablet-menu {
    display: none !important;
  }
  body.emission-mobile .mobile-menu {
    display: block !important;
  }
  @media screen and (min-width: 769px) {
    .mobile-menu {
      display: none !important;
    }
    .tablet-menu {
      display: none !important;
    }
  }
  @media screen and (max-width: 480px) {
    .tablet-menu {
      display: none !important;
    }
    .mobile-menu {
      display: block !important;
    }
  }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    .mobile-menu {
      display: none !important;
    }
    .tablet-menu {
      display: none !important;
    }
    #textemissionoff {
      display: none !important;
    }
  }
  body.emission-mobile nav {
    height: 70px !important;
    border-radius: 50px !important;
  }
  body.emission-mobile nav img.h-\[46px\].w-\[144px\] {
    height: 48px !important;
    width: 150px !important;
  }
  body.emission-mobile .flex.flex-col.w-full.mx-auto.max-w-\[1920px\] {
    padding: 0 !important;
    width: 100% !important;
  }
  body.emission-mobile .mobile-header-circle {
    display: block !important;
    opacity: 0.7 !important;
    top: -50px !important;
    right: -100px !important;
    width: 250px !important;
    height: 250px !important;
  }
  #secondCircle {
    display: block !important;
    top: 400px !important;
    width: 450px !important;
    height: 450px !important;
    left: -260px !important;
  }
  #threeCircle {
    display: block !important;
    top: 1400px !important;
    right: -250px !important;
    width: 450px !important;
    height: 450px !important;
  }
  #fourCircle {
    display: block !important;
    top: 2800px !important;
    left: 300px !important;
    width: 400px !important;
    height: 400px !important;
  }
  #percentageIndicator {
    left: 210px !important;
  }
  #map {
    margin-top: 120px !important;
  }
  #urTree {
    display: none !important;
  }
  body.emission-mobile .header-logo {
    height: 48px !important;
    width: 150px !important;
  }
  body.emission-mobile .relative.z-10.overflow-hidden.py-20.flex-1, body.emission-mobile section.relative.z-10.overflow-hidden.py-20.flex-1 {
    padding: 0 !important;
    margin: 0 !important;
  }
  body.emission-mobile h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
  }
  body.emission-mobile .text-\[84px\] {
    font-size: 32px !important;
  }
  body.emission-mobile .cylinder-container {
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    transform: scale(0.8) !important;
  }
  body.emission-mobile #map {
    height: 450px !important;
    width: 100% !important;
  }
  #textemissionoff {
    display: block !important;
  }
  #emissionMobShareResult {
    flex-direction: column !important;
  }
  body.emission-mobile .flex.items-start.justify-between {
    flex-direction: column !important;
    gap: 24px !important;
  }
  body.emission-mobile .flex-1.max-w-\[900px\] {
    max-width: 100% !important;
    width: 100% !important;
  }
  body.emission-mobile .max-w-\[400px\] {
    max-width: 100% !important;
    width: 100% !important;
  }
  body.emission-mobile .border-b.border-white\/20 {
    padding-bottom: 16px !important;
  }
  body.emission-mobile .flex.flex-row.gap-4 {
    flex-direction: column !important;
  }
  body.emission-mobile .flex.gap-24.items-start {
    gap: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    width: 100% !important;
  }
  body.emission-mobile .bg-white.text-\[\#5F6161\].px-6.py-3.rounded-full {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 16px !important;
  }
  body.emission-mobile .custom-tree-popup {
    width: 90% !important;
    max-width: 250px !important;
  }
  body.emission-mobile .absolute.w-\[769px\].h-\[769px\].rounded-full.blur-\[600px\] {
    width: 400px !important;
    height: 400px !important;
    opacity: 0.3 !important;
  }
  #servicecontainerBirchUsleg {
    flex-direction: column !important;
    align-items: start !important;
  }
  #servicecontainerBirchUslegImg {
    margin-left: -9px !important;
    margin-bottom: -24px !important;
  }
  #servicecontainerBirchUslegText {
    font-size: 24px !important;
  }
  #btnserviceWhatspaap {
    padding-left: 32px !important;
    padding-right: 0 !important;
    font-size: 18px !important;
  }
  #circleServiceNumberOne {
    width: 1000px !important;
    height: 1000px !important;
    left: -1000px !important;
    top: -600px !important;
  }
  #emissionIcon {
    flex-direction: row !important;
    gap: 20px !important;
    justify-content: center !important;
  }
  #emissionFullCompens {
    font-size: 18px !important;
  }
  #emissionFullCompensValue {
    font-size: 18px !important;
  }
  #emissionTextNumberFour {
    font-size: 18px !important;
  }
  #emissionTextNumberThree {
    font-size: 18px !important;
  }
  #emissionTextNumberTwo {
    font-size: 18px !important;
  }
  #emissionTextNumberOne {
    font-size: 18px !important;
  }
  #textIcon {
    width: 100% !important;
    text-align: center !important;
  }
  body.emission-mobile footer {
    padding: 40px 20px !important;
  }
  body.emission-mobile footer .grid.grid-cols-4 {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  body.emission-mobile footer .border-r {
    border-right: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    padding-bottom: 20px !important;
  }
  body.emission-mobile footer img[src*="footerBirch.png"] {
    width: 140px !important;
    height: auto !important;
  }
  @media screen and (max-width: 768px) {
    footer .grid.grid-cols-4 > div:first-child img[src*="footerBirch.png"] {
      content: url('../../src/img/logoPhone.png') !important;
      display: none !important;
    }
    .footer-copyright-logo {
      content: url('../../src/img/logoPhone.png') !important;
      width: 140px !important;
      height: auto !important;
      background: transparent !important;
    }
    #mobileAddIcon {
      background: transparent !important;
    }
    footer .grid.grid-cols-4 > div:first-child {
      display: none !important;
    }
  }
  body.emission-mobile footer .flex {
    justify-content: flex-start !important;
    gap: 12px !important;
  }
  body.emission-mobile footer > div > div:last-child {
    font-size: 12px !important;
    text-align: center !important;
    margin-top: 30px !important;
  }
  body.emission-mobile #mobileMenu {
    background-color: rgba(0, 0, 0, 0.95) !important;
  }
  #firstText {
    margin-bottom: 10px !important;
    font-size: 32px !important;
  }
  #viVisadili {
    padding-bottom: 16px !important;
    margin-top: 16px !important;
  }
  #ecvivalent {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  #firstEcvivalent {
    font-size: 14px !important;
  }
  #secondEcvivalent {
    font-size: 18px !important;
  }
  #callToAction {
    display: flex !important;
    flex-direction: row !important;
  }
  #callToActionBlock {
    max-width: 300px !important;
  }
  #callToActionText {
    font-size: 24px !important;
  }
  #emissionCalculator {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px !important;
  }
  #emissionCalculatorButton {
    width: 350px;
    justify-content: center !important;
  }
  #emissionCalculatorText {
    text-align: center !important;
    width: 350px;
  }
  #shareResultText br {
    display: none;
  }
  #shareResult {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 350px !important;
    min-width: 350px !important;
    height: auto !important;
    gap: 0 !important;
    background: rgba(255, 255, 255, 0.379) !important;
    opacity: 80% !important;
  }
  #shareResultText {
    font-size: 26px !important;
  }
  #shareResultIcons {
    flex-direction: row !important;
    gap: 66px !important;
  }
  #imageContainer {
    display: block !important;
  }
  #allContent {
    flex-direction: column !important;
    gap: 0px !important;
  }
  #firstCircleEmission {
    display: block !important;
    opacity: 0.7 !important;
    top: -150px !important;
    right: -200px !important;
    width: 300px !important;
    height: 300px !important;
  }
  #secondCircleEmission {
    display: block !important;
    top: 400px !important;
    width: 450px !important;
    height: 450px !important;
    left: -360px !important;
  }
  #threeCircleEmission {
    display: block !important;
    top: 1100px !important;
    right: -350px !important;
    width: 450px !important;
    height: 450px !important;
  }
  #fourCircleEmission {
    display: block !important;
    top: 2000px !important;
    left: 300px !important;
    width: 400px !important;
    height: 400px !important;
  }
  #navForest {
    height: 50px !important;
    padding: 0 !important;
  }
  #forestPlantSection {
    background-image: url('./img/plantForestLogo.png') !important;
  }
  #forestPlantContent {
    height: 100% !important;
    align-items: flex-end !important;
    margin-bottom: 250px !important;
    display: flex !important;
  }
  #forestLeaderboardSection {
    margin-top: -100px !important;
  }
  #forestLeaderboardSection::after {
    display: none !important;
  }
  #forestRunStroke {
    border-top: 0.5px solid gray !important;
  }
  #forestPlantHeaderLogo {
    width: 140px !important;
    height: 140px !important;
    margin-right: 4px !important;
  }
  #forestPlantHeaderText {
    font-size: 27px !important;
  }
  #forestPlantHeaderText br {
    display: none !important;
  }
  #forestMainText {
    width: 100% !important;
    margin-top: 12px !important;
  }
  #forestMainButton {
    width: 100% !important;
    max-width: none !important;
  }
  #forestCompensationBadge {
    width: 320px !important;
    height: 30px !important;
  }
  #forestCompensationBadgeText {
    font-size: 14px !important;
    text-align: left !important;
  }
  #forestSecondText {
    font-size: 28px !important;
  }
  #forestSecondSpan {
    font-size: 16px !important;
  }
  #forestSecondSpan br {
    display: none !important;
  }
  #forestForm {
    width: 100% !important;
    max-width: none !important;
  }
  #divWithWhatSappService {
    margin-top: 16px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  #btnheaderprojectblockforservice {
    display: flex !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 20px !important;
    width: 255px !important;
    height: 64px !important;
    gap: 0 !important;
    background-color: white !important;
    opacity: 100% !important;
    border: none !important;
  }
  #blockwithcreator {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    position: relative !important;
    z-index: 100 !important;
  }
  #blockwithcreatorImg {
    border-bottom: 2px solid #D9D9D9 !important;
    margin-bottom: 32px !important;
    margin-top: 12px !important;
  }
  #forestFormButton {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 16px !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
  }
  #forestMainDiv {
    padding: 0 !important;
  }
  #forestFormDescription {
    font-size: 14px !important;
    margin-bottom: 40px !important;
  }
  #fourCircleForestSection {
    display: block !important;
  }
  #plantForestFooter {
    padding: 0 !important;
    overflow: hidden !important;
    overflow-y: hidden !important;
    overflow-x: hidden !important;
  }
  body.forest-mobile #plantForestFooter, body.forest-mobile #plantForestFooter .relative, body.forest-mobile #plantForestFooter .overflow-hidden {
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
  }
  .desktop-circle {
    display: block;
  }
  .mobile-circle {
    display: none;
  }
  @media screen and (max-width: 768px) {
    .desktop-circle {
      display: none !important;
    }
    .mobile-circle {
      display: block !important;
    }
    .mobile-circle-3 {
      top: 200px !important;
      transform: none !important;
      left: 250px !important;
      width: 400px !important;
      height: 400px !important;
      filter: blur(100px) !important;
    }
    .mobile-circle-1 {
      bottom: 500px !important;
      left: -250px !important;
      width: 300px !important;
      height: 300px !important;
      filter: blur(100px) !important;
    }
    .mobile-circle-2 {
      top: 900px !important;
      transform: none !important;
      left: 250px !important;
      width: 400px !important;
      height: 400px !important;
      filter: blur(100px) !important;
    }
  }
  @media screen and (min-width: 769px) {
    .project-green-circle-1 {
      bottom: -700px !important;
      left: -350px !important;
      width: 1000px !important;
      height: 1000px !important;
      filter: blur(600px) !important;
    }
    .project-green-circle-2 {
      top: 50% !important;
      transform: translateY(-50%) !important;
      left: -400px !important;
      width: 800px !important;
      height: 800px !important;
      filter: blur(500px) !important;
    }
  }
  @media screen and (max-width: 768px) {
    .project-green-circle-1 {
      bottom: 500px !important;
      left: -250px !important;
      width: 300px !important;
      height: 300px !important;
      filter: blur(100px) !important;
    }
    .project-green-circle-2 {
      top: 900px !important;
      transform: none !important;
      left: 250px !important;
      width: 400px !important;
      height: 400px !important;
      filter: blur(100px) !important;
    }
    body.project-mobile #projects-container {
      padding-top: 40px !important;
      padding-bottom: 0 !important;
      position: relative !important;
      overflow-x: hidden !important;
    }
    body.project-mobile #projects-container .flex.overflow-x-auto::-webkit-scrollbar {
      display: none !important;
    }
    body.project-mobile #projects-container .min-w-full {
      display: flex !important;
      grid-template-columns: none !important;
      gap: 16px !important;
      padding: 0 16px !important;
      width: max-content !important;
      min-width: auto !important;
      overflow-x: auto !important;
      overflow-y: hidden !important;
      -webkit-overflow-scrolling: touch !important;
      scroll-snap-type: x mandatory !important;
      scrollbar-width: none !important;
      -ms-overflow-style: none !important;
    }
    body.project-mobile #projects-container .min-w-full::-webkit-scrollbar {
      display: none !important;
    }
    body.project-mobile #projects-container .project-card {
      width: 300px !important;
      height: 455px !important;
      flex-shrink: 0 !important;
      margin-bottom: 30px !important;
      border-radius: 20px !important;
      overflow: hidden !important;
      position: relative !important;
      scroll-snap-align: start !important;
    }
    body.project-mobile #projects-container .absolute.inset-0 {
      background: linear-gradient(to bottom, transparent 0%, transparent 60%, rgba(0,0,0,0.8) 100%) !important;
    }
    body.project-mobile #projects-container .p-6 {
      padding: 16px !important;
      position: absolute !important;
      bottom: 0 !important;
      left: 0 !important;
      right: 0 !important;
      height: auto !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: flex-end !important;
    }
    body.project-mobile #projects-container h3.text-xl {
      font-size: 18px !important;
      line-height: 1.3 !important;
      margin-bottom: 8px !important;
      font-weight: 600 !important;
      color: white !important;
    }
    body.project-mobile #projects-container p.text-\[\#BFBFBF\] {
      font-size: 14px !important;
      line-height: 1.4 !important;
      margin-bottom: 12px !important;
      color: #BFBFBF !important;
      display: -webkit-box !important;
      -webkit-box-orient: vertical !important;
      overflow: hidden !important;
    }
    body.project-mobile #projects-container button {
      backdrop-filter: blur(10px) !important;
      padding: 16px 32px !important;
      font-size: 16px !important;
      border-radius: 20px !important;
      border: none !important;
      height: auto !important;
      width: auto !important;
      margin: 0 !important;
      display: flex !important;
      align-items: center !important;
      gap: 8px !important;
    }
    body.project-mobile #projects-container button img {
      width: 28px !important;
      height: 28px !important;
    }
    body.project-mobile #projects-container .flex.justify-between {
      flex-direction: column !important;
      align-items: flex-start !important;
      justify-content: flex-end !important;
      gap: 0 !important;
    }
    body.project-mobile #projects-container .flex-1 {
      flex: none !important;
      width: 100% !important;
      margin-bottom: 12px !important;
    }
  }
  body.forest-mobile #forestProjectsSection {
    padding-top: 40px !important;
    padding-bottom: 0 !important;
    position: relative !important;
    overflow-x: hidden !important;
    background-color: white !important;
  }
  body.forest-mobile #forestProjectsSection .mb-16 {
    margin-bottom: 20px !important;
    position: relative !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  body.forest-mobile #forestProjectsSection h2.text-6xl {
    font-size: 26px !important;
    line-height: 1.3 !important;
    margin-bottom: 0 !important;
    text-align: left !important;
    opacity: 1 !important;
    color: #010101 !important;
  }
  body.forest-mobile #forestProjectsSection #mobileProjectArrow {
    width: 24px !important;
    height: 24px !important;
    background: url('./img/arrowPlantForest.svg') no-repeat center !important;
    background-size: contain !important;
    display: block !important;
    position: absolute !important;
    right: 0 !important;
    top: 10px !important;
    cursor: pointer !important;
    z-index: 10 !important;
    border: none !important;
    padding: 0 !important;
    background-color: transparent !important;
  }
  body.forest-mobile #forestProjectsSection .flex.gap-4 {
    display: none !important;
  }
  body.forest-mobile #forestProjectsSection .overflow-hidden {
    width: 100% !important;
    overflow-y: auto !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    position: relative !important;
  }
  #contentFooterForest {
    overflow: hidden !important;
    padding-right: 0 !important;
  }
  body.forest-mobile #forestProjectsSection .overflow-hidden::-webkit-scrollbar {
    display: none !important;
  }
  body.forest-mobile #forestProjectsSection #projectCarousel {
    display: flex !important;
    flex-direction: row !important;
    padding-left: 16px !important;
    gap: 12px !important;
    transform: none !important;
    width: auto !important;
    transition: none !important;
    will-change: scroll-position !important;
  }
  body.forest-mobile #forestProjectsSection #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;
  }
  body.forest-mobile #forestProjectsSection #projectCarousel .grid {
    display: block !important;
    width: 100% !important;
  }
  body.forest-mobile #forestProjectsSection #projectCarousel .rounded-\[20px\] {
    height: 455px !important;
    width: 100% !important;
    border-radius: 12px !important;
    margin: 0 !important;
    position: relative !important;
  }
  body.forest-mobile #forestProjectsSection #projectCarousel .absolute.inset-0 {
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 70%) !important;
    opacity: 1 !important;
  }
  body.forest-mobile #forestProjectsSection #projectCarousel .p-6 {
    padding: 20px !important;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }
  body.forest-mobile #forestProjectsSection #projectCarousel h3.text-xl {
    font-size: 16px !important;
    line-height: 1.3 !important;
    margin-bottom: 8px !important;
    text-align: left !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5) !important;
    color: white !important;
  }
  body.forest-mobile #forestProjectsSection #projectCarousel p.text-\[\#BFBFBF\] {
    font-size: 13px !important;
    line-height: 1.4 !important;
    margin-bottom: 12px !important;
    text-align: left !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    overflow: hidden !important;
    color: #BFBFBF !important;
  }
  body.forest-mobile #forestProjectsSection #projectCarousel button.bg-white {
    height: 44px !important;
    font-size: 14px !important;
    padding: 0 20px !important;
    border-radius: 30px !important;
    font-weight: 500 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    align-self: flex-start !important;
  }
  body.forest-mobile #forestProjectsSection #projectCarousel button.bg-white img {
    width: 20px !important;
    height: 20px !important;
  }
  body.forest-mobile #forestProjectsSection #projectCarousel .flex.justify-between {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 12px !important;
  }
  body.forest-mobile #forestProjectsSection #projectCarousel .flex-1 {
    flex: none !important;
    min-width: auto !important;
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 12px !important;
  }
  #footerCopyrightForest {
    margin-bottom: 20px !important;
    width: 95% !important;
  }
}
@media (max-width: 768px) {
  #leftProject, #rightProject {
    width: 20px !important;
    height: 50px !important;
  }
  #footerLastCont {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
  #footerProjectInfo {
    margin-top: 0 !important;
  }
  #leftProject img, #rightProject img {
    width: 24px !important;
    height: 24px !important;
  }
  #leftBlurCircle {
    left: -60px !important;
    top: 120px !important;
  }
  #projectInfoContent {
    margin-top: 120px !important;
  }
  #project-category {
    font-size: 24px !important;
  }
  #headerProjectInfo {
    padding: 0 !important;
    margin-top: 4px !important;
  }
  #copyrightProjecctInfo {
    margin-bottom: 12px !important;
    text-align: left !important;
  }
  #rightBlurCircle {
    right: -260px !important;
    top: 120px !important;
  }
  #project-title .font-light {
    font-size: 24px !important;
    line-height: 1.1 !important;
  }
  #project-description {
    font-size: 18px !important;
    line-height: 1.4 !important;
  }
}
@media (min-width: 769px) {
  #leftProject, #rightProject {
    width: 60px !important;
    height: 60px !important;
  }
  #leftProject img, #rightProject img {
    width: 30px !important;
    height: 30px !important;
  }
  #leftBlurCircle {
    left: -150px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
  #rightBlurCircle {
    right: -150px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }
}
@media (max-width: 768px) {
  .desktop-nav-arrows {
    display: none !important;
  }
  .mobile-nav-arrows {
    display: flex !important;
  }
  .project-bg {
    padding: 0 1rem;
  }
  .project-bg .flex-1 .max-w-\[1920px\] {
    padding: 0 1rem;
  }
  .project-bg .text-\[48px\] {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }
  .project-bg .text-\[24px\] {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
  .project-bg .max-w-\[820px\] {
    max-width: 100% !important;
  }
  #btnMainPageSled {
    flex-direction: row !important;
    display: flex !important;
    font-size: 16px !important;
    gap: 16px !important;
    align-items: center !important;
  }
  #btnMainPageSled img {
    width: 28px !important;
    height: 28px !important;
  }
  #btnMainPageDealBirch {
    display: flex !important;
    flex-direction: row !important;
    font-size: 16px !important;
    gap: 16px !important;
    align-items: center !important;
  }
}
.checkbox-custom {
  cursor: pointer;
  transition: all 0.2s ease;
}
.checkbox-custom:hover {
  border-color: #23B77F;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#tree-phone {
  font-family: monospace;
}
.focus-within\:border-green-500:focus-within {
  border-color: #23B77F !important;
}
.floating-label {
  transition: all 0.2s ease;
}
.floating-label::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: white;
  z-index: 1;
}
@media (min-width: 769px) {
  .desktop-nav-arrows {
    display: flex !important;
  }
  .mobile-nav-arrows {
    display: none !important;
  }
}
.leaflet-popup-content-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.leaflet-popup-content {
  margin: 0 !important;
  line-height: 1 !important;
}
.leaflet-popup-tip {
  background: rgba(0,0,0,0.8) !important;
  border: none !important;
  box-shadow: none !important;
}
.custom-popup .leaflet-popup-content-wrapper {
  background: transparent !important;
}
.custom-popup .leaflet-popup-tip-container {
  display: block !important;
}
.leaflet-popup-content-wrapper {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.leaflet-popup-content {
  margin: 0 !important;
  line-height: 1 !important;
}
.leaflet-popup-tip {
  background: rgba(0,0,0,0.8) !important;
  border: none !important;
  box-shadow: none !important;
}
.custom-popup .leaflet-popup-content-wrapper {
  background: transparent !important;
}
.custom-popup .leaflet-popup-tip-container {
  display: block !important;
}
@media (max-width: 767px) {
  #carbon-footprint-modal {
    align-items: flex-start !important;
    padding: 0 !important;
  }
  #carbon-modal-content {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding-top: 12px !important;
    box-sizing: border-box !important;
    overflow-y: auto !important;
  }
  #carbon-modal-content .px-8 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  #percentageText {
    display: flex !important;
    font-size: 25px !important;
    width: 100px !important;
  }
  .carbon-field > .border, .carbon-field > div.border {
    padding: 8px !important;
  }
  tom-popup .leaflet-popup-content-wrapper {
    background: transparent !important;
  }
  .custom-popup .leaflet-popup-tip-container {
    display: block !important;
  }
  @media (max-width: 767px) {
    #carbon-footprint-modal {
      align-items: flex-start !important;
      padding: 0 !important;
    }
    #carbon-modal-content {
      position: fixed !important;
      top: 0 !important;
      left: 0 !important;
      right: 0 !important;
      bottom: 0 !important;
      width: 100% !important;
      height: 100% !important;
      max-width: 100% !important;
      max-height: 100% !important;
      border-radius: 0 !important;
      margin: 0 !important;
      padding-top: 12px !important;
      box-sizing: border-box !important;
      overflow-y: auto !important;
    }
    #containerwithtextservicecard {
      padding: 16px !important;
    }
    #containerwithtextservicecardImgDe {
      width: 100% !important;
    }
    #containerwithtextservicecardImgDe img {
      width: 100% !important;
    }
    #containerwithtextservicecardTitle {
      font-size: 24px !important;
    }
    #containerwithtextservicecardText {
      font-size: 20px !important;
    }
    #carbon-modal-content .px-8 {
      padding-left: 16px !important;
      padding-right: 16px !important;
    }
    .carbon-field > .border, .carbon-field > div.border {
      padding: 8px !important;
    }
  }
  .leaflet-popup-content-wrapper {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
  .leaflet-popup-content {
    margin: 0 !important;
    line-height: 1 !important;
  }
  .leaflet-popup-tip {
    background: rgba(0,0,0,0.8) !important;
    border: none !important;
    box-shadow: none !important;
  }
  .custom-popup .leaflet-popup-content-wrapper {
    background: transparent !important;
  }
  .custom-popup .leaflet-popup-tip-container {
    display: block !important;
  }
  .leaflet-popup-content-wrapper {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
  .leaflet-popup-content {
    margin: 0 !important;
    line-height: 1 !important;
  }
  .leaflet-popup-tip {
    background: rgba(0,0,0,0.8) !important;
    border: none !important;
    box-shadow: none !important;
  }
  .custom-popup .leaflet-popup-content-wrapper {
    background: transparent !important;
  }
  .custom-popup .leaflet-popup-tip-container {
    display: block !important;
  }
}
@media (min-width: 1300px) and (max-width: 1800px) {
  #factoryBig {
    flex-direction: column !important;
  }
  #factoryBigTextOne br {
    display: none !important;
  }
  #factoryBigTextTwo br {
    display: none !important;
  }
  #factoryBigTwo {
    width: 100% !important;
  }
  #factoryBigThree {
    width: 100% !important;
    justify-content: center !important;
  }
  #newAdaptForBook {
    max-width: 700px !important;
    height: 600px !important;
  }
  #bookTextMainPage {
    font-size: 64px !important;
  }
  #textAllforTable {
    font-size: 52px !important;
  }
  #mainBookContainerWithTextImg {
    gap: 120px !important;
  }
  #colesoBookMain {
    width: 800px !important;
  }
  #bookMainHThree {
    font-size: 40px !important;
  }
  #bookMainH {
    font-size: 40px !important;
  }
  #bookMainHTwo {
    font-size: 40px !important;
  }
  #bookMainPThree {
    font-size: 16px !important;
  }
  #bookMainPTwo {
    font-size: 16px !important;
  }
  #bookMainP {
    font-size: 16px !important;
  }
  #mainBookHContext {
    font-size: 52px !important;
  }
  #mainBookChanceForPlanet {
    margin-right: 40px !important;
  }
  #bookCompensUgl {
    font-size: 52px !important;
  }
  #bookCompensUglThree {
    font-size: 18px !important;
  }
  #bookCompensUglTwo {
    font-size: 18px !important;
  }
  .desktop-partner-mosaic {
    display: none !important;
  }
  .book-partner-image {
    display: block !important;
    width: 100% !important;
    height: 400px !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    border-radius: 8px !important;
    margin: 0 auto 16px auto !important;
  }
  #zagolovBookUsPartner {
    top: -80px !important;
    right: 100px !important;
  }
  #handBookImgWidth {
    position: static !important;
    top: auto !important;
    right: auto !important;
  }
  #handBookImgWidth img {
    width: 800px !important;
    height: auto !important;
  }
  #firstBookProjectNeedBook {
    flex-shrink: initial !important;
  }
  #secondBookProjectNeedBook {
    flex-shrink: initial !important;
  }
  #thirdBookProjectNeedBook {
    flex-shrink: initial !important;
  }
  #donateTextNewPervi {
    font-size: 52px !important;
  }
  #donateTextNewOne {
    font-size: 40px !important;
  }
  #donateTextNewSix {
    font-size: 16px !important;
  }
  #donateTextNewTwo {
    font-size: 40px !important;
  }
  #donateTextNewFive {
    font-size: 16px !important;
  }
  #donateTextNewThree {
    font-size: 40px !important;
  }
  #donateTextNewFour {
    font-size: 16px !important;
  }
  #bookDonatemainContainer {
    width: 50% !important;
  }
  #colesoDonatePageYears {
    width: 800px !important;
  }
  #needDonateBookChance {
    margin-right: 20px !important;
  }
  #indexBookWidth {
    width: 50% !important;
  }
  #btnMainPageSled {
    width: 320px !important;
  }
  #treesDonatePageContainer img {
    width: 800px !important;
  }
  #calculatorCoTwoBookDonate {
    font-size: 52px !important;
  }
  #calculatorCoTwoBookDonateP {
    font-size: 20px !important;
  }
  #sectionDonateWithMapOne {
    margin-top: -60px !important;
  }
  #textDonatePageUznayCo {
    font-size: 52px !important;
  }
  #textDonatePageUznayCoP {
    font-size: 20px !important;
  }
  #textDonatePageUznayCoPP {
    font-size: 20px !important;
  }
  #bookFirstDonateProjectCarousel {
    flex-shrink: initial !important;
  }
  #secondDonateProjectCarousel {
    flex-shrink: initial !important;
  }
  #thirdDonateProjectCarousel {
    flex-shrink: initial !important;
  }
  #forestForm {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  #forestSecondSpan {
    font-size: 20px !important;
  }
  #forestSecondText {
    font-size: 52px !important;
  }
  #forestCompensationBadge {
    width: 400px !important;
  }
  #forestCompensationBadgeText {
    font-size: 18px !important;
  }
  #plantForestNeedStyles {
    gap: 120px !important;
  }
  #plantForestForBookFortuna {
    width: 800px !important;
  }
  #chancePlantForestForBook {
    margin-right: 40px !important;
  }
  #textPlantForestforBookOneHHHHHH {
    font-size: 16px !important;
  }
  #textPlantForestforBookOneHHHHH {
    font-size: 40px !important;
  }
  #textPlantForestforBookOneHHHH {
    font-size: 16px !important;
  }
  #textPlantForestforBookOneHHH {
    font-size: 40px !important;
  }
  #textPlantForestforBookOneHH {
    font-size: 16px !important;
  }
  #textPlantForestforBookOneH {
    font-size: 40px !important;
  }
  #textPlantForestforBookOne {
    font-size: 52px !important;
  }
  #bookPlantForestContainerWithAll {
    width: 50% !important;
  }
  #plantforestCarouselThirdCardYes {
    flex-shrink: initial !important;
  }
  #plantforestCarouselThirdCard {
    flex-shrink: initial !important;
  }
  #plantforestCarouselSecondCard {
    flex-shrink: initial !important;
  }
  #project-description {
    font-size: 20px !important;
  }
  #project-title {
    font-size: 40px !important;
  }
  #emissionPageAllContent {
    flex-direction: column !important;
  }
  #newneedGap {
    gap: 40px !important;
  }
  #allContent {
    flex-direction: column !important;
  }
  #indexTextKazdiy {
    line-height: 105% !important;
  }
  #textDonatePolusai {
    line-height: 105% !important;
  }
  #textDonatePolusai br {
    display: none !important;
  }
  #calculatorCoTwoBookDonateP br {
    display: none !important;
  }
  #plantForestKarbonOffSet br {
    display: none !important;
  }
  #plantForestKarbonOffSet {
    line-height: 105% !important;
  }
}
@media (min-width: 800px) and (max-width: 1300px) {
  #btnMainPageDealBirch {
    flex-direction: row !important;
  }
  #treesDonatePageContainer {
    margin: 0 !important;
    max-width: 400px !important;
    height: 400px !important;
  }
  #treesDonatePageContainer img {
    width: 400px !important;
    height: 100% !important;
  }
  #btnMainPageSled {
    width: 320px !important;
  }
  #sectionDonatePenta {
    margin-top: 0 !important;
  }
  #blockCOntainerWithPenta {
    margin-top: 20px !important;
  }
  #formDonateInputWithBtn {
    gap: 16px !important;
  }
  #sectionDonateWithMapOne {
    margin-top: 0 !important;
  }
  #secondDonateProjectCarousel {
    flex-shrink: initial !important;
  }
  #thirdDonateProjectCarousel {
    flex-shrink: initial !important;
  }
  #forestForm {
    flex-direction: column !important;
  }
  #forestFormButton {
    max-width: none !important;
    width: 100% !important;
  }
  #plantforestCarouselSecondCard {
    flex-shrink: initial !important;
  }
  #plantforestCarouselThirdCard {
    flex-shrink: initial !important;
  }
  #btnheaderprojectblock {
    display: flex !important;
  }
  #rightBlurCircle {
    top: 140px !important;
  }
  #rightProject {
    top: 260px !important;
  }
  #leftBlurCircle {
    top: 140px !important;
  }
  #leftProject {
    top: 260px !important;
  }
  #allContent {
    flex-direction: column !important;
  }
  #emissionPageAllContent {
    flex-direction: column !important;
  }
  #newneedGap {
    gap: 32px !important;
  }
  #percentageText {
    font-size: 44px !important;
  }
  #emissionIcon {
    justify-content: center !important;
  }
  #textAllforTable {
    letter-spacing: normal !important;
  }
  #emission-phone-input {
    width: 260px !important;
    max-width: 270px !important;
  }
  #emission-check-btn {
    max-width: 250px !important;
  }
  #btnserviceWhatspaap {
    font-size: 18px !important;
    padding-left: 32px !important;
  }
  #containerwithtextservicecardTitle {
    font-size: 24px !important;
  }
  #containerwithtextservicecardText {
    font-size: 20px !important;
  }
  #containerwithtextservicecard {
    text-align: left !important;
    padding: 12px !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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-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-space-x-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-space-x-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-outline-style: solid;
      --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;
    }
  }
}
