/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-leading: 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;
    }
  }
}

@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-red-500: oklch(.637 .237 25.331);
    --color-blue-500: oklch(.623 .214 259.815);
    --color-blue-600: oklch(.546 .245 262.881);
    --color-blue-700: oklch(.488 .243 264.376);
    --color-gray-50: oklch(.985 .002 247.839);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-400: oklch(.707 .022 261.325);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .inset-\[-6\.13\%_-1\.45\%_22\.61\%_21\.52\%\] {
    inset: -6.13% -1.45% 22.61% 21.52%;
  }

  .inset-\[-9\.76\%_35\.68\%_-12\.28\%_-14\.12\%\] {
    inset: -9.76% 35.68% -12.28% -14.12%;
  }

  .inset-\[-2047\.64\%_-1267\.3\%_1367\.75\%_1160\.14\%\] {
    inset: -2047.64% -1267.3% 1367.75% 1160.14%;
  }

  .inset-\[-2047\.65\%_-1267\.3\%_1367\.76\%_1160\.14\%\] {
    inset: -2047.65% -1267.3% 1367.76% 1160.14%;
  }

  .inset-\[-4225\.38\%_-107\.53\%_3545\.49\%_0\.37\%\] {
    inset: -4225.38% -107.53% 3545.49% .37%;
  }

  .inset-\[-4225\.39\%_-107\.53\%_3545\.5\%_0\.38\%\] {
    inset: -4225.39% -107.53% 3545.5% .38%;
  }

  .inset-\[-4543\.65\%_-475\.89\%_3863\.76\%_368\.73\%\] {
    inset: -4543.65% -475.89% 3863.76% 368.73%;
  }

  .inset-\[-4740\.16\%_-149\.79\%_4060\.27\%_42\.63\%\] {
    inset: -4740.16% -149.79% 4060.27% 42.63%;
  }

  .inset-\[-4740\.16\%_-149\.79\%_4060\.27\%_42\.64\%\] {
    inset: -4740.16% -149.79% 4060.27% 42.64%;
  }

  .inset-\[-4765\.26\%_-556\.67\%_4085\.37\%_449\.52\%\] {
    inset: -4765.26% -556.67% 4085.37% 449.52%;
  }

  .inset-\[-4765\.26\%_-556\.68\%_4085\.37\%_449\.52\%\] {
    inset: -4765.26% -556.68% 4085.37% 449.52%;
  }

  .inset-\[-4825\.95\%_-145\.61\%_4146\.06\%_38\.45\%\] {
    inset: -4825.95% -145.61% 4146.06% 38.45%;
  }

  .inset-\[-4825\.95\%_-148\.27\%_4146\.06\%_41\.12\%\] {
    inset: -4825.95% -148.27% 4146.06% 41.12%;
  }

  .inset-\[-4825\.95\%_-148\.28\%_4146\.06\%_41\.12\%\] {
    inset: -4825.95% -148.28% 4146.06% 41.12%;
  }

  .inset-\[-4854\.6\%_-494\.2\%_4174\.71\%_387\.04\%\] {
    inset: -4854.6% -494.2% 4174.71% 387.04%;
  }

  .inset-\[-4854\.6\%_-494\.2\%_4174\.72\%_387\.04\%\] {
    inset: -4854.6% -494.2% 4174.72% 387.04%;
  }

  .inset-\[-4911\.74\%_-145\.36\%_4231\.85\%_38\.2\%\] {
    inset: -4911.74% -145.36% 4231.85% 38.2%;
  }

  .inset-\[-4911\.75\%_-145\.36\%_4231\.86\%_38\.2\%\] {
    inset: -4911.75% -145.36% 4231.86% 38.2%;
  }

  .inset-\[-4997\.54\%_-192\.3\%_4317\.65\%_85\.14\%\] {
    inset: -4997.54% -192.3% 4317.65% 85.14%;
  }

  .inset-\[-5076\.21\%_-653\.95\%_4396\.32\%_546\.79\%\] {
    inset: -5076.21% -653.95% 4396.32% 546.79%;
  }

  .inset-\[-5076\.21\%_-653\.96\%_4396\.32\%_546\.8\%\] {
    inset: -5076.21% -653.96% 4396.32% 546.8%;
  }

  .inset-\[-5083\.33\%_-146\.68\%_4403\.44\%_39\.52\%\] {
    inset: -5083.33% -146.68% 4403.44% 39.52%;
  }

  .inset-\[-5083\.33\%_-196\.08\%_4403\.44\%_88\.92\%\] {
    inset: -5083.33% -196.08% 4403.44% 88.92%;
  }

  .inset-\[-5083\.34\%_-146\.67\%_4403\.45\%_39\.51\%\] {
    inset: -5083.34% -146.67% 4403.45% 39.51%;
  }

  .inset-\[-5083\.34\%_-196\.08\%_4403\.45\%_88\.92\%\] {
    inset: -5083.34% -196.08% 4403.45% 88.92%;
  }

  .inset-\[-5165\.56\%_-526\.16\%_4485\.67\%_419\%\] {
    inset: -5165.56% -526.16% 4485.67% 419%;
  }

  .inset-\[-5165\.56\%_-526\.16\%_4485\.67\%_419\.01\%\] {
    inset: -5165.56% -526.16% 4485.67% 419.01%;
  }

  .inset-\[-5165\.56\%_-1267\.3\%_1367\.75\%_0\.38\%\] {
    inset: -5165.56% -1267.3% 1367.75% .38%;
  }

  .inset-\[-5165\.56\%_-1267\.3\%_1367\.76\%_0\.37\%\] {
    inset: -5165.56% -1267.3% 1367.76% .37%;
  }

  .inset-\[0\.06\%_-0\.04\%_-0\.04\%_0\.05\%\] {
    inset: .06% -.04% -.04% .05%;
  }

  .inset-\[0\.07\%_-0\.03\%_-0\.05\%_0\.05\%\] {
    inset: .07% -.03% -.05% .05%;
  }

  .inset-\[0\.57\%_0\.3\%_0\.56\%_0\.3\%\] {
    inset: .57% .3% .56%;
  }

  .inset-\[0\.58\%_0\.31\%_0\.55\%_0\.3\%\] {
    inset: .58% .31% .55% .3%;
  }

  .inset-\[1\.65\%_0\.49\%\] {
    inset: 1.65% .49%;
  }

  .inset-\[4\.17\%_-2\.52\%_8\.1\%_-4\.17\%\] {
    inset: 4.17% -2.52% 8.1% -4.17%;
  }

  .inset-\[4\.29\%_0\.78\%_4\.31\%_0\.78\%\] {
    inset: 4.29% .78% 4.31%;
  }

  .inset-\[4\.33\%_82\.88\%_88\.67\%_11\.08\%\] {
    inset: 4.33% 82.88% 88.67% 11.08%;
  }

  .inset-\[5\.58\%_3\.58\%_5\.57\%_3\.58\%\] {
    inset: 5.58% 3.58% 5.57%;
  }

  .inset-\[5\.64\%_24\%_80\.28\%_64\.88\%\] {
    inset: 5.64% 24% 80.28% 64.88%;
  }

  .inset-\[5\.64\%_26\.69\%_80\.28\%_63\.36\%\] {
    inset: 5.64% 26.69% 80.28% 63.36%;
  }

  .inset-\[6\.93\%_26\.02\%_87\.4\%_69\.21\%\] {
    inset: 6.93% 26.02% 87.4% 69.21%;
  }

  .inset-\[6\.93\%_26\.03\%_87\.4\%_69\.22\%\] {
    inset: 6.93% 26.03% 87.4% 69.22%;
  }

  .inset-\[6\.93\%_28\.5\%_87\.4\%_67\.24\%\] {
    inset: 6.93% 28.5% 87.4% 67.24%;
  }

  .inset-\[6\.93\%_28\.49\%_87\.4\%_67\.23\%\] {
    inset: 6.93% 28.49% 87.4% 67.23%;
  }

  .inset-\[7\.12\%_24\.76\%_80\.28\%_65\.02\%\] {
    inset: 7.12% 24.76% 80.28% 65.02%;
  }

  .inset-\[7\.12\%_27\.37\%_80\.28\%_63\.49\%\] {
    inset: 7.12% 27.37% 80.28% 63.49%;
  }

  .inset-\[7\.13\%_24\.67\%_83\.3\%_66\.12\%\] {
    inset: 7.13% 24.67% 83.3% 66.12%;
  }

  .inset-\[7\.13\%_27\.29\%_83\.3\%_64\.47\%\] {
    inset: 7.13% 27.29% 83.3% 64.47%;
  }

  .inset-\[7\.32\%_4\.62\%_83\.53\%_67\.14\%\] {
    inset: 7.32% 4.62% 83.53% 67.14%;
  }

  .inset-\[8\.33\%_8\.81\%_40\.88\%_41\.09\%\] {
    inset: 8.33% 8.81% 40.88% 41.09%;
  }

  .inset-\[8\.33\%_12\.5\%\] {
    inset: 8.33% 12.5%;
  }

  .inset-\[10\.42\%_9\.46\%_10\.42\%_10\.42\%\] {
    inset: 10.42% 9.46% 10.42% 10.42%;
  }

  .inset-\[10\.78\%_14\.58\%_10\.78\%_15\.69\%\] {
    inset: 10.78% 14.58% 10.78% 15.69%;
  }

  .inset-\[12\.5\%_8\.33\%\] {
    inset: 12.5% 8.33%;
  }

  .inset-\[12\.5\%_20\.83\%_14\.54\%_20\.83\%\] {
    inset: 12.5% 20.83% 14.54%;
  }

  .inset-\[12\.5\%_26\.04\%_12\.5\%_27\.08\%\] {
    inset: 12.5% 26.04% 12.5% 27.08%;
  }

  .inset-\[14\.27\%_18\.99\%_14\.29\%_19\.49\%\] {
    inset: 14.27% 18.99% 14.29% 19.49%;
  }

  .inset-\[14\.27\%_63\.58\%_14\.29\%_19\.49\%\] {
    inset: 14.27% 63.58% 14.29% 19.49%;
  }

  .inset-\[16\.63\%_64\.25\%_17\.43\%_20\.17\%\] {
    inset: 16.63% 64.25% 17.43% 20.17%;
  }

  .inset-\[17\.9\%_22\.74\%_63\.29\%_45\.19\%\] {
    inset: 17.9% 22.74% 63.29% 45.19%;
  }

  .inset-\[27\.51\%_28\.55\%_69\.01\%_68\.85\%\] {
    inset: 27.51% 28.55% 69.01% 68.85%;
  }

  .inset-\[27\.51\%_30\.76\%_69\.02\%_66\.91\%\] {
    inset: 27.51% 30.76% 69.02% 66.91%;
  }

  .inset-\[27\.54\%_28\.37\%_16\.35\%_16\.16\%\] {
    inset: 27.54% 28.37% 16.35% 16.16%;
  }

  .inset-\[30\%_17\.99\%_29\.67\%_17\.8\%\] {
    inset: 30% 17.99% 29.67% 17.8%;
  }

  .inset-\[38\.96\%_18\.99\%_40\.2\%_43\.05\%\] {
    inset: 38.96% 18.99% 40.2% 43.05%;
  }

  .inset-\[39\.38\%_22\.74\%_41\.83\%_45\.19\%\] {
    inset: 39.38% 22.74% 41.83% 45.19%;
  }

  .inset-\[40\.63\%_30\.21\%_36\.46\%_30\.21\%\] {
    inset: 40.63% 30.21% 36.46%;
  }

  .inset-\[46\.29\%_46\.93\%_35\.03\%_34\.62\%\] {
    inset: 46.29% 46.93% 35.03% 34.62%;
  }

  .inset-\[59\.26\%_81\.25\%_37\.27\%_16\.42\%\] {
    inset: 59.26% 81.25% 37.27% 16.42%;
  }

  .inset-\[59\.26\%_84\.97\%_37\.27\%_12\.44\%\] {
    inset: 59.26% 84.97% 37.27% 12.44%;
  }

  .inset-\[68\.78\%_71\.2\%_21\.9\%_22\.55\%\] {
    inset: 68.78% 71.2% 21.9% 22.55%;
  }

  .inset-\[68\.78\%_73\.74\%_21\.9\%_19\.28\%\] {
    inset: 68.78% 73.74% 21.9% 19.28%;
  }

  .inset-\[78\.13\%_56\.25\%_17\.3\%_40\.69\%\] {
    inset: 78.13% 56.25% 17.3% 40.69%;
  }

  .inset-\[78\.13\%_57\.03\%_17\.3\%_39\.55\%\] {
    inset: 78.13% 57.03% 17.3% 39.55%;
  }

  .inset-\[80\.6\%_81\.74\%_12\.82\%_13\.85\%\] {
    inset: 80.6% 81.74% 12.82% 13.85%;
  }

  .inset-\[80\.6\%_85\.51\%_12\.82\%_9\.56\%\] {
    inset: 80.6% 85.51% 12.82% 9.56%;
  }

  .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .top-1\/2 {
    top: 50%;
  }

  .top-4 {
    top: calc(var(--spacing) * 4);
  }

  .top-\[-1\.47px\] {
    top: -1.47px;
  }

  .top-\[-14\.65px\] {
    top: -14.65px;
  }

  .top-\[-15px\] {
    top: -15px;
  }

  .top-\[-23\.94px\] {
    top: -23.94px;
  }

  .top-\[-28\.61\%\] {
    top: -28.61%;
  }

  .top-\[0\.03\%\] {
    top: .03%;
  }

  .top-\[2px\] {
    top: 2px;
  }

  .top-\[3\.13px\] {
    top: 3.13px;
  }

  .top-\[5\.87px\] {
    top: 5.87px;
  }

  .top-\[7\.1px\] {
    top: 7.1px;
  }

  .top-\[11\.2\%\] {
    top: 11.2%;
  }

  .top-\[11\.35px\] {
    top: 11.35px;
  }

  .top-\[12px\] {
    top: 12px;
  }

  .top-\[14\.27\%\] {
    top: 14.27%;
  }

  .top-\[14px\] {
    top: 14px;
  }

  .top-\[15\.62px\] {
    top: 15.62px;
  }

  .top-\[19px\] {
    top: 19px;
  }

  .top-\[21px\] {
    top: 21px;
  }

  .top-\[24px\] {
    top: 24px;
  }

  .top-\[25\.19px\] {
    top: 25.19px;
  }

  .top-\[35\.63\%\] {
    top: 35.63%;
  }

  .top-\[36px\] {
    top: 36px;
  }

  .top-\[41\.13px\] {
    top: 41.13px;
  }

  .top-\[42\.91px\] {
    top: 42.91px;
  }

  .top-\[48px\] {
    top: 48px;
  }

  .top-\[68\.71px\] {
    top: 68.71px;
  }

  .top-\[80px\] {
    top: 80px;
  }

  .top-\[93px\] {
    top: 93px;
  }

  .top-\[100px\] {
    top: 100px;
  }

  .top-\[111\.11px\] {
    top: 111.11px;
  }

  .top-\[111\.32px\] {
    top: 111.32px;
  }

  .top-\[113\.22px\] {
    top: 113.22px;
  }

  .top-\[129px\] {
    top: 129px;
  }

  .top-\[143px\] {
    top: 143px;
  }

  .top-\[160px\] {
    top: 160px;
  }

  .top-\[176\.65px\] {
    top: 176.65px;
  }

  .top-\[185\.3px\] {
    top: 185.3px;
  }

  .top-\[209px\] {
    top: 209px;
  }

  .top-\[256px\] {
    top: 256px;
  }

  .top-\[267px\] {
    top: 267px;
  }

  .top-\[282\.28px\] {
    top: 282.28px;
  }

  .top-\[307px\] {
    top: 307px;
  }

  .top-\[323\.17px\] {
    top: 323.17px;
  }

  .top-\[328px\] {
    top: 328px;
  }

  .top-\[387\.37px\] {
    top: 387.37px;
  }

  .top-\[440px\] {
    top: 440px;
  }

  .top-\[540px\] {
    top: 540px;
  }

  .top-\[756px\] {
    top: 756px;
  }

  .top-\[763px\] {
    top: 763px;
  }

  .top-\[877\.35px\] {
    top: 877.35px;
  }

  .top-\[calc\(50\%\+0\.001px\)\] {
    top: calc(50% + .001px);
  }

  .top-\[calc\(50\%\+0\.002px\)\] {
    top: calc(50% + .002px);
  }

  .top-\[calc\(50\%\+0\.003px\)\] {
    top: calc(50% + .003px);
  }

  .top-\[calc\(50\%\+0\.3px\)\] {
    top: calc(50% + .3px);
  }

  .top-\[calc\(50\%\+0\.5px\)\] {
    top: calc(50% + .5px);
  }

  .top-\[calc\(50\%\+0\.24px\)\] {
    top: calc(50% + .24px);
  }

  .top-\[calc\(50\%\+0\.091px\)\] {
    top: calc(50% + .091px);
  }

  .top-\[calc\(50\%\+0\.171px\)\] {
    top: calc(50% + .171px);
  }

  .top-\[calc\(50\%\+0\.239px\)\] {
    top: calc(50% + .239px);
  }

  .top-\[calc\(50\%\+0\.267px\)\] {
    top: calc(50% + .267px);
  }

  .top-\[calc\(50\%\+0\.336px\)\] {
    top: calc(50% + .336px);
  }

  .top-\[calc\(50\%\+0\.854px\)\] {
    top: calc(50% + .854px);
  }

  .top-\[calc\(50\%-0\.2px\)\] {
    top: calc(50% - .2px);
  }

  .top-\[calc\(50\%-0\.376px\)\] {
    top: calc(50% - .376px);
  }

  .top-\[calc\(50\%-0\.828px\)\] {
    top: calc(50% - .828px);
  }

  .top-\[calc\(50\%-1\.553px\)\] {
    top: calc(50% - 1.553px);
  }

  .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .right-4 {
    right: calc(var(--spacing) * 4);
  }

  .right-\[-0\.05\%\] {
    right: -.05%;
  }

  .right-\[-22\.75\%\] {
    right: -22.75%;
  }

  .right-\[12\.22\%\] {
    right: 12.22%;
  }

  .right-\[15\.42\%\] {
    right: 15.42%;
  }

  .right-\[20\.61px\] {
    right: 20.61px;
  }

  .right-\[24px\] {
    right: 24px;
  }

  .right-\[75\.68\%\] {
    right: 75.68%;
  }

  .right-\[276px\] {
    right: 276px;
  }

  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }

  .bottom-\[-0\.01\%\] {
    bottom: -.01%;
  }

  .bottom-\[0\.01px\] {
    bottom: .01px;
  }

  .bottom-\[0\.03\%\] {
    bottom: .03%;
  }

  .bottom-\[0\.12\%\] {
    bottom: .12%;
  }

  .bottom-\[24px\] {
    bottom: 24px;
  }

  .bottom-\[64\.37\%\] {
    bottom: 64.37%;
  }

  .bottom-\[73\.65\%\] {
    bottom: 73.65%;
  }

  .bottom-\[77\.28\%\] {
    bottom: 77.28%;
  }

  .bottom-\[96\%\] {
    bottom: 96%;
  }

  .bottom-\[738px\] {
    bottom: 738px;
  }

  .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .left-1\/2 {
    left: 50%;
  }

  .left-\[-0\.02\%\] {
    left: -.02%;
  }

  .left-\[-0\.02px\] {
    left: -.02px;
  }

  .left-\[-0\.12px\] {
    left: -.12px;
  }

  .left-\[-20px\] {
    left: -20px;
  }

  .left-\[8px\] {
    left: 8px;
  }

  .left-\[16px\] {
    left: 16px;
  }

  .left-\[17\.19px\] {
    left: 17.19px;
  }

  .left-\[19\.1px\] {
    left: 19.1px;
  }

  .left-\[20\.86\%\] {
    left: 20.86%;
  }

  .left-\[24px\] {
    left: 24px;
  }

  .left-\[36\.87px\] {
    left: 36.87px;
  }

  .left-\[36px\] {
    left: 36px;
  }

  .left-\[51\.57px\] {
    left: 51.57px;
  }

  .left-\[64px\] {
    left: 64px;
  }

  .left-\[72\.65\%\] {
    left: 72.65%;
  }

  .left-\[76px\] {
    left: 76px;
  }

  .left-\[77\.55\%\] {
    left: 77.55%;
  }

  .left-\[100px\] {
    left: 100px;
  }

  .left-\[140px\] {
    left: 140px;
  }

  .left-\[148px\] {
    left: 148px;
  }

  .left-\[195px\] {
    left: 195px;
  }

  .left-\[198\.5px\] {
    left: 198.5px;
  }

  .left-\[200px\] {
    left: 200px;
  }

  .left-\[289\.12px\] {
    left: 289.12px;
  }

  .left-\[536\.36px\] {
    left: 536.36px;
  }

  .left-\[586px\] {
    left: 586px;
  }

  .left-\[814px\] {
    left: 814px;
  }

  .left-\[calc\(50\%\+0\.5px\)\] {
    left: calc(50% + .5px);
  }

  .left-\[calc\(50\%\+0\.036px\)\] {
    left: calc(50% + .036px);
  }

  .left-\[calc\(50\%\+0\.073px\)\] {
    left: calc(50% + .073px);
  }

  .left-\[calc\(50\%\+0\.084px\)\] {
    left: calc(50% + .084px);
  }

  .left-\[calc\(50\%\+0\.102px\)\] {
    left: calc(50% + .102px);
  }

  .left-\[calc\(50\%\+0\.165px\)\] {
    left: calc(50% + .165px);
  }

  .left-\[calc\(50\%\+0\.199px\)\] {
    left: calc(50% + .199px);
  }

  .left-\[calc\(50\%\+0\.221px\)\] {
    left: calc(50% + .221px);
  }

  .left-\[calc\(50\%\+0\.277px\)\] {
    left: calc(50% + .277px);
  }

  .left-\[calc\(50\%\+0\.321px\)\] {
    left: calc(50% + .321px);
  }

  .left-\[calc\(50\%\+0\.359px\)\] {
    left: calc(50% + .359px);
  }

  .left-\[calc\(50\%\+0\.414px\)\] {
    left: calc(50% + .414px);
  }

  .left-\[calc\(50\%\+0\.699px\)\] {
    left: calc(50% + .699px);
  }

  .left-\[calc\(50\%\+5\.404px\)\] {
    left: calc(50% + 5.404px);
  }

  .left-\[calc\(50\%\+5\.407px\)\] {
    left: calc(50% + 5.407px);
  }

  .left-\[calc\(50\%\+10\.5px\)\] {
    left: calc(50% + 10.5px);
  }

  .left-\[calc\(50\%-0\.001px\)\] {
    left: calc(50% - .001px);
  }

  .left-\[calc\(50\%-0\.1px\)\] {
    left: calc(50% - .1px);
  }

  .left-\[calc\(50\%-0\.03px\)\] {
    left: calc(50% - .03px);
  }

  .left-\[calc\(50\%-0\.43px\)\] {
    left: calc(50% - .43px);
  }

  .left-\[calc\(50\%-0\.053px\)\] {
    left: calc(50% - .053px);
  }

  .left-\[calc\(50\%-0\.057px\)\] {
    left: calc(50% - .057px);
  }

  .left-\[calc\(50\%-0\.141px\)\] {
    left: calc(50% - .141px);
  }

  .left-\[calc\(50\%-0\.163px\)\] {
    left: calc(50% - .163px);
  }

  .left-\[calc\(50\%-0\.226px\)\] {
    left: calc(50% - .226px);
  }

  .left-\[calc\(50\%-0\.228px\)\] {
    left: calc(50% - .228px);
  }

  .left-\[calc\(50\%-0\.241px\)\] {
    left: calc(50% - .241px);
  }

  .left-\[calc\(50\%-0\.306px\)\] {
    left: calc(50% - .306px);
  }

  .left-\[calc\(50\%-0\.428px\)\] {
    left: calc(50% - .428px);
  }

  .left-\[calc\(50\%-0\.429px\)\] {
    left: calc(50% - .429px);
  }

  .left-\[calc\(50\%-0\.431px\)\] {
    left: calc(50% - .431px);
  }

  .left-\[calc\(50\%-0\.447px\)\] {
    left: calc(50% - .447px);
  }

  .left-\[calc\(50\%-4px\)\] {
    left: calc(50% - 4px);
  }

  .left-\[calc\(50\%-5\.87px\)\] {
    left: calc(50% - 5.87px);
  }

  .left-\[calc\(50\%-18\.5px\)\] {
    left: calc(50% - 18.5px);
  }

  .left-\[calc\(50\%-163px\)\] {
    left: calc(50% - 163px);
  }

  .left-\[calc\(50\%-172px\)\] {
    left: calc(50% - 172px);
  }

  .z-50 {
    z-index: 50;
  }

  .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-\[24px\] {
    margin-inline: 24px;
  }

  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }

  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-\[0\.001px\] {
    margin-top: .001px;
  }

  .mt-\[4px\] {
    margin-top: 4px;
  }

  .mt-\[11\.661\%\] {
    margin-top: 11.661%;
  }

  .mt-\[11\.662\%\] {
    margin-top: 11.662%;
  }

  .mt-\[12\.589px\] {
    margin-top: 12.589px;
  }

  .mt-\[16\.458px\] {
    margin-top: 16.458px;
  }

  .mt-\[17\.917px\] {
    margin-top: 17.917px;
  }

  .mt-\[23\.424px\] {
    margin-top: 23.424px;
  }

  .mt-\[24\.841\%\] {
    margin-top: 24.841%;
  }

  .mt-\[24\.842\%\] {
    margin-top: 24.842%;
  }

  .mt-\[24\.843\%\] {
    margin-top: 24.843%;
  }

  .mt-\[39\.02\%\] {
    margin-top: 39.02%;
  }

  .mt-\[39\.019\%\] {
    margin-top: 39.019%;
  }

  .mt-\[39\.289px\] {
    margin-top: 39.289px;
  }

  .mt-\[53\.205\%\] {
    margin-top: 53.205%;
  }

  .mt-\[53\.206\%\] {
    margin-top: 53.206%;
  }

  .mt-\[53\.207\%\] {
    margin-top: 53.207%;
  }

  .mt-\[55\.917px\] {
    margin-top: 55.917px;
  }

  .mt-\[63\.257\%\] {
    margin-top: 63.257%;
  }

  .mt-\[64px\] {
    margin-top: 64px;
  }

  .mt-\[72\.891\%\] {
    margin-top: 72.891%;
  }

  .mt-\[72\.892\%\] {
    margin-top: 72.892%;
  }

  .mt-\[81\.76\%\] {
    margin-top: 81.76%;
  }

  .mt-\[81\.761\%\] {
    margin-top: 81.761%;
  }

  .mt-\[90\.244px\] {
    margin-top: 90.244px;
  }

  .mt-\[129\.016px\] {
    margin-top: 129.016px;
  }

  .mt-\[143\.709px\] {
    margin-top: 143.709px;
  }

  .mt-\[205\.249px\] {
    margin-top: 205.249px;
  }

  .mt-\[682px\] {
    margin-top: 682px;
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-\[40px\] {
    margin-bottom: 40px;
  }

  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }

  .ml-\[1\.524px\] {
    margin-left: 1.524px;
  }

  .ml-\[2\.002px\] {
    margin-left: 2.002px;
  }

  .ml-\[2\.55\%\] {
    margin-left: 2.55%;
  }

  .ml-\[2\.512\%\] {
    margin-left: 2.512%;
  }

  .ml-\[2\.522\%\] {
    margin-left: 2.522%;
  }

  .ml-\[2\.564\%\] {
    margin-left: 2.564%;
  }

  .ml-\[2\.571\%\] {
    margin-left: 2.571%;
  }

  .ml-\[4\.34\%\] {
    margin-left: 4.34%;
  }

  .ml-\[4\.312\%\] {
    margin-left: 4.312%;
  }

  .ml-\[4\.318\%\] {
    margin-left: 4.318%;
  }

  .ml-\[4\.344\%\] {
    margin-left: 4.344%;
  }

  .ml-\[4\.473\%\] {
    margin-left: 4.473%;
  }

  .ml-\[4\.492\%\] {
    margin-left: 4.492%;
  }

  .ml-\[9\.82\%\] {
    margin-left: 9.82%;
  }

  .ml-\[9\.834\%\] {
    margin-left: 9.834%;
  }

  .ml-\[9\.839\%\] {
    margin-left: 9.839%;
  }

  .ml-\[9\.843\%\] {
    margin-left: 9.843%;
  }

  .ml-\[9\.847\%\] {
    margin-left: 9.847%;
  }

  .ml-\[9\.861\%\] {
    margin-left: 9.861%;
  }

  .ml-\[11\.084\%\] {
    margin-left: 11.084%;
  }

  .ml-\[11\.087\%\] {
    margin-left: 11.087%;
  }

  .ml-\[11\.178\%\] {
    margin-left: 11.178%;
  }

  .ml-\[11\.183\%\] {
    margin-left: 11.183%;
  }

  .ml-\[11\.243\%\] {
    margin-left: 11.243%;
  }

  .ml-\[11\.258\%\] {
    margin-left: 11.258%;
  }

  .ml-\[15\.578px\] {
    margin-left: 15.578px;
  }

  .ml-\[15\.992\%\] {
    margin-left: 15.992%;
  }

  .ml-\[15\.993\%\] {
    margin-left: 15.993%;
  }

  .ml-\[15\.996\%\] {
    margin-left: 15.996%;
  }

  .ml-\[15\.997\%\] {
    margin-left: 15.997%;
  }

  .ml-\[16\.001\%\] {
    margin-left: 16.001%;
  }

  .ml-\[16\.005\%\] {
    margin-left: 16.005%;
  }

  .ml-\[16\.129\%\] {
    margin-left: 16.129%;
  }

  .ml-\[16\.135\%\] {
    margin-left: 16.135%;
  }

  .ml-\[16\.175\%\] {
    margin-left: 16.175%;
  }

  .ml-\[16\.179\%\] {
    margin-left: 16.179%;
  }

  .ml-\[16\.199\%\] {
    margin-left: 16.199%;
  }

  .ml-\[16\.206\%\] {
    margin-left: 16.206%;
  }

  .ml-\[22\.002px\] {
    margin-left: 22.002px;
  }

  .ml-\[24\.35\%\] {
    margin-left: 24.35%;
  }

  .ml-\[24\.338\%\] {
    margin-left: 24.338%;
  }

  .ml-\[24\.349\%\] {
    margin-left: 24.349%;
  }

  .ml-\[24\.352\%\] {
    margin-left: 24.352%;
  }

  .ml-\[24\.357\%\] {
    margin-left: 24.357%;
  }

  .ml-\[25\.624\%\] {
    margin-left: 25.624%;
  }

  .ml-\[25\.625\%\] {
    margin-left: 25.625%;
  }

  .ml-\[25\.634\%\] {
    margin-left: 25.634%;
  }

  .ml-\[25\.636\%\] {
    margin-left: 25.636%;
  }

  .ml-\[25\.642\%\] {
    margin-left: 25.642%;
  }

  .ml-\[27\.908\%\] {
    margin-left: 27.908%;
  }

  .ml-\[27\.921\%\] {
    margin-left: 27.921%;
  }

  .ml-\[27\.938\%\] {
    margin-left: 27.938%;
  }

  .ml-\[27\.948\%\] {
    margin-left: 27.948%;
  }

  .ml-\[29\.631px\] {
    margin-left: 29.631px;
  }

  .ml-\[30\.446px\] {
    margin-left: 30.446px;
  }

  .ml-\[33\.367\%\] {
    margin-left: 33.367%;
  }

  .ml-\[33\.369\%\] {
    margin-left: 33.369%;
  }

  .ml-\[33\.372\%\] {
    margin-left: 33.372%;
  }

  .ml-\[33\.387\%\] {
    margin-left: 33.387%;
  }

  .ml-\[33\.406\%\] {
    margin-left: 33.406%;
  }

  .ml-\[34\.432\%\] {
    margin-left: 34.432%;
  }

  .ml-\[34\.436\%\] {
    margin-left: 34.436%;
  }

  .ml-\[34\.496\%\] {
    margin-left: 34.496%;
  }

  .ml-\[34\.498\%\] {
    margin-left: 34.498%;
  }

  .ml-\[34\.505\%\] {
    margin-left: 34.505%;
  }

  .ml-\[34\.506\%\] {
    margin-left: 34.506%;
  }

  .ml-\[34\.917\%\] {
    margin-left: 34.917%;
  }

  .ml-\[34\.921\%\] {
    margin-left: 34.921%;
  }

  .ml-\[34\.976\%\] {
    margin-left: 34.976%;
  }

  .ml-\[34\.991\%\] {
    margin-left: 34.991%;
  }

  .ml-\[35\.022\%\] {
    margin-left: 35.022%;
  }

  .ml-\[35\.025\%\] {
    margin-left: 35.025%;
  }

  .ml-\[36\.985\%\] {
    margin-left: 36.985%;
  }

  .ml-\[36\.995\%\] {
    margin-left: 36.995%;
  }

  .ml-\[37\.01\%\] {
    margin-left: 37.01%;
  }

  .ml-\[37\.009\%\] {
    margin-left: 37.009%;
  }

  .ml-\[37\.019\%\] {
    margin-left: 37.019%;
  }

  .ml-\[42\.002px\] {
    margin-left: 42.002px;
  }

  .ml-\[43\.164px\] {
    margin-left: 43.164px;
  }

  .ml-\[45\.88\%\] {
    margin-left: 45.88%;
  }

  .ml-\[45\.862\%\] {
    margin-left: 45.862%;
  }

  .ml-\[45\.867\%\] {
    margin-left: 45.867%;
  }

  .ml-\[45\.877\%\] {
    margin-left: 45.877%;
  }

  .ml-\[45\.933\%\] {
    margin-left: 45.933%;
  }

  .ml-\[199\.371px\] {
    margin-left: 199.371px;
  }

  .ml-\[283\.58px\] {
    margin-left: 283.58px;
  }

  .box-border {
    box-sizing: border-box;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .hidden {
    display: none;
  }

  .inline-grid {
    display: inline-grid;
  }

  .size-\[8\.432px\] {
    width: 8.432px;
    height: 8.432px;
  }

  .size-\[9\.134px\] {
    width: 9.134px;
    height: 9.134px;
  }

  .size-\[12px\] {
    width: 12px;
    height: 12px;
  }

  .size-\[13px\] {
    width: 13px;
    height: 13px;
  }

  .size-\[16\.863px\] {
    width: 16.863px;
    height: 16.863px;
  }

  .size-\[24px\] {
    width: 24px;
    height: 24px;
  }

  .size-\[29\.371px\] {
    width: 29.371px;
    height: 29.371px;
  }

  .size-\[31\.175px\] {
    width: 31.175px;
    height: 31.175px;
  }

  .size-\[31\.733px\] {
    width: 31.733px;
    height: 31.733px;
  }

  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }

  .size-\[48px\] {
    width: 48px;
    height: 48px;
  }

  .size-\[60px\] {
    width: 60px;
    height: 60px;
  }

  .size-\[92px\] {
    width: 92px;
    height: 92px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

  .h-0 {
    height: calc(var(--spacing) * 0);
  }

  .h-5 {
    height: calc(var(--spacing) * 5);
  }

  .h-12 {
    height: calc(var(--spacing) * 12);
  }

  .h-\[4\.235px\] {
    height: 4.235px;
  }

  .h-\[4\.789px\] {
    height: 4.789px;
  }

  .h-\[5\.33px\] {
    height: 5.33px;
  }

  .h-\[5\.329px\] {
    height: 5.329px;
  }

  .h-\[5\.773px\] {
    height: 5.773px;
  }

  .h-\[5\.774px\] {
    height: 5.774px;
  }

  .h-\[6\.364px\] {
    height: 6.364px;
  }

  .h-\[6\.721px\] {
    height: 6.721px;
  }

  .h-\[6px\] {
    height: 6px;
  }

  .h-\[7\.296px\] {
    height: 7.296px;
  }

  .h-\[7\.593px\] {
    height: 7.593px;
  }

  .h-\[7\.594px\] {
    height: 7.594px;
  }

  .h-\[8\.606px\] {
    height: 8.606px;
  }

  .h-\[9\.732px\] {
    height: 9.732px;
  }

  .h-\[10\.713px\] {
    height: 10.713px;
  }

  .h-\[10\.829px\] {
    height: 10.829px;
  }

  .h-\[11\.732px\] {
    height: 11.732px;
  }

  .h-\[12\.933px\] {
    height: 12.933px;
  }

  .h-\[12\.976px\] {
    height: 12.976px;
  }

  .h-\[13\.658px\] {
    height: 13.658px;
  }

  .h-\[14\.825px\] {
    height: 14.825px;
  }

  .h-\[15\.43px\] {
    height: 15.43px;
  }

  .h-\[15\.431px\] {
    height: 15.431px;
  }

  .h-\[15\.473px\] {
    height: 15.473px;
  }

  .h-\[15\.672px\] {
    height: 15.672px;
  }

  .h-\[16px\] {
    height: 16px;
  }

  .h-\[18px\] {
    height: 18px;
  }

  .h-\[19\.2px\] {
    height: 19.2px;
  }

  .h-\[20\.113px\] {
    height: 20.113px;
  }

  .h-\[20\.448px\] {
    height: 20.448px;
  }

  .h-\[21\.337px\] {
    height: 21.337px;
  }

  .h-\[21\.731px\] {
    height: 21.731px;
  }

  .h-\[22\.857px\] {
    height: 22.857px;
  }

  .h-\[24\.33px\] {
    height: 24.33px;
  }

  .h-\[24px\] {
    height: 24px;
  }

  .h-\[25\.01px\] {
    height: 25.01px;
  }

  .h-\[25\.241px\] {
    height: 25.241px;
  }

  .h-\[25\.925px\] {
    height: 25.925px;
  }

  .h-\[26\.666px\] {
    height: 26.666px;
  }

  .h-\[26\.667px\] {
    height: 26.667px;
  }

  .h-\[29\.051px\] {
    height: 29.051px;
  }

  .h-\[29\.867px\] {
    height: 29.867px;
  }

  .h-\[31\.172px\] {
    height: 31.172px;
  }

  .h-\[31\.353px\] {
    height: 31.353px;
  }

  .h-\[31\.733px\] {
    height: 31.733px;
  }

  .h-\[32px\] {
    height: 32px;
  }

  .h-\[35\.192px\] {
    height: 35.192px;
  }

  .h-\[36\.033px\] {
    height: 36.033px;
  }

  .h-\[36px\] {
    height: 36px;
  }

  .h-\[37\.284px\] {
    height: 37.284px;
  }

  .h-\[38\.34px\] {
    height: 38.34px;
  }

  .h-\[39\.009px\] {
    height: 39.009px;
  }

  .h-\[40\.006px\] {
    height: 40.006px;
  }

  .h-\[40\.746px\] {
    height: 40.746px;
  }

  .h-\[40px\] {
    height: 40px;
  }

  .h-\[42\.857px\] {
    height: 42.857px;
  }

  .h-\[44px\] {
    height: 44px;
  }

  .h-\[46\.894px\] {
    height: 46.894px;
  }

  .h-\[47\.389px\] {
    height: 47.389px;
  }

  .h-\[48\.61px\] {
    height: 48.61px;
  }

  .h-\[48px\] {
    height: 48px;
  }

  .h-\[49\.999px\] {
    height: 49.999px;
  }

  .h-\[50\.379px\] {
    height: 50.379px;
  }

  .h-\[50px\] {
    height: 50px;
  }

  .h-\[56px\] {
    height: 56px;
  }

  .h-\[59\.539px\] {
    height: 59.539px;
  }

  .h-\[60\.342px\] {
    height: 60.342px;
  }

  .h-\[60px\] {
    height: 60px;
  }

  .h-\[62\.645px\] {
    height: 62.645px;
  }

  .h-\[63\.71px\] {
    height: 63.71px;
  }

  .h-\[63px\] {
    height: 63px;
  }

  .h-\[64px\] {
    height: 64px;
  }

  .h-\[66\.073px\] {
    height: 66.073px;
  }

  .h-\[68px\] {
    height: 68px;
  }

  .h-\[70px\] {
    height: 70px;
  }

  .h-\[72px\] {
    height: 72px;
  }

  .h-\[74\.818px\] {
    height: 74.818px;
  }

  .h-\[84px\] {
    height: 84px;
  }

  .h-\[88px\] {
    height: 88px;
  }

  .h-\[92\.213px\] {
    height: 92.213px;
  }

  .h-\[92\.343px\] {
    height: 92.343px;
  }

  .h-\[106\.483px\] {
    height: 106.483px;
  }

  .h-\[108px\] {
    height: 108px;
  }

  .h-\[127\.819px\] {
    height: 127.819px;
  }

  .h-\[134px\] {
    height: 134px;
  }

  .h-\[137\.314px\] {
    height: 137.314px;
  }

  .h-\[158px\] {
    height: 158px;
  }

  .h-\[168\.053px\] {
    height: 168.053px;
  }

  .h-\[195\.431px\] {
    height: 195.431px;
  }

  .h-\[211px\] {
    height: 211px;
  }

  .h-\[229\.03px\] {
    height: 229.03px;
  }

  .h-\[272\.411px\] {
    height: 272.411px;
  }

  .h-\[276\.966px\] {
    height: 276.966px;
  }

  .h-\[302px\] {
    height: 302px;
  }

  .h-\[315\.144px\] {
    height: 315.144px;
  }

  .h-\[343px\] {
    height: 343px;
  }

  .h-\[376\.561px\] {
    height: 376.561px;
  }

  .h-\[386px\] {
    height: 386px;
  }

  .h-\[407px\] {
    height: 407px;
  }

  .h-\[408px\] {
    height: 408px;
  }

  .h-\[430px\] {
    height: 430px;
  }

  .h-\[437px\] {
    height: 437px;
  }

  .h-\[459px\] {
    height: 459px;
  }

  .h-\[463\.9px\] {
    height: 463.9px;
  }

  .h-\[467px\] {
    height: 467px;
  }

  .h-\[475px\] {
    height: 475px;
  }

  .h-\[478\.864px\] {
    height: 478.864px;
  }

  .h-\[504px\] {
    height: 504px;
  }

  .h-\[510px\] {
    height: 510px;
  }

  .h-\[520px\] {
    height: 520px;
  }

  .h-\[522px\] {
    height: 522px;
  }

  .h-\[534px\] {
    height: 534px;
  }

  .h-\[567px\] {
    height: 567px;
  }

  .h-\[568px\] {
    height: 568px;
  }

  .h-\[600px\] {
    height: 600px;
  }

  .h-\[618px\] {
    height: 618px;
  }

  .h-\[819px\] {
    height: 819px;
  }

  .h-\[856px\] {
    height: 856px;
  }

  .h-\[857px\] {
    height: 857px;
  }

  .h-\[871px\] {
    height: 871px;
  }

  .h-\[892px\] {
    height: 892px;
  }

  .h-\[936px\] {
    height: 936px;
  }

  .h-\[968px\] {
    height: 968px;
  }

  .h-\[977px\] {
    height: 977px;
  }

  .h-\[1089px\] {
    height: 1089px;
  }

  .h-\[1120px\] {
    height: 1120px;
  }

  .h-\[1332px\] {
    height: 1332px;
  }

  .h-\[1360px\] {
    height: 1360px;
  }

  .h-\[1423px\] {
    height: 1423px;
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.22366566956043243\)\+\(var\(--transform-inner-height\)\*0\.9746658802032471\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .223666)  + (var(--transform-inner-height) * .974666)));
  }

  .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*0\.23172956705093384\)\+\(var\(--transform-inner-height\)\*0\.9727802872657776\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * .23173)  + (var(--transform-inner-height) * .97278)));
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .min-h-px {
    min-height: 1px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-5 {
    width: calc(var(--spacing) * 5);
  }

  .w-12 {
    width: calc(var(--spacing) * 12);
  }

  .w-\[8\.21px\] {
    width: 8.21px;
  }

  .w-\[8\.202px\] {
    width: 8.202px;
  }

  .w-\[8\.206px\] {
    width: 8.206px;
  }

  .w-\[8\.457px\] {
    width: 8.457px;
  }

  .w-\[8\.461px\] {
    width: 8.461px;
  }

  .w-\[8\.462px\] {
    width: 8.462px;
  }

  .w-\[8\.463px\] {
    width: 8.463px;
  }

  .w-\[8\.826px\] {
    width: 8.826px;
  }

  .w-\[8\.829px\] {
    width: 8.829px;
  }

  .w-\[8\.833px\] {
    width: 8.833px;
  }

  .w-\[9\.041px\] {
    width: 9.041px;
  }

  .w-\[9\.043px\] {
    width: 9.043px;
  }

  .w-\[9\.056px\] {
    width: 9.056px;
  }

  .w-\[9\.232px\] {
    width: 9.232px;
  }

  .w-\[9\.234px\] {
    width: 9.234px;
  }

  .w-\[9\.238px\] {
    width: 9.238px;
  }

  .w-\[9\.251px\] {
    width: 9.251px;
  }

  .w-\[9\.425px\] {
    width: 9.425px;
  }

  .w-\[9\.429px\] {
    width: 9.429px;
  }

  .w-\[9\.479px\] {
    width: 9.479px;
  }

  .w-\[9\.482px\] {
    width: 9.482px;
  }

  .w-\[9\.486px\] {
    width: 9.486px;
  }

  .w-\[9\.567px\] {
    width: 9.567px;
  }

  .w-\[9\.572px\] {
    width: 9.572px;
  }

  .w-\[10px\] {
    width: 10px;
  }

  .w-\[15\.566px\] {
    width: 15.566px;
  }

  .w-\[16\.666px\] {
    width: 16.666px;
  }

  .w-\[16\.674px\] {
    width: 16.674px;
  }

  .w-\[16\.685px\] {
    width: 16.685px;
  }

  .w-\[16px\] {
    width: 16px;
  }

  .w-\[17\.85px\] {
    width: 17.85px;
  }

  .w-\[17\.95px\] {
    width: 17.95px;
  }

  .w-\[17\.185px\] {
    width: 17.185px;
  }

  .w-\[17\.193px\] {
    width: 17.193px;
  }

  .w-\[17\.197px\] {
    width: 17.197px;
  }

  .w-\[17\.534px\] {
    width: 17.534px;
  }

  .w-\[17\.935px\] {
    width: 17.935px;
  }

  .w-\[17\.942px\] {
    width: 17.942px;
  }

  .w-\[18\.8px\] {
    width: 18.8px;
  }

  .w-\[18\.76px\] {
    width: 18.76px;
  }

  .w-\[18\.77px\] {
    width: 18.77px;
  }

  .w-\[18\.373px\] {
    width: 18.373px;
  }

  .w-\[18\.377px\] {
    width: 18.377px;
  }

  .w-\[18\.401px\] {
    width: 18.401px;
  }

  .w-\[18\.402px\] {
    width: 18.402px;
  }

  .w-\[18\.764px\] {
    width: 18.764px;
  }

  .w-\[19\.26px\] {
    width: 19.26px;
  }

  .w-\[19\.44px\] {
    width: 19.44px;
  }

  .w-\[19\.151px\] {
    width: 19.151px;
  }

  .w-\[19\.161px\] {
    width: 19.161px;
  }

  .w-\[19\.268px\] {
    width: 19.268px;
  }

  .w-\[19\.276px\] {
    width: 19.276px;
  }

  .w-\[19\.452px\] {
    width: 19.452px;
  }

  .w-\[29\.226px\] {
    width: 29.226px;
  }

  .w-\[32\.212px\] {
    width: 32.212px;
  }

  .w-\[32\.336px\] {
    width: 32.336px;
  }

  .w-\[37\.415px\] {
    width: 37.415px;
  }

  .w-\[38\.413px\] {
    width: 38.413px;
  }

  .w-\[38\.669px\] {
    width: 38.669px;
  }

  .w-\[55\.68px\] {
    width: 55.68px;
  }

  .w-\[60\.478px\] {
    width: 60.478px;
  }

  .w-\[60\.708px\] {
    width: 60.708px;
  }

  .w-\[61\.475px\] {
    width: 61.475px;
  }

  .w-\[61\.562px\] {
    width: 61.562px;
  }

  .w-\[66\.887px\] {
    width: 66.887px;
  }

  .w-\[70\.246px\] {
    width: 70.246px;
  }

  .w-\[72\.123px\] {
    width: 72.123px;
  }

  .w-\[75\.671px\] {
    width: 75.671px;
  }

  .w-\[75\.733px\] {
    width: 75.733px;
  }

  .w-\[76\.293px\] {
    width: 76.293px;
  }

  .w-\[76\.622px\] {
    width: 76.622px;
  }

  .w-\[78\.575px\] {
    width: 78.575px;
  }

  .w-\[79\.428px\] {
    width: 79.428px;
  }

  .w-\[81px\] {
    width: 81px;
  }

  .w-\[82\.563px\] {
    width: 82.563px;
  }

  .w-\[83\.169px\] {
    width: 83.169px;
  }

  .w-\[83\.596px\] {
    width: 83.596px;
  }

  .w-\[84\.586px\] {
    width: 84.586px;
  }

  .w-\[87px\] {
    width: 87px;
  }

  .w-\[88\.164px\] {
    width: 88.164px;
  }

  .w-\[88\.986px\] {
    width: 88.986px;
  }

  .w-\[91\.017px\] {
    width: 91.017px;
  }

  .w-\[91\.553px\] {
    width: 91.553px;
  }

  .w-\[91\.969px\] {
    width: 91.969px;
  }

  .w-\[93\.714px\] {
    width: 93.714px;
  }

  .w-\[95\.999px\] {
    width: 95.999px;
  }

  .w-\[97\.602px\] {
    width: 97.602px;
  }

  .w-\[100px\] {
    width: 100px;
  }

  .w-\[104\.401px\] {
    width: 104.401px;
  }

  .w-\[107\.698px\] {
    width: 107.698px;
  }

  .w-\[110px\] {
    width: 110px;
  }

  .w-\[111\.101px\] {
    width: 111.101px;
  }

  .w-\[118px\] {
    width: 118px;
  }

  .w-\[119px\] {
    width: 119px;
  }

  .w-\[122px\] {
    width: 122px;
  }

  .w-\[132px\] {
    width: 132px;
  }

  .w-\[134\.857px\] {
    width: 134.857px;
  }

  .w-\[135\.914px\] {
    width: 135.914px;
  }

  .w-\[142px\] {
    width: 142px;
  }

  .w-\[150\.044px\] {
    width: 150.044px;
  }

  .w-\[150px\] {
    width: 150px;
  }

  .w-\[155\.027px\] {
    width: 155.027px;
  }

  .w-\[156\.743px\] {
    width: 156.743px;
  }

  .w-\[161\.398px\] {
    width: 161.398px;
  }

  .w-\[163\.125px\] {
    width: 163.125px;
  }

  .w-\[166\.848px\] {
    width: 166.848px;
  }

  .w-\[167\.769px\] {
    width: 167.769px;
  }

  .w-\[169px\] {
    width: 169px;
  }

  .w-\[170\.657px\] {
    width: 170.657px;
  }

  .w-\[170\.658px\] {
    width: 170.658px;
  }

  .w-\[175\.714px\] {
    width: 175.714px;
  }

  .w-\[179\.999px\] {
    width: 179.999px;
  }

  .w-\[182\.284px\] {
    width: 182.284px;
  }

  .w-\[183\.003px\] {
    width: 183.003px;
  }

  .w-\[186\.882px\] {
    width: 186.882px;
  }

  .w-\[189px\] {
    width: 189px;
  }

  .w-\[192\.279px\] {
    width: 192.279px;
  }

  .w-\[195\.431px\] {
    width: 195.431px;
  }

  .w-\[200px\] {
    width: 200px;
  }

  .w-\[208\.314px\] {
    width: 208.314px;
  }

  .w-\[221\.428px\] {
    width: 221.428px;
  }

  .w-\[221px\] {
    width: 221px;
  }

  .w-\[239px\] {
    width: 239px;
  }

  .w-\[248px\] {
    width: 248px;
  }

  .w-\[252\.857px\] {
    width: 252.857px;
  }

  .w-\[274px\] {
    width: 274px;
  }

  .w-\[280\.706px\] {
    width: 280.706px;
  }

  .w-\[281px\] {
    width: 281px;
  }

  .w-\[282px\] {
    width: 282px;
  }

  .w-\[290px\] {
    width: 290px;
  }

  .w-\[292\.413px\] {
    width: 292.413px;
  }

  .w-\[314px\] {
    width: 314px;
  }

  .w-\[315\.144px\] {
    width: 315.144px;
  }

  .w-\[316px\] {
    width: 316px;
  }

  .w-\[326px\] {
    width: 326px;
  }

  .w-\[334\.323px\] {
    width: 334.323px;
  }

  .w-\[334px\] {
    width: 334px;
  }

  .w-\[344px\] {
    width: 344px;
  }

  .w-\[358px\] {
    width: 358px;
  }

  .w-\[361px\] {
    width: 361px;
  }

  .w-\[365px\] {
    width: 365px;
  }

  .w-\[370px\] {
    width: 370px;
  }

  .w-\[374px\] {
    width: 374px;
  }

  .w-\[377\.509px\] {
    width: 377.509px;
  }

  .w-\[386\.323px\] {
    width: 386.323px;
  }

  .w-\[389px\] {
    width: 389px;
  }

  .w-\[390px\] {
    width: 390px;
  }

  .w-\[392px\] {
    width: 392px;
  }

  .w-\[401px\] {
    width: 401px;
  }

  .w-\[406px\] {
    width: 406px;
  }

  .w-\[408px\] {
    width: 408px;
  }

  .w-\[412px\] {
    width: 412px;
  }

  .w-\[420px\] {
    width: 420px;
  }

  .w-\[424\.448px\] {
    width: 424.448px;
  }

  .w-\[424\.514px\] {
    width: 424.514px;
  }

  .w-\[434px\] {
    width: 434px;
  }

  .w-\[445px\] {
    width: 445px;
  }

  .w-\[446px\] {
    width: 446px;
  }

  .w-\[459px\] {
    width: 459px;
  }

  .w-\[483px\] {
    width: 483px;
  }

  .w-\[527px\] {
    width: 527px;
  }

  .w-\[548px\] {
    width: 548px;
  }

  .w-\[549px\] {
    width: 549px;
  }

  .w-\[552px\] {
    width: 552px;
  }

  .w-\[572px\] {
    width: 572px;
  }

  .w-\[585px\] {
    width: 585px;
  }

  .w-\[621px\] {
    width: 621px;
  }

  .w-\[624px\] {
    width: 624px;
  }

  .w-\[668px\] {
    width: 668px;
  }

  .w-\[672px\] {
    width: 672px;
  }

  .w-\[695px\] {
    width: 695px;
  }

  .w-\[754px\] {
    width: 754px;
  }

  .w-\[816px\] {
    width: 816px;
  }

  .w-\[906px\] {
    width: 906px;
  }

  .w-\[934px\] {
    width: 934px;
  }

  .w-\[1010px\] {
    width: 1010px;
  }

  .w-\[1040px\] {
    width: 1040px;
  }

  .w-\[1240px\] {
    width: 1240px;
  }

  .w-\[1291px\] {
    width: 1291px;
  }

  .w-\[1392px\] {
    width: 1392px;
  }

  .w-\[1440px\] {
    width: 1440px;
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.22366566956043243\)\+\(var\(--transform-inner-width\)\*0\.9746658802032471\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .223666)  + (var(--transform-inner-width) * .974666)));
  }

  .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*0\.23172956705093384\)\+\(var\(--transform-inner-width\)\*0\.9727802872657776\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * .23173)  + (var(--transform-inner-width) * .97278)));
  }

  .w-\[min-content\] {
    width: min-content;
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

  .max-w-\[390px\] {
    max-width: 390px;
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-none {
    max-width: none;
  }

  .min-w-full {
    min-width: 100%;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

  .flex-shrink-0, .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .rotate-\[12\.924deg\] {
    rotate: 12.924deg;
  }

  .rotate-\[28\.192deg\] {
    rotate: 28.192deg;
  }

  .rotate-\[29\.055deg\] {
    rotate: 29.055deg;
  }

  .rotate-\[29\.196deg\] {
    rotate: 29.196deg;
  }

  .rotate-\[90deg\] {
    rotate: 90deg;
  }

  .rotate-\[180deg\] {
    rotate: 180deg;
  }

  .rotate-\[346\.601deg\] {
    rotate: 346.601deg;
  }

  .skew-x-\[1\.709deg\] {
    --tw-skew-x: skewX(1.709deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .skew-x-\[1\.985deg\] {
    --tw-skew-x: skewX(1.985deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-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;
  }

  .list-disc {
    list-style-type: disc;
  }

  .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-row {
    flex-direction: row;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .place-items-start {
    place-items: start;
  }

  .content-start {
    align-content: flex-start;
  }

  .content-stretch {
    align-content: stretch;
  }

  .items-center {
    align-items: center;
  }

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }

  .gap-\[2\.598px\] {
    gap: 2.598px;
  }

  .gap-\[2\.644px\] {
    gap: 2.644px;
  }

  .gap-\[2px\] {
    gap: 2px;
  }

  .gap-\[3px\] {
    gap: 3px;
  }

  .gap-\[4\.18px\] {
    gap: 4.18px;
  }

  .gap-\[4px\] {
    gap: 4px;
  }

  .gap-\[5\.876px\] {
    gap: 5.876px;
  }

  .gap-\[6px\] {
    gap: 6px;
  }

  .gap-\[7\.615px\] {
    gap: 7.615px;
  }

  .gap-\[7\.752px\] {
    gap: 7.752px;
  }

  .gap-\[7\.805px\] {
    gap: 7.805px;
  }

  .gap-\[8\.495px\] {
    gap: 8.495px;
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[9\.01px\] {
    gap: 9.01px;
  }

  .gap-\[9\.143px\] {
    gap: 9.143px;
  }

  .gap-\[9px\] {
    gap: 9px;
  }

  .gap-\[10\.391px\] {
    gap: 10.391px;
  }

  .gap-\[10\.393px\] {
    gap: 10.393px;
  }

  .gap-\[10\.451px\] {
    gap: 10.451px;
  }

  .gap-\[10\.578px\] {
    gap: 10.578px;
  }

  .gap-\[10\.956px\] {
    gap: 10.956px;
  }

  .gap-\[10px\] {
    gap: 10px;
  }

  .gap-\[11\.26px\] {
    gap: 11.26px;
  }

  .gap-\[11\.811px\] {
    gap: 11.811px;
  }

  .gap-\[12px\] {
    gap: 12px;
  }

  .gap-\[15\.86px\] {
    gap: 15.86px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

  .gap-\[17\.143px\] {
    gap: 17.143px;
  }

  .gap-\[17\.147px\] {
    gap: 17.147px;
  }

  .gap-\[20\.786px\] {
    gap: 20.786px;
  }

  .gap-\[21\.155px\] {
    gap: 21.155px;
  }

  .gap-\[21\.237px\] {
    gap: 21.237px;
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[26\.151px\] {
    gap: 26.151px;
  }

  .gap-\[26\.616px\] {
    gap: 26.616px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  .gap-\[36px\] {
    gap: 36px;
  }

  .gap-\[40px\] {
    gap: 40px;
  }

  .gap-\[48px\] {
    gap: 48px;
  }

  .gap-\[54px\] {
    gap: 54px;
  }

  .gap-\[56px\] {
    gap: 56px;
  }

  .gap-\[64px\] {
    gap: 64px;
  }

  .gap-\[85px\] {
    gap: 85px;
  }

  .gap-\[107px\] {
    gap: 107px;
  }

  .gap-\[141px\] {
    gap: 141px;
  }

  .self-stretch {
    align-self: stretch;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded-\[1\.342px\] {
    border-radius: 1.342px;
  }

  .rounded-\[6\.156px\] {
    border-radius: 6.156px;
  }

  .rounded-\[6px\] {
    border-radius: 6px;
  }

  .rounded-\[8px\] {
    border-radius: 8px;
  }

  .rounded-\[10px\] {
    border-radius: 10px;
  }

  .rounded-\[13\.516px\] {
    border-radius: 13.516px;
  }

  .rounded-\[14\.227px\] {
    border-radius: 14.227px;
  }

  .rounded-\[14\.608px\] {
    border-radius: 14.608px;
  }

  .rounded-\[14\.853px\] {
    border-radius: 14.853px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

  .rounded-\[17\.627px\] {
    border-radius: 17.627px;
  }

  .rounded-\[17\.639px\] {
    border-radius: 17.639px;
  }

  .rounded-\[18px\] {
    border-radius: 18px;
  }

  .rounded-\[20\.248px\] {
    border-radius: 20.248px;
  }

  .rounded-\[24\.894px\] {
    border-radius: 24.894px;
  }

  .rounded-\[24px\] {
    border-radius: 24px;
  }

  .rounded-\[36px\] {
    border-radius: 36px;
  }

  .rounded-\[inherit\] {
    border-radius: inherit;
  }

  .rounded-lg {
    border-radius: var(--radius);
  }

  .rounded-tl-\[26\.12px\] {
    border-top-left-radius: 26.12px;
  }

  .rounded-tl-\[56\.496px\] {
    border-top-left-radius: 56.496px;
  }

  .rounded-tr-\[26\.12px\] {
    border-top-right-radius: 26.12px;
  }

  .rounded-tr-\[56\.496px\] {
    border-top-right-radius: 56.496px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-\[0px_0px_2px\] {
    border-style: var(--tw-border-style);
    border-width: 0 0 2px;
  }

  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .border-\[\#003e1f\] {
    border-color: #003e1f;
  }

  .border-\[rgba\(0\,0\,0\,0\.1\)\] {
    border-color: #0000001a;
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .bg-\[\#003e1f\] {
    background-color: #003e1f;
  }

  .bg-\[\#0066ff\] {
    background-color: #06f;
  }

  .bg-\[\#033113\] {
    background-color: #033113;
  }

  .bg-\[\#383838\] {
    background-color: #383838;
  }

  .bg-\[\#f5f5f7\] {
    background-color: #f5f5f7;
  }

  .bg-\[\#f6f6f6\] {
    background-color: #f6f6f6;
  }

  .bg-\[\#feb901\] {
    background-color: #feb901;
  }

  .bg-\[\#fff8f4\] {
    background-color: #fff8f4;
  }

  .bg-\[rgba\(0\,0\,0\,0\.1\)\] {
    background-color: #0000001a;
  }

  .bg-\[rgba\(0\,0\,0\,0\.4\)\] {
    background-color: #0006;
  }

  .bg-\[rgba\(0\,0\,0\,0\.05\)\] {
    background-color: #0000000d;
  }

  .bg-\[rgba\(42\,42\,42\,0\.34\)\] {
    background-color: #2a2a2a57;
  }

  .bg-\[rgba\(255\,255\,255\,0\.1\)\] {
    background-color: #ffffff1a;
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }

  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

  .bg-white {
    background-color: var(--color-white);
  }

  .mask-intersect {
    mask-composite: intersect;
  }

  .mask-alpha {
    mask-mode: alpha;
  }

  .mask-size-\[31\.175px_31\.175px\] {
    mask-size: 31.175px 31.175px;
  }

  .mask-size-\[31\.733px_31\.733px\] {
    mask-size: 31.733px 31.733px;
  }

  .mask-no-clip {
    mask-clip: no-clip;
  }

  .mask-position-\[0px\] {
    mask-position: 0;
  }

  .mask-no-repeat {
    mask-repeat: no-repeat;
  }

  .object-cover {
    object-fit: cover;
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-\[11\.751px\] {
    padding: 11.751px;
  }

  .p-\[24px\] {
    padding: 24px;
  }

  .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-\[10px\] {
    padding-inline: 10px;
  }

  .px-\[11\.26px\] {
    padding-inline: 11.26px;
  }

  .px-\[16px\] {
    padding-inline: 16px;
  }

  .px-\[18\.32px\] {
    padding-inline: 18.32px;
  }

  .px-\[20px\] {
    padding-inline: 20px;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[200px\] {
    padding-inline: 200px;
  }

  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-\[13\.74px\] {
    padding-block: 13.74px;
  }

  .py-\[20px\] {
    padding-block: 20px;
  }

  .py-\[24px\] {
    padding-block: 24px;
  }

  .py-\[40px\] {
    padding-block: 40px;
  }

  .py-\[48px\] {
    padding-block: 48px;
  }

  .py-\[80px\] {
    padding-block: 80px;
  }

  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }

  .pt-\[16px\] {
    padding-top: 16px;
  }

  .pt-\[20px\] {
    padding-top: 20px;
  }

  .pt-\[48px\] {
    padding-top: 48px;
  }

  .pt-\[57px\] {
    padding-top: 57px;
  }

  .pt-\[80px\] {
    padding-top: 80px;
  }

  .pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }

  .pb-\[4\.18px\] {
    padding-bottom: 4.18px;
  }

  .pb-\[8\.495px\] {
    padding-bottom: 8.495px;
  }

  .pb-\[16px\] {
    padding-bottom: 16px;
  }

  .pb-\[24px\] {
    padding-bottom: 24px;
  }

  .pb-\[40px\] {
    padding-bottom: 40px;
  }

  .pl-\[20px\] {
    padding-left: 20px;
  }

  .pl-\[27px\] {
    padding-left: 27px;
  }

  .pl-\[32px\] {
    padding-left: 32px;
  }

  .pl-\[100px\] {
    padding-left: 100px;
  }

  .text-center {
    text-align: center;
  }

  .text-left {
    text-align: left;
  }

  .font-\[\'Inter\:Black\'\,sans-serif\] {
    font-family: Inter\:Black, sans-serif;
  }

  .font-\[\'Inter\:Bold\'\,sans-serif\] {
    font-family: Inter\:Bold, sans-serif;
  }

  .font-\[\'Inter\:ExtraBold\'\,sans-serif\] {
    font-family: Inter\:ExtraBold, sans-serif;
  }

  .font-\[\'Inter\:Medium\'\,sans-serif\] {
    font-family: Inter\:Medium, sans-serif;
  }

  .font-\[\'Inter\:Regular\'\,sans-serif\] {
    font-family: Inter\:Regular, sans-serif;
  }

  .font-\[\'Inter\:SemiBold\'\,sans-serif\] {
    font-family: Inter\:SemiBold, sans-serif;
  }

  .font-\[\'Poppins\:Bold\'\,sans-serif\] {
    font-family: Poppins\:Bold, sans-serif;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--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-\[0px\] {
    font-size: 0;
  }

  .text-\[11\.319px\] {
    font-size: 11.319px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[13\.51px\] {
    font-size: 13.51px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[17\.095px\] {
    font-size: 17.095px;
  }

  .text-\[17\.627px\] {
    font-size: 17.627px;
  }

  .text-\[18\.021px\] {
    font-size: 18.021px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[23\.8px\] {
    font-size: 23.8px;
  }

  .text-\[23\.379px\] {
    font-size: 23.379px;
  }

  .text-\[23px\] {
    font-size: 23px;
  }

  .text-\[24px\] {
    font-size: 24px;
  }

  .text-\[25\.152px\] {
    font-size: 25.152px;
  }

  .text-\[26\.88px\] {
    font-size: 26.88px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .text-\[30px\] {
    font-size: 30px;
  }

  .text-\[31\.179px\] {
    font-size: 31.179px;
  }

  .text-\[32px\] {
    font-size: 32px;
  }

  .text-\[33\.6px\] {
    font-size: 33.6px;
  }

  .text-\[48px\] {
    font-size: 48px;
  }

  .text-\[56px\] {
    font-size: 56px;
  }

  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }

  .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .leading-\[1\.11\] {
    --tw-leading: 1.11;
    line-height: 1.11;
  }

  .leading-\[1\.17\] {
    --tw-leading: 1.17;
    line-height: 1.17;
  }

  .leading-\[1\.34\] {
    --tw-leading: 1.34;
    line-height: 1.34;
  }

  .leading-\[1\.36\] {
    --tw-leading: 1.36;
    line-height: 1.36;
  }

  .leading-\[1\.38\] {
    --tw-leading: 1.38;
    line-height: 1.38;
  }

  .leading-\[1\.54\] {
    --tw-leading: 1.54;
    line-height: 1.54;
  }

  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .tracking-\[-0\.46px\] {
    --tw-tracking: -.46px;
    letter-spacing: -.46px;
  }

  .tracking-\[-0\.2264px\] {
    --tw-tracking: -.2264px;
    letter-spacing: -.2264px;
  }

  .tracking-\[1\.12px\] {
    --tw-tracking: 1.12px;
    letter-spacing: 1.12px;
  }

  .tracking-\[1\.28px\] {
    --tw-tracking: 1.28px;
    letter-spacing: 1.28px;
  }

  .tracking-\[1\.3676px\] {
    --tw-tracking: 1.3676px;
    letter-spacing: 1.3676px;
  }

  .text-nowrap {
    text-wrap: nowrap;
  }

  .whitespace-pre {
    white-space: pre;
  }

  .whitespace-pre-line {
    white-space: pre-line;
  }

  .text-\[\#1a1918\] {
    color: #1a1918;
  }

  .text-\[\#2e6843\] {
    color: #2e6843;
  }

  .text-\[\#003e1f\] {
    color: #003e1f;
  }

  .text-\[\#666362\] {
    color: #666362;
  }

  .text-\[\#feb901\] {
    color: #feb901;
  }

  .text-\[\#ffc633\] {
    color: #ffc633;
  }

  .text-\[\#fff8f4\] {
    color: #fff8f4;
  }

  .text-\[rgba\(0\,0\,0\,0\.4\)\] {
    color: #0006;
  }

  .text-\[rgba\(0\,0\,0\,0\.7\)\] {
    color: #000000b3;
  }

  .text-black {
    color: var(--color-black);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-red-500 {
    color: var(--color-red-500);
  }

  .text-white {
    color: var(--color-white);
  }

  .capitalize {
    text-transform: capitalize;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .not-italic {
    font-style: normal;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .no-underline {
    text-decoration-line: none;
  }

  .decoration-solid {
    text-decoration-style: solid;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-90 {
    opacity: .9;
  }

  .mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }

  .shadow-\[0px_0px_0px_1\.289px_rgba\(18\,55\,105\,0\.08\)\,0px_1\.289px_2\.578px_0px_rgba\(29\,79\,129\,0\.04\)\,0px_20\.621px_41\.242px_-15\.466px_rgba\(7\,32\,69\,0\.25\)\] {
    --tw-shadow: 0px 0px 0px 1.289px var(--tw-shadow-color, #12376914), 0px 1.289px 2.578px 0px var(--tw-shadow-color, #1d4f810a), 0px 20.621px 41.242px -15.466px var(--tw-shadow-color, #07204540);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    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-\[4\.565px\] {
    --tw-backdrop-blur: blur(4.565px);
    -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-\[6\.444px\] {
    --tw-backdrop-blur: blur(6.444px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#0052cc\]:hover {
      background-color: #0052cc;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[rgba\(255\,255\,255\,0\.2\)\]:hover {
      background-color: #fff3;
    }
  }

  @media (hover: hover) {
    .hover\:bg-blue-700:hover {
      background-color: var(--color-blue-700);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[rgba\(0\,0\,0\,0\.6\)\]:hover {
      color: #0009;
    }
  }

  @media (hover: hover) {
    .hover\:text-gray-600:hover {
      color: var(--color-gray-600);
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-blue-500:focus {
    --tw-ring-color: var(--color-blue-500);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  .active\:bg-gray-100:active {
    background-color: var(--color-gray-100);
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-scroll {
  animation: 30s linear infinite scroll;
}

.animate-scroll:hover {
  animation-play-state: paused;
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-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: 0;
}

@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
}
