/*! 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-leading: initial;
      --tw-font-weight: 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;
    --spacing: .25rem;
    --font-weight-medium: 500;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  .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 .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

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

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

  .tailwind .top-\[4\.27px\] {
    top: 4.27px;
  }

  .tailwind .top-\[4\.33px\] {
    top: 4.33px;
  }

  .tailwind .top-\[5\.26px\] {
    top: 5.26px;
  }

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

  .tailwind .top-\[6\.8px\] {
    top: 6.8px;
  }

  .tailwind .top-\[6\.52px\] {
    top: 6.52px;
  }

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

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

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

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

  .tailwind .top-\[8\.43px\] {
    top: 8.43px;
  }

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

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

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

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

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

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

  .tailwind .top-\[18\.16px\] {
    top: 18.16px;
  }

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

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

  .tailwind .top-\[22\.44px\] {
    top: 22.44px;
  }

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

  .tailwind .top-\[27\.73px\] {
    top: 27.73px;
  }

  .tailwind .top-\[33\.53px\] {
    top: 33.53px;
  }

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

  .tailwind .top-\[35\.47px\] {
    top: 35.47px;
  }

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

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

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

  .tailwind .top-\[41\.66px\] {
    top: 41.66px;
  }

  .tailwind .top-\[42\.07px\] {
    top: 42.07px;
  }

  .tailwind .top-\[47\.64px\] {
    top: 47.64px;
  }

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

  .tailwind .top-\[49\.06px\] {
    top: 49.06px;
  }

  .tailwind .top-\[49\.09px\] {
    top: 49.09px;
  }

  .tailwind .top-\[52\.74px\] {
    top: 52.74px;
  }

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

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

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

  .tailwind .top-\[57\.38px\] {
    top: 57.38px;
  }

  .tailwind .top-\[62\.26px\] {
    top: 62.26px;
  }

  .tailwind .top-\[63\.32px\] {
    top: 63.32px;
  }

  .tailwind .top-\[67\.3px\] {
    top: 67.3px;
  }

  .tailwind .top-\[68\.11px\] {
    top: 68.11px;
  }

  .tailwind .top-\[70\.61px\] {
    top: 70.61px;
  }

  .tailwind .top-\[70\.79px\] {
    top: 70.79px;
  }

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

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

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

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

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

  .tailwind .top-\[74\.03px\] {
    top: 74.03px;
  }

  .tailwind .top-\[74\.78px\] {
    top: 74.78px;
  }

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

  .tailwind .top-\[77\.5px\] {
    top: 77.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[91\.56px\] {
    top: 91.56px;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[95\.68px\] {
    top: 95.68px;
  }

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

  .tailwind .left-\[4\.27px\] {
    left: 4.27px;
  }

  .tailwind .left-\[5\.6px\] {
    left: 5.6px;
  }

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

  .tailwind .left-\[5\.74px\] {
    left: 5.74px;
  }

  .tailwind .left-\[5\.85px\] {
    left: 5.85px;
  }

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

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

  .tailwind .left-\[6\.52px\] {
    left: 6.52px;
  }

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

  .tailwind .left-\[7\.92px\] {
    left: 7.92px;
  }

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

  .tailwind .left-\[9\.03px\] {
    left: 9.03px;
  }

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

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

  .tailwind .left-\[12\.06px\] {
    left: 12.06px;
  }

  .tailwind .left-\[12\.33px\] {
    left: 12.33px;
  }

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

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

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

  .tailwind .left-\[21\.4px\] {
    left: 21.4px;
  }

  .tailwind .left-\[22\.46px\] {
    left: 22.46px;
  }

  .tailwind .left-\[23\.49px\] {
    left: 23.49px;
  }

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

  .tailwind .left-\[29\.12px\] {
    left: 29.12px;
  }

  .tailwind .left-\[32\.3px\] {
    left: 32.3px;
  }

  .tailwind .left-\[33\.53px\] {
    left: 33.53px;
  }

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

  .tailwind .left-\[35\.51px\] {
    left: 35.51px;
  }

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

  .tailwind .left-\[41\.66px\] {
    left: 41.66px;
  }

  .tailwind .left-\[43\.23px\] {
    left: 43.23px;
  }

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

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

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

  .tailwind .left-\[49\.09px\] {
    left: 49.09px;
  }

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

  .tailwind .left-\[52\.74px\] {
    left: 52.74px;
  }

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

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

  .tailwind .left-\[61\.46px\] {
    left: 61.46px;
  }

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

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

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

  .tailwind .left-\[65\.94px\] {
    left: 65.94px;
  }

  .tailwind .left-\[67\.3px\] {
    left: 67.3px;
  }

  .tailwind .left-\[70\.53px\] {
    left: 70.53px;
  }

  .tailwind .left-\[70\.61px\] {
    left: 70.61px;
  }

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

  .tailwind .left-\[71\.3px\] {
    left: 71.3px;
  }

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

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

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

  .tailwind .left-\[74\.03px\] {
    left: 74.03px;
  }

  .tailwind .left-\[74\.9px\] {
    left: 74.9px;
  }

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

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

  .tailwind .left-\[79\.53px\] {
    left: 79.53px;
  }

  .tailwind .left-\[80\.18px\] {
    left: 80.18px;
  }

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

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

  .tailwind .left-\[84\.81px\] {
    left: 84.81px;
  }

  .tailwind .left-\[85\.37px\] {
    left: 85.37px;
  }

  .tailwind .left-\[85\.66px\] {
    left: 85.66px;
  }

  .tailwind .left-\[88\.27px\] {
    left: 88.27px;
  }

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

  .tailwind .left-\[91\.2px\] {
    left: 91.2px;
  }

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

  .tailwind .left-\[91\.23px\] {
    left: 91.23px;
  }

  .tailwind .left-\[91\.56px\] {
    left: 91.56px;
  }

  .tailwind .left-\[93\.13px\] {
    left: 93.13px;
  }

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

  .tailwind .left-\[93\.37px\] {
    left: 93.37px;
  }

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

  .tailwind .left-\[94\.39px\] {
    left: 94.39px;
  }

  .tailwind .left-\[94\.56px\] {
    left: 94.56px;
  }

  .tailwind .left-\[94\.68px\] {
    left: 94.68px;
  }

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

  .tailwind .left-\[95\.68px\] {
    left: 95.68px;
  }

  .tailwind .left-\[95\.69px\] {
    left: 95.69px;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

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

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

  .tailwind .h-\[4\.323px\] {
    height: 4.323px;
  }

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

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

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

  .tailwind .h-\[9\.948px\] {
    height: 9.948px;
  }

  .tailwind .h-\[10\.556px\] {
    height: 10.556px;
  }

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

  .tailwind .h-\[12\.483px\] {
    height: 12.483px;
  }

  .tailwind .h-\[13\.249px\] {
    height: 13.249px;
  }

  .tailwind .h-\[13\.884px\] {
    height: 13.884px;
  }

  .tailwind .h-\[14\.362px\] {
    height: 14.362px;
  }

  .tailwind .h-\[14\.491px\] {
    height: 14.491px;
  }

  .tailwind .h-\[14\.955px\] {
    height: 14.955px;
  }

  .tailwind .h-\[15\.016px\] {
    height: 15.016px;
  }

  .tailwind .h-\[19\.93px\] {
    height: 19.93px;
  }

  .tailwind .h-\[19\.873px\] {
    height: 19.873px;
  }

  .tailwind .h-\[20\.367px\] {
    height: 20.367px;
  }

  .tailwind .h-\[20\.394px\] {
    height: 20.394px;
  }

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

  .tailwind .h-\[21\.353px\] {
    height: 21.353px;
  }

  .tailwind .h-\[22\.872px\] {
    height: 22.872px;
  }

  .tailwind .h-\[22\.934px\] {
    height: 22.934px;
  }

  .tailwind .h-\[23\.124px\] {
    height: 23.124px;
  }

  .tailwind .h-\[23\.263px\] {
    height: 23.263px;
  }

  .tailwind .h-\[23\.578px\] {
    height: 23.578px;
  }

  .tailwind .h-\[23\.703px\] {
    height: 23.703px;
  }

  .tailwind .h-\[23\.722px\] {
    height: 23.722px;
  }

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

  .tailwind .h-\[23\.885px\] {
    height: 23.885px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[25\.074px\] {
    height: 25.074px;
  }

  .tailwind .h-\[25\.398px\] {
    height: 25.398px;
  }

  .tailwind .h-\[26\.593px\] {
    height: 26.593px;
  }

  .tailwind .h-\[26\.601px\] {
    height: 26.601px;
  }

  .tailwind .h-\[26\.838px\] {
    height: 26.838px;
  }

  .tailwind .h-\[26\.934px\] {
    height: 26.934px;
  }

  .tailwind .h-\[26\.962px\] {
    height: 26.962px;
  }

  .tailwind .h-\[27\.044px\] {
    height: 27.044px;
  }

  .tailwind .h-\[27\.299px\] {
    height: 27.299px;
  }

  .tailwind .h-\[27\.318px\] {
    height: 27.318px;
  }

  .tailwind .h-\[27\.674px\] {
    height: 27.674px;
  }

  .tailwind .h-\[27\.893px\] {
    height: 27.893px;
  }

  .tailwind .h-\[28\.82px\] {
    height: 28.82px;
  }

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

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

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

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

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

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

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

  .tailwind .w-\[6\.428px\] {
    width: 6.428px;
  }

  .tailwind .w-\[6\.821px\] {
    width: 6.821px;
  }

  .tailwind .w-\[7\.437px\] {
    width: 7.437px;
  }

  .tailwind .w-\[8\.036px\] {
    width: 8.036px;
  }

  .tailwind .w-\[9\.948px\] {
    width: 9.948px;
  }

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

  .tailwind .w-\[11\.25px\] {
    width: 11.25px;
  }

  .tailwind .w-\[11\.249px\] {
    width: 11.249px;
  }

  .tailwind .w-\[11\.912px\] {
    width: 11.912px;
  }

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

  .tailwind .w-\[12\.857px\] {
    width: 12.857px;
  }

  .tailwind .w-\[12\.859px\] {
    width: 12.859px;
  }

  .tailwind .w-\[12\.861px\] {
    width: 12.861px;
  }

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

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

  .tailwind .w-\[14\.362px\] {
    width: 14.362px;
  }

  .tailwind .w-\[14\.491px\] {
    width: 14.491px;
  }

  .tailwind .w-\[14\.955px\] {
    width: 14.955px;
  }

  .tailwind .w-\[15\.016px\] {
    width: 15.016px;
  }

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

  .tailwind .w-\[19\.93px\] {
    width: 19.93px;
  }

  .tailwind .w-\[19\.873px\] {
    width: 19.873px;
  }

  .tailwind .w-\[20\.367px\] {
    width: 20.367px;
  }

  .tailwind .w-\[20\.394px\] {
    width: 20.394px;
  }

  .tailwind .w-\[20\.977px\] {
    width: 20.977px;
  }

  .tailwind .w-\[21\.353px\] {
    width: 21.353px;
  }

  .tailwind .w-\[22\.872px\] {
    width: 22.872px;
  }

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

  .tailwind .w-\[23\.124px\] {
    width: 23.124px;
  }

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

  .tailwind .w-\[23\.578px\] {
    width: 23.578px;
  }

  .tailwind .w-\[23\.703px\] {
    width: 23.703px;
  }

  .tailwind .w-\[23\.722px\] {
    width: 23.722px;
  }

  .tailwind .w-\[23\.831px\] {
    width: 23.831px;
  }

  .tailwind .w-\[23\.885px\] {
    width: 23.885px;
  }

  .tailwind .w-\[24\.059px\] {
    width: 24.059px;
  }

  .tailwind .w-\[24\.091px\] {
    width: 24.091px;
  }

  .tailwind .w-\[24\.299px\] {
    width: 24.299px;
  }

  .tailwind .w-\[24\.333px\] {
    width: 24.333px;
  }

  .tailwind .w-\[24\.415px\] {
    width: 24.415px;
  }

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

  .tailwind .w-\[24\.775px\] {
    width: 24.775px;
  }

  .tailwind .w-\[24\.799px\] {
    width: 24.799px;
  }

  .tailwind .w-\[24\.863px\] {
    width: 24.863px;
  }

  .tailwind .w-\[25\.6px\] {
    width: 25.6px;
  }

  .tailwind .w-\[25\.074px\] {
    width: 25.074px;
  }

  .tailwind .w-\[25\.398px\] {
    width: 25.398px;
  }

  .tailwind .w-\[26\.593px\] {
    width: 26.593px;
  }

  .tailwind .w-\[26\.601px\] {
    width: 26.601px;
  }

  .tailwind .w-\[26\.838px\] {
    width: 26.838px;
  }

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

  .tailwind .w-\[26\.962px\] {
    width: 26.962px;
  }

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

  .tailwind .w-\[27\.044px\] {
    width: 27.044px;
  }

  .tailwind .w-\[27\.299px\] {
    width: 27.299px;
  }

  .tailwind .w-\[27\.318px\] {
    width: 27.318px;
  }

  .tailwind .w-\[27\.674px\] {
    width: 27.674px;
  }

  .tailwind .w-\[27\.893px\] {
    width: 27.893px;
  }

  .tailwind .w-\[28\.82px\] {
    width: 28.82px;
  }

  .tailwind .w-\[28\.736px\] {
    width: 28.736px;
  }

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

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

  .tailwind .rotate-\[7\.702deg\] {
    rotate: 7.702deg;
  }

  .tailwind .rotate-\[9\.236deg\] {
    rotate: 9.236deg;
  }

  .tailwind .rotate-\[18\.583deg\] {
    rotate: 18.583deg;
  }

  .tailwind .rotate-\[23\.567deg\] {
    rotate: 23.567deg;
  }

  .tailwind .rotate-\[25\.101deg\] {
    rotate: 25.101deg;
  }

  .tailwind .rotate-\[37\.243deg\] {
    rotate: 37.243deg;
  }

  .tailwind .rotate-\[38\.776deg\] {
    rotate: 38.776deg;
  }

  .tailwind .rotate-\[39\.14deg\] {
    rotate: 39.14deg;
  }

  .tailwind .rotate-\[51\.415deg\] {
    rotate: 51.415deg;
  }

  .tailwind .rotate-\[52\.948deg\] {
    rotate: 52.948deg;
  }

  .tailwind .rotate-\[59\.631deg\] {
    rotate: 59.631deg;
  }

  .tailwind .rotate-\[63\.641deg\] {
    rotate: 63.641deg;
  }

  .tailwind .rotate-\[65\.174deg\] {
    rotate: 65.174deg;
  }

  .tailwind .rotate-\[70\.775deg\] {
    rotate: 70.775deg;
  }

  .tailwind .rotate-\[72\.019deg\] {
    rotate: 72.019deg;
  }

  .tailwind .rotate-\[72\.308deg\] {
    rotate: 72.308deg;
  }

  .tailwind .rotate-\[78\.138deg\] {
    rotate: 78.138deg;
  }

  .tailwind .rotate-\[79\.671deg\] {
    rotate: 79.671deg;
  }

  .tailwind .rotate-\[79\.877deg\] {
    rotate: 79.877deg;
  }

  .tailwind .rotate-\[87\.735deg\] {
    rotate: 87.735deg;
  }

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

  .tailwind .rotate-\[92\.463deg\] {
    rotate: 92.463deg;
  }

  .tailwind .rotate-\[99\.236deg\] {
    rotate: 99.236deg;
  }

  .tailwind .rotate-\[108\.583deg\] {
    rotate: 108.583deg;
  }

  .tailwind .rotate-\[110\.116deg\] {
    rotate: 110.116deg;
  }

  .tailwind .rotate-\[115\.101deg\] {
    rotate: 115.101deg;
  }

  .tailwind .rotate-\[128\.776deg\] {
    rotate: 128.776deg;
  }

  .tailwind .rotate-\[129\.14deg\] {
    rotate: 129.14deg;
  }

  .tailwind .rotate-\[130\.673deg\] {
    rotate: 130.673deg;
  }

  .tailwind .rotate-\[142\.948deg\] {
    rotate: 142.948deg;
  }

  .tailwind .rotate-\[149\.631deg\] {
    rotate: 149.631deg;
  }

  .tailwind .rotate-\[151\.164deg\] {
    rotate: 151.164deg;
  }

  .tailwind .rotate-\[155\.174deg\] {
    rotate: 155.174deg;
  }

  .tailwind .rotate-\[162\.019deg\] {
    rotate: 162.019deg;
  }

  .tailwind .rotate-\[162\.308deg\] {
    rotate: 162.308deg;
  }

  .tailwind .rotate-\[163\.553deg\] {
    rotate: 163.553deg;
  }

  .tailwind .rotate-\[169\.671deg\] {
    rotate: 169.671deg;
  }

  .tailwind .rotate-\[169\.877deg\] {
    rotate: 169.877deg;
  }

  .tailwind .rotate-\[171\.411deg\] {
    rotate: 171.411deg;
  }

  .tailwind .rotate-\[177\.735deg\] {
    rotate: 177.735deg;
  }

  .tailwind .rotate-\[182\.463deg\] {
    rotate: 182.463deg;
  }

  .tailwind .rotate-\[187\.702deg\] {
    rotate: 187.702deg;
  }

  .tailwind .rotate-\[189\.236deg\] {
    rotate: 189.236deg;
  }

  .tailwind .rotate-\[200\.116deg\] {
    rotate: 200.116deg;
  }

  .tailwind .rotate-\[203\.567deg\] {
    rotate: 203.567deg;
  }

  .tailwind .rotate-\[205\.101deg\] {
    rotate: 205.101deg;
  }

  .tailwind .rotate-\[217\.243deg\] {
    rotate: 217.243deg;
  }

  .tailwind .rotate-\[218\.776deg\] {
    rotate: 218.776deg;
  }

  .tailwind .rotate-\[220\.673deg\] {
    rotate: 220.673deg;
  }

  .tailwind .rotate-\[231\.415deg\] {
    rotate: 231.415deg;
  }

  .tailwind .rotate-\[232\.948deg\] {
    rotate: 232.948deg;
  }

  .tailwind .rotate-\[241\.164deg\] {
    rotate: 241.164deg;
  }

  .tailwind .rotate-\[243\.641deg\] {
    rotate: 243.641deg;
  }

  .tailwind .rotate-\[245\.174deg\] {
    rotate: 245.174deg;
  }

  .tailwind .rotate-\[250\.775deg\] {
    rotate: 250.775deg;
  }

  .tailwind .rotate-\[252\.308deg\] {
    rotate: 252.308deg;
  }

  .tailwind .rotate-\[253\.553deg\] {
    rotate: 253.553deg;
  }

  .tailwind .rotate-\[258\.138deg\] {
    rotate: 258.138deg;
  }

  .tailwind .rotate-\[259\.671deg\] {
    rotate: 259.671deg;
  }

  .tailwind .rotate-\[261\.411deg\] {
    rotate: 261.411deg;
  }

  .tailwind .rotate-\[270\.93deg\] {
    rotate: 270.93deg;
  }

  .tailwind .rotate-\[272\.463deg\] {
    rotate: 272.463deg;
  }

  .tailwind .rotate-\[277\.702deg\] {
    rotate: 277.702deg;
  }

  .tailwind .rotate-\[288\.583deg\] {
    rotate: 288.583deg;
  }

  .tailwind .rotate-\[290\.116deg\] {
    rotate: 290.116deg;
  }

  .tailwind .rotate-\[293\.567deg\] {
    rotate: 293.567deg;
  }

  .tailwind .rotate-\[307\.243deg\] {
    rotate: 307.243deg;
  }

  .tailwind .rotate-\[309\.14deg\] {
    rotate: 309.14deg;
  }

  .tailwind .rotate-\[310\.673deg\] {
    rotate: 310.673deg;
  }

  .tailwind .rotate-\[321\.415deg\] {
    rotate: 321.415deg;
  }

  .tailwind .rotate-\[329\.631deg\] {
    rotate: 329.631deg;
  }

  .tailwind .rotate-\[331\.164deg\] {
    rotate: 331.164deg;
  }

  .tailwind .rotate-\[333\.641deg\] {
    rotate: 333.641deg;
  }

  .tailwind .rotate-\[340\.775deg\] {
    rotate: 340.775deg;
  }

  .tailwind .rotate-\[342\.019deg\] {
    rotate: 342.019deg;
  }

  .tailwind .rotate-\[343\.553deg\] {
    rotate: 343.553deg;
  }

  .tailwind .rotate-\[348\.138deg\] {
    rotate: 348.138deg;
  }

  .tailwind .rotate-\[349\.877deg\] {
    rotate: 349.877deg;
  }

  .tailwind .rotate-\[351\.411deg\] {
    rotate: 351.411deg;
  }

  .tailwind .rotate-\[357\.735deg\] {
    rotate: 357.735deg;
  }

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

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

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

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

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

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

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

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

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

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

  .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));
  }
}

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

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