/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: 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-white: #fff;
    --spacing: .25rem;
    --font-weight-black: 900;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    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 .relative {
    position: relative;
  }

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

  .tailwind .inset-\[-0\.01\%_0_0\.01\%_0\] {
    inset: -.01% 0 .01%;
  }

  .tailwind .inset-\[-0\.01\%_0_0_0\] {
    inset: -.01% 0 0;
  }

  .tailwind .inset-\[-0\.16\%_0_0\.16\%_0\] {
    inset: -.16% 0 .16%;
  }

  .tailwind .inset-\[-0\.55\%_-0\.56\%_0_0\] {
    inset: -.55% -.56% 0 0;
  }

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

  .tailwind .inset-\[-53\.73\%_0_-23\.91\%_0\] {
    inset: -53.73% 0 -23.91%;
  }

  .tailwind .inset-\[0\.01\%_0\.04\%_0_0\] {
    inset: .01% .04% 0 0;
  }

  .tailwind .inset-\[0\.01\%_0\.07\%_0_0\.18\%\] {
    inset: .01% .07% 0 .18%;
  }

  .tailwind .inset-\[0\.01\%_0_-0\.01\%_0\] {
    inset: .01% 0 -.01%;
  }

  .tailwind .inset-\[0\.01\%_0_0_0\] {
    inset: .01% 0 0;
  }

  .tailwind .inset-\[0\.03\%_0\.1\%_0_0\] {
    inset: .03% .1% 0 0;
  }

  .tailwind .inset-\[0\.03\%_0\.04\%_0_0\] {
    inset: .03% .04% 0 0;
  }

  .tailwind .inset-\[0\.03\%_0\.07\%_0_0\] {
    inset: .03% .07% 0 0;
  }

  .tailwind .inset-\[0\.03\%_0\.13\%_0_0\] {
    inset: .03% .13% 0 0;
  }

  .tailwind .inset-\[0\.03\%_0\.14\%_0_0\] {
    inset: .03% .14% 0 0;
  }

  .tailwind .inset-\[0\.05\%_0\.05\%_0_0\] {
    inset: .05% .05% 0 0;
  }

  .tailwind .inset-\[0\.13\%_0\.01\%_0\.01\%_0\] {
    inset: .13% .01% .01% 0;
  }

  .tailwind .inset-\[0\.13\%_0\.06\%_0_0\] {
    inset: .13% .06% 0 0;
  }

  .tailwind .inset-\[0\.62\%_0\.33\%_0\.05\%_0\.33\%\] {
    inset: .62% .33% .05%;
  }

  .tailwind .inset-\[0_-0\.01\%_-0\.02\%_-0\.01\%\] {
    inset: 0 -.01% -.02%;
  }

  .tailwind .inset-\[0_-0\.04\%_0_0\] {
    inset: 0 -.04% 0 0;
  }

  .tailwind .inset-\[0_0\.06\%_0_0\] {
    inset: 0 .06% 0 0;
  }

  .tailwind .inset-\[0_0\.16\%_0\.04\%_0\.05\%\] {
    inset: 0 .16% .04% .05%;
  }

  .tailwind .inset-\[0_0_-0\.01\%_0\] {
    inset: 0 0 -.01%;
  }

  .tailwind .inset-\[0_0_-0\.31\%_0\] {
    inset: 0 0 -.31%;
  }

  .tailwind .inset-\[0_0_0\.01\%_-0\.01\%\] {
    inset: 0 0 .01% -.01%;
  }

  .tailwind .inset-\[0_0_0\.01\%_0\] {
    inset: 0 0 .01%;
  }

  .tailwind .inset-\[0_0_0\.03\%_0\.08\%\] {
    inset: 0 0 .03% .08%;
  }

  .tailwind .inset-\[0_0_0\.04\%_0\.1\%\] {
    inset: 0 0 .04% .1%;
  }

  .tailwind .inset-\[0_0_0\.04\%_0\.05\%\] {
    inset: 0 0 .04% .05%;
  }

  .tailwind .inset-\[0_0_0\.04\%_0\.06\%\] {
    inset: 0 0 .04% .06%;
  }

  .tailwind .inset-\[0_0_0\.05\%_0\.01\%\] {
    inset: 0 0 .05% .01%;
  }

  .tailwind .inset-\[0_0_0\.05\%_0\.05\%\] {
    inset: 0 0 .05% .05%;
  }

  .tailwind .inset-\[0_0_0\.06\%_0\.08\%\] {
    inset: 0 0 .06% .08%;
  }

  .tailwind .inset-\[0_0_0\.6\%_0\] {
    inset: 0 0 .6%;
  }

  .tailwind .inset-\[0_0_0_0\.06\%\] {
    inset: 0 0 0 .06%;
  }

  .tailwind .inset-\[0_0_0_0\.16\%\] {
    inset: 0 0 0 .16%;
  }

  .tailwind .inset-\[0_26\.38\%_1\.09\%_0\] {
    inset: 0 26.38% 1.09% 0;
  }

  .tailwind .inset-\[0_26\.38\%_35\.54\%_37\.57\%\] {
    inset: 0 26.38% 35.54% 37.57%;
  }

  .tailwind .inset-\[1\.42\%_1\.64\%_-1\.43\%_0\] {
    inset: 1.42% 1.64% -1.43% 0;
  }

  .tailwind .inset-\[3\.98\%_3\.91\%_93\.43\%_3\.96\%\] {
    inset: 3.98% 3.91% 93.43% 3.96%;
  }

  .tailwind .inset-\[3\.98\%_3\.91\%_93\.43\%_77\.4\%\] {
    inset: 3.98% 3.91% 93.43% 77.4%;
  }

  .tailwind .inset-\[3\.98\%_51\.98\%_93\.43\%_3\.96\%\] {
    inset: 3.98% 51.98% 93.43% 3.96%;
  }

  .tailwind .inset-\[3\.98\%_76\.98\%_93\.43\%_3\.96\%\] {
    inset: 3.98% 76.98% 93.43% 3.96%;
  }

  .tailwind .inset-\[3\.98\%_78\.13\%_93\.43\%_3\.96\%\] {
    inset: 3.98% 78.13% 93.43% 3.96%;
  }

  .tailwind .inset-\[5\.97\%_41\.69\%_26\.13\%_19\.84\%\] {
    inset: 5.97% 41.69% 26.13% 19.84%;
  }

  .tailwind .inset-\[5\.97\%_41\.69\%_26\.13\%_24\.98\%\] {
    inset: 5.97% 41.69% 26.13% 24.98%;
  }

  .tailwind .inset-\[6\.94\%_3\.91\%_6\.94\%_68\.8\%\] {
    inset: 6.94% 3.91% 6.94% 68.8%;
  }

  .tailwind .inset-\[10\.61\%_50\.13\%_11\.07\%_9\.03\%\] {
    inset: 10.61% 50.13% 11.07% 9.03%;
  }

  .tailwind .inset-\[11\.7\%_53\.7\%_30\.03\%_3\.27\%\] {
    inset: 11.7% 53.7% 30.03% 3.27%;
  }

  .tailwind .inset-\[11\.49\%_-7\.45\%_11\.8\%_-7\.45\%\] {
    inset: 11.49% -7.45% 11.8%;
  }

  .tailwind .inset-\[14\.95\%_52\.25\%_48\.51\%_0\] {
    inset: 14.95% 52.25% 48.51% 0;
  }

  .tailwind .inset-\[16\.39\%_58\.82\%_64\.37\%_26\.08\%\] {
    inset: 16.39% 58.82% 64.37% 26.08%;
  }

  .tailwind .inset-\[17\.88\%_28\.25\%_1\.09\%_24\.01\%\] {
    inset: 17.88% 28.25% 1.09% 24.01%;
  }

  .tailwind .inset-\[27\.26\%_56\.88\%_51\.54\%_17\.77\%\] {
    inset: 27.26% 56.88% 51.54% 17.77%;
  }

  .tailwind .inset-\[31\.73\%_10\.46\%_7\.66\%_10\.42\%\] {
    inset: 31.73% 10.46% 7.66% 10.42%;
  }

  .tailwind .inset-\[34\.72\%_9\.52\%_52\.04\%_84\.06\%\] {
    inset: 34.72% 9.52% 52.04% 84.06%;
  }

  .tailwind .inset-\[45\.36\%_67\.3\%_17\.92\%_18\.76\%\] {
    inset: 45.36% 67.3% 17.92% 18.76%;
  }

  .tailwind .inset-\[46\.39\%_48\.23\%_6\.94\%_26\.67\%\] {
    inset: 46.39% 48.23% 6.94% 26.67%;
  }

  .tailwind .inset-\[46\.39\%_74\.74\%_6\.94\%_3\.96\%\] {
    inset: 46.39% 74.74% 6.94% 3.96%;
  }

  .tailwind .inset-\[50\.65\%_9\.27\%_32\.01\%_83\.02\%\] {
    inset: 50.65% 9.27% 32.01% 83.02%;
  }

  .tailwind .inset-\[53\.52\%_10\.83\%_22\.04\%_61\.25\%\] {
    inset: 53.52% 10.83% 22.04% 61.25%;
  }

  .tailwind .inset-\[54\.07\%_46\.16\%_33\.99\%_48\.65\%\] {
    inset: 54.07% 46.16% 33.99% 48.65%;
  }

  .tailwind .inset-\[54\.54\%_71\.93\%_39\.91\%_13\.49\%\] {
    inset: 54.54% 71.93% 39.91% 13.49%;
  }

  .tailwind .inset-\[60\.56\%_3\.85\%_6\.85\%_74\.01\%\] {
    inset: 60.56% 3.85% 6.85% 74.01%;
  }

  .tailwind .inset-\[62\.74\%_0\.33\%_17\.95\%_74\.76\%\] {
    inset: 62.74% .33% 17.95% 74.76%;
  }

  .tailwind .inset-\[71\.85\%_11\.67\%_15\.93\%_54\.06\%\] {
    inset: 71.85% 11.67% 15.93% 54.06%;
  }

  .tailwind .inset-\[71\.87\%_27\.53\%_14\.64\%_68\.95\%\] {
    inset: 71.87% 27.53% 14.64% 68.95%;
  }

  .tailwind .inset-\[73\.26\%_54\.03\%_14\.53\%_3\.64\%\] {
    inset: 73.26% 54.03% 14.53% 3.64%;
  }

  .tailwind .inset-\[73\.47\%_54\.2\%_14\.7\%_6\.33\%\] {
    inset: 73.47% 54.2% 14.7% 6.33%;
  }

  .tailwind .inset-\[79\.31\%_0_0\.6\%_47\.69\%\] {
    inset: 79.31% 0 .6% 47.69%;
  }

  .tailwind .inset-\[81\.3\%_3\.85\%_6\.85\%_81\.46\%\] {
    inset: 81.3% 3.85% 6.85% 81.46%;
  }

  .tailwind .inset-\[81\.23\%_0_0\.6\%_47\.68\%\] {
    inset: 81.23% 0 .6% 47.68%;
  }

  .tailwind .inset-\[84\.12\%_57\.38\%_0_0\.08\%\] {
    inset: 84.12% 57.38% 0 .08%;
  }

  .tailwind .inset-\[84\.12\%_59\.13\%_0\.6\%_0\.27\%\] {
    inset: 84.12% 59.13% .6% .27%;
  }

  .tailwind .inset-\[85\.62\%_56\.51\%_12\.65\%_42\.9\%\] {
    inset: 85.62% 56.51% 12.65% 42.9%;
  }

  .tailwind .inset-\[87\.22\%_3\.85\%_6\.85\%_45\.36\%\] {
    inset: 87.22% 3.85% 6.85% 45.36%;
  }

  .tailwind .inset-\[87\.22\%_3\.85\%_6\.85\%_46\.56\%\] {
    inset: 87.22% 3.85% 6.85% 46.56%;
  }

  .tailwind .inset-\[87\.22\%_3\.85\%_6\.85\%_74\.01\%\] {
    inset: 87.22% 3.85% 6.85% 74.01%;
  }

  .tailwind .inset-\[90\.19\%_3\.85\%_6\.85\%_39\.43\%\] {
    inset: 90.19% 3.85% 6.85% 39.43%;
  }

  .tailwind .inset-\[90\.19\%_3\.85\%_6\.85\%_46\.56\%\] {
    inset: 90.19% 3.85% 6.85% 46.56%;
  }

  .tailwind .inset-\[90\.19\%_3\.85\%_6\.85\%_53\.65\%\] {
    inset: 90.19% 3.85% 6.85% 53.65%;
  }

  .tailwind .inset-\[90\.19\%_3\.85\%_6\.85\%_54\.27\%\] {
    inset: 90.19% 3.85% 6.85% 54.27%;
  }

  .tailwind .inset-\[90\.19\%_3\.85\%_6\.85\%_55\.16\%\] {
    inset: 90.19% 3.85% 6.85% 55.16%;
  }

  .tailwind .inset-\[90\.19\%_3\.85\%_6\.85\%_74\.74\%\] {
    inset: 90.19% 3.85% 6.85% 74.74%;
  }

  .tailwind .inset-\[93\.15\%_3\.91\%_6\.85\%_92\.45\%\] {
    inset: 93.15% 3.91% 6.85% 92.45%;
  }

  .tailwind .inset-\[94\.54\%_3\.91\%_2\.87\%_3\.96\%\] {
    inset: 94.54% 3.91% 2.87% 3.96%;
  }

  .tailwind .inset-\[94\.54\%_3\.91\%_2\.87\%_78\.18\%\] {
    inset: 94.54% 3.91% 2.87% 78.18%;
  }

  .tailwind .inset-\[94\.54\%_78\.13\%_2\.87\%_3\.96\%\] {
    inset: 94.54% 78.13% 2.87% 3.96%;
  }

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

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

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

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

  .tailwind .top-\[-6\.39\%\] {
    top: -6.39%;
  }

  .tailwind .top-\[-8\.76\%\] {
    top: -8.76%;
  }

  .tailwind .top-\[-9\.86\%\] {
    top: -9.86%;
  }

  .tailwind .top-\[-10\.87\%\] {
    top: -10.87%;
  }

  .tailwind .top-\[-16\.09\%\] {
    top: -16.09%;
  }

  .tailwind .top-\[-16\.84\%\] {
    top: -16.84%;
  }

  .tailwind .top-\[-27\.37\%\] {
    top: -27.37%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[140\.92px\] {
    top: 140.92px;
  }

  .tailwind .top-\[142\.13px\] {
    top: 142.13px;
  }

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

  .tailwind .top-\[151\.37px\] {
    top: 151.37px;
  }

  .tailwind .top-\[151\.91px\] {
    top: 151.91px;
  }

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

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

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

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

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

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

  .tailwind .top-\[221\.29px\] {
    top: 221.29px;
  }

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

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

  .tailwind .top-\[356\.44px\] {
    top: 356.44px;
  }

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

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

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

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

  .tailwind .top-\[388\.83px\] {
    top: 388.83px;
  }

  .tailwind .top-\[389\.71px\] {
    top: 389.71px;
  }

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

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

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

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

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

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

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

  .tailwind .top-\[534\.45px\] {
    top: 534.45px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[579\.95px\] {
    top: 579.95px;
  }

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

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

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

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

  .tailwind .top-\[596\.85px\] {
    top: 596.85px;
  }

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

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

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

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

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

  .tailwind .top-\[761\.45px\] {
    top: 761.45px;
  }

  .tailwind .top-\[772\.31px\] {
    top: 772.31px;
  }

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

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

  .tailwind .top-\[780\.47px\] {
    top: 780.47px;
  }

  .tailwind .top-\[783\.83px\] {
    top: 783.83px;
  }

  .tailwind .top-\[785\.17px\] {
    top: 785.17px;
  }

  .tailwind .top-\[785\.68px\] {
    top: 785.68px;
  }

  .tailwind .top-\[790\.46px\] {
    top: 790.46px;
  }

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

  .tailwind .top-\[calc\(100\%-74px\)\] {
    top: calc(100% - 74px);
  }

  .tailwind .top-\[calc\(100\%-75px\)\] {
    top: calc(100% - 75px);
  }

  .tailwind .right-\[14\.48\%\] {
    right: 14.48%;
  }

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

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

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

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

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

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

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

  .tailwind .left-\[-3\.75\%\] {
    left: -3.75%;
  }

  .tailwind .left-\[-6\.21\%\] {
    left: -6.21%;
  }

  .tailwind .left-\[-14\.64\%\] {
    left: -14.64%;
  }

  .tailwind .left-\[-15\.82\%\] {
    left: -15.82%;
  }

  .tailwind .left-\[-24\.73\%\] {
    left: -24.73%;
  }

  .tailwind .left-\[8\.3\%\] {
    left: 8.3%;
  }

  .tailwind .left-\[13\.49\%\] {
    left: 13.49%;
  }

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

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

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

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

  .tailwind .left-\[75\.13px\] {
    left: 75.13px;
  }

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

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

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

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

  .tailwind .left-\[166\.55px\] {
    left: 166.55px;
  }

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

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

  .tailwind .left-\[176\.44px\] {
    left: 176.44px;
  }

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

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

  .tailwind .left-\[227\.56px\] {
    left: 227.56px;
  }

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

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

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

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

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

  .tailwind .left-\[334\.69px\] {
    left: 334.69px;
  }

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

  .tailwind .left-\[375\.56px\] {
    left: 375.56px;
  }

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

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

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

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

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

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

  .tailwind .left-\[528\.61px\] {
    left: 528.61px;
  }

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

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

  .tailwind .left-\[567\.98px\] {
    left: 567.98px;
  }

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

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

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

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

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

  .tailwind .left-\[705\.93px\] {
    left: 705.93px;
  }

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

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

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

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

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

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

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

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

  .tailwind .left-\[865\.46px\] {
    left: 865.46px;
  }

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

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

  .tailwind .left-\[959\.5px\] {
    left: 959.5px;
  }

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

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

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

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

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

  .tailwind .left-\[1017\.47px\] {
    left: 1017.47px;
  }

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

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

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

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

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

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

  .tailwind .left-\[1091\.74px\] {
    left: 1091.74px;
  }

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

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

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

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

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

  .tailwind .left-\[1166\.89px\] {
    left: 1166.89px;
  }

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

  .tailwind .left-\[1175\.95px\] {
    left: 1175.95px;
  }

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

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

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

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

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

  .tailwind .left-\[1206\.84px\] {
    left: 1206.84px;
  }

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

  .tailwind .left-\[1266\.77px\] {
    left: 1266.77px;
  }

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

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

  .tailwind .left-\[1274\.5px\] {
    left: 1274.5px;
  }

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

  .tailwind .left-\[1302\.5px\] {
    left: 1302.5px;
  }

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

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

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

  .tailwind .left-\[1388\.97px\] {
    left: 1388.97px;
  }

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

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

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

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

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

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

  .tailwind .left-\[1558\.05px\] {
    left: 1558.05px;
  }

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

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

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

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

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

  .tailwind .left-\[calc\(50\%\+15\.54px\)\] {
    left: calc(50% + 15.54px);
  }

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

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

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

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

  .tailwind .left-\[calc\(100\%-53px\)\] {
    left: calc(100% - 53px);
  }

  .tailwind .left-\[calc\(100\%-145px\)\] {
    left: calc(100% - 145px);
  }

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[100\.04\%\] {
    height: 100.04%;
  }

  .tailwind .h-\[100\.96\%\] {
    height: 100.96%;
  }

  .tailwind .h-\[107\.34px\] {
    height: 107.34px;
  }

  .tailwind .h-\[110\.349px\] {
    height: 110.349px;
  }

  .tailwind .h-\[111\.58\%\] {
    height: 111.58%;
  }

  .tailwind .h-\[112\.77\%\] {
    height: 112.77%;
  }

  .tailwind .h-\[113\.74\%\] {
    height: 113.74%;
  }

  .tailwind .h-\[113\.233px\] {
    height: 113.233px;
  }

  .tailwind .h-\[115\.591px\] {
    height: 115.591px;
  }

  .tailwind .h-\[120\.2\%\] {
    height: 120.2%;
  }

  .tailwind .h-\[122\.528px\] {
    height: 122.528px;
  }

  .tailwind .h-\[125\.68\%\] {
    height: 125.68%;
  }

  .tailwind .h-\[126\.13\%\] {
    height: 126.13%;
  }

  .tailwind .h-\[127\.01px\] {
    height: 127.01px;
  }

  .tailwind .h-\[128\.505px\] {
    height: 128.505px;
  }

  .tailwind .h-\[132\.301px\] {
    height: 132.301px;
  }

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

  .tailwind .h-\[136\.62\%\] {
    height: 136.62%;
  }

  .tailwind .h-\[140\.05\%\] {
    height: 140.05%;
  }

  .tailwind .h-\[140\.08px\] {
    height: 140.08px;
  }

  .tailwind .h-\[143\.277px\] {
    height: 143.277px;
  }

  .tailwind .h-\[143\.295px\] {
    height: 143.295px;
  }

  .tailwind .h-\[143\.812px\] {
    height: 143.812px;
  }

  .tailwind .h-\[144\.17\%\] {
    height: 144.17%;
  }

  .tailwind .h-\[145\.841px\] {
    height: 145.841px;
  }

  .tailwind .h-\[148\.592px\] {
    height: 148.592px;
  }

  .tailwind .h-\[149\.676px\] {
    height: 149.676px;
  }

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

  .tailwind .h-\[152\.07px\] {
    height: 152.07px;
  }

  .tailwind .h-\[152\.548px\] {
    height: 152.548px;
  }

  .tailwind .h-\[152\.787px\] {
    height: 152.787px;
  }

  .tailwind .h-\[155\.184px\] {
    height: 155.184px;
  }

  .tailwind .h-\[156\.201px\] {
    height: 156.201px;
  }

  .tailwind .h-\[157\.052px\] {
    height: 157.052px;
  }

  .tailwind .h-\[161\.21px\] {
    height: 161.21px;
  }

  .tailwind .h-\[161\.044px\] {
    height: 161.044px;
  }

  .tailwind .h-\[161\.322px\] {
    height: 161.322px;
  }

  .tailwind .h-\[162\.98px\] {
    height: 162.98px;
  }

  .tailwind .h-\[165\.641px\] {
    height: 165.641px;
  }

  .tailwind .h-\[170\.076px\] {
    height: 170.076px;
  }

  .tailwind .h-\[172\.61px\] {
    height: 172.61px;
  }

  .tailwind .h-\[175\.064px\] {
    height: 175.064px;
  }

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

  .tailwind .h-\[190\.361px\] {
    height: 190.361px;
  }

  .tailwind .h-\[191\.762px\] {
    height: 191.762px;
  }

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

  .tailwind .h-\[205\.889px\] {
    height: 205.889px;
  }

  .tailwind .h-\[206\.47px\] {
    height: 206.47px;
  }

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

  .tailwind .h-\[351\.199px\] {
    height: 351.199px;
  }

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

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

  .tailwind .h-\[432\.409px\] {
    height: 432.409px;
  }

  .tailwind .h-\[432\.933px\] {
    height: 432.933px;
  }

  .tailwind .h-\[433\.031px\] {
    height: 433.031px;
  }

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

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

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

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

  .tailwind .h-\[486\.371px\] {
    height: 486.371px;
  }

  .tailwind .h-\[516\.975px\] {
    height: 516.975px;
  }

  .tailwind .h-\[542\.155px\] {
    height: 542.155px;
  }

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

  .tailwind .h-\[561\.161px\] {
    height: 561.161px;
  }

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

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

  .tailwind .h-\[580\.288px\] {
    height: 580.288px;
  }

  .tailwind .h-\[709\.147px\] {
    height: 709.147px;
  }

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

  .tailwind .h-\[752\.885px\] {
    height: 752.885px;
  }

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

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

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

  .tailwind .h-\[787\.173px\] {
    height: 787.173px;
  }

  .tailwind .h-\[788\.5px\] {
    height: 788.5px;
  }

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

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

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

  .tailwind .h-\[877\.5px\] {
    height: 877.5px;
  }

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

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

  .tailwind .h-\[899\.306px\] {
    height: 899.306px;
  }

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

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

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

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

  .tailwind .h-\[926\.633px\] {
    height: 926.633px;
  }

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

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

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

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

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

  .tailwind .h-\[955\.38px\] {
    height: 955.38px;
  }

  .tailwind .h-\[1080\.656px\] {
    height: 1080.66px;
  }

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

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

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

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

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

  .tailwind .w-\[61\.664px\] {
    width: 61.664px;
  }

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

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

  .tailwind .w-\[82\.37\%\] {
    width: 82.37%;
  }

  .tailwind .w-\[84\.066px\] {
    width: 84.066px;
  }

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

  .tailwind .w-\[100\.08\%\] {
    width: 100.08%;
  }

  .tailwind .w-\[100\.09\%\] {
    width: 100.09%;
  }

  .tailwind .w-\[103\.733px\] {
    width: 103.733px;
  }

  .tailwind .w-\[104\.14\%\] {
    width: 104.14%;
  }

  .tailwind .w-\[106\.831px\] {
    width: 106.831px;
  }

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

  .tailwind .w-\[108\.929px\] {
    width: 108.929px;
  }

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

  .tailwind .w-\[112\.04px\] {
    width: 112.04px;
  }

  .tailwind .w-\[112\.42\%\] {
    width: 112.42%;
  }

  .tailwind .w-\[112\.608px\] {
    width: 112.608px;
  }

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

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

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

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

  .tailwind .w-\[121\.386px\] {
    width: 121.386px;
  }

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

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

  .tailwind .w-\[128\.037px\] {
    width: 128.037px;
  }

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

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

  .tailwind .w-\[138\.81\%\] {
    width: 138.81%;
  }

  .tailwind .w-\[139\.173px\] {
    width: 139.173px;
  }

  .tailwind .w-\[140\.68\%\] {
    width: 140.68%;
  }

  .tailwind .w-\[140\.081px\] {
    width: 140.081px;
  }

  .tailwind .w-\[146\.292px\] {
    width: 146.292px;
  }

  .tailwind .w-\[146\.431px\] {
    width: 146.431px;
  }

  .tailwind .w-\[147\.93px\] {
    width: 147.93px;
  }

  .tailwind .w-\[147\.114px\] {
    width: 147.114px;
  }

  .tailwind .w-\[149\.982px\] {
    width: 149.982px;
  }

  .tailwind .w-\[152\.825px\] {
    width: 152.825px;
  }

  .tailwind .w-\[155\.796px\] {
    width: 155.796px;
  }

  .tailwind .w-\[159\.36px\] {
    width: 159.36px;
  }

  .tailwind .w-\[159\.65\%\] {
    width: 159.65%;
  }

  .tailwind .w-\[165\.67px\] {
    width: 165.67px;
  }

  .tailwind .w-\[168\.317px\] {
    width: 168.317px;
  }

  .tailwind .w-\[171\.955px\] {
    width: 171.955px;
  }

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

  .tailwind .w-\[190\.662px\] {
    width: 190.662px;
  }

  .tailwind .w-\[190\.939px\] {
    width: 190.939px;
  }

  .tailwind .w-\[203\.946px\] {
    width: 203.946px;
  }

  .tailwind .w-\[206\.613px\] {
    width: 206.613px;
  }

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

  .tailwind .w-\[254\.02\%\] {
    width: 254.02%;
  }

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

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

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

  .tailwind .w-\[292\.173px\] {
    width: 292.173px;
  }

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

  .tailwind .w-\[345\.614px\] {
    width: 345.614px;
  }

  .tailwind .w-\[345\.927px\] {
    width: 345.927px;
  }

  .tailwind .w-\[346\.347px\] {
    width: 346.347px;
  }

  .tailwind .w-\[360\.036px\] {
    width: 360.036px;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[579\.948px\] {
    width: 579.948px;
  }

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

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

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

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

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

  .tailwind .w-\[651\.6px\] {
    width: 651.6px;
  }

  .tailwind .w-\[652\.554px\] {
    width: 652.554px;
  }

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

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

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

  .tailwind .w-\[680\.771px\] {
    width: 680.771px;
  }

  .tailwind .w-\[681\.061px\] {
    width: 681.061px;
  }

  .tailwind .w-\[684\.444px\] {
    width: 684.444px;
  }

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

  .tailwind .w-\[792\.001px\] {
    width: 792.001px;
  }

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

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

  .tailwind .w-\[961\.333px\] {
    width: 961.333px;
  }

  .tailwind .w-\[1051\.886px\] {
    width: 1051.89px;
  }

  .tailwind .w-\[1100\.838px\] {
    width: 1100.84px;
  }

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

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

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

  .tailwind .w-\[1289\.337px\] {
    width: 1289.34px;
  }

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

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

  .tailwind .w-\[1464\.889px\] {
    width: 1464.89px;
  }

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

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

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

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

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

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

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

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

  .tailwind .w-\[1698\.529px\] {
    width: 1698.53px;
  }

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

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

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

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

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

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

  .tailwind .flex-none {
    flex: none;
  }

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

  .tailwind .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .-scale-y-100 {
    --tw-scale-y: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .tailwind .rotate-180 {
    rotate: 180deg;
  }

  .tailwind .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .touch-pan-x {
    --tw-pan-x: pan-x;
    touch-action: var(--tw-pan-x, ) var(--tw-pan-y, ) var(--tw-pinch-zoom, );
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .from-\[\#f0eeeb\] {
    --tw-gradient-from: #f0eeeb;
    --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-\[\#f0eeeb\] {
    --tw-gradient-to: #f0eeeb;
    --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 .mask-intersect {
    mask-composite: intersect;
  }

  .tailwind .mask-alpha {
    mask-mode: alpha;
  }

  .tailwind .mask-size-\[63\.655px_109\.543px\] {
    mask-size: 63.655px 109.543px;
  }

  .tailwind .mask-size-\[67\.54px_145\.63px\] {
    mask-size: 67.54px 145.63px;
  }

  .tailwind .mask-size-\[103\.564px_127\.01px\] {
    mask-size: 103.564px 127.01px;
  }

  .tailwind .mask-size-\[107\.496px_145\.751px\] {
    mask-size: 107.496px 145.751px;
  }

  .tailwind .mask-size-\[108\.867px_170\.01px\] {
    mask-size: 108.867px 170.01px;
  }

  .tailwind .mask-size-\[112\.514px_191\.709px\] {
    mask-size: 112.514px 191.709px;
  }

  .tailwind .mask-size-\[115\.743px_97\.709px\] {
    mask-size: 115.743px 97.709px;
  }

  .tailwind .mask-size-\[116\.243px_190\.361px\] {
    mask-size: 116.243px 190.361px;
  }

  .tailwind .mask-size-\[128\.686px_165\.625px\] {
    mask-size: 128.686px 165.625px;
  }

  .tailwind .mask-size-\[147\.918px_128\.441px\] {
    mask-size: 147.918px 128.441px;
  }

  .tailwind .mask-size-\[165\.582px_143\.2px\] {
    mask-size: 165.582px 143.2px;
  }

  .tailwind .mask-size-\[171\.875px_113\.188px\] {
    mask-size: 171.875px 113.188px;
  }

  .tailwind .mask-size-\[1920px_1080px\] {
    mask-size: 1920px 1080px;
  }

  .tailwind .mask-no-clip {
    mask-clip: no-clip;
  }

  .tailwind .mask-position-\[-76px_-43px\] {
    mask-position: -76px -43px;
  }

  .tailwind .mask-position-\[-76px_-1021px\] {
    mask-position: -76px -1021px;
  }

  .tailwind .mask-position-\[-1042px_-974px\] {
    mask-position: -1042px -974px;
  }

  .tailwind .mask-position-\[-1486px_-43px\] {
    mask-position: -1486px -43px;
  }

  .tailwind .mask-position-\[-1501px_-1021px\] {
    mask-position: -1501px -1021px;
  }

  .tailwind .mask-position-\[-1775px_-1006px\] {
    mask-position: -1775px -1006px;
  }

  .tailwind .mask-position-\[0\.07px_-0\.051px\] {
    mask-position: .07px -.051px;
  }

  .tailwind .mask-position-\[0\.08px_-0\.057px\] {
    mask-position: .08px -.057px;
  }

  .tailwind .mask-position-\[0\.09px_-0\.018px\] {
    mask-position: .09px -.018px;
  }

  .tailwind .mask-position-\[0\.09px_-0\.186px\] {
    mask-position: .09px -.186px;
  }

  .tailwind .mask-position-\[0\.012px_-0\.045px\] {
    mask-position: .012px -.045px;
  }

  .tailwind .mask-position-\[0\.23px_0\.021px\] {
    mask-position: .23px .021px;
  }

  .tailwind .mask-position-\[0\.062px_-0\.055px\] {
    mask-position: .062px -.055px;
  }

  .tailwind .mask-position-\[0\.066px_-0\.164px\,_0\.066px_-0\.166px\] {
    mask-position: .066px -.164px, .066px -.166px;
  }

  .tailwind .mask-position-\[0\.072px_0px\] {
    mask-position: .072px 0;
  }

  .tailwind .mask-position-\[0\.094px_-0\.064px\] {
    mask-position: .094px -.064px;
  }

  .tailwind .mask-position-\[0\.168px_-0\.039px\] {
    mask-position: .168px -.039px;
  }

  .tailwind .mask-position-\[0px_0px\] {
    mask-position: 0 0;
  }

  .tailwind .mask-position-\[9\.801px_0px\] {
    mask-position: 9.801px 0;
  }

  .tailwind .mask-no-repeat {
    mask-repeat: no-repeat;
  }

  .tailwind .object-cover {
    object-fit: cover;
  }

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

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

  .tailwind .font-\[\'DM_Serif_Display\:Regular\'\,sans-serif\] {
    font-family: DM Serif Display\:Regular, sans-serif;
  }

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

  .tailwind .font-\[\'Ubuntu\:Bold\'\,sans-serif\] {
    font-family: Ubuntu\:Bold, sans-serif;
  }

  .tailwind .font-\[\'Ubuntu\:Light\'\,sans-serif\] {
    font-family: Ubuntu\:Light, sans-serif;
  }

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

  .tailwind .font-\[\'Yaldevi_Colombo\:Bold\'\,sans-serif\] {
    font-family: Yaldevi Colombo\:Bold, sans-serif;
  }

  .tailwind .font-\[\'Yaldevi_Colombo\:Regular\'\,sans-serif\] {
    font-family: Yaldevi Colombo\:Regular, sans-serif;
  }

  .tailwind .font-\[\'Zilla_Slab\:Bold\'\,sans-serif\] {
    font-family: Zilla Slab\:Bold, sans-serif;
  }

  .tailwind .font-\[\'Zilla_Slab\:Italic\'\,sans-serif\] {
    font-family: Zilla Slab\:Italic, sans-serif;
  }

  .tailwind .font-\[\'Zilla_Slab\:Light\'\,sans-serif\] {
    font-family: Zilla Slab\:Light, sans-serif;
  }

  .tailwind .font-\[\'Zilla_Slab\:Regular\'\,sans-serif\] {
    font-family: Zilla Slab\:Regular, sans-serif;
  }

  .tailwind .font-\[\'Zilla_Slab_Highlight\:Bold\'\,sans-serif\] {
    font-family: Zilla Slab Highlight\:Bold, sans-serif;
  }

  .tailwind .text-\[0px\] {
    font-size: 0;
  }

  .tailwind .text-\[15px\] {
    font-size: 15px;
  }

  .tailwind .text-\[20px\] {
    font-size: 20px;
  }

  .tailwind .text-\[21px\] {
    font-size: 21px;
  }

  .tailwind .text-\[24px\] {
    font-size: 24px;
  }

  .tailwind .text-\[30px\] {
    font-size: 30px;
  }

  .tailwind .text-\[32px\] {
    font-size: 32px;
  }

  .tailwind .text-\[50px\] {
    font-size: 50px;
  }

  .tailwind .text-\[80px\] {
    font-size: 80px;
  }

  .tailwind .text-\[100px\] {
    font-size: 100px;
  }

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

  .tailwind .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

  .tailwind .leading-\[1\.32\] {
    --tw-leading: 1.32;
    line-height: 1.32;
  }

  .tailwind .leading-\[1\.34\] {
    --tw-leading: 1.34;
    line-height: 1.34;
  }

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

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

  .tailwind .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .tailwind .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }

  .tailwind .tracking-\[-1\.76px\] {
    --tw-tracking: -1.76px;
    letter-spacing: -1.76px;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .underline {
    text-decoration-line: underline;
  }

  .tailwind .decoration-solid {
    text-decoration-style: solid;
  }

  .tailwind .opacity-0 {
    opacity: 0;
  }

  .tailwind .opacity-100 {
    opacity: 1;
  }

  .tailwind .shadow-\[0px_3\.129px_3\.129px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 3.129px 3.129px 0px var(--tw-shadow-color, #00000040);
    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_4\.189px_4\.189px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4.189px 4.189px 0px var(--tw-shadow-color, #00000040);
    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_4\.224px_4\.224px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4.224px 4.224px 0px var(--tw-shadow-color, #00000040);
    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_4\.921px_6\.889px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 4.921px 6.889px 0px 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 .shadow-\[0px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 0px var(--tw-shadow-color, #00000040);
    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_5px_7px_0px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 5px 7px 0px 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 .shadow-\[0px_5px_7px_0px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0px 5px 7px 0px var(--tw-shadow-color, #0003);
    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_5px_7px_0px_rgba\(0\,0\,0\,0\.4\)\] {
    --tw-shadow: 0px 5px 7px 0px var(--tw-shadow-color, #0006);
    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-\[1px_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 1px 4px 4px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .tailwind .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .tailwind .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .tailwind .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

  .tailwind .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .tailwind .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  @media (hover: hover) {
    .tailwind .hover\:opacity-0:hover {
      opacity: 0;
    }
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

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

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

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

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

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

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

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-duration {
  syntax: "*";
  inherits: false
}

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