/*! tailwindcss v4.1.8 | 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-white: #F8FFF3;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --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);
    --color-green: #61CE70;
    --color-dark: #003232;
    --background-image-forest: url('img/forest-bg.webp');
    --background-image-ai: url('img/our-ai-models.png');
    --background-image-landing: url('img/landing-min.webp');
    --background-image-forest-dark: url('img/forest-dark.webp');
    --font-fira: "Fira Sans", sans-serif;
  }
}
@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;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-40px\] {
    top: -40px;
  }
  .top-\[56px\] {
    top: 56px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .z-0 {
    z-index: 0;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .z-\[10000\] {
    z-index: 10000;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .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;
    }
  }
  .\!m-0 {
    margin: calc(var(--spacing) * 0) !important;
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-\[-72px\] {
    margin-top: -72px;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[42px\] {
    margin-top: 42px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[161px\] {
    margin-top: 161px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-\[16px\] {
    margin-right: 16px;
  }
  .mr-auto {
    margin-right: auto;
  }
  .\!mb-0 {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[32px\] {
    margin-bottom: 32px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .ml-\[8px\] {
    margin-left: 8px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .\!h-\[297px\] {
    height: 297px !important;
  }
  .\!h-full {
    height: 100% !important;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[66px\] {
    height: 66px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-full {
    height: 100%;
  }
  .\!max-h-\[48px\] {
    max-height: 48px !important;
  }
  .max-h-\[48px\] {
    max-height: 48px;
  }
  .max-h-\[84px\] {
    max-height: 84px;
  }
  .min-h-\[36px\] {
    min-height: 36px;
  }
  .min-h-\[52px\] {
    min-height: 52px;
  }
  .min-h-\[72px\] {
    min-height: 72px;
  }
  .min-h-\[100vh\] {
    min-height: 100vh;
  }
  .min-h-\[104px\] {
    min-height: 104px;
  }
  .min-h-\[220px\] {
    min-height: 220px;
  }
  .min-h-\[240px\] {
    min-height: 240px;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[42px\] {
    width: 42px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[112px\] {
    width: 112px;
  }
  .w-\[153px\] {
    width: 153px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[540px\] {
    width: 540px;
  }
  .w-\[620px\] {
    width: 620px;
  }
  .w-\[840px\] {
    width: 840px;
  }
  .w-\[934px\] {
    width: 934px;
  }
  .w-\[1040px\] {
    width: 1040px;
  }
  .w-\[1086px\] {
    width: 1086px;
  }
  .w-\[1320px\] {
    width: 1320px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .\!max-w-\[65\%\] {
    max-width: 65% !important;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-full {
    min-width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-default {
    cursor: default;
  }
  .auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[80px\] {
    gap: 80px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[34px\] {
    border-radius: 34px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-tr-\[24px\] {
    border-top-right-radius: 24px;
  }
  .rounded-b-\[24px\] {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-\[1px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\[\#F8FFF31F\] {
    border-color: #F8FFF31F;
  }
  .border-t-\[\#F8FFF31F\] {
    border-top-color: #F8FFF31F;
  }
  .\!bg-\[\#08413ACC\] {
    background-color: #08413ACC !important;
  }
  .\!bg-\[rgba\(8\,65\,58\,0\.4\)\] {
    background-color: rgba(8,65,58,0.4) !important;
  }
  .\!bg-\[rgba\(8\,65\,58\,0\.8\)\] {
    background-color: rgba(8,65,58,0.8) !important;
  }
  .\!bg-green {
    background-color: var(--color-green) !important;
  }
  .bg-\[\#0A524A\] {
    background-color: #0A524A;
  }
  .bg-\[\#003232CC\] {
    background-color: #003232CC;
  }
  .bg-\[\#08413ACC\] {
    background-color: #08413ACC;
  }
  .bg-\[\#08413A\] {
    background-color: #08413A;
  }
  .bg-\[\#EEF8E7\] {
    background-color: #EEF8E7;
  }
  .bg-\[\#F1FAEB\] {
    background-color: #F1FAEB;
  }
  .bg-\[\#F8FFF3\] {
    background-color: #F8FFF3;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#f9fceb\] {
    background-color: #f9fceb;
  }
  .bg-\[rgba\(0\,50\,50\,0\.6\)\] {
    background-color: rgba(0,50,50,0.6);
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-ai {
    background-image: var(--background-image-ai);
  }
  .bg-landing {
    background-image: var(--background-image-landing);
  }
  .bg-none {
    background-image: none;
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .fill-current {
    fill: currentcolor;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[60px\] {
    padding-inline: 60px;
  }
  .px-\[71px\] {
    padding-inline: 71px;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[32px\] {
    padding-block: 32px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .py-\[62px\] {
    padding-block: 62px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[32px\] {
    padding-top: 32px;
  }
  .pt-\[42px\] {
    padding-top: 42px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[70px\] {
    padding-top: 70px;
  }
  .pt-\[130px\] {
    padding-top: 130px;
  }
  .pb-\[8px\] {
    padding-bottom: 8px;
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[60px\] {
    padding-bottom: 60px;
  }
  .pb-\[100px\] {
    padding-bottom: 100px;
  }
  .pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-fira {
    font-family: var(--font-fira);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .\!text-\[11px\] {
    font-size: 11px !important;
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .\!text-\[44px\] {
    font-size: 44px !important;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[48px\] {
    font-size: 48px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[84px\] {
    font-size: 84px;
  }
  .\!leading-\[1\] {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .\!leading-\[11px\] {
    --tw-leading: 11px !important;
    line-height: 11px !important;
  }
  .\!leading-\[16px\] {
    --tw-leading: 16px !important;
    line-height: 16px !important;
  }
  .\!leading-\[100\%\] {
    --tw-leading: 100% !important;
    line-height: 100% !important;
  }
  .leading-\[12px\] {
    --tw-leading: 12px;
    line-height: 12px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[34px\] {
    --tw-leading: 34px;
    line-height: 34px;
  }
  .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .leading-\[58px\] {
    --tw-leading: 58px;
    line-height: 58px;
  }
  .leading-\[100\%\] {
    --tw-leading: 100%;
    line-height: 100%;
  }
  .leading-\[101px\] {
    --tw-leading: 101px;
    line-height: 101px;
  }
  .\!font-black {
    --tw-font-weight: var(--font-weight-black) !important;
    font-weight: var(--font-weight-black) !important;
  }
  .\!font-bold {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .\!font-normal {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .\!tracking-\[-0\.4px\] {
    --tw-tracking: -0.4px !important;
    letter-spacing: -0.4px !important;
  }
  .tracking-\[-0\.4px\] {
    --tw-tracking: -0.4px;
    letter-spacing: -0.4px;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-\[\#F8FFF3\] {
    color: #F8FFF3 !important;
  }
  .\!text-dark {
    color: var(--color-dark) !important;
  }
  .\!text-green {
    color: var(--color-green) !important;
  }
  .\!text-white {
    color: var(--color-white) !important;
  }
  .text-\[\#1D3B2F\] {
    color: #1D3B2F;
  }
  .text-\[\#61CE70\] {
    color: #61CE70;
  }
  .text-\[\#395C4D\] {
    color: #395C4D;
  }
  .text-\[\#233238CC\] {
    color: #233238CC;
  }
  .text-\[\#F8FFF3\] {
    color: #F8FFF3;
  }
  .text-\[transparent\] {
    color: transparent;
  }
  .text-dark {
    color: var(--color-dark);
  }
  .text-green {
    color: var(--color-green);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .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);
  }
  .backdrop-blur-\[2px\] {
    --tw-backdrop-blur: blur(2px);
    -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-\[6px\] {
    --tw-backdrop-blur: blur(6px);
    -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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .group-hover\:block {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: block;
      }
    }
  }
  .group-hover\:rotate-180 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 180deg;
      }
    }
  }
  .group-hover\:\!bg-\[\#F8FFF31F\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: #F8FFF31F !important;
      }
    }
  }
  .odd\:bg-\[\#EEF8E7\] {
    &:nth-child(odd) {
      background-color: #EEF8E7;
    }
  }
  .even\:bg-\[\#EEF8E7\] {
    &:nth-child(even) {
      background-color: #EEF8E7;
    }
  }
  .hover\:\!bg-\[\#6AE97B\] {
    &:hover {
      @media (hover: hover) {
        background-color: #6AE97B !important;
      }
    }
  }
  .hover\:\!bg-\[\#08413A9E\] {
    &:hover {
      @media (hover: hover) {
        background-color: #08413A9E !important;
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:\!text-green {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green) !important;
      }
    }
  }
  .hover\:text-green {
    &:hover {
      @media (hover: hover) {
        color: var(--color-green);
      }
    }
  }
  .hover\:\!underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline !important;
      }
    }
  }
  .active\:\!bg-\[\#45CC58\] {
    &:active {
      background-color: #45CC58 !important;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-4 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .sm\:px-\[60px\] {
    @media (width >= 40rem) {
      padding-inline: 60px;
    }
  }
  .sm\:pb-\[60px\] {
    @media (width >= 40rem) {
      padding-bottom: 60px;
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:top-\[72px\] {
    @media (width >= 48rem) {
      top: 72px;
    }
  }
  .md\:top-\[initial\] {
    @media (width >= 48rem) {
      top: initial;
    }
  }
  .md\:right-\[initial\] {
    @media (width >= 48rem) {
      right: initial;
    }
  }
  .md\:left-0 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .md\:left-\[initial\] {
    @media (width >= 48rem) {
      left: initial;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:row-start-2 {
    @media (width >= 48rem) {
      grid-row-start: 2;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[52px\] {
    @media (width >= 48rem) {
      margin-top: 52px;
    }
  }
  .md\:mt-\[60px\] {
    @media (width >= 48rem) {
      margin-top: 60px;
    }
  }
  .md\:mt-\[80px\] {
    @media (width >= 48rem) {
      margin-top: 80px;
    }
  }
  .md\:mb-\[40px\] {
    @media (width >= 48rem) {
      margin-bottom: 40px;
    }
  }
  .md\:mb-\[60px\] {
    @media (width >= 48rem) {
      margin-bottom: 60px;
    }
  }
  .md\:mb-\[89px\] {
    @media (width >= 48rem) {
      margin-bottom: 89px;
    }
  }
  .md\:ml-auto {
    @media (width >= 48rem) {
      margin-left: auto;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:\!h-\[520px\] {
    @media (width >= 48rem) {
      height: 520px !important;
    }
  }
  .md\:\!h-full {
    @media (width >= 48rem) {
      height: 100% !important;
    }
  }
  .md\:h-\[70px\] {
    @media (width >= 48rem) {
      height: 70px;
    }
  }
  .md\:min-h-\[220px\] {
    @media (width >= 48rem) {
      min-height: 220px;
    }
  }
  .md\:min-h-\[initial\] {
    @media (width >= 48rem) {
      min-height: initial;
    }
  }
  .md\:\!w-\[750px\] {
    @media (width >= 48rem) {
      width: 750px !important;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:w-\[70px\] {
    @media (width >= 48rem) {
      width: 70px;
    }
  }
  .md\:w-\[initial\] {
    @media (width >= 48rem) {
      width: initial;
    }
  }
  .md\:w-fit {
    @media (width >= 48rem) {
      width: fit-content;
    }
  }
  .md\:max-w-full {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:min-w-\[341px\] {
    @media (width >= 48rem) {
      min-width: 341px;
    }
  }
  .md\:flex-\[none\] {
    @media (width >= 48rem) {
      flex: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-6 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-baseline {
    @media (width >= 48rem) {
      align-items: baseline;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-\[24px\] {
    @media (width >= 48rem) {
      gap: 24px;
    }
  }
  .md\:gap-\[60px\] {
    @media (width >= 48rem) {
      gap: 60px;
    }
  }
  .md\:gap-\[80px\] {
    @media (width >= 48rem) {
      gap: 80px;
    }
  }
  .md\:gap-\[100px\] {
    @media (width >= 48rem) {
      gap: 100px;
    }
  }
  .md\:self-baseline {
    @media (width >= 48rem) {
      align-self: baseline;
    }
  }
  .md\:rounded-tl-\[16px\] {
    @media (width >= 48rem) {
      border-top-left-radius: 16px;
    }
  }
  .md\:rounded-tr-\[16px\] {
    @media (width >= 48rem) {
      border-top-right-radius: 16px;
    }
  }
  .md\:rounded-br-\[16px\] {
    @media (width >= 48rem) {
      border-bottom-right-radius: 16px;
    }
  }
  .md\:rounded-bl-\[16px\] {
    @media (width >= 48rem) {
      border-bottom-left-radius: 16px;
    }
  }
  .md\:border-t-\[0px\] {
    @media (width >= 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .md\:border-l-\[1px\] {
    @media (width >= 48rem) {
      border-left-style: var(--tw-border-style);
      border-left-width: 1px;
    }
  }
  .md\:border-t-\[transparent\] {
    @media (width >= 48rem) {
      border-top-color: transparent;
    }
  }
  .md\:border-l-\[\#F8FFF31F\] {
    @media (width >= 48rem) {
      border-left-color: #F8FFF31F;
    }
  }
  .md\:p-\[32px\] {
    @media (width >= 48rem) {
      padding: 32px;
    }
  }
  .md\:p-\[40px\] {
    @media (width >= 48rem) {
      padding: 40px;
    }
  }
  .md\:p-\[60px\] {
    @media (width >= 48rem) {
      padding: 60px;
    }
  }
  .md\:py-\[60px\] {
    @media (width >= 48rem) {
      padding-block: 60px;
    }
  }
  .md\:py-\[80px\] {
    @media (width >= 48rem) {
      padding-block: 80px;
    }
  }
  .md\:py-\[100px\] {
    @media (width >= 48rem) {
      padding-block: 100px;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[32px\] {
    @media (width >= 48rem) {
      padding-top: 32px;
    }
  }
  .md\:pt-\[60px\] {
    @media (width >= 48rem) {
      padding-top: 60px;
    }
  }
  .md\:pt-\[185px\] {
    @media (width >= 48rem) {
      padding-top: 185px;
    }
  }
  .md\:pr-\[14px\] {
    @media (width >= 48rem) {
      padding-right: 14px;
    }
  }
  .md\:pr-\[42px\] {
    @media (width >= 48rem) {
      padding-right: 42px;
    }
  }
  .md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:pb-\[160px\] {
    @media (width >= 48rem) {
      padding-bottom: 160px;
    }
  }
  .md\:pl-\[14px\] {
    @media (width >= 48rem) {
      padding-left: 14px;
    }
  }
  .md\:pl-\[43px\] {
    @media (width >= 48rem) {
      padding-left: 43px;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:\!text-\[64px\] {
    @media (width >= 48rem) {
      font-size: 64px !important;
    }
  }
  .md\:\!text-\[84px\] {
    @media (width >= 48rem) {
      font-size: 84px !important;
    }
  }
  .md\:text-\[12px\] {
    @media (width >= 48rem) {
      font-size: 12px;
    }
  }
  .md\:text-\[15px\] {
    @media (width >= 48rem) {
      font-size: 15px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:text-\[44px\] {
    @media (width >= 48rem) {
      font-size: 44px;
    }
  }
  .md\:text-\[64px\] {
    @media (width >= 48rem) {
      font-size: 64px;
    }
  }
  .md\:\!leading-\[101px\] {
    @media (width >= 48rem) {
      --tw-leading: 101px !important;
      line-height: 101px !important;
    }
  }
  .md\:leading-\[28px\] {
    @media (width >= 48rem) {
      --tw-leading: 28px;
      line-height: 28px;
    }
  }
  .md\:leading-\[30px\] {
    @media (width >= 48rem) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .md\:leading-\[34px\] {
    @media (width >= 48rem) {
      --tw-leading: 34px;
      line-height: 34px;
    }
  }
  .md\:leading-\[44px\] {
    @media (width >= 48rem) {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }
  .md\:whitespace-nowrap {
    @media (width >= 48rem) {
      white-space: nowrap;
    }
  }
  .md\:hover\:bg-transparent {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          background-color: transparent;
        }
      }
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:right-0 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .lg\:w-\[490px\] {
    @media (width >= 64rem) {
      width: 490px;
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-\[160px\] {
    @media (width >= 64rem) {
      padding-block: 160px;
    }
  }
  .lg\:pt-\[160px\] {
    @media (width >= 64rem) {
      padding-top: 160px;
    }
  }
  .lg\:pt-\[200px\] {
    @media (width >= 64rem) {
      padding-top: 200px;
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 64rem) {
      padding-bottom: 100px;
    }
  }
  .lg\:pb-\[189px\] {
    @media (width >= 64rem) {
      padding-bottom: 189px;
    }
  }
  .lg\:pb-\[200px\] {
    @media (width >= 64rem) {
      padding-bottom: 200px;
    }
  }
  .\[\&\:nth-child\(1\)\]\:bg-\[\#EEF8E7\] {
    &:nth-child(1) {
      background-color: #EEF8E7;
    }
  }
  .\[\&\:nth-child\(2\)\]\:bg-\[\#EEF8E7\] {
    &:nth-child(2) {
      background-color: #EEF8E7;
    }
  }
  .\[\&\:nth-child\(3\)\]\:bg-\[\#EEF8E7\] {
    &:nth-child(3) {
      background-color: #EEF8E7;
    }
  }
}
@layer utilities {
  .bg-forest-overlay {
    background-image: linear-gradient(0deg, rgba(8, 65, 58, 0.4), rgba(8, 65, 58, 0.4)), linear-gradient(180deg, rgba(8, 65, 58, 0) 57.13%, #08413A 100%), var(--background-image-forest);
    background-size: cover;
    background-position: center;
  }
  .text-base {
    font-size: 16px;
  }
  .bg-green-block {
    background: radial-gradient(40.14% 100% at 0% 0%, rgba(97, 206, 112, 0.4) 0%, rgba(97, 206, 112, 0) 100%), #ECF9E2 !important;
  }
  .bg-forest-darker {
    background: linear-gradient(180deg, rgba(5, 31, 35, 0) 0%, #051F23 100%), var(--background-image-forest-dark);
    background-size: cover;
    background-position: center;
  }
}
.review {
  box-shadow: 0px 0px 100px rgba(0, 50, 50, 0.12);
}
.swiper-slide {
  box-shadow: 0px 0px 100px rgba(0, 50, 50, 0.12);
  margin-top: -83px;
  opacity: 0.4;
}
.green-section p strong {
  color: var(--color-green);
  font-weight: var(--font-weight-bold) !important;
}
.green-block-item {
  background: linear-gradient(0deg, rgba(236, 249, 226, 0.12), rgba(236, 249, 226, 0.12)), radial-gradient(40.14% 100% at 0% 0%, rgba(97, 206, 112, 0.4) 0%, rgba(97, 206, 112, 0) 100%);
  backdrop-filter: blur(12px);
}
.swiper-slide svg {
  display: none;
}
.thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.hurricane-regular {
  font-family: "Hurricane", cursive;
  font-weight: 400;
  font-style: normal;
}
.drop-menus {
  background: linear-gradient(180deg, rgba(8, 65, 58, 0.2) 0%, rgba(8, 65, 58, 0) 100%), rgba(8, 65, 58, 0.8) !important;
  box-shadow: 0 4px 12px rgba(1, 20, 23, 0.24) !important;
  backdrop-filter: blur(6px);
  border-radius: 0 0 16px 16px !important;
}
.custom-main-menu > li {
  height: 72px;
  display: flex;
  align-items: center;
}
.custom-main-menu > li > a {
  display: flex;
  min-height: 72px;
}
.custom-main-menu > li > .active-menu-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #61CE70;
  border-radius: 3px 3px 0 0;
  left: 0;
}
.custom-main-menu > li > a:hover::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #CBD6C1;
  border-radius: 3px 3px 0 0;
  left: 0;
}
.menu-item {
  position: relative;
}
.swiper-slide-active {
  margin-top: 0;
  opacity: 1;
  overflow: visible;
}
.swiper-slide-active svg {
  display: flex;
}
.dropdown-menu a:hover .angle-right {
  display: flex !important;
}
body {
  font-family: "Fira Sans", sans-serif !important;
  min-height: 100vh;
  min-height: 100dvh;
  color: #003232;
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F8FFF3 100%), radial-gradient(50% 50% at 50% 50%, #003232 0%, #051F23 100%);
}
footer {
  margin-top: auto;
}
.complex-grid img {
  height: 320px !important;
}
.hero {
  background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #F8FFF3 100%), radial-gradient(50% 50% at 50% 50%, #003232 0%, #051F23 100%);
}
.complex-grid .col-span:nth-child(1), .complex-grid .col-span:nth-child(4) {
  background: linear-gradient(0deg, #D6E7C9, #D6E7C9), rgba(8, 65, 58, 0.8);
}
.complex-grid .col-span:nth-child(2), .complex-grid .col-span:nth-child(3) {
  background: #003232;
}
.complex-grid .col-span:nth-child(2) .img-label, .complex-grid .col-span:nth-child(3) .img-label {
  background: #4B986299 !important;
}
strong {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.menu-item a {
  font-size: 16px;
  color: #F8FFF3;
}
.drop-menus {
  position: absolute;
  z-index: 1000;
  display: none;
  border-radius: var(--radius-lg);
  padding: 12px;
}
.drop-menus a {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  color: var(--color-white);
}
.drop-menus li:hover {
  border-radius: var(--radius-lg);
  background-color: #08413A9E;
}
.menu-item:hover > .drop-menus {
  display: block;
}
.integrations li:first-child::before {
  position: absolute;
  content: "";
  background-image: url('img/arrow4.svg');
  background-size: 100%;
  left: 50%;
  top: 99.3%;
  background-repeat: no-repeat;
  width: 398px;
  height: 100%;
  transform: matrix(1, 0, 0, -1, 0, 0);
  rotate: 180deg;
}
.integrations li:nth-child(2)::before {
  position: absolute;
  content: "";
  background-image: url('img/arrow2.svg');
  width: 139.5px;
  height: 100%;
  left: 50%;
  top: 99%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.integrations li:nth-child(3)::before {
  position: absolute;
  content: "";
  background-image: url('img/arrow3.svg');
  width: 139.5px;
  height: 100%;
  left: -5px;
  top: 99%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.integrations li:nth-child(4)::before {
  position: absolute;
  content: "";
  background-image: url('img/arrow4.svg');
  height: 100%;
  width: 401.5px;
  left: -109%;
  top: 98.8%;
  background-repeat: no-repeat;
}
@media (max-width: 1130px) {
  .crunch, .integrations li:nth-child(4)::before, .integrations li:nth-child(2)::before, .integrations li:nth-child(1)::before, .integrations li:nth-child(3)::before {
    display: none !important;
  }
}
@media (max-width: 680px) {
  .swiper-slide {
    margin-top: 0 !important;
  }
}
.lang-drop {
  background: linear-gradient(180deg, rgba(8, 65, 58, 0.2) 0%, rgba(8, 65, 58, 0) 100%), rgba(8, 65, 58, 0.8);
  box-shadow: 0px 4px 12px rgba(1, 20, 23, 0.24);
  backdrop-filter: blur(6px);
}
@media (max-width: 48rem) {
  .menu-shown #nav-menu {
    border-radius: 0px 0px 24px 24px;
    background: rgba(8, 65, 58, 0.8);
    backdrop-filter: blur(6px);
  }
  .custom-main-menu {
    padding: 8px 12px;
  }
  .custom-main-menu > li {
    padding: 16px 0;
    justify-content: center;
    height: inherit;
  }
  .custom-main-menu > li > a {
    min-height: inherit;
    font-weight: 500;
  }
  .custom-main-menu > li > .active-menu-item::after {
    display: none;
  }
  .custom-main-menu > li.active-li-item:hover {
    background: #08413A9E;
  }
  .custom-main-menu > li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .drop-menus {
    position: relative;
    background: none !important;
    box-shadow: none !important;
    backdrop-filter: none;
    border-radius: 0 !important;
  }
  header.menu-shown {
    background: rgba(8, 65, 58, 0.8);
  }
}
@media (min-width: 48rem) {
  header {
    background-color: #003232CC;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --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-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;
    }
  }
}
