/*! 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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :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-100: oklch(.936 .032 17.717);
    --color-red-200: oklch(.885 .062 18.334);
    --color-red-500: oklch(.637 .237 25.331);
    --color-red-600: oklch(.577 .245 27.325);
    --color-red-700: oklch(.505 .213 27.518);
    --color-green-100: oklch(.962 .044 156.743);
    --color-green-700: oklch(.527 .154 150.069);
    --color-blue-50: oklch(.97 .014 254.604);
    --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-600: oklch(.446 .03 256.802);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --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);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --animate-spin: spin 1s linear infinite;
    --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 {
  .tailwind *, .tailwind :after, .tailwind :before, .tailwind ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

  .tailwind html, .tailwind :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;
  }

  .tailwind body {
    line-height: inherit;
  }

  .tailwind hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  .tailwind abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  .tailwind a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

  .tailwind sub, .tailwind sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

  .tailwind table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

  .tailwind ol, .tailwind ul, .tailwind menu {
    list-style: none;
  }

  .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object {
    vertical-align: middle;
    display: block;
  }

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

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

  .tailwind ::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;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  .tailwind ::file-selector-button {
    margin-inline-end: 4px;
  }

  .tailwind ::placeholder {
    opacity: 1;
    color: currentColor;
  }

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

  .tailwind textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@layer utilities {
  .tailwind .pointer-events-auto {
    pointer-events: auto;
  }

  .tailwind .pointer-events-none {
    pointer-events: none;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .sticky {
    position: sticky;
  }

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

  .tailwind .inset-\[-0\.5px\] {
    inset: -.5px;
  }

  .tailwind .inset-\[-1\.471\%\] {
    inset: -1.471%;
  }

  .tailwind .inset-\[-1\.667\%\] {
    inset: -1.667%;
  }

  .tailwind .inset-\[-1px\] {
    inset: -1px;
  }

  .tailwind .inset-\[-2\.632\%\] {
    inset: -2.632%;
  }

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

  .tailwind .top-1\.5 {
    top: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

  .tailwind .top-\[-1\.25\%\] {
    top: -1.25%;
  }

  .tailwind .top-\[-1\.059\%\] {
    top: -1.059%;
  }

  .tailwind .top-\[-1\.083\%\] {
    top: -1.083%;
  }

  .tailwind .top-\[-1\.277\%\] {
    top: -1.277%;
  }

  .tailwind .top-\[-1\.389\%\] {
    top: -1.389%;
  }

  .tailwind .top-\[-1\.665\%\] {
    top: -1.665%;
  }

  .tailwind .top-\[-1\.685\%\] {
    top: -1.685%;
  }

  .tailwind .top-\[-1\.745\%\] {
    top: -1.745%;
  }

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

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

  .tailwind .top-\[-2\.435\%\] {
    top: -2.435%;
  }

  .tailwind .top-\[-2\.459\%\] {
    top: -2.459%;
  }

  .tailwind .top-\[-4\.41px\] {
    top: -4.41px;
  }

  .tailwind .top-\[-4\.643\%\] {
    top: -4.643%;
  }

  .tailwind .top-\[-4\.658\%\] {
    top: -4.658%;
  }

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

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

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

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

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

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

  .tailwind .top-\[0\.377px\] {
    top: .377px;
  }

  .tailwind .top-\[3\.881\%\] {
    top: 3.881%;
  }

  .tailwind .top-\[4\.078\%\] {
    top: 4.078%;
  }

  .tailwind .top-\[4\.202\%\] {
    top: 4.202%;
  }

  .tailwind .top-\[4\.213\%\] {
    top: 4.213%;
  }

  .tailwind .top-\[4\.809px\] {
    top: 4.809px;
  }

  .tailwind .top-\[5\.002px\] {
    top: 5.002px;
  }

  .tailwind .top-\[5\.5\%\] {
    top: 5.5%;
  }

  .tailwind .top-\[5\.12\%\] {
    top: 5.12%;
  }

  .tailwind .top-\[5\.37\%\] {
    top: 5.37%;
  }

  .tailwind .top-\[5\.38\%\] {
    top: 5.38%;
  }

  .tailwind .top-\[5\.56\%\] {
    top: 5.56%;
  }

  .tailwind .top-\[5\.079\%\] {
    top: 5.079%;
  }

  .tailwind .top-\[5\.122\%\] {
    top: 5.122%;
  }

  .tailwind .top-\[5\.155\%\] {
    top: 5.155%;
  }

  .tailwind .top-\[5\.338\%\] {
    top: 5.338%;
  }

  .tailwind .top-\[5\.356\%\] {
    top: 5.356%;
  }

  .tailwind .top-\[5\.382\%\] {
    top: 5.382%;
  }

  .tailwind .top-\[5\.417\%\] {
    top: 5.417%;
  }

  .tailwind .top-\[5\.514\%\] {
    top: 5.514%;
  }

  .tailwind .top-\[5\.544\%\] {
    top: 5.544%;
  }

  .tailwind .top-\[5\.546\%\] {
    top: 5.546%;
  }

  .tailwind .top-\[5\.559\%\] {
    top: 5.559%;
  }

  .tailwind .top-\[5\.582\%\] {
    top: 5.582%;
  }

  .tailwind .top-\[5\.597\%\] {
    top: 5.597%;
  }

  .tailwind .top-\[6\.04\%\] {
    top: 6.04%;
  }

  .tailwind .top-\[6\.06\%\] {
    top: 6.06%;
  }

  .tailwind .top-\[6\.348\%\] {
    top: 6.348%;
  }

  .tailwind .top-\[6\.368\%\] {
    top: 6.368%;
  }

  .tailwind .top-\[6\.541\%\] {
    top: 6.541%;
  }

  .tailwind .top-\[6\.558\%\] {
    top: 6.558%;
  }

  .tailwind .top-\[6\.561\%\] {
    top: 6.561%;
  }

  .tailwind .top-\[6\.579\%\] {
    top: 6.579%;
  }

  .tailwind .top-\[7\.002\%\] {
    top: 7.002%;
  }

  .tailwind .top-\[7\.358\%\] {
    top: 7.358%;
  }

  .tailwind .top-\[7\.582\%\] {
    top: 7.582%;
  }

  .tailwind .top-\[7\.602\%\] {
    top: 7.602%;
  }

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

  .tailwind .top-\[8\.791\%\] {
    top: 8.791%;
  }

  .tailwind .top-\[9\.236\%\] {
    top: 9.236%;
  }

  .tailwind .top-\[9px\] {
    top: 9px;
  }

  .tailwind .top-\[11\.008\%\] {
    top: 11.008%;
  }

  .tailwind .top-\[11\.54\%\] {
    top: 11.54%;
  }

  .tailwind .top-\[11\.255\%\] {
    top: 11.255%;
  }

  .tailwind .top-\[11\.466\%\] {
    top: 11.466%;
  }

  .tailwind .top-\[11\.828\%\] {
    top: 11.828%;
  }

  .tailwind .top-\[12\.187\%\] {
    top: 12.187%;
  }

  .tailwind .top-\[12\.219\%\] {
    top: 12.219%;
  }

  .tailwind .top-\[13\.256\%\] {
    top: 13.256%;
  }

  .tailwind .top-\[13\.676\%\] {
    top: 13.676%;
  }

  .tailwind .top-\[13\.764\%\] {
    top: 13.764%;
  }

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

  .tailwind .top-\[15\.818\%\] {
    top: 15.818%;
  }

  .tailwind .top-\[16\.274\%\] {
    top: 16.274%;
  }

  .tailwind .top-\[16\.278\%\] {
    top: 16.278%;
  }

  .tailwind .top-\[18\.371\%\] {
    top: 18.371%;
  }

  .tailwind .top-\[18\.717\%\] {
    top: 18.717%;
  }

  .tailwind .top-\[19\.305\%\] {
    top: 19.305%;
  }

  .tailwind .top-\[19\.669\%\] {
    top: 19.669%;
  }

  .tailwind .top-\[19\.892\%\] {
    top: 19.892%;
  }

  .tailwind .top-\[19\.945\%\] {
    top: 19.945%;
  }

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

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

  .tailwind .top-\[21\.778\%\] {
    top: 21.778%;
  }

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

  .tailwind .top-\[21\.925\%\] {
    top: 21.925%;
  }

  .tailwind .top-\[21\.983\%\] {
    top: 21.983%;
  }

  .tailwind .top-\[22\.885\%\] {
    top: 22.885%;
  }

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

  .tailwind .top-\[23\.581\%\] {
    top: 23.581%;
  }

  .tailwind .top-\[23\.644\%\] {
    top: 23.644%;
  }

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

  .tailwind .top-\[24\.837\%\] {
    top: 24.837%;
  }

  .tailwind .top-\[25\.096\%\] {
    top: 25.096%;
  }

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

  .tailwind .top-\[25\.308px\] {
    top: 25.308px;
  }

  .tailwind .top-\[26\.372\%\] {
    top: 26.372%;
  }

  .tailwind .top-\[27\.174\%\] {
    top: 27.174%;
  }

  .tailwind .top-\[27\.246\%\] {
    top: 27.246%;
  }

  .tailwind .top-\[27\.347\%\] {
    top: 27.347%;
  }

  .tailwind .top-\[30px\] {
    top: 30px;
  }

  .tailwind .top-\[33\.54\%\] {
    top: 33.54%;
  }

  .tailwind .top-\[33\.139\%\] {
    top: 33.139%;
  }

  .tailwind .top-\[35\.246\%\] {
    top: 35.246%;
  }

  .tailwind .top-\[37\.2\%\] {
    top: 37.2%;
  }

  .tailwind .top-\[39\.092\%\] {
    top: 39.092%;
  }

  .tailwind .top-\[43\.181\%\] {
    top: 43.181%;
  }

  .tailwind .top-\[44\.4px\] {
    top: 44.4px;
  }

  .tailwind .top-\[48\.819\%\] {
    top: 48.819%;
  }

  .tailwind .top-\[51\.059\%\] {
    top: 51.059%;
  }

  .tailwind .top-\[51\.301\%\] {
    top: 51.301%;
  }

  .tailwind .top-\[52\.088px\] {
    top: 52.088px;
  }

  .tailwind .top-\[56\.56\%\] {
    top: 56.56%;
  }

  .tailwind .top-\[56\.711\%\] {
    top: 56.711%;
  }

  .tailwind .top-\[57\.283\%\] {
    top: 57.283%;
  }

  .tailwind .top-\[57\.436\%\] {
    top: 57.436%;
  }

  .tailwind .top-\[67\.068\%\] {
    top: 67.068%;
  }

  .tailwind .top-\[67\.192\%\] {
    top: 67.192%;
  }

  .tailwind .top-\[67\.246\%\] {
    top: 67.246%;
  }

  .tailwind .top-\[68\.916\%\] {
    top: 68.916%;
  }

  .tailwind .top-\[70\.609\%\] {
    top: 70.609%;
  }

  .tailwind .top-\[70\.766\%\] {
    top: 70.766%;
  }

  .tailwind .top-\[70\.955\%\] {
    top: 70.955%;
  }

  .tailwind .top-\[72\.421\%\] {
    top: 72.421%;
  }

  .tailwind .top-\[78\.887\%\] {
    top: 78.887%;
  }

  .tailwind .top-\[79\.097\%\] {
    top: 79.097%;
  }

  .tailwind .top-\[79\.717\%\] {
    top: 79.717%;
  }

  .tailwind .top-\[80\.754\%\] {
    top: 80.754%;
  }

  .tailwind .top-\[80\.969\%\] {
    top: 80.969%;
  }

  .tailwind .top-\[81\.54\%\] {
    top: 81.54%;
  }

  .tailwind .top-\[81\.459\%\] {
    top: 81.459%;
  }

  .tailwind .top-\[81\.462\%\] {
    top: 81.462%;
  }

  .tailwind .top-\[81\.858\%\] {
    top: 81.858%;
  }

  .tailwind .top-\[81\.951\%\] {
    top: 81.951%;
  }

  .tailwind .top-\[83\%\] {
    top: 83%;
  }

  .tailwind .top-\[83\.8px\] {
    top: 83.8px;
  }

  .tailwind .top-\[83\.77\%\] {
    top: 83.77%;
  }

  .tailwind .top-\[85\.601\%\] {
    top: 85.601%;
  }

  .tailwind .top-\[85\.604\%\] {
    top: 85.604%;
  }

  .tailwind .top-\[85\.686\%\] {
    top: 85.686%;
  }

  .tailwind .top-\[86\.02\%\] {
    top: 86.02%;
  }

  .tailwind .top-\[86\.118\%\] {
    top: 86.118%;
  }

  .tailwind .top-\[87\.22\%\] {
    top: 87.22%;
  }

  .tailwind .top-\[88px\] {
    top: 88px;
  }

  .tailwind .top-\[90\.341\%\] {
    top: 90.341%;
  }

  .tailwind .top-\[90\.426\%\] {
    top: 90.426%;
  }

  .tailwind .top-\[90\.582\%\] {
    top: 90.582%;
  }

  .tailwind .top-\[90\.667\%\] {
    top: 90.667%;
  }

  .tailwind .top-\[90px\] {
    top: 90px;
  }

  .tailwind .top-\[91\.32\%\] {
    top: 91.32%;
  }

  .tailwind .top-\[91\.172px\] {
    top: 91.172px;
  }

  .tailwind .top-\[91\.354\%\] {
    top: 91.354%;
  }

  .tailwind .top-\[91\.564\%\] {
    top: 91.564%;
  }

  .tailwind .top-\[91\.597\%\] {
    top: 91.597%;
  }

  .tailwind .top-\[126\.359px\] {
    top: 126.359px;
  }

  .tailwind .top-\[137\.927px\] {
    top: 137.927px;
  }

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

  .tailwind .top-\[148px\] {
    top: 148px;
  }

  .tailwind .top-\[168\.423px\] {
    top: 168.423px;
  }

  .tailwind .top-\[169\.308px\] {
    top: 169.308px;
  }

  .tailwind .top-\[175px\] {
    top: 175px;
  }

  .tailwind .top-\[242\.308px\] {
    top: 242.308px;
  }

  .tailwind .top-\[258\.359px\] {
    top: 258.359px;
  }

  .tailwind .top-\[340\.359px\] {
    top: 340.359px;
  }

  .tailwind .top-\[349px\] {
    top: 349px;
  }

  .tailwind .top-\[377px\] {
    top: 377px;
  }

  .tailwind .top-\[423px\] {
    top: 423px;
  }

  .tailwind .top-\[446px\] {
    top: 446px;
  }

  .tailwind .top-\[480px\] {
    top: 480px;
  }

  .tailwind .top-\[518\.692px\] {
    top: 518.692px;
  }

  .tailwind .top-\[574\.082px\] {
    top: 574.082px;
  }

  .tailwind .top-\[574px\] {
    top: 574px;
  }

  .tailwind .top-\[664\.791px\] {
    top: 664.791px;
  }

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

  .tailwind .right-1\.5 {
    right: calc(var(--spacing) * 1.5);
  }

  .tailwind .right-2\.5 {
    right: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .right-\[-1\.461\%\] {
    right: -1.461%;
  }

  .tailwind .right-\[-1\.759\%\] {
    right: -1.759%;
  }

  .tailwind .right-\[-1\.944\%\] {
    right: -1.944%;
  }

  .tailwind .right-\[-2\%\] {
    right: -2%;
  }

  .tailwind .right-\[-2\.095\%\] {
    right: -2.095%;
  }

  .tailwind .right-\[-3\.104\%\] {
    right: -3.104%;
  }

  .tailwind .right-\[-3\.157\%\] {
    right: -3.157%;
  }

  .tailwind .right-\[-3\.602\%\] {
    right: -3.602%;
  }

  .tailwind .right-\[-13\.04\%\] {
    right: -13.04%;
  }

  .tailwind .right-\[-13\.681\%\] {
    right: -13.681%;
  }

  .tailwind .right-\[-18\.999px\] {
    right: -18.999px;
  }

  .tailwind .right-\[-45\.11\%\] {
    right: -45.11%;
  }

  .tailwind .right-\[-161\.562px\] {
    right: -161.562px;
  }

  .tailwind .right-\[-179\.652px\] {
    right: -179.652px;
  }

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

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

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

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

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

  .tailwind .right-\[2\.554\%\] {
    right: 2.554%;
  }

  .tailwind .right-\[2\.932\%\] {
    right: 2.932%;
  }

  .tailwind .right-\[3\.9\%\] {
    right: 3.9%;
  }

  .tailwind .right-\[3\.159\%\] {
    right: 3.159%;
  }

  .tailwind .right-\[3\.695\%\] {
    right: 3.695%;
  }

  .tailwind .right-\[3\.792\%\] {
    right: 3.792%;
  }

  .tailwind .right-\[4\.001\%\] {
    right: 4.001%;
  }

  .tailwind .right-\[4\.221\%\] {
    right: 4.221%;
  }

  .tailwind .right-\[4\.295\%\] {
    right: 4.295%;
  }

  .tailwind .right-\[4\.316px\] {
    right: 4.316px;
  }

  .tailwind .right-\[4\.643\%\] {
    right: 4.643%;
  }

  .tailwind .right-\[4\.774\%\] {
    right: 4.774%;
  }

  .tailwind .right-\[5\.001px\] {
    right: 5.001px;
  }

  .tailwind .right-\[5\.9\%\] {
    right: 5.9%;
  }

  .tailwind .right-\[5\.74\%\] {
    right: 5.74%;
  }

  .tailwind .right-\[5\.155\%\] {
    right: 5.155%;
  }

  .tailwind .right-\[5\.321\%\] {
    right: 5.321%;
  }

  .tailwind .right-\[5\.325\%\] {
    right: 5.325%;
  }

  .tailwind .right-\[5\.388\%\] {
    right: 5.388%;
  }

  .tailwind .right-\[5\.579\%\] {
    right: 5.579%;
  }

  .tailwind .right-\[5\.744\%\] {
    right: 5.744%;
  }

  .tailwind .right-\[5\.811\%\] {
    right: 5.811%;
  }

  .tailwind .right-\[6\.015\%\] {
    right: 6.015%;
  }

  .tailwind .right-\[6\.359\%\] {
    right: 6.359%;
  }

  .tailwind .right-\[6\.404\%\] {
    right: 6.404%;
  }

  .tailwind .right-\[6\.897\%\] {
    right: 6.897%;
  }

  .tailwind .right-\[7\.675\%\] {
    right: 7.675%;
  }

  .tailwind .right-\[7\.792\%\] {
    right: 7.792%;
  }

  .tailwind .right-\[7\.865\%\] {
    right: 7.865%;
  }

  .tailwind .right-\[8\.256\%\] {
    right: 8.256%;
  }

  .tailwind .right-\[8\.381\%\] {
    right: 8.381%;
  }

  .tailwind .right-\[8\.441\%\] {
    right: 8.441%;
  }

  .tailwind .right-\[8\.459\%\] {
    right: 8.459%;
  }

  .tailwind .right-\[9\.076\%\] {
    right: 9.076%;
  }

  .tailwind .right-\[9\.875\%\] {
    right: 9.875%;
  }

  .tailwind .right-\[10\.608\%\] {
    right: 10.608%;
  }

  .tailwind .right-\[10\.808\%\] {
    right: 10.808%;
  }

  .tailwind .right-\[11\.062px\] {
    right: 11.062px;
  }

  .tailwind .right-\[11\.69px\] {
    right: 11.69px;
  }

  .tailwind .right-\[11\.133\%\] {
    right: 11.133%;
  }

  .tailwind .right-\[11\.432\%\] {
    right: 11.432%;
  }

  .tailwind .right-\[11\.606\%\] {
    right: 11.606%;
  }

  .tailwind .right-\[11\.954\%\] {
    right: 11.954%;
  }

  .tailwind .right-\[12\.185px\] {
    right: 12.185px;
  }

  .tailwind .right-\[12\.273\%\] {
    right: 12.273%;
  }

  .tailwind .right-\[12\.289\%\] {
    right: 12.289%;
  }

  .tailwind .right-\[12\.449px\] {
    right: 12.449px;
  }

  .tailwind .right-\[13\.024\%\] {
    right: 13.024%;
  }

  .tailwind .right-\[13\.121\%\] {
    right: 13.121%;
  }

  .tailwind .right-\[14\.238\%\] {
    right: 14.238%;
  }

  .tailwind .right-\[15\.274\%\] {
    right: 15.274%;
  }

  .tailwind .right-\[15\.287\%\] {
    right: 15.287%;
  }

  .tailwind .right-\[16\.81\%\] {
    right: 16.81%;
  }

  .tailwind .right-\[16\.396\%\] {
    right: 16.396%;
  }

  .tailwind .right-\[17\.434\%\] {
    right: 17.434%;
  }

  .tailwind .right-\[17\.791\%\] {
    right: 17.791%;
  }

  .tailwind .right-\[18\.69\%\] {
    right: 18.69%;
  }

  .tailwind .right-\[18\.692\%\] {
    right: 18.692%;
  }

  .tailwind .right-\[18\.743\%\] {
    right: 18.743%;
  }

  .tailwind .right-\[19\.829\%\] {
    right: 19.829%;
  }

  .tailwind .right-\[20\.036\%\] {
    right: 20.036%;
  }

  .tailwind .right-\[20\.38\%\] {
    right: 20.38%;
  }

  .tailwind .right-\[20\.633\%\] {
    right: 20.633%;
  }

  .tailwind .right-\[21\.165\%\] {
    right: 21.165%;
  }

  .tailwind .right-\[21\.174\%\] {
    right: 21.174%;
  }

  .tailwind .right-\[21\.555\%\] {
    right: 21.555%;
  }

  .tailwind .right-\[21\.822\%\] {
    right: 21.822%;
  }

  .tailwind .right-\[22\.68\%\] {
    right: 22.68%;
  }

  .tailwind .right-\[22\.689\%\] {
    right: 22.689%;
  }

  .tailwind .right-\[23\.792px\] {
    right: 23.792px;
  }

  .tailwind .right-\[26\.625\%\] {
    right: 26.625%;
  }

  .tailwind .right-\[27\.424\%\] {
    right: 27.424%;
  }

  .tailwind .right-\[28\.982\%\] {
    right: 28.982%;
  }

  .tailwind .right-\[32\.083\%\] {
    right: 32.083%;
  }

  .tailwind .right-\[34\.353\%\] {
    right: 34.353%;
  }

  .tailwind .right-\[39\.5px\] {
    right: 39.5px;
  }

  .tailwind .right-\[46\.647\%\] {
    right: 46.647%;
  }

  .tailwind .right-\[49\.25\%\] {
    right: 49.25%;
  }

  .tailwind .right-\[50\.375\%\] {
    right: 50.375%;
  }

  .tailwind .right-\[53\.109\%\] {
    right: 53.109%;
  }

  .tailwind .right-\[53\.181\%\] {
    right: 53.181%;
  }

  .tailwind .right-\[53\.349\%\] {
    right: 53.349%;
  }

  .tailwind .right-\[56\.063\%\] {
    right: 56.063%;
  }

  .tailwind .right-\[57\.091\%\] {
    right: 57.091%;
  }

  .tailwind .right-\[61\.053\%\] {
    right: 61.053%;
  }

  .tailwind .right-\[65\.275\%\] {
    right: 65.275%;
  }

  .tailwind .right-\[65\.328\%\] {
    right: 65.328%;
  }

  .tailwind .right-\[66\.81\%\] {
    right: 66.81%;
  }

  .tailwind .right-\[67\.189\%\] {
    right: 67.189%;
  }

  .tailwind .right-\[69\.072\%\] {
    right: 69.072%;
  }

  .tailwind .right-\[69\.442\%\] {
    right: 69.442%;
  }

  .tailwind .right-\[69\.842\%\] {
    right: 69.842%;
  }

  .tailwind .right-\[69px\] {
    right: 69px;
  }

  .tailwind .right-\[70\.526\%\] {
    right: 70.526%;
  }

  .tailwind .right-\[71\.191\%\] {
    right: 71.191%;
  }

  .tailwind .right-\[71\.345\%\] {
    right: 71.345%;
  }

  .tailwind .right-\[71\.484\%\] {
    right: 71.484%;
  }

  .tailwind .right-\[73\.738\%\] {
    right: 73.738%;
  }

  .tailwind .right-\[74\.421\%\] {
    right: 74.421%;
  }

  .tailwind .right-\[74\.427\%\] {
    right: 74.427%;
  }

  .tailwind .right-\[75\.29\%\] {
    right: 75.29%;
  }

  .tailwind .right-\[75\.129\%\] {
    right: 75.129%;
  }

  .tailwind .right-\[76\.311\%\] {
    right: 76.311%;
  }

  .tailwind .right-\[76\.952\%\] {
    right: 76.952%;
  }

  .tailwind .right-\[77\.196\%\] {
    right: 77.196%;
  }

  .tailwind .right-\[77\.534\%\] {
    right: 77.534%;
  }

  .tailwind .right-\[77\.605\%\] {
    right: 77.605%;
  }

  .tailwind .right-\[77\.814\%\] {
    right: 77.814%;
  }

  .tailwind .right-\[78\.024\%\] {
    right: 78.024%;
  }

  .tailwind .right-\[78\.151\%\] {
    right: 78.151%;
  }

  .tailwind .right-\[78\.244\%\] {
    right: 78.244%;
  }

  .tailwind .right-\[78\.452\%\] {
    right: 78.452%;
  }

  .tailwind .right-\[78\.534\%\] {
    right: 78.534%;
  }

  .tailwind .right-\[78\.688\%\] {
    right: 78.688%;
  }

  .tailwind .right-\[81\.46\%\] {
    right: 81.46%;
  }

  .tailwind .right-\[81\.203\%\] {
    right: 81.203%;
  }

  .tailwind .right-\[81\.817\%\] {
    right: 81.817%;
  }

  .tailwind .right-\[81\.891\%\] {
    right: 81.891%;
  }

  .tailwind .right-\[82\.333\%\] {
    right: 82.333%;
  }

  .tailwind .right-\[82\.467\%\] {
    right: 82.467%;
  }

  .tailwind .right-\[82\.784\%\] {
    right: 82.784%;
  }

  .tailwind .right-\[83\.033\%\] {
    right: 83.033%;
  }

  .tailwind .right-\[85\.433\%\] {
    right: 85.433%;
  }

  .tailwind .right-\[87\.083\%\] {
    right: 87.083%;
  }

  .tailwind .right-\[89\.285\%\] {
    right: 89.285%;
  }

  .tailwind .right-\[89\.836\%\] {
    right: 89.836%;
  }

  .tailwind .right-\[90\.781\%\] {
    right: 90.781%;
  }

  .tailwind .right-\[91\.956\%\] {
    right: 91.956%;
  }

  .tailwind .right-\[92\.522\%\] {
    right: 92.522%;
  }

  .tailwind .right-\[94\.627\%\] {
    right: 94.627%;
  }

  .tailwind .right-\[95\.111\%\] {
    right: 95.111%;
  }

  .tailwind .right-\[163px\] {
    right: 163px;
  }

  .tailwind .right-\[196\.373px\] {
    right: 196.373px;
  }

  .tailwind .right-\[214\.884px\] {
    right: 214.884px;
  }

  .tailwind .right-\[274px\] {
    right: 274px;
  }

  .tailwind .right-\[487\.69px\] {
    right: 487.69px;
  }

  .tailwind .right-\[551\.062px\] {
    right: 551.062px;
  }

  .tailwind .right-\[621\.69px\] {
    right: 621.69px;
  }

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

  .tailwind .bottom-1\/4 {
    bottom: 25%;
  }

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

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

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

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

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

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

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

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

  .tailwind .bottom-\[-1\.25\%\] {
    bottom: -1.25%;
  }

  .tailwind .bottom-\[-1\.067\%\] {
    bottom: -1.067%;
  }

  .tailwind .bottom-\[-1\.389\%\] {
    bottom: -1.389%;
  }

  .tailwind .bottom-\[-1\.745\%\] {
    bottom: -1.745%;
  }

  .tailwind .bottom-\[-2\%\] {
    bottom: -2%;
  }

  .tailwind .bottom-\[-2\.42\%\] {
    bottom: -2.42%;
  }

  .tailwind .bottom-\[-2\.445\%\] {
    bottom: -2.445%;
  }

  .tailwind .bottom-\[-4\.342\%\] {
    bottom: -4.342%;
  }

  .tailwind .bottom-\[-5\.88\%\] {
    bottom: -5.88%;
  }

  .tailwind .bottom-\[-5\.557\%\] {
    bottom: -5.557%;
  }

  .tailwind .bottom-\[-5\.748\%\] {
    bottom: -5.748%;
  }

  .tailwind .bottom-\[-6\.063\%\] {
    bottom: -6.063%;
  }

  .tailwind .bottom-\[-8\.361\%\] {
    bottom: -8.361%;
  }

  .tailwind .bottom-\[-55\.034\%\] {
    bottom: -55.034%;
  }

  .tailwind .bottom-\[-55\.447\%\] {
    bottom: -55.447%;
  }

  .tailwind .bottom-\[2\.55\%\] {
    bottom: 2.55%;
  }

  .tailwind .bottom-\[2\.81\%\] {
    bottom: 2.81%;
  }

  .tailwind .bottom-\[2\.291\%\] {
    bottom: 2.291%;
  }

  .tailwind .bottom-\[2\.551\%\] {
    bottom: 2.551%;
  }

  .tailwind .bottom-\[3\.568\%\] {
    bottom: 3.568%;
  }

  .tailwind .bottom-\[5\.63\%\] {
    bottom: 5.63%;
  }

  .tailwind .bottom-\[5\.94\%\] {
    bottom: 5.94%;
  }

  .tailwind .bottom-\[5\.425\%\] {
    bottom: 5.425%;
  }

  .tailwind .bottom-\[5\.676\%\] {
    bottom: 5.676%;
  }

  .tailwind .bottom-\[5\.689\%\] {
    bottom: 5.689%;
  }

  .tailwind .bottom-\[5\.881\%\] {
    bottom: 5.881%;
  }

  .tailwind .bottom-\[6\.589\%\] {
    bottom: 6.589%;
  }

  .tailwind .bottom-\[6\.625\%\] {
    bottom: 6.625%;
  }

  .tailwind .bottom-\[6\.837\%\] {
    bottom: 6.837%;
  }

  .tailwind .bottom-\[6\.873\%\] {
    bottom: 6.873%;
  }

  .tailwind .bottom-\[8\.088\%\] {
    bottom: 8.088%;
  }

  .tailwind .bottom-\[9\.335\%\] {
    bottom: 9.335%;
  }

  .tailwind .bottom-\[9\.914\%\] {
    bottom: 9.914%;
  }

  .tailwind .bottom-\[9\.917\%\] {
    bottom: 9.917%;
  }

  .tailwind .bottom-\[10\.001\%\] {
    bottom: 10.001%;
  }

  .tailwind .bottom-\[10\.006\%\] {
    bottom: 10.006%;
  }

  .tailwind .bottom-\[10\.241\%\] {
    bottom: 10.241%;
  }

  .tailwind .bottom-\[10\.446\%\] {
    bottom: 10.446%;
  }

  .tailwind .bottom-\[10\.684\%\] {
    bottom: 10.684%;
  }

  .tailwind .bottom-\[10\.985\%\] {
    bottom: 10.985%;
  }

  .tailwind .bottom-\[11\.222\%\] {
    bottom: 11.222%;
  }

  .tailwind .bottom-\[11\.538\%\] {
    bottom: 11.538%;
  }

  .tailwind .bottom-\[12\.117\%\] {
    bottom: 12.117%;
  }

  .tailwind .bottom-\[12\.536\%\] {
    bottom: 12.536%;
  }

  .tailwind .bottom-\[13\.722\%\] {
    bottom: 13.722%;
  }

  .tailwind .bottom-\[14\.51\%\] {
    bottom: 14.51%;
  }

  .tailwind .bottom-\[14\.273\%\] {
    bottom: 14.273%;
  }

  .tailwind .bottom-\[14\.275\%\] {
    bottom: 14.275%;
  }

  .tailwind .bottom-\[14\.361\%\] {
    bottom: 14.361%;
  }

  .tailwind .bottom-\[14\.737\%\] {
    bottom: 14.737%;
  }

  .tailwind .bottom-\[15\.818\%\] {
    bottom: 15.818%;
  }

  .tailwind .bottom-\[16\.369\%\] {
    bottom: 16.369%;
  }

  .tailwind .bottom-\[19\.27\%\] {
    bottom: 19.27%;
  }

  .tailwind .bottom-\[19px\] {
    bottom: 19px;
  }

  .tailwind .bottom-\[23\.176\%\] {
    bottom: 23.176%;
  }

  .tailwind .bottom-\[23\.203\%\] {
    bottom: 23.203%;
  }

  .tailwind .bottom-\[26\.919\%\] {
    bottom: 26.919%;
  }

  .tailwind .bottom-\[27\.142\%\] {
    bottom: 27.142%;
  }

  .tailwind .bottom-\[27\.336\%\] {
    bottom: 27.336%;
  }

  .tailwind .bottom-\[27\.871\%\] {
    bottom: 27.871%;
  }

  .tailwind .bottom-\[28\.063\%\] {
    bottom: 28.063%;
  }

  .tailwind .bottom-\[28\.247px\] {
    bottom: 28.247px;
  }

  .tailwind .bottom-\[29\.912px\] {
    bottom: 29.912px;
  }

  .tailwind .bottom-\[31\.871\%\] {
    bottom: 31.871%;
  }

  .tailwind .bottom-\[32\.171\%\] {
    bottom: 32.171%;
  }

  .tailwind .bottom-\[39\.436\%\] {
    bottom: 39.436%;
  }

  .tailwind .bottom-\[40\.912px\] {
    bottom: 40.912px;
  }

  .tailwind .bottom-\[42\.366\%\] {
    bottom: 42.366%;
  }

  .tailwind .bottom-\[43\.846\%\] {
    bottom: 43.846%;
  }

  .tailwind .bottom-\[44\.524\%\] {
    bottom: 44.524%;
  }

  .tailwind .bottom-\[47\.208\%\] {
    bottom: 47.208%;
  }

  .tailwind .bottom-\[50\.532\%\] {
    bottom: 50.532%;
  }

  .tailwind .bottom-\[52\.926\%\] {
    bottom: 52.926%;
  }

  .tailwind .bottom-\[57\.751\%\] {
    bottom: 57.751%;
  }

  .tailwind .bottom-\[59\.795\%\] {
    bottom: 59.795%;
  }

  .tailwind .bottom-\[61\.655\%\] {
    bottom: 61.655%;
  }

  .tailwind .bottom-\[63\.582\%\] {
    bottom: 63.582%;
  }

  .tailwind .bottom-\[63\.679\%\] {
    bottom: 63.679%;
  }

  .tailwind .bottom-\[64\.751\%\] {
    bottom: 64.751%;
  }

  .tailwind .bottom-\[66\.456\%\] {
    bottom: 66.456%;
  }

  .tailwind .bottom-\[66\.655\%\] {
    bottom: 66.655%;
  }

  .tailwind .bottom-\[68\.53\%\] {
    bottom: 68.53%;
  }

  .tailwind .bottom-\[68\.446\%\] {
    bottom: 68.446%;
  }

  .tailwind .bottom-\[70\.455\%\] {
    bottom: 70.455%;
  }

  .tailwind .bottom-\[70\.533\%\] {
    bottom: 70.533%;
  }

  .tailwind .bottom-\[70\.768\%\] {
    bottom: 70.768%;
  }

  .tailwind .bottom-\[71\.403\%\] {
    bottom: 71.403%;
  }

  .tailwind .bottom-\[72\.786\%\] {
    bottom: 72.786%;
  }

  .tailwind .bottom-\[73\.705\%\] {
    bottom: 73.705%;
  }

  .tailwind .bottom-\[74\.301\%\] {
    bottom: 74.301%;
  }

  .tailwind .bottom-\[74\.369\%\] {
    bottom: 74.369%;
  }

  .tailwind .bottom-\[75\.125\%\] {
    bottom: 75.125%;
  }

  .tailwind .bottom-\[76\.329\%\] {
    bottom: 76.329%;
  }

  .tailwind .bottom-\[79\.035\%\] {
    bottom: 79.035%;
  }

  .tailwind .bottom-\[81\.706\%\] {
    bottom: 81.706%;
  }

  .tailwind .bottom-\[81\.794\%\] {
    bottom: 81.794%;
  }

  .tailwind .bottom-\[82\.442\%\] {
    bottom: 82.442%;
  }

  .tailwind .bottom-\[83\.849\%\] {
    bottom: 83.849%;
  }

  .tailwind .bottom-\[84\.675\%\] {
    bottom: 84.675%;
  }

  .tailwind .bottom-\[84\.748\%\] {
    bottom: 84.748%;
  }

  .tailwind .bottom-\[86\.465\%\] {
    bottom: 86.465%;
  }

  .tailwind .bottom-\[87\.265\%\] {
    bottom: 87.265%;
  }

  .tailwind .bottom-\[87\.299\%\] {
    bottom: 87.299%;
  }

  .tailwind .bottom-\[87\.674\%\] {
    bottom: 87.674%;
  }

  .tailwind .bottom-\[88\.27\%\] {
    bottom: 88.27%;
  }

  .tailwind .bottom-\[90\.937\%\] {
    bottom: 90.937%;
  }

  .tailwind .bottom-\[90\.961\%\] {
    bottom: 90.961%;
  }

  .tailwind .bottom-\[91\.228\%\] {
    bottom: 91.228%;
  }

  .tailwind .bottom-\[91\.652\%\] {
    bottom: 91.652%;
  }

  .tailwind .bottom-\[92\.236\%\] {
    bottom: 92.236%;
  }

  .tailwind .bottom-\[92\.257\%\] {
    bottom: 92.257%;
  }

  .tailwind .bottom-\[92\.277\%\] {
    bottom: 92.277%;
  }

  .tailwind .bottom-\[92\.279\%\] {
    bottom: 92.279%;
  }

  .tailwind .bottom-\[92\.297\%\] {
    bottom: 92.297%;
  }

  .tailwind .bottom-\[92\.299\%\] {
    bottom: 92.299%;
  }

  .tailwind .bottom-\[92\.316\%\] {
    bottom: 92.316%;
  }

  .tailwind .bottom-\[92\.336\%\] {
    bottom: 92.336%;
  }

  .tailwind .bottom-\[92\.485\%\] {
    bottom: 92.485%;
  }

  .tailwind .bottom-\[92\.524\%\] {
    bottom: 92.524%;
  }

  .tailwind .bottom-\[92\.526\%\] {
    bottom: 92.526%;
  }

  .tailwind .bottom-\[92\.562\%\] {
    bottom: 92.562%;
  }

  .tailwind .bottom-\[92\.849\%\] {
    bottom: 92.849%;
  }

  .tailwind .bottom-\[92\.886\%\] {
    bottom: 92.886%;
  }

  .tailwind .bottom-\[92\.888\%\] {
    bottom: 92.888%;
  }

  .tailwind .bottom-\[92\.922\%\] {
    bottom: 92.922%;
  }

  .tailwind .bottom-\[93\.3\%\] {
    bottom: 93.3%;
  }

  .tailwind .bottom-\[93\.81\%\] {
    bottom: 93.81%;
  }

  .tailwind .bottom-\[93\.279\%\] {
    bottom: 93.279%;
  }

  .tailwind .bottom-\[93\.297\%\] {
    bottom: 93.297%;
  }

  .tailwind .bottom-\[93\.318\%\] {
    bottom: 93.318%;
  }

  .tailwind .bottom-\[93\.495\%\] {
    bottom: 93.495%;
  }

  .tailwind .bottom-\[93\.515\%\] {
    bottom: 93.515%;
  }

  .tailwind .bottom-\[93\.829\%\] {
    bottom: 93.829%;
  }

  .tailwind .bottom-\[94\.323\%\] {
    bottom: 94.323%;
  }

  .tailwind .bottom-\[94\.338\%\] {
    bottom: 94.338%;
  }

  .tailwind .bottom-\[94\.505\%\] {
    bottom: 94.505%;
  }

  .tailwind .bottom-\[94\.771\%\] {
    bottom: 94.771%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[-1\.461\%\] {
    left: -1.461%;
  }

  .tailwind .left-\[-2\%\] {
    left: -2%;
  }

  .tailwind .left-\[-2\.095\%\] {
    left: -2.095%;
  }

  .tailwind .left-\[-3\.16\%\] {
    left: -3.16%;
  }

  .tailwind .left-\[-3\.103\%\] {
    left: -3.103%;
  }

  .tailwind .left-\[-3\.691\%\] {
    left: -3.691%;
  }

  .tailwind .left-\[-4\.956px\] {
    left: -4.956px;
  }

  .tailwind .left-\[-164\.001px\] {
    left: -164.001px;
  }

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

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

  .tailwind .left-\[1\.719\%\] {
    left: 1.719%;
  }

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

  .tailwind .left-\[3\.38\%\] {
    left: 3.38%;
  }

  .tailwind .left-\[3\.248\%\] {
    left: 3.248%;
  }

  .tailwind .left-\[3\.864\%\] {
    left: 3.864%;
  }

  .tailwind .left-\[4\.498px\] {
    left: 4.498px;
  }

  .tailwind .left-\[5\.22\%\] {
    left: 5.22%;
  }

  .tailwind .left-\[5\.107px\] {
    left: 5.107px;
  }

  .tailwind .left-\[5\.863px\] {
    left: 5.863px;
  }

  .tailwind .left-\[6\.051\%\] {
    left: 6.051%;
  }

  .tailwind .left-\[6\.627\%\] {
    left: 6.627%;
  }

  .tailwind .left-\[7\.761\%\] {
    left: 7.761%;
  }

  .tailwind .left-\[8\.722\%\] {
    left: 8.722%;
  }

  .tailwind .left-\[9\.274\%\] {
    left: 9.274%;
  }

  .tailwind .left-\[9\.414\%\] {
    left: 9.414%;
  }

  .tailwind .left-\[11\.038\%\] {
    left: 11.038%;
  }

  .tailwind .left-\[11\.173\%\] {
    left: 11.173%;
  }

  .tailwind .left-\[13\.121\%\] {
    left: 13.121%;
  }

  .tailwind .left-\[15\.3\%\] {
    left: 15.3%;
  }

  .tailwind .left-\[15\.241\%\] {
    left: 15.241%;
  }

  .tailwind .left-\[15\.299\%\] {
    left: 15.299%;
  }

  .tailwind .left-\[15\.305\%\] {
    left: 15.305%;
  }

  .tailwind .left-\[15\.428\%\] {
    left: 15.428%;
  }

  .tailwind .left-\[15\.689\%\] {
    left: 15.689%;
  }

  .tailwind .left-\[15\.816\%\] {
    left: 15.816%;
  }

  .tailwind .left-\[16\.269\%\] {
    left: 16.269%;
  }

  .tailwind .left-\[16\.883\%\] {
    left: 16.883%;
  }

  .tailwind .left-\[16\.958\%\] {
    left: 16.958%;
  }

  .tailwind .left-\[17\.356\%\] {
    left: 17.356%;
  }

  .tailwind .left-\[17\.533\%\] {
    left: 17.533%;
  }

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

  .tailwind .left-\[18\.099\%\] {
    left: 18.099%;
  }

  .tailwind .left-\[18\.851\%\] {
    left: 18.851%;
  }

  .tailwind .left-\[19\.657\%\] {
    left: 19.657%;
  }

  .tailwind .left-\[19\.675\%\] {
    left: 19.675%;
  }

  .tailwind .left-\[19\.711\%\] {
    left: 19.711%;
  }

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

  .tailwind .left-\[20\.49\%\] {
    left: 20.49%;
  }

  .tailwind .left-\[20\.65\%\] {
    left: 20.65%;
  }

  .tailwind .left-\[20\.387\%\] {
    left: 20.387%;
  }

  .tailwind .left-\[20\.828\%\] {
    left: 20.828%;
  }

  .tailwind .left-\[20\.829\%\] {
    left: 20.829%;
  }

  .tailwind .left-\[20\.867\%\] {
    left: 20.867%;
  }

  .tailwind .left-\[20\.949\%\] {
    left: 20.949%;
  }

  .tailwind .left-\[21\.232\%\] {
    left: 21.232%;
  }

  .tailwind .left-\[21\.303\%\] {
    left: 21.303%;
  }

  .tailwind .left-\[21\.681\%\] {
    left: 21.681%;
  }

  .tailwind .left-\[21\.849\%\] {
    left: 21.849%;
  }

  .tailwind .left-\[22\.385\%\] {
    left: 22.385%;
  }

  .tailwind .left-\[23\.044\%\] {
    left: 23.044%;
  }

  .tailwind .left-\[23\.744\%\] {
    left: 23.744%;
  }

  .tailwind .left-\[23\.761\%\] {
    left: 23.761%;
  }

  .tailwind .left-\[23\.863\%\] {
    left: 23.863%;
  }

  .tailwind .left-\[23\.915\%\] {
    left: 23.915%;
  }

  .tailwind .left-\[24\.264\%\] {
    left: 24.264%;
  }

  .tailwind .left-\[24\.555\%\] {
    left: 24.555%;
  }

  .tailwind .left-\[25\.268\%\] {
    left: 25.268%;
  }

  .tailwind .left-\[25\.682\%\] {
    left: 25.682%;
  }

  .tailwind .left-\[25\.886\%\] {
    left: 25.886%;
  }

  .tailwind .left-\[25\.907\%\] {
    left: 25.907%;
  }

  .tailwind .left-\[26\.005\%\] {
    left: 26.005%;
  }

  .tailwind .left-\[26px\] {
    left: 26px;
  }

  .tailwind .left-\[27\.076\%\] {
    left: 27.076%;
  }

  .tailwind .left-\[27\.89\%\] {
    left: 27.89%;
  }

  .tailwind .left-\[27\.739\%\] {
    left: 27.739%;
  }

  .tailwind .left-\[28\.12\%\] {
    left: 28.12%;
  }

  .tailwind .left-\[28\.742\%\] {
    left: 28.742%;
  }

  .tailwind .left-\[29\.212\%\] {
    left: 29.212%;
  }

  .tailwind .left-\[30\.729\%\] {
    left: 30.729%;
  }

  .tailwind .left-\[30\.749\%\] {
    left: 30.749%;
  }

  .tailwind .left-\[31\.89\%\] {
    left: 31.89%;
  }

  .tailwind .left-\[37\.166\%\] {
    left: 37.166%;
  }

  .tailwind .left-\[37\.696px\] {
    left: 37.696px;
  }

  .tailwind .left-\[38\.076\%\] {
    left: 38.076%;
  }

  .tailwind .left-\[38\.665px\] {
    left: 38.665px;
  }

  .tailwind .left-\[39\.5px\] {
    left: 39.5px;
  }

  .tailwind .left-\[41\.279\%\] {
    left: 41.279%;
  }

  .tailwind .left-\[41\.333\%\] {
    left: 41.333%;
  }

  .tailwind .left-\[46\.818\%\] {
    left: 46.818%;
  }

  .tailwind .left-\[49\.624\%\] {
    left: 49.624%;
  }

  .tailwind .left-\[60px\] {
    left: 60px;
  }

  .tailwind .left-\[61\.904\%\] {
    left: 61.904%;
  }

  .tailwind .left-\[64\.417\%\] {
    left: 64.417%;
  }

  .tailwind .left-\[64\.986\%\] {
    left: 64.986%;
  }

  .tailwind .left-\[66\.855\%\] {
    left: 66.855%;
  }

  .tailwind .left-\[67\.082\%\] {
    left: 67.082%;
  }

  .tailwind .left-\[67\.981px\] {
    left: 67.981px;
  }

  .tailwind .left-\[69\.339\%\] {
    left: 69.339%;
  }

  .tailwind .left-\[71\.37\%\] {
    left: 71.37%;
  }

  .tailwind .left-\[72px\] {
    left: 72px;
  }

  .tailwind .left-\[73\.98\%\] {
    left: 73.98%;
  }

  .tailwind .left-\[73px\] {
    left: 73px;
  }

  .tailwind .left-\[75\.385\%\] {
    left: 75.385%;
  }

  .tailwind .left-\[75\.704\%\] {
    left: 75.704%;
  }

  .tailwind .left-\[75\.971\%\] {
    left: 75.971%;
  }

  .tailwind .left-\[77\.02\%\] {
    left: 77.02%;
  }

  .tailwind .left-\[77\.274\%\] {
    left: 77.274%;
  }

  .tailwind .left-\[77\.973\%\] {
    left: 77.973%;
  }

  .tailwind .left-\[78\.695\%\] {
    left: 78.695%;
  }

  .tailwind .left-\[79\.319\%\] {
    left: 79.319%;
  }

  .tailwind .left-\[79\.446\%\] {
    left: 79.446%;
  }

  .tailwind .left-\[79\.858\%\] {
    left: 79.858%;
  }

  .tailwind .left-\[80\.705\%\] {
    left: 80.705%;
  }

  .tailwind .left-\[82\.832\%\] {
    left: 82.832%;
  }

  .tailwind .left-\[83\.99\%\] {
    left: 83.99%;
  }

  .tailwind .left-\[83\.954\%\] {
    left: 83.954%;
  }

  .tailwind .left-\[84\.141\%\] {
    left: 84.141%;
  }

  .tailwind .left-\[85\.022\%\] {
    left: 85.022%;
  }

  .tailwind .left-\[85\.039\%\] {
    left: 85.039%;
  }

  .tailwind .left-\[85\.986\%\] {
    left: 85.986%;
  }

  .tailwind .left-\[86\.055\%\] {
    left: 86.055%;
  }

  .tailwind .left-\[86\.94\%\] {
    left: 86.94%;
  }

  .tailwind .left-\[86\.653\%\] {
    left: 86.653%;
  }

  .tailwind .left-\[86\.985\%\] {
    left: 86.985%;
  }

  .tailwind .left-\[87\.005\%\] {
    left: 87.005%;
  }

  .tailwind .left-\[87\.401\%\] {
    left: 87.401%;
  }

  .tailwind .left-\[87\.564\%\] {
    left: 87.564%;
  }

  .tailwind .left-\[87\.703\%\] {
    left: 87.703%;
  }

  .tailwind .left-\[87\.793\%\] {
    left: 87.793%;
  }

  .tailwind .left-\[87\.874\%\] {
    left: 87.874%;
  }

  .tailwind .left-\[88\.144\%\] {
    left: 88.144%;
  }

  .tailwind .left-\[88\.198\%\] {
    left: 88.198%;
  }

  .tailwind .left-\[88\.264\%\] {
    left: 88.264%;
  }

  .tailwind .left-\[88\.486\%\] {
    left: 88.486%;
  }

  .tailwind .left-\[88\.546\%\] {
    left: 88.546%;
  }

  .tailwind .left-\[89\.211\%\] {
    left: 89.211%;
  }

  .tailwind .left-\[89\.897\%\] {
    left: 89.897%;
  }

  .tailwind .left-\[89\.957\%\] {
    left: 89.957%;
  }

  .tailwind .left-\[90\.598\%\] {
    left: 90.598%;
  }

  .tailwind .left-\[92\.437\%\] {
    left: 92.437%;
  }

  .tailwind .left-\[92\.612\%\] {
    left: 92.612%;
  }

  .tailwind .left-\[92\.613\%\] {
    left: 92.613%;
  }

  .tailwind .left-\[92\.857\%\] {
    left: 92.857%;
  }

  .tailwind .left-\[92\.974\%\] {
    left: 92.974%;
  }

  .tailwind .left-\[93\.022\%\] {
    left: 93.022%;
  }

  .tailwind .left-\[93\.52\%\] {
    left: 93.52%;
  }

  .tailwind .left-\[93\.092\%\] {
    left: 93.092%;
  }

  .tailwind .left-\[93\.138\%\] {
    left: 93.138%;
  }

  .tailwind .left-\[93\.367\%\] {
    left: 93.367%;
  }

  .tailwind .left-\[93\.586\%\] {
    left: 93.586%;
  }

  .tailwind .left-\[93\.641\%\] {
    left: 93.641%;
  }

  .tailwind .left-\[93\.688\%\] {
    left: 93.688%;
  }

  .tailwind .left-\[94\.1\%\] {
    left: 94.1%;
  }

  .tailwind .left-\[94\.18\%\] {
    left: 94.18%;
  }

  .tailwind .left-\[94\.144\%\] {
    left: 94.144%;
  }

  .tailwind .left-\[94\.603\%\] {
    left: 94.603%;
  }

  .tailwind .left-\[130\.99\%\] {
    left: 130.99%;
  }

  .tailwind .left-\[136\.479px\] {
    left: 136.479px;
  }

  .tailwind .left-\[139px\] {
    left: 139px;
  }

  .tailwind .left-\[269px\] {
    left: 269px;
  }

  .tailwind .left-\[293px\] {
    left: 293px;
  }

  .tailwind .left-\[335px\] {
    left: 335px;
  }

  .tailwind .left-\[386px\] {
    left: 386px;
  }

  .tailwind .left-\[493\.266px\] {
    left: 493.266px;
  }

  .tailwind .left-\[501px\] {
    left: 501px;
  }

  .tailwind .left-\[507\.31px\] {
    left: 507.31px;
  }

  .tailwind .left-\[655\.31px\] {
    left: 655.31px;
  }

  .tailwind .left-\[884px\] {
    left: 884px;
  }

  .tailwind .left-\[1063px\] {
    left: 1063px;
  }

  .tailwind .left-\[1092px\] {
    left: 1092px;
  }

  .tailwind .left-\[1115\.31px\] {
    left: 1115.31px;
  }

  .tailwind .left-\[1123px\] {
    left: 1123px;
  }

  .tailwind .order-1 {
    order: 1;
  }

  .tailwind .order-2 {
    order: 2;
  }

  .tailwind .mx-auto {
    margin-inline: auto;
  }

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

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

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

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

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

  .tailwind .mt-\[1\.772px\] {
    margin-top: 1.772px;
  }

  .tailwind .mt-\[1\.975px\] {
    margin-top: 1.975px;
  }

  .tailwind .mt-\[2\.695px\] {
    margin-top: 2.695px;
  }

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

  .tailwind .mt-\[5\.18px\] {
    margin-top: 5.18px;
  }

  .tailwind .mt-\[5\.83px\] {
    margin-top: 5.83px;
  }

  .tailwind .mt-\[5\.823px\] {
    margin-top: 5.823px;
  }

  .tailwind .mt-\[6\.677px\] {
    margin-top: 6.677px;
  }

  .tailwind .mt-\[9\.031px\] {
    margin-top: 9.031px;
  }

  .tailwind .mt-\[11\.297px\] {
    margin-top: 11.297px;
  }

  .tailwind .mt-\[12\.835px\] {
    margin-top: 12.835px;
  }

  .tailwind .mt-\[14\.429px\] {
    margin-top: 14.429px;
  }

  .tailwind .mt-\[14\.447px\] {
    margin-top: 14.447px;
  }

  .tailwind .mt-\[15\.422px\] {
    margin-top: 15.422px;
  }

  .tailwind .mt-\[15\.781px\] {
    margin-top: 15.781px;
  }

  .tailwind .mt-\[21\.487px\] {
    margin-top: 21.487px;
  }

  .tailwind .mt-\[22\.379px\] {
    margin-top: 22.379px;
  }

  .tailwind .mt-\[26\.959px\] {
    margin-top: 26.959px;
  }

  .tailwind .mt-\[27\.996px\] {
    margin-top: 27.996px;
  }

  .tailwind .mt-\[38\.218px\] {
    margin-top: 38.218px;
  }

  .tailwind .mt-\[39\.107px\] {
    margin-top: 39.107px;
  }

  .tailwind .mt-\[53\.247px\] {
    margin-top: 53.247px;
  }

  .tailwind .mt-\[66\.808px\] {
    margin-top: 66.808px;
  }

  .tailwind .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

  .tailwind .mr-\[-23px\] {
    margin-right: -23px;
  }

  .tailwind .mr-\[-25px\] {
    margin-right: -25px;
  }

  .tailwind .mr-\[-256px\] {
    margin-right: -256px;
  }

  .tailwind .mr-\[-293px\] {
    margin-right: -293px;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .ml-\[-0\.167px\] {
    margin-left: -.167px;
  }

  .tailwind .ml-\[-0\.416px\] {
    margin-left: -.416px;
  }

  .tailwind .ml-\[0\.003px\] {
    margin-left: .003px;
  }

  .tailwind .ml-\[0\.007px\] {
    margin-left: .007px;
  }

  .tailwind .ml-\[0\.009px\] {
    margin-left: .009px;
  }

  .tailwind .ml-\[0\.018px\] {
    margin-left: .018px;
  }

  .tailwind .ml-\[0\.718px\] {
    margin-left: .718px;
  }

  .tailwind .ml-\[1\.78px\] {
    margin-left: 1.78px;
  }

  .tailwind .ml-\[3\.751px\] {
    margin-left: 3.751px;
  }

  .tailwind .ml-\[6\.864px\] {
    margin-left: 6.864px;
  }

  .tailwind .ml-\[9\.294px\] {
    margin-left: 9.294px;
  }

  .tailwind .ml-\[17\.013px\] {
    margin-left: 17.013px;
  }

  .tailwind .ml-\[35\.17px\] {
    margin-left: 35.17px;
  }

  .tailwind .ml-\[35\.529px\] {
    margin-left: 35.529px;
  }

  .tailwind .ml-\[55\.443px\] {
    margin-left: 55.443px;
  }

  .tailwind .ml-\[69\.8px\] {
    margin-left: 69.8px;
  }

  .tailwind .ml-\[87\.155px\] {
    margin-left: 87.155px;
  }

  .tailwind .ml-\[88\.044px\] {
    margin-left: 88.044px;
  }

  .tailwind .ml-\[137\.392px\] {
    margin-left: 137.392px;
  }

  .tailwind .ml-\[172\.971px\] {
    margin-left: 172.971px;
  }

  .tailwind .ml-\[176\.684px\] {
    margin-left: 176.684px;
  }

  .tailwind .ml-\[189\.177px\] {
    margin-left: 189.177px;
  }

  .tailwind .ml-\[189\.891px\] {
    margin-left: 189.891px;
  }

  .tailwind .ml-\[437\.839px\] {
    margin-left: 437.839px;
  }

  .tailwind .ml-\[468\.795px\] {
    margin-left: 468.795px;
  }

  .tailwind .ml-\[470\.566px\] {
    margin-left: 470.566px;
  }

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .grid {
    display: grid;
  }

  .tailwind .hidden {
    display: none;
  }

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

  .tailwind .table {
    display: table;
  }

  .tailwind .size-\[3\.705px\] {
    width: 3.705px;
    height: 3.705px;
  }

  .tailwind .size-\[7\.366px\] {
    width: 7.366px;
    height: 7.366px;
  }

  .tailwind .size-\[8\.309px\] {
    width: 8.309px;
    height: 8.309px;
  }

  .tailwind .size-\[16\.517px\] {
    width: 16.517px;
    height: 16.517px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[0\.278px\] {
    height: .278px;
  }

  .tailwind .h-\[0\.553px\] {
    height: .553px;
  }

  .tailwind .h-\[1\.89px\] {
    height: 1.89px;
  }

  .tailwind .h-\[1\.894px\] {
    height: 1.894px;
  }

  .tailwind .h-\[2\.199px\] {
    height: 2.199px;
  }

  .tailwind .h-\[3\.298px\] {
    height: 3.298px;
  }

  .tailwind .h-\[3\.756px\] {
    height: 3.756px;
  }

  .tailwind .h-\[3\.765px\] {
    height: 3.765px;
  }

  .tailwind .h-\[3\.938px\] {
    height: 3.938px;
  }

  .tailwind .h-\[4\.37px\] {
    height: 4.37px;
  }

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

  .tailwind .h-\[7\.624px\] {
    height: 7.624px;
  }

  .tailwind .h-\[7\.746px\] {
    height: 7.746px;
  }

  .tailwind .h-\[7\.829px\] {
    height: 7.829px;
  }

  .tailwind .h-\[7\.933px\] {
    height: 7.933px;
  }

  .tailwind .h-\[8\.047px\] {
    height: 8.047px;
  }

  .tailwind .h-\[9\.05px\] {
    height: 9.05px;
  }

  .tailwind .h-\[9\.635px\] {
    height: 9.635px;
  }

  .tailwind .h-\[9\.858px\] {
    height: 9.858px;
  }

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

  .tailwind .h-\[11\.717px\] {
    height: 11.717px;
  }

  .tailwind .h-\[11\.901px\] {
    height: 11.901px;
  }

  .tailwind .h-\[14\.41px\] {
    height: 14.41px;
  }

  .tailwind .h-\[15\.136px\] {
    height: 15.136px;
  }

  .tailwind .h-\[15\.156px\] {
    height: 15.156px;
  }

  .tailwind .h-\[15\.398px\] {
    height: 15.398px;
  }

  .tailwind .h-\[15\.615px\] {
    height: 15.615px;
  }

  .tailwind .h-\[15\.771px\] {
    height: 15.771px;
  }

  .tailwind .h-\[15\.996px\] {
    height: 15.996px;
  }

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

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

  .tailwind .h-\[17\.435px\] {
    height: 17.435px;
  }

  .tailwind .h-\[17\.915px\] {
    height: 17.915px;
  }

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

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

  .tailwind .h-\[19\.597px\] {
    height: 19.597px;
  }

  .tailwind .h-\[20\.829px\] {
    height: 20.829px;
  }

  .tailwind .h-\[21\.215px\] {
    height: 21.215px;
  }

  .tailwind .h-\[21\.417px\] {
    height: 21.417px;
  }

  .tailwind .h-\[21\.818px\] {
    height: 21.818px;
  }

  .tailwind .h-\[21\.885px\] {
    height: 21.885px;
  }

  .tailwind .h-\[21\.964px\] {
    height: 21.964px;
  }

  .tailwind .h-\[22\.428px\] {
    height: 22.428px;
  }

  .tailwind .h-\[22\.677px\] {
    height: 22.677px;
  }

  .tailwind .h-\[22\.995px\] {
    height: 22.995px;
  }

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

  .tailwind .h-\[25\.173px\] {
    height: 25.173px;
  }

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

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

  .tailwind .h-\[28\.645px\] {
    height: 28.645px;
  }

  .tailwind .h-\[28\.655px\] {
    height: 28.655px;
  }

  .tailwind .h-\[29\.001px\] {
    height: 29.001px;
  }

  .tailwind .h-\[29\.035px\] {
    height: 29.035px;
  }

  .tailwind .h-\[29\.493px\] {
    height: 29.493px;
  }

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

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

  .tailwind .h-\[34\.911px\] {
    height: 34.911px;
  }

  .tailwind .h-\[35\.613px\] {
    height: 35.613px;
  }

  .tailwind .h-\[37\.509px\] {
    height: 37.509px;
  }

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

  .tailwind .h-\[39\.967px\] {
    height: 39.967px;
  }

  .tailwind .h-\[41\.309px\] {
    height: 41.309px;
  }

  .tailwind .h-\[41\.599px\] {
    height: 41.599px;
  }

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

  .tailwind .h-\[43\.205px\] {
    height: 43.205px;
  }

  .tailwind .h-\[43\.371px\] {
    height: 43.371px;
  }

  .tailwind .h-\[43\.505px\] {
    height: 43.505px;
  }

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

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

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

  .tailwind .h-\[46\.787px\] {
    height: 46.787px;
  }

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

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

  .tailwind .h-\[51\.615px\] {
    height: 51.615px;
  }

  .tailwind .h-\[55\.43px\] {
    height: 55.43px;
  }

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

  .tailwind .h-\[57\.651px\] {
    height: 57.651px;
  }

  .tailwind .h-\[59\.76px\] {
    height: 59.76px;
  }

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

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

  .tailwind .h-\[79\.45px\] {
    height: 79.45px;
  }

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

  .tailwind .h-\[80\.505px\] {
    height: 80.505px;
  }

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

  .tailwind .h-\[89\.17px\] {
    height: 89.17px;
  }

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

  .tailwind .h-\[119\.725px\] {
    height: 119.725px;
  }

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

  .tailwind .h-\[122\.23px\] {
    height: 122.23px;
  }

  .tailwind .h-\[140\.046px\] {
    height: 140.046px;
  }

  .tailwind .h-\[146\.464px\] {
    height: 146.464px;
  }

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

  .tailwind .h-\[171\.311px\] {
    height: 171.311px;
  }

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

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

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

  .tailwind .h-\[195\.769px\] {
    height: 195.769px;
  }

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

  .tailwind .h-\[291\.155px\] {
    height: 291.155px;
  }

  .tailwind .h-\[341\.479px\] {
    height: 341.479px;
  }

  .tailwind .h-\[351\.858px\] {
    height: 351.858px;
  }

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

  .tailwind .h-\[458\.692px\] {
    height: 458.692px;
  }

  .tailwind .h-\[463\.102px\] {
    height: 463.102px;
  }

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

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

  .tailwind .h-\[602\.692px\] {
    height: 602.692px;
  }

  .tailwind .h-\[604\.791px\] {
    height: 604.791px;
  }

  .tailwind .h-\[757\.791px\] {
    height: 757.791px;
  }

  .tailwind .h-\[789\.303px\] {
    height: 789.303px;
  }

  .tailwind .h-full {
    height: 100%;
  }

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

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

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

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

  .tailwind .w-\[0\.278px\] {
    width: .278px;
  }

  .tailwind .w-\[0\.553px\] {
    width: .553px;
  }

  .tailwind .w-\[1\.89px\] {
    width: 1.89px;
  }

  .tailwind .w-\[1\.894px\] {
    width: 1.894px;
  }

  .tailwind .w-\[2\.667px\] {
    width: 2.667px;
  }

  .tailwind .w-\[3\.545px\] {
    width: 3.545px;
  }

  .tailwind .w-\[3\.756px\] {
    width: 3.756px;
  }

  .tailwind .w-\[3\.765px\] {
    width: 3.765px;
  }

  .tailwind .w-\[3\.891px\] {
    width: 3.891px;
  }

  .tailwind .w-\[5\.301px\] {
    width: 5.301px;
  }

  .tailwind .w-\[5\.579px\] {
    width: 5.579px;
  }

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

  .tailwind .w-\[6\.869px\] {
    width: 6.869px;
  }

  .tailwind .w-\[7\.047px\] {
    width: 7.047px;
  }

  .tailwind .w-\[7\.735px\] {
    width: 7.735px;
  }

  .tailwind .w-\[7\.973px\] {
    width: 7.973px;
  }

  .tailwind .w-\[9\.006px\] {
    width: 9.006px;
  }

  .tailwind .w-\[9\.473px\] {
    width: 9.473px;
  }

  .tailwind .w-\[11\.275px\] {
    width: 11.275px;
  }

  .tailwind .w-\[11\.914px\] {
    width: 11.914px;
  }

  .tailwind .w-\[12\.918px\] {
    width: 12.918px;
  }

  .tailwind .w-\[13\.656px\] {
    width: 13.656px;
  }

  .tailwind .w-\[14\.839px\] {
    width: 14.839px;
  }

  .tailwind .w-\[15\.85px\] {
    width: 15.85px;
  }

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

  .tailwind .w-\[17\.866px\] {
    width: 17.866px;
  }

  .tailwind .w-\[17\.903px\] {
    width: 17.903px;
  }

  .tailwind .w-\[18\.83px\] {
    width: 18.83px;
  }

  .tailwind .w-\[18\.581px\] {
    width: 18.581px;
  }

  .tailwind .w-\[19\.3px\] {
    width: 19.3px;
  }

  .tailwind .w-\[19\.822px\] {
    width: 19.822px;
  }

  .tailwind .w-\[20\.343px\] {
    width: 20.343px;
  }

  .tailwind .w-\[21\.211px\] {
    width: 21.211px;
  }

  .tailwind .w-\[22\.995px\] {
    width: 22.995px;
  }

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

  .tailwind .w-\[25\.223px\] {
    width: 25.223px;
  }

  .tailwind .w-\[25\.679px\] {
    width: 25.679px;
  }

  .tailwind .w-\[27\.544px\] {
    width: 27.544px;
  }

  .tailwind .w-\[27\.874px\] {
    width: 27.874px;
  }

  .tailwind .w-\[29\.524px\] {
    width: 29.524px;
  }

  .tailwind .w-\[32\.208px\] {
    width: 32.208px;
  }

  .tailwind .w-\[32\.322px\] {
    width: 32.322px;
  }

  .tailwind .w-\[32\.647px\] {
    width: 32.647px;
  }

  .tailwind .w-\[34\.227px\] {
    width: 34.227px;
  }

  .tailwind .w-\[34\.815px\] {
    width: 34.815px;
  }

  .tailwind .w-\[36\.773px\] {
    width: 36.773px;
  }

  .tailwind .w-\[36\.776px\] {
    width: 36.776px;
  }

  .tailwind .w-\[36\.944px\] {
    width: 36.944px;
  }

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

  .tailwind .w-\[38\.213px\] {
    width: 38.213px;
  }

  .tailwind .w-\[39\.405px\] {
    width: 39.405px;
  }

  .tailwind .w-\[40\.44px\] {
    width: 40.44px;
  }

  .tailwind .w-\[41\.3px\] {
    width: 41.3px;
  }

  .tailwind .w-\[44\.273px\] {
    width: 44.273px;
  }

  .tailwind .w-\[44\.502px\] {
    width: 44.502px;
  }

  .tailwind .w-\[44\.776px\] {
    width: 44.776px;
  }

  .tailwind .w-\[44\.784px\] {
    width: 44.784px;
  }

  .tailwind .w-\[46\.045px\] {
    width: 46.045px;
  }

  .tailwind .w-\[47\.828px\] {
    width: 47.828px;
  }

  .tailwind .w-\[48\.945px\] {
    width: 48.945px;
  }

  .tailwind .w-\[50\.764px\] {
    width: 50.764px;
  }

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

  .tailwind .w-\[55\.411px\] {
    width: 55.411px;
  }

  .tailwind .w-\[55\.421px\] {
    width: 55.421px;
  }

  .tailwind .w-\[62\.503px\] {
    width: 62.503px;
  }

  .tailwind .w-\[80\.854px\] {
    width: 80.854px;
  }

  .tailwind .w-\[91\.126px\] {
    width: 91.126px;
  }

  .tailwind .w-\[91\.135px\] {
    width: 91.135px;
  }

  .tailwind .w-\[91\.551px\] {
    width: 91.551px;
  }

  .tailwind .w-\[93\.922px\] {
    width: 93.922px;
  }

  .tailwind .w-\[94\.696px\] {
    width: 94.696px;
  }

  .tailwind .w-\[97\.298px\] {
    width: 97.298px;
  }

  .tailwind .w-\[98\.259px\] {
    width: 98.259px;
  }

  .tailwind .w-\[105\.073px\] {
    width: 105.073px;
  }

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

  .tailwind .w-\[123\.699px\] {
    width: 123.699px;
  }

  .tailwind .w-\[124\.796px\] {
    width: 124.796px;
  }

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

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

  .tailwind .w-\[177\.478px\] {
    width: 177.478px;
  }

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

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

  .tailwind .w-\[231\.646px\] {
    width: 231.646px;
  }

  .tailwind .w-\[233\.92px\] {
    width: 233.92px;
  }

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

  .tailwind .w-\[259\.449px\] {
    width: 259.449px;
  }

  .tailwind .w-\[260\.381px\] {
    width: 260.381px;
  }

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

  .tailwind .w-\[292\.319px\] {
    width: 292.319px;
  }

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

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

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

  .tailwind .w-\[352\.807px\] {
    width: 352.807px;
  }

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

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

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

  .tailwind .w-\[376\.703px\] {
    width: 376.703px;
  }

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

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

  .tailwind .w-\[465\.009px\] {
    width: 465.009px;
  }

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

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

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

  .tailwind .w-\[574\.039px\] {
    width: 574.039px;
  }

  .tailwind .w-\[581\.091px\] {
    width: 581.091px;
  }

  .tailwind .w-\[581\.099px\] {
    width: 581.099px;
  }

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

  .tailwind .w-\[593\.095px\] {
    width: 593.095px;
  }

  .tailwind .w-\[598\.216px\] {
    width: 598.216px;
  }

  .tailwind .w-\[653\.202px\] {
    width: 653.202px;
  }

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

  .tailwind .w-\[686\.062px\] {
    width: 686.062px;
  }

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

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

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

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

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

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

  .tailwind .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .tailwind .max-w-6xl {
    max-width: var(--container-6xl);
  }

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

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

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

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

  .tailwind .flex-none {
    flex: none;
  }

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

  .tailwind .grow {
    flex-grow: 1;
  }

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

  .tailwind .border-collapse {
    border-collapse: collapse;
  }

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

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

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

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

  .tailwind .rotate-\[40\.561deg\] {
    rotate: 40.561deg;
  }

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

  .tailwind .rotate-\[355\.872deg\] {
    rotate: 355.872deg;
  }

  .tailwind .animate-spin {
    animation: var(--animate-spin);
  }

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

  .tailwind .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .justify-start {
    justify-content: flex-start;
  }

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

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

  .tailwind .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .tailwind .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }

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

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

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

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

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

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

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

  .tailwind .gap-\[15px\] {
    gap: 15px;
  }

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

  .tailwind .gap-\[23px\] {
    gap: 23px;
  }

  .tailwind .gap-\[26px\] {
    gap: 26px;
  }

  .tailwind .gap-\[38px\] {
    gap: 38px;
  }

  .tailwind .gap-\[42px\] {
    gap: 42px;
  }

  .tailwind .gap-\[46px\] {
    gap: 46px;
  }

  .tailwind .gap-\[60px\] {
    gap: 60px;
  }

  :where(.tailwind .space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.tailwind .space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  .tailwind .self-stretch {
    align-self: stretch;
  }

  .tailwind .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .tailwind .overflow-visible {
    overflow: visible;
  }

  .tailwind .overflow-x-auto {
    overflow-x: auto;
  }

  .tailwind .rounded-\[30\.5px\] {
    border-radius: 30.5px;
  }

  .tailwind .rounded-\[30px\] {
    border-radius: 30px;
  }

  .tailwind .rounded-full {
    border-radius: 3.40282e38px;
  }

  .tailwind .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .tailwind .rounded-md {
    border-radius: var(--radius-md);
  }

  .tailwind .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .tailwind .rounded-tl-\[10\.5px\] {
    border-top-left-radius: 10.5px;
  }

  .tailwind .rounded-tl-\[10px\] {
    border-top-left-radius: 10px;
  }

  .tailwind .rounded-tl-\[60px\] {
    border-top-left-radius: 60px;
  }

  .tailwind .rounded-tl-\[61px\] {
    border-top-left-radius: 61px;
  }

  .tailwind .rounded-tl-\[70\.5px\] {
    border-top-left-radius: 70.5px;
  }

  .tailwind .rounded-tl-\[70px\] {
    border-top-left-radius: 70px;
  }

  .tailwind .rounded-tl-\[71px\] {
    border-top-left-radius: 71px;
  }

  .tailwind .rounded-tr-\[10\.5px\] {
    border-top-right-radius: 10.5px;
  }

  .tailwind .rounded-tr-\[10px\] {
    border-top-right-radius: 10px;
  }

  .tailwind .rounded-tr-\[60px\] {
    border-top-right-radius: 60px;
  }

  .tailwind .rounded-tr-\[61px\] {
    border-top-right-radius: 61px;
  }

  .tailwind .rounded-tr-\[70\.5px\] {
    border-top-right-radius: 70.5px;
  }

  .tailwind .rounded-tr-\[70px\] {
    border-top-right-radius: 70px;
  }

  .tailwind .rounded-tr-\[71px\] {
    border-top-right-radius: 71px;
  }

  .tailwind .rounded-tr-\[80px\] {
    border-top-right-radius: 80px;
  }

  .tailwind .rounded-tr-\[120px\] {
    border-top-right-radius: 120px;
  }

  .tailwind .rounded-br-\[10\.5px\] {
    border-bottom-right-radius: 10.5px;
  }

  .tailwind .rounded-br-\[10px\] {
    border-bottom-right-radius: 10px;
  }

  .tailwind .rounded-br-\[60px\] {
    border-bottom-right-radius: 60px;
  }

  .tailwind .rounded-br-\[61px\] {
    border-bottom-right-radius: 61px;
  }

  .tailwind .rounded-br-\[70px\] {
    border-bottom-right-radius: 70px;
  }

  .tailwind .rounded-br-\[71px\] {
    border-bottom-right-radius: 71px;
  }

  .tailwind .rounded-br-\[80px\] {
    border-bottom-right-radius: 80px;
  }

  .tailwind .rounded-br-\[120px\] {
    border-bottom-right-radius: 120px;
  }

  .tailwind .rounded-bl-\[10\.5px\] {
    border-bottom-left-radius: 10.5px;
  }

  .tailwind .rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px;
  }

  .tailwind .rounded-bl-\[60px\] {
    border-bottom-left-radius: 60px;
  }

  .tailwind .rounded-bl-\[61px\] {
    border-bottom-left-radius: 61px;
  }

  .tailwind .rounded-bl-\[70px\] {
    border-bottom-left-radius: 70px;
  }

  .tailwind .rounded-bl-\[71px\] {
    border-bottom-left-radius: 71px;
  }

  .tailwind .rounded-bl-\[80px\] {
    border-bottom-left-radius: 80px;
  }

  .tailwind .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .tailwind .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .tailwind .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .tailwind .border-\[\#000000\] {
    border-color: #000;
  }

  .tailwind .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .tailwind .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .tailwind .border-red-500 {
    border-color: var(--color-red-500);
  }

  .tailwind .bg-\[\#1ab8de\] {
    background-color: #1ab8de;
  }

  .tailwind .bg-\[\#c497fe\] {
    background-color: #c497fe;
  }

  .tailwind .bg-\[\#e8f8fc\] {
    background-color: #e8f8fc;
  }

  .tailwind .bg-\[\#f2ff0b\] {
    background-color: #f2ff0b;
  }

  .tailwind .bg-\[\#f4fbfd\] {
    background-color: #f4fbfd;
  }

  .tailwind .bg-\[\#f8298a\] {
    background-color: #f8298a;
  }

  .tailwind .bg-\[\#ff5004\] {
    background-color: #ff5004;
  }

  .tailwind .bg-\[\#fff3f9\] {
    background-color: #fff3f9;
  }

  .tailwind .bg-\[\#ffffff\] {
    background-color: #fff;
  }

  .tailwind .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .tailwind .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

  .tailwind .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .tailwind .bg-green-100 {
    background-color: var(--color-green-100);
  }

  .tailwind .bg-red-100 {
    background-color: var(--color-red-100);
  }

  .tailwind .bg-white {
    background-color: var(--color-white);
  }

  .tailwind .\[background-size\:100\%_100\%\] {
    background-size: 100% 100%;
  }

  .tailwind .bg-cover {
    background-size: cover;
  }

  .tailwind .bg-center {
    background-position: center;
  }

  .tailwind .bg-top-left {
    background-position: 0 0;
  }

  .tailwind .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .tailwind .mask-intersect {
    mask-composite: intersect;
  }

  .tailwind .mask-alpha {
    mask-mode: alpha;
  }

  .tailwind .mask-size-\[36\.7764px_11\.905px\] {
    mask-size: 36.7764px 11.905px;
  }

  .tailwind .mask-size-\[36\.7764px_22\.6775px\] {
    mask-size: 36.7764px 22.6775px;
  }

  .tailwind .mask-size-\[91\.1353px_29\.5016px\] {
    mask-size: 91.1353px 29.5016px;
  }

  .tailwind .mask-size-\[91\.1353px_56\.1969px\] {
    mask-size: 91.1353px 56.1969px;
  }

  .tailwind .mask-size-\[291\.431px_166\.511px\] {
    mask-size: 291.431px 166.511px;
  }

  .tailwind .mask-size-\[306\.191px_174\.945px\] {
    mask-size: 306.191px 174.945px;
  }

  .tailwind .mask-size-\[335px_458\.692px\] {
    mask-size: 335px 458.692px;
  }

  .tailwind .mask-size-\[579\.335px_331\.007px\] {
    mask-size: 579.335px 331.007px;
  }

  .tailwind .mask-size-\[1160px_604\.791px\] {
    mask-size: 1160px 604.791px;
  }

  .tailwind .mask-no-clip {
    mask-clip: no-clip;
  }

  .tailwind .mask-position-\[-2\.88232px_-113\.924px\] {
    mask-position: -2.88232px -113.924px;
  }

  .tailwind .mask-position-\[-6\.86426px_-5\.17969px\] {
    mask-position: -6.86426px -5.17969px;
  }

  .tailwind .mask-position-\[-17\.0127px_-12\.8354px\] {
    mask-position: -17.0127px -12.8354px;
  }

  .tailwind .mask-position-\[-128\.479px_-168\.423px\] {
    mask-position: -128.479px -168.423px;
  }

  .tailwind .mask-position-\[-209\.637px_-216\.412px\] {
    mask-position: -209.637px -216.412px;
  }

  .tailwind .mask-position-\[-287\.462px_-74\.6484px\] {
    mask-position: -287.462px -74.6484px;
  }

  .tailwind .mask-position-\[-293\.113px_-165\.39px\] {
    mask-position: -293.113px -165.39px;
  }

  .tailwind .mask-position-\[-430\.816px_-198\.067px\] {
    mask-position: -430.816px -198.067px;
  }

  .tailwind .mask-position-\[-485\.266px_-91\.1716px\] {
    mask-position: -485.266px -91.1716px;
  }

  .tailwind .mask-position-\[-507\.31px_-258\.359px\] {
    mask-position: -507.31px -258.359px;
  }

  .tailwind .mask-position-\[-655\.31px_-340\.359px\] {
    mask-position: -655.31px -340.359px;
  }

  .tailwind .mask-position-\[-778\.146px_-98\.4502px\] {
    mask-position: -778.146px -98.4502px;
  }

  .tailwind .mask-position-\[-1022\.48px_-308\.803px\] {
    mask-position: -1022.48px -308.803px;
  }

  .tailwind .mask-position-\[-1115\.31px_-126\.359px\] {
    mask-position: -1115.31px -126.359px;
  }

  .tailwind .mask-position-\[0\.16748px_0\.000976562px\] {
    mask-position: .16748px .000976562px;
  }

  .tailwind .mask-position-\[0\.416504px_0\.00244141px\] {
    mask-position: .416504px .00244141px;
  }

  .tailwind .mask-position-\[2\.26807px_9\.07715px\] {
    mask-position: 2.26807px 9.07715px;
  }

  .tailwind .mask-position-\[3\.81592px_17\.2666px\] {
    mask-position: 3.81592px 17.2666px;
  }

  .tailwind .mask-position-\[4\.95605px_36\.2957px\] {
    mask-position: 4.95605px 36.2957px;
  }

  .tailwind .mask-position-\[51\.3145px_-9\.20239px\] {
    mask-position: 51.3145px -9.20239px;
  }

  .tailwind .mask-position-\[97\.0898px_-17\.4116px\] {
    mask-position: 97.0898px -17.4116px;
  }

  .tailwind .mask-position-\[172\.001px_4\.40991px\] {
    mask-position: 172.001px 4.40991px;
  }

  .tailwind .mask-no-repeat {
    mask-repeat: no-repeat;
  }

  .tailwind .p-0 {
    padding: calc(var(--spacing) * 0);
  }

  .tailwind .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .tailwind .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .tailwind .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .tailwind .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .tailwind .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .tailwind .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .tailwind .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }

  .tailwind .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .tailwind .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .tailwind .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .tailwind .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .tailwind .px-\[26px\] {
    padding-inline: 26px;
  }

  .tailwind .px-\[30px\] {
    padding-inline: 30px;
  }

  .tailwind .px-\[66px\] {
    padding-inline: 66px;
  }

  .tailwind .px-\[219px\] {
    padding-inline: 219px;
  }

  .tailwind .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .tailwind .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }

  .tailwind .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .tailwind .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }

  .tailwind .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .tailwind .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }

  .tailwind .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .tailwind .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }

  .tailwind .py-\[9px\] {
    padding-block: 9px;
  }

  .tailwind .py-\[15px\] {
    padding-block: 15px;
  }

  .tailwind .py-\[100px\] {
    padding-block: 100px;
  }

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

  .tailwind .pr-5 {
    padding-right: calc(var(--spacing) * 5);
  }

  .tailwind .pr-36 {
    padding-right: calc(var(--spacing) * 36);
  }

  .tailwind .pr-64 {
    padding-right: calc(var(--spacing) * 64);
  }

  .tailwind .pr-\[43px\] {
    padding-right: 43px;
  }

  .tailwind .pr-\[51px\] {
    padding-right: 51px;
  }

  .tailwind .pr-\[70px\] {
    padding-right: 70px;
  }

  .tailwind .pr-\[293px\] {
    padding-right: 293px;
  }

  .tailwind .pr-\[309px\] {
    padding-right: 309px;
  }

  .tailwind .pb-\[11px\] {
    padding-bottom: 11px;
  }

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

  .tailwind .pl-5 {
    padding-left: calc(var(--spacing) * 5);
  }

  .tailwind .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }

  .tailwind .pl-\[35px\] {
    padding-left: 35px;
  }

  .tailwind .pl-\[41px\] {
    padding-left: 41px;
  }

  .tailwind .text-center {
    text-align: center;
  }

  .tailwind .text-left {
    text-align: left;
  }

  .tailwind .font-\[\'Inter\:Regular\'\,_sans-serif\] {
    font-family: Inter\:Regular, sans-serif;
  }

  .tailwind .font-\[\'Lantinghei_TC\:Demibold\'\,_sans-serif\] {
    font-family: Lantinghei TC\:Demibold, sans-serif;
  }

  .tailwind .font-\[\'Lantinghei_TC\:Heavy\'\,_sans-serif\] {
    font-family: Lantinghei TC\:Heavy, sans-serif;
  }

  .tailwind .font-\[\'Noto_Sans_HK\:Black\'\,_sans-serif\] {
    font-family: Noto Sans HK\:Black, sans-serif;
  }

  .tailwind .font-\[\'Noto_Sans_HK\:Bold\'\,_sans-serif\] {
    font-family: Noto Sans HK\:Bold, sans-serif;
  }

  .tailwind .font-\[\'Noto_Sans_HK\:Medium\'\,_sans-serif\] {
    font-family: Noto Sans HK\:Medium, sans-serif;
  }

  .tailwind .font-\[\'Noto_Sans_HK\:Regular\'\,_sans-serif\] {
    font-family: Noto Sans HK\:Regular, sans-serif;
  }

  .tailwind .font-sans {
    font-family: var(--font-sans);
  }

  .tailwind .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .tailwind .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .tailwind .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .tailwind .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .tailwind .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .tailwind .text-\[0px\] {
    font-size: 0;
  }

  .tailwind .text-\[10px\] {
    font-size: 10px;
  }

  .tailwind .text-\[12px\] {
    font-size: 12px;
  }

  .tailwind .text-\[14px\] {
    font-size: 14px;
  }

  .tailwind .text-\[16px\] {
    font-size: 16px;
  }

  .tailwind .text-\[18px\] {
    font-size: 18px;
  }

  .tailwind .text-\[20px\] {
    font-size: 20px;
  }

  .tailwind .text-\[24px\] {
    font-size: 24px;
  }

  .tailwind .text-\[25\.5027px\] {
    font-size: 25.5027px;
  }

  .tailwind .text-\[26\.6px\] {
    font-size: 26.6px;
  }

  .tailwind .text-\[28\.5px\] {
    font-size: 28.5px;
  }

  .tailwind .text-\[28px\] {
    font-size: 28px;
  }

  .tailwind .text-\[34\.2px\] {
    font-size: 34.2px;
  }

  .tailwind .text-\[35\.6px\] {
    font-size: 35.6px;
  }

  .tailwind .text-\[35\.6382px\] {
    font-size: 35.6382px;
  }

  .tailwind .text-\[36px\] {
    font-size: 36px;
  }

  .tailwind .text-\[38px\] {
    font-size: 38px;
  }

  .tailwind .text-\[44px\] {
    font-size: 44px;
  }

  .tailwind .text-\[48px\] {
    font-size: 48px;
  }

  .tailwind .text-\[49\.9px\] {
    font-size: 49.9px;
  }

  .tailwind .text-\[51\.319px\] {
    font-size: 51.319px;
  }

  .tailwind .text-\[65\.4px\] {
    font-size: 65.4px;
  }

  .tailwind .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .tailwind .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .tailwind .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .tailwind .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }

  .tailwind .leading-\[37px\] {
    --tw-leading: 37px;
    line-height: 37px;
  }

  .tailwind .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }

  .tailwind .leading-\[42px\] {
    --tw-leading: 42px;
    line-height: 42px;
  }

  .tailwind .leading-\[47px\] {
    --tw-leading: 47px;
    line-height: 47px;
  }

  .tailwind .leading-\[53px\] {
    --tw-leading: 53px;
    line-height: 53px;
  }

  .tailwind .leading-\[66px\] {
    --tw-leading: 66px;
    line-height: 66px;
  }

  .tailwind .leading-\[77px\] {
    --tw-leading: 77px;
    line-height: 77px;
  }

  .tailwind .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }

  .tailwind .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tailwind .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }

  .tailwind .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }

  .tailwind .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }

  .tailwind .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .tailwind .tracking-\[0\.9375px\] {
    --tw-tracking: .9375px;
    letter-spacing: .9375px;
  }

  .tailwind .tracking-\[0\.75332px\] {
    --tw-tracking: .75332px;
    letter-spacing: .75332px;
  }

  .tailwind .tracking-\[0\.328125px\] {
    --tw-tracking: .328125px;
    letter-spacing: .328125px;
  }

  .tailwind .tracking-\[0\.417187px\] {
    --tw-tracking: .417187px;
    letter-spacing: .417187px;
  }

  .tailwind .tracking-\[1\.2px\] {
    --tw-tracking: 1.2px;
    letter-spacing: 1.2px;
  }

  .tailwind .tracking-\[1\.4px\] {
    --tw-tracking: 1.4px;
    letter-spacing: 1.4px;
  }

  .tailwind .tracking-\[1\.6px\] {
    --tw-tracking: 1.6px;
    letter-spacing: 1.6px;
  }

  .tailwind .tracking-\[1\.45312px\] {
    --tw-tracking: 1.45312px;
    letter-spacing: 1.45312px;
  }

  .tailwind .tracking-\[1px\] {
    --tw-tracking: 1px;
    letter-spacing: 1px;
  }

  .tailwind .tracking-\[2\.4px\] {
    --tw-tracking: 2.4px;
    letter-spacing: 2.4px;
  }

  .tailwind .tracking-\[2\.85px\] {
    --tw-tracking: 2.85px;
    letter-spacing: 2.85px;
  }

  .tailwind .tracking-\[2px\] {
    --tw-tracking: 2px;
    letter-spacing: 2px;
  }

  .tailwind .tracking-\[3\.2px\] {
    --tw-tracking: 3.2px;
    letter-spacing: 3.2px;
  }

  .tailwind .tracking-\[3\.6px\] {
    --tw-tracking: 3.6px;
    letter-spacing: 3.6px;
  }

  .tailwind .tracking-\[3\.02129px\] {
    --tw-tracking: 3.02129px;
    letter-spacing: 3.02129px;
  }

  .tailwind .tracking-\[3\.56382px\] {
    --tw-tracking: 3.56382px;
    letter-spacing: 3.56382px;
  }

  .tailwind .tracking-\[4\.80938px\] {
    --tw-tracking: 4.80938px;
    letter-spacing: 4.80938px;
  }

  .tailwind .tracking-\[5\.34375px\] {
    --tw-tracking: 5.34375px;
    letter-spacing: 5.34375px;
  }

  .tailwind .tracking-\[5\.90625px\] {
    --tw-tracking: 5.90625px;
    letter-spacing: 5.90625px;
  }

  .tailwind .tracking-\[8\.04727px\] {
    --tw-tracking: 8.04727px;
    letter-spacing: 8.04727px;
  }

  .tailwind .text-nowrap {
    text-wrap: nowrap;
  }

  .tailwind .whitespace-pre {
    white-space: pre;
  }

  .tailwind .text-\[\#000000\] {
    color: #000;
  }

  .tailwind .text-\[\#1ab8de\] {
    color: #1ab8de;
  }

  .tailwind .text-\[\#231f20\] {
    color: #231f20;
  }

  .tailwind .text-\[\#333333\] {
    color: #333;
  }

  .tailwind .text-\[\#f8298a\] {
    color: #f8298a;
  }

  .tailwind .text-\[\#fc1682\] {
    color: #fc1682;
  }

  .tailwind .text-\[\#ffffff\] {
    color: #fff;
  }

  .tailwind .text-blue-500 {
    color: var(--color-blue-500);
  }

  .tailwind .text-blue-600 {
    color: var(--color-blue-600);
  }

  .tailwind .text-blue-700 {
    color: var(--color-blue-700);
  }

  .tailwind .text-gray-600 {
    color: var(--color-gray-600);
  }

  .tailwind .text-gray-700 {
    color: var(--color-gray-700);
  }

  .tailwind .text-gray-800 {
    color: var(--color-gray-800);
  }

  .tailwind .text-green-700 {
    color: var(--color-green-700);
  }

  .tailwind .text-red-600 {
    color: var(--color-red-600);
  }

  .tailwind .text-red-700 {
    color: var(--color-red-700);
  }

  .tailwind .text-white {
    color: var(--color-white);
  }

  .tailwind .not-italic {
    font-style: normal;
  }

  .tailwind .opacity-25 {
    opacity: .25;
  }

  .tailwind .opacity-75 {
    opacity: .75;
  }

  .tailwind .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px 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);
  }

  .tailwind .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + 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);
  }

  .tailwind .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .tailwind .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, );
  }

  .tailwind .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .tailwind .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));
  }

  .tailwind .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .tailwind .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .tailwind .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .tailwind .\[flex-flow\:wrap\] {
    flex-flow: wrap;
  }

  .tailwind .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px 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);
    }
  }

  .tailwind .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);
  }

  .tailwind .focus\:ring-red-200:focus {
    --tw-ring-color: var(--color-red-200);
  }

  .tailwind .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (width >= 48rem) {
    .tailwind .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
