/*! 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-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}

@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-blue-500: oklch(.623 .214 259.815);
    --color-blue-600: oklch(.546 .245 262.881);
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --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-none {
    pointer-events: none;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

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

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

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

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

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

  .tailwind .top-\[-3\.182\%\] {
    top: -3.182%;
  }

  .tailwind .top-\[-3\.977\%\] {
    top: -3.977%;
  }

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

  .tailwind .top-\[-6\.604\%\] {
    top: -6.604%;
  }

  .tailwind .top-\[-11\.795px\] {
    top: -11.795px;
  }

  .tailwind .top-\[-20\.051px\] {
    top: -20.051px;
  }

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

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

  .tailwind .top-\[-57\.795px\] {
    top: -57.795px;
  }

  .tailwind .top-\[-63\.692px\] {
    top: -63.692px;
  }

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

  .tailwind .top-\[4\.718px\] {
    top: 4.718px;
  }

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

  .tailwind .top-\[6\.25\%\] {
    top: 6.25%;
  }

  .tailwind .top-\[7\.08\%\] {
    top: 7.08%;
  }

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

  .tailwind .top-\[9\.38\%\] {
    top: 9.38%;
  }

  .tailwind .top-\[9\.375\%\] {
    top: 9.375%;
  }

  .tailwind .top-\[15\.625\%\] {
    top: 15.625%;
  }

  .tailwind .top-\[15\.656\%\] {
    top: 15.656%;
  }

  .tailwind .top-\[22\.656\%\] {
    top: 22.656%;
  }

  .tailwind .top-\[27\.035\%\] {
    top: 27.035%;
  }

  .tailwind .top-\[32\.031\%\] {
    top: 32.031%;
  }

  .tailwind .top-\[35\.385px\] {
    top: 35.385px;
  }

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

  .tailwind .top-\[96\.718px\] {
    top: 96.718px;
  }

  .tailwind .top-\[217\.615px\] {
    top: 217.615px;
  }

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

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

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

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

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

  .tailwind .right-\[-3\.646\%\] {
    right: -3.646%;
  }

  .tailwind .right-\[-5\.714\%\] {
    right: -5.714%;
  }

  .tailwind .right-\[-7\.143\%\] {
    right: -7.143%;
  }

  .tailwind .right-\[1\.042\%\] {
    right: 1.042%;
  }

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

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

  .tailwind .right-\[3\.135\%\] {
    right: 3.135%;
  }

  .tailwind .right-\[6\.25\%\] {
    right: 6.25%;
  }

  .tailwind .right-\[9\.375\%\] {
    right: 9.375%;
  }

  .tailwind .right-\[12\.5\%\] {
    right: 12.5%;
  }

  .tailwind .right-\[15\.625\%\] {
    right: 15.625%;
  }

  .tailwind .right-\[19\.531\%\] {
    right: 19.531%;
  }

  .tailwind .right-\[31\.25\%\] {
    right: 31.25%;
  }

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

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

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

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

  .tailwind .bottom-\[-3\.182\%\] {
    bottom: -3.182%;
  }

  .tailwind .bottom-\[-3\.977\%\] {
    bottom: -3.977%;
  }

  .tailwind .bottom-\[-5\.283\%\] {
    bottom: -5.283%;
  }

  .tailwind .bottom-\[-6\.604\%\] {
    bottom: -6.604%;
  }

  .tailwind .bottom-\[3\.125\%\] {
    bottom: 3.125%;
  }

  .tailwind .bottom-\[5\.524\%\] {
    bottom: 5.524%;
  }

  .tailwind .bottom-\[6\.251\%\] {
    bottom: 6.251%;
  }

  .tailwind .bottom-\[7\.087\%\] {
    bottom: 7.087%;
  }

  .tailwind .bottom-\[9\.375\%\] {
    bottom: 9.375%;
  }

  .tailwind .bottom-\[12\.5\%\] {
    bottom: 12.5%;
  }

  .tailwind .bottom-\[12\.491\%\] {
    bottom: 12.491%;
  }

  .tailwind .bottom-\[12\.499\%\] {
    bottom: 12.499%;
  }

  .tailwind .bottom-\[15\.625\%\] {
    bottom: 15.625%;
  }

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

  .tailwind .bottom-\[27\.257\%\] {
    bottom: 27.257%;
  }

  .tailwind .bottom-\[28\.906\%\] {
    bottom: 28.906%;
  }

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

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

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

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

  .tailwind .left-\[-3\.646\%\] {
    left: -3.646%;
  }

  .tailwind .left-\[-5\.714\%\] {
    left: -5.714%;
  }

  .tailwind .left-\[-7\.143\%\] {
    left: -7.143%;
  }

  .tailwind .left-\[-10\.026px\] {
    left: -10.026px;
  }

  .tailwind .left-\[-14\.154px\] {
    left: -14.154px;
  }

  .tailwind .left-\[-25\.359px\] {
    left: -25.359px;
  }

  .tailwind .left-\[-25\.949px\] {
    left: -25.949px;
  }

  .tailwind .left-\[-47\.769px\] {
    left: -47.769px;
  }

  .tailwind .left-\[-56\.026px\] {
    left: -56.026px;
  }

  .tailwind .left-\[1\.042\%\] {
    left: 1.042%;
  }

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

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

  .tailwind .left-\[4\.718px\] {
    left: 4.718px;
  }

  .tailwind .left-\[6\.246\%\] {
    left: 6.246%;
  }

  .tailwind .left-\[7\.077px\] {
    left: 7.077px;
  }

  .tailwind .left-\[9\.375\%\] {
    left: 9.375%;
  }

  .tailwind .left-\[9\.436px\] {
    left: 9.436px;
  }

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

  .tailwind .left-\[12\.5\%\] {
    left: 12.5%;
  }

  .tailwind .left-\[15\.625\%\] {
    left: 15.625%;
  }

  .tailwind .left-\[15\.641\%\] {
    left: 15.641%;
  }

  .tailwind .left-\[19\.531\%\] {
    left: 19.531%;
  }

  .tailwind .left-\[30\.469\%\] {
    left: 30.469%;
  }

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

  .tailwind .mr-\[-2\.831px\] {
    margin-right: -2.831px;
  }

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

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

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

  .tailwind .aspect-\[40\/40\] {
    aspect-ratio: 40 / 40;
  }

  .tailwind .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .tailwind .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }

  .tailwind .size-\[3\.538px\] {
    width: 3.538px;
    height: 3.538px;
  }

  .tailwind .size-\[14\.154px\] {
    width: 14.154px;
    height: 14.154px;
  }

  .tailwind .size-\[16\.513px\] {
    width: 16.513px;
    height: 16.513px;
  }

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

  .tailwind .size-\[23\.59px\] {
    width: 23.59px;
    height: 23.59px;
  }

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

  .tailwind .size-\[110\.056px\] {
    width: 110.056px;
    height: 110.056px;
  }

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

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

  .tailwind .h-\[7\.656px\] {
    height: 7.656px;
  }

  .tailwind .h-\[11\.781px\] {
    height: 11.781px;
  }

  .tailwind .h-\[12\.974px\] {
    height: 12.974px;
  }

  .tailwind .h-\[14\.395px\] {
    height: 14.395px;
  }

  .tailwind .h-\[27\.718px\] {
    height: 27.718px;
  }

  .tailwind .h-\[31\.781px\] {
    height: 31.781px;
  }

  .tailwind .h-\[82\.564px\] {
    height: 82.564px;
  }

  .tailwind .h-\[94\.949px\] {
    height: 94.949px;
  }

  .tailwind .h-\[96\.128px\] {
    height: 96.128px;
  }

  .tailwind .h-\[109\.692px\] {
    height: 109.692px;
  }

  .tailwind .h-\[110\.872px\] {
    height: 110.872px;
  }

  .tailwind .h-\[125\.872px\] {
    height: 125.872px;
  }

  .tailwind .h-\[127\.385px\] {
    height: 127.385px;
  }

  .tailwind .h-\[128\.564px\] {
    height: 128.564px;
  }

  .tailwind .h-\[130\.923px\] {
    height: 130.923px;
  }

  .tailwind .h-\[141\.731px\] {
    height: 141.731px;
  }

  .tailwind .h-\[146\.256px\] {
    height: 146.256px;
  }

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

  .tailwind .h-\[161\.256px\] {
    height: 161.256px;
  }

  .tailwind .h-\[189\.308px\] {
    height: 189.308px;
  }

  .tailwind .h-\[261\.846px\] {
    height: 261.846px;
  }

  .tailwind .h-\[311\.974px\] {
    height: 311.974px;
  }

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

  .tailwind .h-\[401\.615px\] {
    height: 401.615px;
  }

  .tailwind .h-full {
    height: 100%;
  }

  .tailwind .max-h-\[82\.564px\] {
    max-height: 82.564px;
  }

  .tailwind .min-h-\[18\.872px\] {
    min-height: 18.872px;
  }

  .tailwind .min-h-\[21\.231px\] {
    min-height: 21.231px;
  }

  .tailwind .min-h-\[23\.59px\] {
    min-height: 23.59px;
  }

  .tailwind .min-h-\[28\.308px\] {
    min-height: 28.308px;
  }

  .tailwind .min-h-\[33\.026px\] {
    min-height: 33.026px;
  }

  .tailwind .min-h-\[35\.385px\] {
    min-height: 35.385px;
  }

  .tailwind .min-h-\[126\.205px\] {
    min-height: 126.205px;
  }

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

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

  .tailwind .w-\[7\.667px\] {
    width: 7.667px;
  }

  .tailwind .w-\[11\.795px\] {
    width: 11.795px;
  }

  .tailwind .w-\[14\.154px\] {
    width: 14.154px;
  }

  .tailwind .w-\[29\.422px\] {
    width: 29.422px;
  }

  .tailwind .w-\[77\.256px\] {
    width: 77.256px;
  }

  .tailwind .w-\[102\.026px\] {
    width: 102.026px;
  }

  .tailwind .w-\[108\.513px\] {
    width: 108.513px;
  }

  .tailwind .w-\[117\.949px\] {
    width: 117.949px;
  }

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

  .tailwind .w-\[191\.077px\] {
    width: 191.077px;
  }

  .tailwind .w-\[192\.846px\] {
    width: 192.846px;
  }

  .tailwind .w-\[193\.436px\] {
    width: 193.436px;
  }

  .tailwind .w-\[211\.128px\] {
    width: 211.128px;
  }

  .tailwind .w-\[213\.258px\] {
    width: 213.258px;
  }

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

  .tailwind .w-\[234\.128px\] {
    width: 234.128px;
  }

  .tailwind .w-\[241\.205px\] {
    width: 241.205px;
  }

  .tailwind .w-\[269\.513px\] {
    width: 269.513px;
  }

  .tailwind .w-\[301\.359px\] {
    width: 301.359px;
  }

  .tailwind .w-\[306\.077px\] {
    width: 306.077px;
  }

  .tailwind .w-\[332\.615px\] {
    width: 332.615px;
  }

  .tailwind .w-\[337\.538px\] {
    width: 337.538px;
  }

  .tailwind .w-\[647\.994px\] {
    width: 647.994px;
  }

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

  .tailwind .max-w-\[117\.949px\] {
    max-width: 117.949px;
  }

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

  .tailwind .min-w-\[21\.231px\] {
    min-width: 21.231px;
  }

  .tailwind .min-w-\[23\.59px\] {
    min-width: 23.59px;
  }

  .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 .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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-\[90deg\] {
    rotate: 90deg;
  }

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

  .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-row {
    flex-direction: row;
  }

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

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

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

  .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-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

  .tailwind .gap-\[1\.179px\] {
    gap: 1.179px;
  }

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

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

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

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

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

  .tailwind .gap-\[5\.308px\] {
    gap: 5.308px;
  }

  .tailwind .gap-\[5\.897px\] {
    gap: 5.897px;
  }

  .tailwind .gap-\[7\.077px\] {
    gap: 7.077px;
  }

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

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

  .tailwind .gap-\[14\.154px\] {
    gap: 14.154px;
  }

  .tailwind .gap-\[17\.692px\] {
    gap: 17.692px;
  }

  .tailwind .self-stretch {
    align-self: stretch;
  }

  .tailwind .overflow-clip {
    overflow: clip;
  }

  .tailwind .overflow-hidden {
    overflow: hidden;
  }

  .tailwind .overflow-y-auto {
    overflow-y: auto;
  }

  .tailwind .scroll-smooth {
    scroll-behavior: smooth;
  }

  .tailwind .rounded-\[4\.71795px\] {
    border-radius: 4.71795px;
  }

  .tailwind .rounded-\[5\.71429px\] {
    border-radius: 5.71429px;
  }

  .tailwind .rounded-\[8\.85px\] {
    border-radius: 8.85px;
  }

  .tailwind .rounded-\[8\.98415px\] {
    border-radius: 8.98415px;
  }

  .tailwind .rounded-\[16\.5px\] {
    border-radius: 16.5px;
  }

  .tailwind .rounded-\[58\.9744px\] {
    border-radius: 58.9744px;
  }

  .tailwind .rounded-\[100px\] {
    border-radius: 100px;
  }

  .tailwind .rounded-full {
    border-radius: 3.40282e38px;
  }

  .tailwind .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .tailwind .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .tailwind .rounded-tl-\[7\.07692px\] {
    border-top-left-radius: 7.07692px;
  }

  .tailwind .rounded-tr-\[7\.07692px\] {
    border-top-right-radius: 7.07692px;
  }

  .tailwind .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .tailwind .border-\[0\.589744px\] {
    border-style: var(--tw-border-style);
    border-width: .589744px;
  }

  .tailwind .border-\[0\.589744px_0\.589744px_0px\] {
    border-style: var(--tw-border-style);
    border-width: .589744px .589744px 0;
  }

  .tailwind .border-\[0\.884615px\] {
    border-style: var(--tw-border-style);
    border-width: .884615px;
  }

  .tailwind .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .tailwind .border-\[\#0f83f5\] {
    border-color: #0f83f5;
  }

  .tailwind .border-\[\#027a48\] {
    border-color: #027a48;
  }

  .tailwind .border-\[\#b7dafc\] {
    border-color: #b7dafc;
  }

  .tailwind .border-\[\#e5e7ea\] {
    border-color: #e5e7ea;
  }

  .tailwind .border-\[\#ffffff\] {
    border-color: #fff;
  }

  .tailwind .bg-\[\#e7e5f9\] {
    background-color: #e7e5f9;
  }

  .tailwind .bg-\[\#e7f3fe\] {
    background-color: #e7f3fe;
  }

  .tailwind .bg-\[\#ecfdf3\] {
    background-color: #ecfdf3;
  }

  .tailwind .bg-\[\#eeeffe\] {
    background-color: #eeeffe;
  }

  .tailwind .bg-\[\#f1f5f7\] {
    background-color: #f1f5f7;
  }

  .tailwind .bg-\[\#f6f6f6\] {
    background-color: #f6f6f6;
  }

  .tailwind .bg-\[\#f6f7f9\] {
    background-color: #f6f7f9;
  }

  .tailwind .bg-\[\#f84d4f\] {
    background-color: #f84d4f;
  }

  .tailwind .bg-\[\#fdebec\] {
    background-color: #fdebec;
  }

  .tailwind .bg-\[\#fee5e5\] {
    background-color: #fee5e5;
  }

  .tailwind .bg-\[\#feefe3\] {
    background-color: #feefe3;
  }

  .tailwind .bg-\[\#fef4db\] {
    background-color: #fef4db;
  }

  .tailwind .bg-\[\#fff0f8\] {
    background-color: #fff0f8;
  }

  .tailwind .bg-\[\#ffffff\] {
    background-color: #fff;
  }

  .tailwind .bg-\[rgba\(0\,0\,0\,0\.54\)\] {
    background-color: #0000008a;
  }

  .tailwind .bg-blue-500 {
    background-color: var(--color-blue-500);
  }

  .tailwind .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .tailwind .from-\[\#66666600\] {
    --tw-gradient-from: #6660;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .from-\[1\.381\%\] {
    --tw-gradient-from-position: 1.381%;
  }

  .tailwind .via-\[\#333333cc\] {
    --tw-gradient-via: #333c;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .tailwind .via-\[36\.93\%\] {
    --tw-gradient-via-position: 36.93%;
  }

  .tailwind .to-\[\#202020\] {
    --tw-gradient-to: #202020;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .tailwind .to-\[94\.415\%\] {
    --tw-gradient-to-position: 94.415%;
  }

  .tailwind .\[background-size\:100\.1\%_193\.25\%\] {
    background-size: 100.1% 193.25%;
  }

  .tailwind .\[background-size\:177\.81\%_100\%\] {
    background-size: 177.81% 100%;
  }

  .tailwind .\[background-size\:183\.33\%_236\.02\%\] {
    background-size: 183.33% 236.02%;
  }

  .tailwind .\[background-size\:cover\,_183\.33\%_236\.02\%\] {
    background-size: cover, 183.33% 236.02%;
  }

  .tailwind .bg-cover {
    background-size: cover;
  }

  .tailwind .bg-\[0\%_0\.44\%\] {
    background-position: 0 .44%;
  }

  .tailwind .bg-\[45\.66\%_0\%\] {
    background-position: 45.66% 0;
  }

  .tailwind .bg-\[position\:49\%_100\%\] {
    background-position: 49% 100%;
  }

  .tailwind .bg-\[position\:50\%_50\%\,_49\%_100\%\] {
    background-position: 50%, 49% 100%;
  }

  .tailwind .bg-center {
    background-position: center;
  }

  .tailwind .bg-no-repeat {
    background-repeat: no-repeat;
  }

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

  .tailwind .p-3 {
    padding: calc(var(--spacing) * 3);
  }

  .tailwind .p-\[4\.21245px\] {
    padding: 4.21245px;
  }

  .tailwind .p-\[5\.89744px\] {
    padding: 5.89744px;
  }

  .tailwind .p-\[7\.07692px\] {
    padding: 7.07692px;
  }

  .tailwind .p-\[9\.4359px\] {
    padding: 9.4359px;
  }

  .tailwind .px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }

  .tailwind .px-\[2\.359px\] {
    padding-inline: 2.359px;
  }

  .tailwind .px-\[4\.718px\] {
    padding-inline: 4.718px;
  }

  .tailwind .px-\[5\.897px\] {
    padding-inline: 5.897px;
  }

  .tailwind .px-\[7\.077px\] {
    padding-inline: 7.077px;
  }

  .tailwind .px-\[9\.436px\] {
    padding-inline: 9.436px;
  }

  .tailwind .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }

  .tailwind .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .tailwind .py-\[1\.769px\] {
    padding-block: 1.769px;
  }

  .tailwind .py-\[2\.359px\] {
    padding-block: 2.359px;
  }

  .tailwind .py-\[3\.538px\] {
    padding-block: 3.538px;
  }

  .tailwind .py-\[4\.718px\] {
    padding-block: 4.718px;
  }

  .tailwind .py-\[7\.077px\] {
    padding-block: 7.077px;
  }

  .tailwind .py-\[14\.154px\] {
    padding-block: 14.154px;
  }

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

  .tailwind .pt-\[7\.077px\] {
    padding-top: 7.077px;
  }

  .tailwind .pt-\[9\.436px\] {
    padding-top: 9.436px;
  }

  .tailwind .pt-\[14\.154px\] {
    padding-top: 14.154px;
  }

  .tailwind .pt-\[48\.949px\] {
    padding-top: 48.949px;
  }

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

  .tailwind .pr-\[2\.831px\] {
    padding-right: 2.831px;
  }

  .tailwind .pr-\[7\.077px\] {
    padding-right: 7.077px;
  }

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

  .tailwind .pb-\[7\.077px\] {
    padding-bottom: 7.077px;
  }

  .tailwind .pb-\[9\.436px\] {
    padding-bottom: 9.436px;
  }

  .tailwind .pb-\[18\.872px\] {
    padding-bottom: 18.872px;
  }

  .tailwind .pb-\[47\.179px\] {
    padding-bottom: 47.179px;
  }

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

  .tailwind .pl-\[9\.436px\] {
    padding-left: 9.436px;
  }

  .tailwind .pl-\[9px\] {
    padding-left: 9px;
  }

  .tailwind .pl-\[10\.615px\] {
    padding-left: 10.615px;
  }

  .tailwind .text-center {
    text-align: center;
  }

  .tailwind .text-left {
    text-align: left;
  }

  .tailwind .font-\[\'Inter\:Medium\'\,_sans-serif\] {
    font-family: Inter\:Medium, sans-serif;
  }

  .tailwind .font-\[\'Inter\:Regular\'\,_sans-serif\] {
    font-family: Inter\:Regular, sans-serif;
  }

  .tailwind .font-\[\'Inter\:Semi_Bold\'\,_sans-serif\] {
    font-family: Inter\:Semi Bold, sans-serif;
  }

  .tailwind .text-\[7\.08px\] {
    font-size: 7.08px;
  }

  .tailwind .text-\[8\.26px\] {
    font-size: 8.26px;
  }

  .tailwind .text-\[9\.44px\] {
    font-size: 9.44px;
  }

  .tailwind .text-\[9\.4359px\] {
    font-size: 9.4359px;
  }

  .tailwind .text-\[10\.62px\] {
    font-size: 10.62px;
  }

  .tailwind .text-\[10\.6154px\] {
    font-size: 10.6154px;
  }

  .tailwind .text-\[11\.79px\] {
    font-size: 11.79px;
  }

  .tailwind .text-\[14\.1538px\] {
    font-size: 14.1538px;
  }

  .tailwind .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }

  .tailwind .leading-\[9\.4359px\] {
    --tw-leading: 9.4359px;
    line-height: 9.4359px;
  }

  .tailwind .leading-\[10\.6154px\] {
    --tw-leading: 10.6154px;
    line-height: 10.6154px;
  }

  .tailwind .leading-\[12\.3846px\] {
    --tw-leading: 12.3846px;
    line-height: 12.3846px;
  }

  .tailwind .leading-\[14\.1538px\] {
    --tw-leading: 14.1538px;
    line-height: 14.1538px;
  }

  .tailwind .leading-\[15\.9231px\] {
    --tw-leading: 15.9231px;
    line-height: 15.9231px;
  }

  .tailwind .leading-\[17\.6923px\] {
    --tw-leading: 17.6923px;
    line-height: 17.6923px;
  }

  .tailwind .leading-\[18\.8718px\] {
    --tw-leading: 18.8718px;
    line-height: 18.8718px;
  }

  .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 .text-nowrap {
    text-wrap: nowrap;
  }

  .tailwind .\[text-overflow\:inherit\] {
    text-overflow: inherit;
  }

  .tailwind .overflow-ellipsis {
    text-overflow: ellipsis;
  }

  .tailwind .whitespace-pre {
    white-space: pre;
  }

  .tailwind .text-\[\#0f83f5\] {
    color: #0f83f5;
  }

  .tailwind .text-\[\#1a1d1f\] {
    color: #1a1d1f;
  }

  .tailwind .text-\[\#12b76a\] {
    color: #12b76a;
  }

  .tailwind .text-\[\#027a48\] {
    color: #027a48;
  }

  .tailwind .text-\[\#676e76\] {
    color: #676e76;
  }

  .tailwind .text-\[\#64511e\] {
    color: #64511e;
  }

  .tailwind .text-\[\#bf9a36\] {
    color: #bf9a36;
  }

  .tailwind .text-\[\#f84d4f\] {
    color: #f84d4f;
  }

  .tailwind .text-\[\#ffffff\] {
    color: #fff;
  }

  .tailwind .text-white {
    color: var(--color-white);
  }

  .tailwind .not-italic {
    font-style: normal;
  }

  .tailwind .opacity-80 {
    opacity: .8;
  }

  .tailwind .shadow-\[0px_1\.84935px_11\.0961px_0px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 1.84935px 11.0961px 0px var(--tw-shadow-color, #00000014);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0px_2\.35897px_7\.07692px_0px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0px 2.35897px 7.07692px 0px var(--tw-shadow-color, #0000000f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0px_2\.35897px_9\.4359px_0px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0px 2.35897px 9.4359px 0px var(--tw-shadow-color, #0000000f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0px_2\.50759px_15\.0456px_0px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 2.50759px 15.0456px 0px var(--tw-shadow-color, #00000014);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0px_3\.44794px_20\.6877px_0px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 3.44794px 20.6877px 0px var(--tw-shadow-color, #00000014);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-lg {
    --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 .blur-\[2\.35897px\] {
    --tw-blur: blur(2.35897px);
    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 .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 .backdrop-blur-\[1\.17949px\] {
    --tw-backdrop-blur: blur(1.17949px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .tailwind .backdrop-blur-\[4\.16617px\] {
    --tw-backdrop-blur: blur(4.16617px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .tailwind .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .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 .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .tailwind .\[text-wrap-mode\:inherit\] {
    text-wrap-mode: inherit;
  }

  .tailwind .\[white-space-collapse\:inherit\] {
    white-space-collapse: inherit;
  }

  .tailwind .paused {
    animation-play-state: paused;
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-blue-600:hover {
      background-color: var(--color-blue-600);
    }
  }
}

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-gradient-position {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-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-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}
