/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: 'Roboto Flex';
  src: url('../fonts-roboto-flex/RobotoFlex-Regular.woff2') format('woff2'), url('../fonts-roboto-flex/RobotoFlex-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@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-sky-900: oklch(39.1% 0.09 240.876);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --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);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2\/4 {
    top: calc(2/4 * 100%);
  }
  .top-\[-20px\] {
    top: -20px;
  }
  .top-\[-230px\] {
    top: -230px;
  }
  .top-\[-450px\] {
    top: -450px;
  }
  .top-\[25\%\] {
    top: 25%;
  }
  .top-\[35\%\] {
    top: 35%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-70px\] {
    right: -70px;
  }
  .right-\[-150px\] {
    right: -150px;
  }
  .right-\[-200px\] {
    right: -200px;
  }
  .bottom-\[-70px\] {
    bottom: -70px;
  }
  .bottom-\[-470px\] {
    bottom: -470px;
  }
  .bottom-\[-500px\] {
    bottom: -500px;
  }
  .bottom-\[0\] {
    bottom: 0;
  }
  .bottom-\[0px\] {
    bottom: 0px;
  }
  .-left-full {
    left: -100%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2\/4 {
    left: calc(2/4 * 100%);
  }
  .left-\[-150px\] {
    left: -150px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-\[56\%\] {
    left: 56%;
  }
  .z-0 {
    z-index: 0;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .-order-1 {
    order: calc(1 * -1);
  }
  .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-3 {
    margin: calc(var(--spacing) * -3);
  }
  .m-auto {
    margin: auto;
  }
  .mx-\[-10px\] {
    margin-inline: -10px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .-mt-\[25px\] {
    margin-top: calc(25px * -1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-\[-50px\] {
    margin-top: -50px;
  }
  .mt-\[-140px\] {
    margin-top: -140px;
  }
  .mt-\[-190px\] {
    margin-top: -190px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[22px\] {
    margin-top: 22px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[35px\] {
    margin-top: 35px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[53px\] {
    margin-top: 53px;
  }
  .mt-\[68px\] {
    margin-top: 68px;
  }
  .-mr-6 {
    margin-right: calc(var(--spacing) * -6);
  }
  .mr-\[-50px\] {
    margin-right: -50px;
  }
  .mr-\[-80px\] {
    margin-right: -80px;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[17px\] {
    margin-bottom: 17px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[80px\] {
    margin-bottom: 80px;
  }
  .mb-\[95px\] {
    margin-bottom: 95px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[450px\] {
    height: 450px;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-10 {
    max-height: calc(var(--spacing) * 10);
  }
  .max-h-\[95px\] {
    max-height: 95px;
  }
  .max-h-\[110px\] {
    max-height: 110px;
  }
  .max-h-\[600px\] {
    max-height: 600px;
  }
  .min-h-\[160px\] {
    min-height: 160px;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-2\/6 {
    width: calc(2/6 * 100%);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[90px\] {
    max-width: 90px;
  }
  .max-w-\[95px\] {
    max-width: 95px;
  }
  .max-w-\[110px\] {
    max-width: 110px;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[170px\] {
    max-width: 170px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[210px\] {
    max-width: 210px;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[350px\] {
    max-width: 350px;
  }
  .max-w-\[460px\] {
    max-width: 460px;
  }
  .max-w-\[500px\] {
    max-width: 500px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[600px\] {
    max-width: 600px;
  }
  .max-w-\[700px\] {
    max-width: 700px;
  }
  .max-w-\[750px\] {
    max-width: 750px;
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[830px\] {
    max-width: 830px;
  }
  .max-w-\[850px\] {
    max-width: 850px;
  }
  .max-w-\[970px\] {
    max-width: 970px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1024px\] {
    max-width: 1024px;
  }
  .max-w-\[1050px\] {
    max-width: 1050px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .max-w-\[1160px\] {
    max-width: 1160px;
  }
  .max-w-\[1250px\] {
    max-width: 1250px;
  }
  .max-w-\[1340px\] {
    max-width: 1340px;
  }
  .max-w-\[1350px\] {
    max-width: 1350px;
  }
  .max-w-max {
    max-width: max-content;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .-translate-x-2\/4 {
    --tw-translate-x: calc(calc(2/4 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2\/4 {
    --tw-translate-y: calc(calc(2/4 * 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-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3\.5 {
    gap: calc(var(--spacing) * 3.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .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-\[12px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(12px * var(--tw-space-y-reverse));
      margin-block-end: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[30px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(30px * var(--tw-space-y-reverse));
      margin-block-end: calc(30px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-\[0px_0px_10px_10px\] {
    border-radius: 0px 0px 10px 10px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#0000001A\] {
    border-color: #0000001A;
  }
  .border-\[\#8D8D8D\] {
    border-color: #8D8D8D;
  }
  .bg-\[\#131717\] {
    background-color: #131717;
  }
  .bg-\[\#F7F7F7\] {
    background-color: #F7F7F7;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }
  .bg-sky-900 {
    background-color: var(--color-sky-900);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[linear-gradient\(97\.48deg\,\#18F06E_-7\.9\%\,\#0B6DE0_117\.63\%\)\] {
    background-image: linear-gradient(97.48deg,#18F06E -7.9%,#0B6DE0 117.63%);
  }
  .from-\[\#18F06E\] {
    --tw-gradient-from: #18F06E;
    --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-\[\#0B6DE0\] {
    --tw-gradient-to: #0B6DE0;
    --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-clip-text {
    background-clip: text;
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[50px\] {
    padding-inline: 50px;
  }
  .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-\[10px\] {
    padding-block: 10px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[22px\] {
    padding-block: 22px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pt-\[140px\] {
    padding-top: 140px;
  }
  .pt-\[170px\] {
    padding-top: 170px;
  }
  .pr-\[12px\] {
    padding-right: 12px;
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pb-2\.5 {
    padding-bottom: calc(var(--spacing) * 2.5);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[95px\] {
    padding-bottom: 95px;
  }
  .pb-\[210px\] {
    padding-bottom: 210px;
  }
  .pl-\[12px\] {
    padding-left: 12px;
  }
  .pl-\[17px\] {
    padding-left: 17px;
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .font-\[\'Poppins\'\] {
    font-family: 'Poppins';
  }
  .font-\[\'Roboto_Flex\'\] {
    font-family: 'Roboto Flex';
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-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-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }
  .leading-\[11px\] {
    --tw-leading: 11px;
    line-height: 11px;
  }
  .leading-\[14px\] {
    --tw-leading: 14px;
    line-height: 14px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[19\.8px\] {
    --tw-leading: 19.8px;
    line-height: 19.8px;
  }
  .leading-\[21px\] {
    --tw-leading: 21px;
    line-height: 21px;
  }
  .leading-\[27px\] {
    --tw-leading: 27px;
    line-height: 27px;
  }
  .leading-\[28\.8px\] {
    --tw-leading: 28.8px;
    line-height: 28.8px;
  }
  .leading-\[30\.6px\] {
    --tw-leading: 30.6px;
    line-height: 30.6px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[38\.4px\] {
    --tw-leading: 38.4px;
    line-height: 38.4px;
  }
  .leading-\[50px\] {
    --tw-leading: 50px;
    line-height: 50px;
  }
  .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-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-\[0\.5px\] {
    --tw-tracking: 0.5px;
    letter-spacing: 0.5px;
  }
  .tracking-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#4C4F4F\] {
    color: #4C4F4F;
  }
  .text-\[\#6B6B6B\] {
    color: #6B6B6B;
  }
  .text-\[\#8D8D8D\] {
    color: #8D8D8D;
  }
  .text-\[\#011C2A\] {
    color: #011C2A;
  }
  .text-\[\#132F41\] {
    color: #132F41;
  }
  .text-\[\#131717\] {
    color: #131717;
  }
  .text-\[\#434343\] {
    color: #434343;
  }
  .text-\[\#525252\] {
    color: #525252;
  }
  .text-\[\#606060\] {
    color: #606060;
  }
  .text-\[\#717171\] {
    color: #717171;
  }
  .text-\[\#FCFCFC\] {
    color: #FCFCFC;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[\#ffffff80\] {
    color: #ffffff80;
  }
  .text-\[\#ffffffb3\] {
    color: #ffffffb3;
  }
  .text-\[blue\] {
    color: blue;
  }
  .text-\[white\] {
    color: white;
  }
  .text-transparent {
    color: transparent;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow-\[0px_0px_60px_30px_\#00000008\] {
    --tw-shadow: 0px 0px 60px 30px var(--tw-shadow-color, #00000008);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0px_1px_20px_\#0000000a\] {
    --tw-shadow: 0px 1px 20px var(--tw-shadow-color, #0000000a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[7px_8px_23px_0px_\#D1E1E563\] {
    --tw-shadow: 7px 8px 23px 0px var(--tw-shadow-color, #D1E1E563);
    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);
  }
  .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,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .peer-checked\:-left-0 {
    &:is(:where(.peer):checked ~ *) {
      left: calc(var(--spacing) * -0);
    }
  }
  .peer-checked\:z-0 {
    &:is(:where(.peer):checked ~ *) {
      z-index: 0;
    }
  }
  .peer-checked\:block {
    &:is(:where(.peer):checked ~ *) {
      display: block;
    }
  }
  .peer-checked\:opacity-75 {
    &:is(:where(.peer):checked ~ *) {
      opacity: 75%;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:bottom-0 {
    &::before {
      content: var(--tw-content);
      bottom: calc(var(--spacing) * 0);
    }
  }
  .before\:left-2\/4 {
    &::before {
      content: var(--tw-content);
      left: calc(2/4 * 100%);
    }
  }
  .before\:block {
    &::before {
      content: var(--tw-content);
      display: block;
    }
  }
  .before\:h-\[3px\] {
    &::before {
      content: var(--tw-content);
      height: 3px;
    }
  }
  .before\:w-\[60px\] {
    &::before {
      content: var(--tw-content);
      width: 60px;
    }
  }
  .before\:-translate-x-2\/4 {
    &::before {
      content: var(--tw-content);
      --tw-translate-x: calc(calc(2/4 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .before\:bg-\[linear-gradient\(97\.48deg\,\#18F06E_-7\.9\%\,\#0B6DE0_117\.63\%\)\] {
    &::before {
      content: var(--tw-content);
      background-image: linear-gradient(97.48deg,#18F06E -7.9%,#0B6DE0 117.63%);
    }
  }
  .focus\:border-\[\#011C2A\] {
    &:focus {
      border-color: #011C2A;
    }
  }
  .sm\:right-\[-80px\] {
    @media (width >= 40rem) {
      right: -80px;
    }
  }
  .sm\:bottom-\[-30px\] {
    @media (width >= 40rem) {
      bottom: -30px;
    }
  }
  .sm\:mt-\[-22px\] {
    @media (width >= 40rem) {
      margin-top: -22px;
    }
  }
  .sm\:mt-\[-250px\] {
    @media (width >= 40rem) {
      margin-top: -250px;
    }
  }
  .sm\:mt-\[60px\] {
    @media (width >= 40rem) {
      margin-top: 60px;
    }
  }
  .sm\:mb-\[70px\] {
    @media (width >= 40rem) {
      margin-bottom: 70px;
    }
  }
  .sm\:ml-auto {
    @media (width >= 40rem) {
      margin-left: auto;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:h-\[670px\] {
    @media (width >= 40rem) {
      height: 670px;
    }
  }
  .sm\:w-1\/2 {
    @media (width >= 40rem) {
      width: calc(1/2 * 100%);
    }
  }
  .sm\:w-max {
    @media (width >= 40rem) {
      width: max-content;
    }
  }
  .sm\:max-w-\[240px\] {
    @media (width >= 40rem) {
      max-width: 240px;
    }
  }
  .sm\:max-w-\[280px\] {
    @media (width >= 40rem) {
      max-width: 280px;
    }
  }
  .sm\:max-w-\[300px\] {
    @media (width >= 40rem) {
      max-width: 300px;
    }
  }
  .sm\:translate-x-\[-82px\] {
    @media (width >= 40rem) {
      --tw-translate-x: -82px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:gap-\[40px\] {
    @media (width >= 40rem) {
      gap: 40px;
    }
  }
  .sm\:space-y-\[45px\] {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(45px * var(--tw-space-y-reverse));
        margin-block-end: calc(45px * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:rounded-\[0px_10px_10px_0px\] {
    @media (width >= 40rem) {
      border-radius: 0px 10px 10px 0px;
    }
  }
  .sm\:rounded-\[14px\] {
    @media (width >= 40rem) {
      border-radius: 14px;
    }
  }
  .sm\:p-\[30px_25px\] {
    @media (width >= 40rem) {
      padding: 30px 25px;
    }
  }
  .sm\:p-\[40px\] {
    @media (width >= 40rem) {
      padding: 40px;
    }
  }
  .sm\:py-\[50px\] {
    @media (width >= 40rem) {
      padding-block: 50px;
    }
  }
  .sm\:pr-\[25px\] {
    @media (width >= 40rem) {
      padding-right: 25px;
    }
  }
  .sm\:pr-\[55px\] {
    @media (width >= 40rem) {
      padding-right: 55px;
    }
  }
  .sm\:pb-\[170px\] {
    @media (width >= 40rem) {
      padding-bottom: 170px;
    }
  }
  .sm\:pl-\[30px\] {
    @media (width >= 40rem) {
      padding-left: 30px;
    }
  }
  .sm\:pl-\[45px\] {
    @media (width >= 40rem) {
      padding-left: 45px;
    }
  }
  .sm\:text-2xl {
    @media (width >= 40rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--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-\[17px\] {
    @media (width >= 40rem) {
      font-size: 17px;
    }
  }
  .sm\:text-\[28px\] {
    @media (width >= 40rem) {
      font-size: 28px;
    }
  }
  .sm\:text-\[42px\] {
    @media (width >= 40rem) {
      font-size: 42px;
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:top-0 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:left-\[-3\%\] {
    @media (width >= 48rem) {
      left: -3%;
    }
  }
  .md\:mt-0 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .md\:mt-\[-330px\] {
    @media (width >= 48rem) {
      margin-top: -330px;
    }
  }
  .md\:mt-\[95px\] {
    @media (width >= 48rem) {
      margin-top: 95px;
    }
  }
  .md\:mt-\[100px\] {
    @media (width >= 48rem) {
      margin-top: 100px;
    }
  }
  .md\:mb-\[80px\] {
    @media (width >= 48rem) {
      margin-bottom: 80px;
    }
  }
  .md\:mb-\[140px\] {
    @media (width >= 48rem) {
      margin-bottom: 140px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-4\/12 {
    @media (width >= 48rem) {
      width: calc(4/12 * 100%);
    }
  }
  .md\:w-8\/12 {
    @media (width >= 48rem) {
      width: calc(8/12 * 100%);
    }
  }
  .md\:w-\[80px\] {
    @media (width >= 48rem) {
      width: 80px;
    }
  }
  .md\:w-\[110px\] {
    @media (width >= 48rem) {
      width: 110px;
    }
  }
  .md\:w-\[120px\] {
    @media (width >= 48rem) {
      width: 120px;
    }
  }
  .md\:w-\[130px\] {
    @media (width >= 48rem) {
      width: 130px;
    }
  }
  .md\:w-\[140px\] {
    @media (width >= 48rem) {
      width: 140px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:w-full {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:w-max {
    @media (width >= 48rem) {
      width: max-content;
    }
  }
  .md\:max-w-\[450px\] {
    @media (width >= 48rem) {
      max-width: 450px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-\[20px\] {
    @media (width >= 48rem) {
      gap: 20px;
    }
  }
  .md\:space-y-0 {
    @media (width >= 48rem) {
      :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)));
      }
    }
  }
  .md\:bg-transparent {
    @media (width >= 48rem) {
      background-color: transparent;
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-5 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .md\:px-6 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .md\:py-\[30px\] {
    @media (width >= 48rem) {
      padding-block: 30px;
    }
  }
  .md\:py-\[100px\] {
    @media (width >= 48rem) {
      padding-block: 100px;
    }
  }
  .md\:pt-0 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .md\:pt-\[50px\] {
    @media (width >= 48rem) {
      padding-top: 50px;
    }
  }
  .md\:pt-\[60px\] {
    @media (width >= 48rem) {
      padding-top: 60px;
    }
  }
  .md\:pt-\[80px\] {
    @media (width >= 48rem) {
      padding-top: 80px;
    }
  }
  .md\:pt-\[90px\] {
    @media (width >= 48rem) {
      padding-top: 90px;
    }
  }
  .md\:pb-\[200px\] {
    @media (width >= 48rem) {
      padding-bottom: 200px;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-base {
    @media (width >= 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:text-\[42px\] {
    @media (width >= 48rem) {
      font-size: 42px;
    }
  }
  .md\:leading-9 {
    @media (width >= 48rem) {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
  .md\:text-white {
    @media (width >= 48rem) {
      color: var(--color-white);
    }
  }
  .md\:backdrop-blur-\[30px\] {
    @media (width >= 48rem) {
      --tw-backdrop-blur: blur(30px);
      -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,);
    }
  }
  .md\:peer-checked\:hidden {
    @media (width >= 48rem) {
      &:is(:where(.peer):checked ~ *) {
        display: none;
      }
    }
  }
  .lg\:absolute {
    @media (width >= 64rem) {
      position: absolute;
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:top-0 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .lg\:top-\[-40px\] {
    @media (width >= 64rem) {
      top: -40px;
    }
  }
  .lg\:left-\[-16\%\] {
    @media (width >= 64rem) {
      left: -16%;
    }
  }
  .lg\:left-auto {
    @media (width >= 64rem) {
      left: auto;
    }
  }
  .lg\:order-none {
    @media (width >= 64rem) {
      order: 0;
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-\[-450px\] {
    @media (width >= 64rem) {
      margin-top: -450px;
    }
  }
  .lg\:mt-\[40px\] {
    @media (width >= 64rem) {
      margin-top: 40px;
    }
  }
  .lg\:mt-\[100px\] {
    @media (width >= 64rem) {
      margin-top: 100px;
    }
  }
  .lg\:mt-\[150px\] {
    @media (width >= 64rem) {
      margin-top: 150px;
    }
  }
  .lg\:mt-\[170px\] {
    @media (width >= 64rem) {
      margin-top: 170px;
    }
  }
  .lg\:mb-\[94px\] {
    @media (width >= 64rem) {
      margin-bottom: 94px;
    }
  }
  .lg\:mb-\[120px\] {
    @media (width >= 64rem) {
      margin-bottom: 120px;
    }
  }
  .lg\:mb-\[140px\] {
    @media (width >= 64rem) {
      margin-bottom: 140px;
    }
  }
  .lg\:mb-\[150px\] {
    @media (width >= 64rem) {
      margin-bottom: 150px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[50px\] {
    @media (width >= 64rem) {
      height: 50px;
    }
  }
  .lg\:max-h-\[1195px\] {
    @media (width >= 64rem) {
      max-height: 1195px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-1\/4 {
    @media (width >= 64rem) {
      width: calc(1/4 * 100%);
    }
  }
  .lg\:w-3\/4 {
    @media (width >= 64rem) {
      width: calc(3/4 * 100%);
    }
  }
  .lg\:w-\[60px\] {
    @media (width >= 64rem) {
      width: 60px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:w-max {
    @media (width >= 64rem) {
      width: max-content;
    }
  }
  .lg\:max-w-\[280px\] {
    @media (width >= 64rem) {
      max-width: 280px;
    }
  }
  .lg\:max-w-\[520px\] {
    @media (width >= 64rem) {
      max-width: 520px;
    }
  }
  .lg\:max-w-\[700px\] {
    @media (width >= 64rem) {
      max-width: 700px;
    }
  }
  .lg\:max-w-\[800px\] {
    @media (width >= 64rem) {
      max-width: 800px;
    }
  }
  .lg\:flex-grow {
    @media (width >= 64rem) {
      flex-grow: 1;
    }
  }
  .lg\:-translate-y-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-\[20px\] {
    @media (width >= 64rem) {
      gap: 20px;
    }
  }
  .lg\:space-y-0 {
    @media (width >= 64rem) {
      :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)));
      }
    }
  }
  .lg\:bg-transparent {
    @media (width >= 64rem) {
      background-color: transparent;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-\[30px\] {
    @media (width >= 64rem) {
      padding-block: 30px;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[80px\] {
    @media (width >= 64rem) {
      padding-top: 80px;
    }
  }
  .lg\:pt-\[100px\] {
    @media (width >= 64rem) {
      padding-top: 100px;
    }
  }
  .lg\:pt-\[160px\] {
    @media (width >= 64rem) {
      padding-top: 160px;
    }
  }
  .lg\:pt-\[180px\] {
    @media (width >= 64rem) {
      padding-top: 180px;
    }
  }
  .lg\:pt-\[190px\] {
    @media (width >= 64rem) {
      padding-top: 190px;
    }
  }
  .lg\:pt-\[250px\] {
    @media (width >= 64rem) {
      padding-top: 250px;
    }
  }
  .lg\:pb-\[40px\] {
    @media (width >= 64rem) {
      padding-bottom: 40px;
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 64rem) {
      padding-bottom: 100px;
    }
  }
  .lg\:pb-\[300px\] {
    @media (width >= 64rem) {
      padding-bottom: 300px;
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 64rem) {
      font-size: 26px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 64rem) {
      font-size: 50px;
    }
  }
  .lg\:leading-9 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
  .lg\:leading-\[55px\] {
    @media (width >= 64rem) {
      --tw-leading: 55px;
      line-height: 55px;
    }
  }
  .lg\:leading-\[76px\] {
    @media (width >= 64rem) {
      --tw-leading: 76px;
      line-height: 76px;
    }
  }
  .lg\:backdrop-blur-\[30px\] {
    @media (width >= 64rem) {
      --tw-backdrop-blur: blur(30px);
      -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,);
    }
  }
  .lg\:peer-checked\:hidden {
    @media (width >= 64rem) {
      &:is(:where(.peer):checked ~ *) {
        display: none;
      }
    }
  }
  .xl\:left-\[-19\%\] {
    @media (width >= 80rem) {
      left: -19%;
    }
  }
  .xl\:left-\[53\.5\%\] {
    @media (width >= 80rem) {
      left: 53.5%;
    }
  }
  .xl\:left-\[55\%\] {
    @media (width >= 80rem) {
      left: 55%;
    }
  }
  .xl\:mt-\[35px\] {
    @media (width >= 80rem) {
      margin-top: 35px;
    }
  }
  .xl\:mb-\[100px\] {
    @media (width >= 80rem) {
      margin-bottom: 100px;
    }
  }
  .xl\:max-w-\[390px\] {
    @media (width >= 80rem) {
      max-width: 390px;
    }
  }
  .xl\:max-w-\[550px\] {
    @media (width >= 80rem) {
      max-width: 550px;
    }
  }
  .xl\:max-w-full {
    @media (width >= 80rem) {
      max-width: 100%;
    }
  }
  .xl\:pt-\[140px\] {
    @media (width >= 80rem) {
      padding-top: 140px;
    }
  }
  .xl\:pt-\[225px\] {
    @media (width >= 80rem) {
      padding-top: 225px;
    }
  }
  .xl\:pt-\[280px\] {
    @media (width >= 80rem) {
      padding-top: 280px;
    }
  }
  .xl\:pt-\[300px\] {
    @media (width >= 80rem) {
      padding-top: 300px;
    }
  }
  .xl\:text-\[50px\] {
    @media (width >= 80rem) {
      font-size: 50px;
    }
  }
  .xl\:text-\[70px\] {
    @media (width >= 80rem) {
      font-size: 70px;
    }
  }
  .\32 xl\:left-\[-19\%\] {
    @media (width >= 96rem) {
      left: -19%;
    }
  }
  .\32 xl\:block {
    @media (width >= 96rem) {
      display: block;
    }
  }
  .\32 xl\:pt-\[150px\] {
    @media (width >= 96rem) {
      padding-top: 150px;
    }
  }
  .\32 xl\:pt-\[350px\] {
    @media (width >= 96rem) {
      padding-top: 350px;
    }
  }
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: "Poppins", sans-serif;
}
.gradient-text span {
  background: -webkit-linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.navlinks-box-cover .button {
  padding: 14px 20px;
}
.gradient-border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
}
.box-section:before {
  content: '';
  background: linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
  opacity: 0.1;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  border-radius: 28px;
  z-index: -1;
}
.team-img-main {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  padding: 5px;
  position: relative;
  background: linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
}
.join_us_section {
  background: linear-gradient(98.13deg, #18F06E -25.58%, #0B6DE0 118.1%);
}
.launch-app span {
  background: -webkit-linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.launch-app {
  transition: all 0.3s ease-in-out;
  padding: 1rem 2.5rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.launch-app::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  border-radius: inherit;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
.launch-app:hover::before {
  transform: scale(1.07);
}
.input-radio {
  appearance: none;
  -webkit-appearance: none;
  height: 13px;
  width: 13px;
  max-width: 13px;
  min-width: 13px;
  max-height: 13px;
  min-height: 13px;
  border-radius: 50%;
  background-color: #E0E0E0;
  cursor: pointer;
  position: relative;
}
.input-radio:checked {
  background-color: #011C2A;
}
.input-radio:checked::before {
  content: "✔";
  line-height: 1;
  color: white;
  font-size: 7px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.generalSupport-cover::-webkit-scrollbar {
  width: 5px;
}
.generalSupport-cover::-webkit-scrollbar-track {
  background: #FFFFFF4D;
  border-radius: 20px;
}
.generalSupport-cover::-webkit-scrollbar-thumb {
  background: #FFFFFF;
  border-radius: 20px;
}
.hero-bg {
  background-image: url(../images/features-hero-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.launch-app span {
  background: -webkit-linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.launch-app {
  transition: all 0.3s ease-in-out;
  padding: 1rem 2.5rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.launch-app::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
  border-radius: inherit;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
.launch-app:hover::before {
  transform: scale(1.07);
}
.hero-bottom-box {
  box-shadow: 10px 20px 45px 0px #13171866;
  background: linear-gradient(106.08deg, #18F06E -29.87%, #0B6DE0 130.16%);
  padding: 20px;
  border-radius: 16px;
}
.conditions-info::-webkit-scrollbar {
  width: 10px;
}
.conditions-info::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.conditions-info::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: linear-gradient(97.48deg, #18F06E -7.9%, #0B6DE0 117.63%);
}
#toggleNav:checked~.block-endnav #hamburger #line {
  --tw-translate-y: 0.375rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#toggleNav:checked~.block-endnav #hamburger #line2 {
  --tw-translate-y: -0.25rem;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#navlinks ul li a.active span {
  background: -webkit-linear-gradient(97.48deg, #18f06e -7.9%, #0b6de0 117.63%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #navlinks ul li a span {
    color: #131717;
  }
}
.button {
  transition: all 0.3s ease-in-out;
  padding: 1rem 2.5rem;
  position: relative;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  border-radius: inherit;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
.button:hover::before {
  transform: scale(1.07);
}
.main-banner:before {
  content: "";
  background-image: url(../images/hero.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: -260px;
  top: 0px;
  width: 1200px;
  height: 180%;
  animation-delay: 0.4s;
  animation-name: fadeInRight;
  animation-duration: 1s;
  visibility: visible;
}
.connect-web3-wallet:before {
  content: "";
  background-image: url(../images/connect-web3-wallet-3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0%;
  top: 120px;
  width: 980px;
  height: 620px;
  animation-delay: 0.4s;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  visibility: visible;
}
.connect-web3-wallet::after {
  content: "";
  background-image: url(../images/connect-web3-wallet-shape.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: -40px;
  width: 425px;
  height: 140%;
  z-index: -1;
  animation-delay: 0.4s;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  visibility: visible;
}
.unique-address:before {
  content: "";
  background-image: url(../images/unique-address-2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 3%;
  top: 240px;
  width: 650px;
  height: 462px;
  animation-delay: 0.4s;
  animation-name: fadeInRight;
  animation-duration: 1s;
  visibility: visible;
  filter: drop-shadow(0px 0px 25px #607b8060);
}
.unique-address::after {
  content: "";
  background-image: url(../images/shape.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0px;
  top: 0;
  width: 425px;
  height: 140%;
  z-index: -1;
  animation-delay: 0.4s;
  animation-name: fadeInRight;
  animation-duration: 1s;
  visibility: visible;
}
.cta {
  background-image: url(../images/CTA.png);
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: 100% 100%;
  min-height: 515px;
}
#before-after-slider {
  width: 100%;
  position: relative;
  border-radius: 20px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#after-image {
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
#before-image {
  position: absolute;
  height: 100%;
  width: 70%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
  border-radius: 20px 0 0 20px;
}
#before-image img {
  max-width: max-content;
}
#resizer {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 5;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 70%;
  height: 115%;
  width: 6px;
  background: linear-gradient(178.74deg, #18f06e 0%, #0b6de0 124.9%);
  border-radius: 10px;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
#resizer:after {
  background: #131717;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  position: absolute;
  margin: 0 0 0 -24px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 7px solid #fffffff5;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2211%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22m6%201.821-4%204%204%204M14%201.821l4%204-4%204%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 11px;
  content: "";
  cursor: pointer;
}
@media screen and (max-width: 1800px) {
  .main-banner:before {
    width: 1040px;
    height: 155%;
    right: -220px;
  }
  .connect-web3-wallet:before {
    left: 0%;
    top: 95px;
    width: 960px;
    height: 575px;
  }
}
@media screen and (max-width: 1600px) {
  .main-banner:before {
    top: 50px;
    width: 920px;
    height: 155%;
    right: -150px;
  }
  .connect-web3-wallet:before {
    top: 150px;
    width: 890px;
  }
}
@media screen and (max-width: 1470px) {
  .main-banner:before {
    width: 750px;
    height: 105%;
    top: 70px;
  }
  .connect-web3-wallet:before {
    top: 170px;
    width: 790px;
    height: 95%;
  }
  .unique-address:before {
    top: 220px;
    width: 610px;
    height: 65%;
  }
}
@media screen and (max-width: 1370px) {
  .connect-web3-wallet:before {
    top: 180px;
    width: 700px;
    height: 90%;
  }
  .unique-address:before {
    top: 230px;
    width: 574px;
    height: 61%;
  }
  .main-banner:before {
    width: 720px;
    height: 115%;
    top: 0px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1380px) {
  .main-banner:before {
    width: 830px;
    height: 137%;
    top: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .main-banner:before {
    top: 40px;
    width: 790px;
    height: 124%;
    right: -165px;
  }
  .connect-web3-wallet:before {
    width: 670px;
    height: 80%;
  }
  .unique-address:before {
    top: 161px;
    width: 542px;
    height: 70%;
  }
}
@media screen and (max-width: 1150px) {
  .main-banner:before {
    top: 60px;
    width: 712px;
    height: 122%;
    right: -155px;
  }
  .connect-web3-wallet:before {
    top: 195px;
    width: 590px;
    height: 69%;
  }
  .unique-address:before {
    top: 175px;
    width: 470px;
    height: 61%;
  }
}
@media screen and (max-width: 1023px) {
  .main-banner:before, .connect-web3-wallet:before, .unique-address:before, .connect-web3-wallet::after, .unique-address::after {
    content: none;
  }
  body .cta {
    background-image: url(../images/CTA-mobile.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    min-height: 335px;
  }
}
@media screen and (min-width: 1208px) and (max-width: 1287px) {
  .mask-image {
    margin-top: 38px !important;
  }
}
@media screen and (min-width: 1145px) and (max-width: 1207px) {
  .mask-image {
    margin-top: 37px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1144px) {
  .mask-image {
    margin-top: 27px !important;
  }
}
@media screen and (max-width: 767px) {
  body #before-after-slider, body #after-image {
    border-radius: 10px;
  }
  body #before-image {
    border-radius: 10px 0 0 10px;
  }
  body #resizer {
    height: 130%;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-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-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-duration: initial;
      --tw-content: "";
      --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;
    }
  }
}
