/*! 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-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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;
      --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-gray-300: oklch(.872 .01 258.338);
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --blur-sm: 8px;
    --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 .inset-\[-4\.766\%\] {
    inset: -4.766%;
  }

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

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

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

  .tailwind .top-\[-3\.345px\] {
    top: -3.345px;
  }

  .tailwind .top-\[-5\.334px\] {
    top: -5.334px;
  }

  .tailwind .top-\[-7\.894\%\] {
    top: -7.894%;
  }

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

  .tailwind .top-\[-17\.669px\] {
    top: -17.669px;
  }

  .tailwind .top-\[-40\.536px\] {
    top: -40.536px;
  }

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

  .tailwind .top-\[-356\.507px\] {
    top: -356.507px;
  }

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

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

  .tailwind .top-\[3\.083px\] {
    top: 3.083px;
  }

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

  .tailwind .top-\[8\.92px\] {
    top: 8.92px;
  }

  .tailwind .top-\[8\.315px\] {
    top: 8.315px;
  }

  .tailwind .top-\[8\.921px\] {
    top: 8.921px;
  }

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

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

  .tailwind .top-\[22\.662px\] {
    top: 22.662px;
  }

  .tailwind .top-\[27\.276px\] {
    top: 27.276px;
  }

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

  .tailwind .top-\[41\.564px\] {
    top: 41.564px;
  }

  .tailwind .top-\[53\.524px\] {
    top: 53.524px;
  }

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

  .tailwind .top-\[66\.905px\] {
    top: 66.905px;
  }

  .tailwind .top-\[66\.906px\] {
    top: 66.906px;
  }

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

  .tailwind .top-\[549\.74px\] {
    top: 549.74px;
  }

  .tailwind .top-\[550\.856px\] {
    top: 550.856px;
  }

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

  .tailwind .right-\[-7\.894\%\] {
    right: -7.894%;
  }

  .tailwind .right-\[-7\.895\%\] {
    right: -7.895%;
  }

  .tailwind .right-\[-7\.896\%\] {
    right: -7.896%;
  }

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

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

  .tailwind .bottom-\[-7\.895\%\] {
    bottom: -7.895%;
  }

  .tailwind .bottom-\[-7\.896\%\] {
    bottom: -7.896%;
  }

  .tailwind .bottom-\[-11\.829px\] {
    bottom: -11.829px;
  }

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

  .tailwind .bottom-\[14\.559px\] {
    bottom: 14.559px;
  }

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

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

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

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

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

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

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

  .tailwind .left-\[-3\.07px\] {
    left: -3.07px;
  }

  .tailwind .left-\[-3\.069px\] {
    left: -3.069px;
  }

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

  .tailwind .left-\[-7\.894\%\] {
    left: -7.894%;
  }

  .tailwind .left-\[-7\.895\%\] {
    left: -7.895%;
  }

  .tailwind .left-\[-7\.896\%\] {
    left: -7.896%;
  }

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

  .tailwind .left-\[-121\.275px\] {
    left: -121.275px;
  }

  .tailwind .left-\[-204\.714px\] {
    left: -204.714px;
  }

  .tailwind .left-\[-219\.924px\] {
    left: -219.924px;
  }

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

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

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

  .tailwind .left-\[2\.266px\] {
    left: 2.266px;
  }

  .tailwind .left-\[3\.142px\] {
    left: 3.142px;
  }

  .tailwind .left-\[3\.952px\] {
    left: 3.952px;
  }

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

  .tailwind .left-\[9\.354px\] {
    left: 9.354px;
  }

  .tailwind .left-\[14\.496px\] {
    left: 14.496px;
  }

  .tailwind .left-\[14\.497px\] {
    left: 14.497px;
  }

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

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

  .tailwind .left-\[27\.615px\] {
    left: 27.615px;
  }

  .tailwind .left-\[88\.947px\] {
    left: 88.947px;
  }

  .tailwind .left-\[143\.434px\] {
    left: 143.434px;
  }

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

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

  .tailwind .left-\[350\.697px\] {
    left: 350.697px;
  }

  .tailwind .left-\[404\.778px\] {
    left: 404.778px;
  }

  .tailwind .left-\[404\.779px\] {
    left: 404.779px;
  }

  .tailwind .left-\[409\.239px\] {
    left: 409.239px;
  }

  .tailwind .left-\[444\.216px\] {
    left: 444.216px;
  }

  .tailwind .left-\[444\.217px\] {
    left: 444.217px;
  }

  .tailwind .left-\[516\.954px\] {
    left: 516.954px;
  }

  .tailwind .z-10 {
    z-index: 10;
  }

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

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

  .tailwind .mb-\[-3\.142px\] {
    margin-bottom: -3.142px;
  }

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

  .tailwind .block {
    display: block;
  }

  .tailwind .flex {
    display: flex;
  }

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

  .tailwind .size-\[15\.299px\] {
    width: 15.299px;
    height: 15.299px;
  }

  .tailwind .size-\[27\.452px\] {
    width: 27.452px;
    height: 27.452px;
  }

  .tailwind .size-\[29\.851px\] {
    width: 29.851px;
    height: 29.851px;
  }

  .tailwind .size-\[33\.133px\] {
    width: 33.133px;
    height: 33.133px;
  }

  .tailwind .size-\[42\.38px\] {
    width: 42.38px;
    height: 42.38px;
  }

  .tailwind .size-\[45\.344px\] {
    width: 45.344px;
    height: 45.344px;
  }

  .tailwind .size-\[50\.718px\] {
    width: 50.718px;
    height: 50.718px;
  }

  .tailwind .size-\[63\.227px\] {
    width: 63.227px;
    height: 63.227px;
  }

  .tailwind .size-\[64\.269px\] {
    width: 64.269px;
    height: 64.269px;
  }

  .tailwind .size-\[80\.887px\] {
    width: 80.887px;
    height: 80.887px;
  }

  .tailwind .size-\[548\.127px\] {
    width: 548.127px;
    height: 548.127px;
  }

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

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

  .tailwind .h-\[31\.533px\] {
    height: 31.533px;
  }

  .tailwind .h-\[39\.496px\] {
    height: 39.496px;
  }

  .tailwind .h-\[43\.773px\] {
    height: 43.773px;
  }

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

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

  .tailwind .h-\[58\.426px\] {
    height: 58.426px;
  }

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

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

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

  .tailwind .h-\[65\.203px\] {
    height: 65.203px;
  }

  .tailwind .h-\[67\.937px\] {
    height: 67.937px;
  }

  .tailwind .h-\[69\.131px\] {
    height: 69.131px;
  }

  .tailwind .h-\[75\.297px\] {
    height: 75.297px;
  }

  .tailwind .h-\[98\.579px\] {
    height: 98.579px;
  }

  .tailwind .h-\[103\.266px\] {
    height: 103.266px;
  }

  .tailwind .h-\[107\.049px\] {
    height: 107.049px;
  }

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

  .tailwind .h-\[122\.647px\] {
    height: 122.647px;
  }

  .tailwind .h-\[145\.368px\] {
    height: 145.368px;
  }

  .tailwind .h-\[266\.081px\] {
    height: 266.081px;
  }

  .tailwind .h-\[448\.113px\] {
    height: 448.113px;
  }

  .tailwind .h-\[456\.287px\] {
    height: 456.287px;
  }

  .tailwind .h-\[457\.96px\] {
    height: 457.96px;
  }

  .tailwind .h-\[656\.789px\] {
    height: 656.789px;
  }

  .tailwind .h-\[657\.904px\] {
    height: 657.904px;
  }

  .tailwind .h-\[728\.671px\] {
    height: 728.671px;
  }

  .tailwind .h-\[738\.997px\] {
    height: 738.997px;
  }

  .tailwind .h-\[742\.115px\] {
    height: 742.115px;
  }

  .tailwind .h-\[748\.352px\] {
    height: 748.352px;
  }

  .tailwind .h-\[828\.384px\] {
    height: 828.384px;
  }

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

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

  .tailwind .w-\[27\.452px\] {
    width: 27.452px;
  }

  .tailwind .w-\[31\.533px\] {
    width: 31.533px;
  }

  .tailwind .w-\[35\.26px\] {
    width: 35.26px;
  }

  .tailwind .w-\[35\.565px\] {
    width: 35.565px;
  }

  .tailwind .w-\[39\.178px\] {
    width: 39.178px;
  }

  .tailwind .w-\[39\.217px\] {
    width: 39.217px;
  }

  .tailwind .w-\[40\.157px\] {
    width: 40.157px;
  }

  .tailwind .w-\[43\.48px\] {
    width: 43.48px;
  }

  .tailwind .w-\[44\.604px\] {
    width: 44.604px;
  }

  .tailwind .w-\[44\.708px\] {
    width: 44.708px;
  }

  .tailwind .w-\[44\.839px\] {
    width: 44.839px;
  }

  .tailwind .w-\[47\.061px\] {
    width: 47.061px;
  }

  .tailwind .w-\[47\.285px\] {
    width: 47.285px;
  }

  .tailwind .w-\[52\.89px\] {
    width: 52.89px;
  }

  .tailwind .w-\[53\.959px\] {
    width: 53.959px;
  }

  .tailwind .w-\[55\.709px\] {
    width: 55.709px;
  }

  .tailwind .w-\[59\.785px\] {
    width: 59.785px;
  }

  .tailwind .w-\[61\.179px\] {
    width: 61.179px;
  }

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

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

  .tailwind .w-\[75\.915px\] {
    width: 75.915px;
  }

  .tailwind .w-\[76\.866px\] {
    width: 76.866px;
  }

  .tailwind .w-\[77\.65px\] {
    width: 77.65px;
  }

  .tailwind .w-\[84\.436px\] {
    width: 84.436px;
  }

  .tailwind .w-\[84\.747px\] {
    width: 84.747px;
  }

  .tailwind .w-\[89\.207px\] {
    width: 89.207px;
  }

  .tailwind .w-\[108\.776px\] {
    width: 108.776px;
  }

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

  .tailwind .w-\[120\.568px\] {
    width: 120.568px;
  }

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

  .tailwind .w-\[128\.883px\] {
    width: 128.883px;
  }

  .tailwind .w-\[192\.466px\] {
    width: 192.466px;
  }

  .tailwind .w-\[197\.371px\] {
    width: 197.371px;
  }

  .tailwind .w-\[209\.082px\] {
    width: 209.082px;
  }

  .tailwind .w-\[222\.108px\] {
    width: 222.108px;
  }

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

  .tailwind .w-\[257\.178px\] {
    width: 257.178px;
  }

  .tailwind .w-\[276\.474px\] {
    width: 276.474px;
  }

  .tailwind .w-\[300\.09px\] {
    width: 300.09px;
  }

  .tailwind .w-\[338\.679px\] {
    width: 338.679px;
  }

  .tailwind .w-\[385\.718px\] {
    width: 385.718px;
  }

  .tailwind .w-\[409\.044px\] {
    width: 409.044px;
  }

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

  .tailwind .w-\[460\.533px\] {
    width: 460.533px;
  }

  .tailwind .w-\[546\.828px\] {
    width: 546.828px;
  }

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

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

  .tailwind .w-\[553\.988px\] {
    width: 553.988px;
  }

  .tailwind .w-\[555\.028px\] {
    width: 555.028px;
  }

  .tailwind .w-\[557\.106px\] {
    width: 557.106px;
  }

  .tailwind .w-\[797\.203px\] {
    width: 797.203px;
  }

  .tailwind .w-\[827\.95px\] {
    width: 827.95px;
  }

  .tailwind .w-\[958\.573px\] {
    width: 958.573px;
  }

  .tailwind .w-\[1602\.18px\] {
    width: 1602.18px;
  }

  .tailwind .w-\[1911\.52px\] {
    width: 1911.52px;
  }

  .tailwind .w-full {
    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-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    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 .rotate-\[180deg\] {
    rotate: 180deg;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .gap-\[5\.221px\] {
    gap: 5.221px;
  }

  .tailwind .gap-\[7\.856px\] {
    gap: 7.856px;
  }

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

  .tailwind .gap-\[13\.381px\] {
    gap: 13.381px;
  }

  .tailwind .gap-\[19\.748px\] {
    gap: 19.748px;
  }

  .tailwind .gap-\[28\.327px\] {
    gap: 28.327px;
  }

  .tailwind .gap-\[37\.418px\] {
    gap: 37.418px;
  }

  .tailwind .gap-\[93\.544px\] {
    gap: 93.544px;
  }

  .tailwind .gap-\[100\.71px\] {
    gap: 100.71px;
  }

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

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

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

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

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

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

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

  .tailwind .border-\[1\.06734px\] {
    border-style: var(--tw-border-style);
    border-width: 1.06734px;
  }

  .tailwind .border-\[1\.33365px\] {
    border-style: var(--tw-border-style);
    border-width: 1.33365px;
  }

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

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

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

  .tailwind .border-gray-300 {
    border-color: var(--color-gray-300);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .bg-white\/80 {
    background-color: #fffc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind .bg-white\/80 {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }

  .tailwind .\[background-size\:368\.1\%_100\.08\%\] {
    background-size: 368.1% 100.08%;
  }

  .tailwind .\[background-size\:503\.6\%_131\.3\%\] {
    background-size: 503.6% 131.3%;
  }

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

  .tailwind .bg-\[4\.58\%_49\.16\%\] {
    background-position: 4.58% 49.16%;
  }

  .tailwind .bg-\[49\.2\%_50\%\] {
    background-position: 49.2%;
  }

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

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

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

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

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

  .tailwind .px-\[14\.73px\] {
    padding-inline: 14.73px;
  }

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

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

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

  .tailwind .pt-\[9\.354px\] {
    padding-top: 9.354px;
  }

  .tailwind .pr-\[14\.71px\] {
    padding-right: 14.71px;
  }

  .tailwind .pb-\[3\.142px\] {
    padding-bottom: 3.142px;
  }

  .tailwind .pb-\[18\.373px\] {
    padding-bottom: 18.373px;
  }

  .tailwind .pb-\[64\.441px\] {
    padding-bottom: 64.441px;
  }

  .tailwind .pl-\[18\.709px\] {
    padding-left: 18.709px;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .text-\[12\.7489px\] {
    font-size: 12.7489px;
  }

  .tailwind .text-\[13\.7122px\] {
    font-size: 13.7122px;
  }

  .tailwind .text-\[16\.5496px\] {
    font-size: 16.5496px;
  }

  .tailwind .text-\[18\.775px\] {
    font-size: 18.775px;
  }

  .tailwind .text-\[18\.1422px\] {
    font-size: 18.1422px;
  }

  .tailwind .text-\[19\.4638px\] {
    font-size: 19.4638px;
  }

  .tailwind .text-\[22\.5519px\] {
    font-size: 22.5519px;
  }

  .tailwind .text-\[22\.6617px\] {
    font-size: 22.6617px;
  }

  .tailwind .text-\[26\.8214px\] {
    font-size: 26.8214px;
  }

  .tailwind .text-\[29\.5225px\] {
    font-size: 29.5225px;
  }

  .tailwind .text-\[37\.5149px\] {
    font-size: 37.5149px;
  }

  .tailwind .text-\[42\.3019px\] {
    font-size: 42.3019px;
  }

  .tailwind .text-\[43\.6604px\] {
    font-size: 43.6604px;
  }

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

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

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

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

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

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

  .tailwind .tracking-\[0\.764935px\] {
    --tw-tracking: .764935px;
    letter-spacing: .764935px;
  }

  .tailwind .text-nowrap {
    text-wrap: nowrap;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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 {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .tailwind .transition-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 .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  @media (hover: hover) {
    .tailwind .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:flex-wrap {
      flex-wrap: wrap;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:overflow-visible {
      overflow: visible;
    }
  }
}

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

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

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

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

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

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

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

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

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

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

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

@property --tw-tracking {
  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
}

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