/*! 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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}

@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 .invisible {
    visibility: hidden;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[-0\.38px_-7\.14\%\] {
    inset: -.38px -7.14%;
  }

  .tailwind .inset-\[-4\.13\%_-4\.03\%\] {
    inset: -4.13% -4.03%;
  }

  .tailwind .inset-\[-4\.33\%_-0\.66\%\] {
    inset: -4.33% -.66%;
  }

  .tailwind .inset-\[-5\.43\%_-5\.3\%\] {
    inset: -5.43% -5.3%;
  }

  .tailwind .inset-\[-5\.44\%_-5\.31\%\] {
    inset: -5.44% -5.31%;
  }

  .tailwind .inset-\[-5\.68\%_-0\.86\%\] {
    inset: -5.68% -.86%;
  }

  .tailwind .inset-\[-5\.69\%_-0\.86\%\] {
    inset: -5.69% -.86%;
  }

  .tailwind .inset-\[-7\.14\%_-20\.2\%_-7\.14\%_-14\.29\%\] {
    inset: -7.14% -20.2% -7.14% -14.29%;
  }

  .tailwind .inset-\[-7\.44\%_-7\.26\%\] {
    inset: -7.44% -7.26%;
  }

  .tailwind .inset-\[-7\.79\%_-1\.18\%\] {
    inset: -7.79% -1.18%;
  }

  .tailwind .inset-\[-8\.35\%_-8\.16\%\] {
    inset: -8.35% -8.16%;
  }

  .tailwind .inset-\[-8\.74\%_-1\.32\%\] {
    inset: -8.74% -1.32%;
  }

  .tailwind .inset-\[-9\.72\%_-0\.89\%\] {
    inset: -9.72% -.89%;
  }

  .tailwind .inset-\[-9\.87\%_-9\.64\%\] {
    inset: -9.87% -9.64%;
  }

  .tailwind .inset-\[-12\.77\%_-1\.17\%\] {
    inset: -12.77% -1.17%;
  }

  .tailwind .inset-\[-12\.79\%_-1\.17\%\] {
    inset: -12.79% -1.17%;
  }

  .tailwind .inset-\[-12\.97\%_-12\.66\%\] {
    inset: -12.97% -12.66%;
  }

  .tailwind .inset-\[-12\.98\%_-12\.68\%\] {
    inset: -12.98% -12.68%;
  }

  .tailwind .inset-\[-17\.51\%_-1\.6\%\] {
    inset: -17.51% -1.6%;
  }

  .tailwind .inset-\[-17\.78\%_-17\.35\%\] {
    inset: -17.78% -17.35%;
  }

  .tailwind .inset-\[-19\.65\%_-1\.79\%\] {
    inset: -19.65% -1.79%;
  }

  .tailwind .inset-\[-19\.95\%_-19\.48\%\] {
    inset: -19.95% -19.48%;
  }

  .tailwind .inset-\[-41\.25\%_-46\.25\%_-51\.25\%_-46\.25\%\] {
    inset: -41.25% -46.25% -51.25%;
  }

  .tailwind .inset-\[27\.12\%_42\.41\%_62\.81\%_43\.81\%\] {
    inset: 27.12% 42.41% 62.81% 43.81%;
  }

  .tailwind .inset-\[27\.12\%_47\.85\%_62\.81\%_37\.46\%\] {
    inset: 27.12% 47.85% 62.81% 37.46%;
  }

  .tailwind .inset-\[48\.35\%_60\.1\%_35\.85\%_20\.11\%\] {
    inset: 48.35% 60.1% 35.85% 20.11%;
  }

  .tailwind .inset-\[51\.79\%_55\.77\%_28\.76\%_19\.86\%\] {
    inset: 51.79% 55.77% 28.76% 19.86%;
  }

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

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

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

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

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

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

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

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

  .tailwind .top-\[8\.4px\] {
    top: 8.4px;
  }

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

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

  .tailwind .top-\[10\.99px\] {
    top: 10.99px;
  }

  .tailwind .top-\[12\.04px\] {
    top: 12.04px;
  }

  .tailwind .top-\[12\.26px\] {
    top: 12.26px;
  }

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

  .tailwind .top-\[14\.27px\] {
    top: 14.27px;
  }

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

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

  .tailwind .top-\[18\.73px\] {
    top: 18.73px;
  }

  .tailwind .top-\[18\.86px\] {
    top: 18.86px;
  }

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

  .tailwind .top-\[24\.4px\] {
    top: 24.4px;
  }

  .tailwind .top-\[24\.63px\] {
    top: 24.63px;
  }

  .tailwind .top-\[26\.6px\] {
    top: 26.6px;
  }

  .tailwind .top-\[26\.47px\] {
    top: 26.47px;
  }

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

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

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

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

  .tailwind .top-\[28\.96px\] {
    top: 28.96px;
  }

  .tailwind .top-\[29\.48px\] {
    top: 29.48px;
  }

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

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

  .tailwind .top-\[32\.18px\] {
    top: 32.18px;
  }

  .tailwind .top-\[32\.21px\] {
    top: 32.21px;
  }

  .tailwind .top-\[32\.58px\] {
    top: 32.58px;
  }

  .tailwind .top-\[32\.62px\] {
    top: 32.62px;
  }

  .tailwind .top-\[33\.02px\] {
    top: 33.02px;
  }

  .tailwind .top-\[33\.05px\] {
    top: 33.05px;
  }

  .tailwind .top-\[36\.89px\] {
    top: 36.89px;
  }

  .tailwind .top-\[37\.61px\] {
    top: 37.61px;
  }

  .tailwind .top-\[37\.63px\] {
    top: 37.63px;
  }

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

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

  .tailwind .top-\[37\.87px\] {
    top: 37.87px;
  }

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

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

  .tailwind .top-\[41\.14px\] {
    top: 41.14px;
  }

  .tailwind .top-\[41\.25px\] {
    top: 41.25px;
  }

  .tailwind .top-\[41\.29px\] {
    top: 41.29px;
  }

  .tailwind .top-\[41\.31px\] {
    top: 41.31px;
  }

  .tailwind .top-\[45\.73px\] {
    top: 45.73px;
  }

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

  .tailwind .top-\[46\.12px\] {
    top: 46.12px;
  }

  .tailwind .top-\[46\.14px\] {
    top: 46.14px;
  }

  .tailwind .top-\[46\.58px\] {
    top: 46.58px;
  }

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

  .tailwind .top-\[49\.01px\] {
    top: 49.01px;
  }

  .tailwind .top-\[49\.24px\] {
    top: 49.24px;
  }

  .tailwind .top-\[49\.25px\] {
    top: 49.25px;
  }

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

  .tailwind .top-\[49\.52px\] {
    top: 49.52px;
  }

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

  .tailwind .top-\[50\.45px\] {
    top: 50.45px;
  }

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

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

  .tailwind .top-\[54\.09px\] {
    top: 54.09px;
  }

  .tailwind .top-\[54\.36px\] {
    top: 54.36px;
  }

  .tailwind .top-\[54\.66px\] {
    top: 54.66px;
  }

  .tailwind .top-\[57\.58px\] {
    top: 57.58px;
  }

  .tailwind .top-\[58\.02px\] {
    top: 58.02px;
  }

  .tailwind .top-\[58\.05px\] {
    top: 58.05px;
  }

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

  .tailwind .top-\[58\.35px\] {
    top: 58.35px;
  }

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

  .tailwind .top-\[60\.06px\] {
    top: 60.06px;
  }

  .tailwind .top-\[60\.13px\] {
    top: 60.13px;
  }

  .tailwind .top-\[60\.39px\] {
    top: 60.39px;
  }

  .tailwind .top-\[60\.44px\] {
    top: 60.44px;
  }

  .tailwind .top-\[60\.62px\] {
    top: 60.62px;
  }

  .tailwind .top-\[60\.77px\] {
    top: 60.77px;
  }

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

  .tailwind .top-\[61\.26px\] {
    top: 61.26px;
  }

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

  .tailwind .top-\[62\.09px\] {
    top: 62.09px;
  }

  .tailwind .top-\[62\.21px\] {
    top: 62.21px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[77\.16px\] {
    top: 77.16px;
  }

  .tailwind .top-\[77\.24px\] {
    top: 77.24px;
  }

  .tailwind .top-\[77\.26px\] {
    top: 77.26px;
  }

  .tailwind .top-\[77\.61px\] {
    top: 77.61px;
  }

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

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

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

  .tailwind .top-\[92\.36px\] {
    top: 92.36px;
  }

  .tailwind .top-\[95\.06px\] {
    top: 95.06px;
  }

  .tailwind .top-\[95\.09px\] {
    top: 95.09px;
  }

  .tailwind .top-\[96\.45px\] {
    top: 96.45px;
  }

  .tailwind .top-\[99\.63px\] {
    top: 99.63px;
  }

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

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

  .tailwind .top-\[108\.6px\] {
    top: 108.6px;
  }

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

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

  .tailwind .top-\[118\.87px\] {
    top: 118.87px;
  }

  .tailwind .top-\[122\.62px\] {
    top: 122.62px;
  }

  .tailwind .top-\[122\.92px\] {
    top: 122.92px;
  }

  .tailwind .top-\[123\.25px\] {
    top: 123.25px;
  }

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

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

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

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

  .tailwind .top-\[153\.28px\] {
    top: 153.28px;
  }

  .tailwind .top-\[153\.66px\] {
    top: 153.66px;
  }

  .tailwind .top-\[154\.07px\] {
    top: 154.07px;
  }

  .tailwind .top-\[166\.2px\] {
    top: 166.2px;
  }

  .tailwind .top-\[166\.47px\] {
    top: 166.47px;
  }

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

  .tailwind .top-\[186\.05px\] {
    top: 186.05px;
  }

  .tailwind .top-\[208\.46px\] {
    top: 208.46px;
  }

  .tailwind .top-\[208\.78px\] {
    top: 208.78px;
  }

  .tailwind .top-\[228\.99px\] {
    top: 228.99px;
  }

  .tailwind .top-\[286\.24px\] {
    top: 286.24px;
  }

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

  .tailwind .right-\[20\.83\%\] {
    right: 20.83%;
  }

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

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

  .tailwind .bottom-\[4\.13px\] {
    bottom: 4.13px;
  }

  .tailwind .bottom-\[5\.08px\] {
    bottom: 5.08px;
  }

  .tailwind .bottom-\[6\.35px\] {
    bottom: 6.35px;
  }

  .tailwind .bottom-\[20\.83\%\] {
    bottom: 20.83%;
  }

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

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

  .tailwind .left-\[-4\.08\%\] {
    left: -4.08%;
  }

  .tailwind .left-\[-4\.35\%\] {
    left: -4.35%;
  }

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

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

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

  .tailwind .left-\[7\.2px\] {
    left: 7.2px;
  }

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

  .tailwind .left-\[7\.35px\] {
    left: 7.35px;
  }

  .tailwind .left-\[7\.86px\] {
    left: 7.86px;
  }

  .tailwind .left-\[7\.91px\] {
    left: 7.91px;
  }

  .tailwind .left-\[7\.99px\] {
    left: 7.99px;
  }

  .tailwind .left-\[8\.66px\] {
    left: 8.66px;
  }

  .tailwind .left-\[8\.68px\] {
    left: 8.68px;
  }

  .tailwind .left-\[8\.81px\] {
    left: 8.81px;
  }

  .tailwind .left-\[8\.83px\] {
    left: 8.83px;
  }

  .tailwind .left-\[8\.85px\] {
    left: 8.85px;
  }

  .tailwind .left-\[8\.87px\] {
    left: 8.87px;
  }

  .tailwind .left-\[8\.93px\] {
    left: 8.93px;
  }

  .tailwind .left-\[8\.96px\] {
    left: 8.96px;
  }

  .tailwind .left-\[9\.02px\] {
    left: 9.02px;
  }

  .tailwind .left-\[9\.2px\] {
    left: 9.2px;
  }

  .tailwind .left-\[9\.05px\] {
    left: 9.05px;
  }

  .tailwind .left-\[9\.15px\] {
    left: 9.15px;
  }

  .tailwind .left-\[9\.32px\] {
    left: 9.32px;
  }

  .tailwind .left-\[9\.41px\] {
    left: 9.41px;
  }

  .tailwind .left-\[9\.45px\] {
    left: 9.45px;
  }

  .tailwind .left-\[9\.54px\] {
    left: 9.54px;
  }

  .tailwind .left-\[9\.65px\] {
    left: 9.65px;
  }

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

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

  .tailwind .left-\[9\.84px\] {
    left: 9.84px;
  }

  .tailwind .left-\[10\.66px\] {
    left: 10.66px;
  }

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

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

  .tailwind .left-\[10\.85px\] {
    left: 10.85px;
  }

  .tailwind .left-\[10\.94px\] {
    left: 10.94px;
  }

  .tailwind .left-\[10\.97px\] {
    left: 10.97px;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[12\.28px\] {
    left: 12.28px;
  }

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

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

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

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

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

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

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

  .tailwind .left-\[14\.05px\] {
    left: 14.05px;
  }

  .tailwind .left-\[14\.07px\] {
    left: 14.07px;
  }

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

  .tailwind .left-\[14\.53px\] {
    left: 14.53px;
  }

  .tailwind .left-\[14\.66px\] {
    left: 14.66px;
  }

  .tailwind .left-\[14\.67px\] {
    left: 14.67px;
  }

  .tailwind .left-\[20\.83\%\] {
    left: 20.83%;
  }

  .tailwind .left-\[25\.81px\] {
    left: 25.81px;
  }

  .tailwind .left-\[71\.59px\] {
    left: 71.59px;
  }

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

  .tailwind .left-\[71\.78px\] {
    left: 71.78px;
  }

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

  .tailwind .left-\[74\.02px\] {
    left: 74.02px;
  }

  .tailwind .left-\[79\.49px\] {
    left: 79.49px;
  }

  .tailwind .left-\[82\.05px\] {
    left: 82.05px;
  }

  .tailwind .left-\[86\.45px\] {
    left: 86.45px;
  }

  .tailwind .left-\[88\.07px\] {
    left: 88.07px;
  }

  .tailwind .left-\[88\.18px\] {
    left: 88.18px;
  }

  .tailwind .left-\[88\.33px\] {
    left: 88.33px;
  }

  .tailwind .left-\[89\.2px\] {
    left: 89.2px;
  }

  .tailwind .left-\[89\.03px\] {
    left: 89.03px;
  }

  .tailwind .left-\[90\.87px\] {
    left: 90.87px;
  }

  .tailwind .left-\[90\.98px\] {
    left: 90.98px;
  }

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

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

  .tailwind .left-\[94\.89px\] {
    left: 94.89px;
  }

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

  .tailwind .left-\[99\.14px\] {
    left: 99.14px;
  }

  .tailwind .left-\[100\.03px\] {
    left: 100.03px;
  }

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

  .tailwind .left-\[105\.53px\] {
    left: 105.53px;
  }

  .tailwind .left-\[107\.37px\] {
    left: 107.37px;
  }

  .tailwind .left-\[108\.01px\] {
    left: 108.01px;
  }

  .tailwind .left-\[108\.83px\] {
    left: 108.83px;
  }

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

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

  .tailwind .left-\[109\.53px\] {
    left: 109.53px;
  }

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

  .tailwind .left-\[109\.66px\] {
    left: 109.66px;
  }

  .tailwind .left-\[109\.81px\] {
    left: 109.81px;
  }

  .tailwind .left-\[110\.22px\] {
    left: 110.22px;
  }

  .tailwind .left-\[110\.33px\] {
    left: 110.33px;
  }

  .tailwind .left-\[113\.71px\] {
    left: 113.71px;
  }

  .tailwind .left-\[113\.83px\] {
    left: 113.83px;
  }

  .tailwind .left-\[116\.52px\] {
    left: 116.52px;
  }

  .tailwind .left-\[116\.66px\] {
    left: 116.66px;
  }

  .tailwind .left-\[116\.83px\] {
    left: 116.83px;
  }

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

  .tailwind .left-\[123\.3px\] {
    left: 123.3px;
  }

  .tailwind .left-\[123\.12px\] {
    left: 123.12px;
  }

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

  .tailwind .left-\[132\.15px\] {
    left: 132.15px;
  }

  .tailwind .left-\[132\.94px\] {
    left: 132.94px;
  }

  .tailwind .left-\[133\.95px\] {
    left: 133.95px;
  }

  .tailwind .left-\[134\.36px\] {
    left: 134.36px;
  }

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

  .tailwind .left-\[134\.85px\] {
    left: 134.85px;
  }

  .tailwind .left-\[137\.03px\] {
    left: 137.03px;
  }

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

  .tailwind .left-\[145\.78px\] {
    left: 145.78px;
  }

  .tailwind .left-\[145\.93px\] {
    left: 145.93px;
  }

  .tailwind .left-\[153\.9px\] {
    left: 153.9px;
  }

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

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

  .tailwind .left-\[166\.18px\] {
    left: 166.18px;
  }

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

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

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

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

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

  .tailwind .left-\[171\.69px\] {
    left: 171.69px;
  }

  .tailwind .left-\[173\.97px\] {
    left: 173.97px;
  }

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

  .tailwind .left-\[194\.81px\] {
    left: 194.81px;
  }

  .tailwind .left-\[211\.31px\] {
    left: 211.31px;
  }

  .tailwind .left-\[214\.12px\] {
    left: 214.12px;
  }

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

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

  .tailwind .left-\[264\.14px\] {
    left: 264.14px;
  }

  .tailwind .left-\[267\.64px\] {
    left: 267.64px;
  }

  .tailwind .left-\[290\.96px\] {
    left: 290.96px;
  }

  .tailwind .left-\[299\.71px\] {
    left: 299.71px;
  }

  .tailwind .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .tailwind .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .tailwind .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .tailwind .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .tailwind .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .tailwind .container {
      max-width: 96rem;
    }
  }

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

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

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

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

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

  .tailwind .size-\[206\.39px\] {
    width: 206.39px;
    height: 206.39px;
  }

  .tailwind .size-\[206\.388px\] {
    width: 206.388px;
    height: 206.388px;
  }

  .tailwind .size-\[312\.64px\] {
    width: 312.64px;
    height: 312.64px;
  }

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

  .tailwind .size-\[312\.635px\] {
    width: 312.635px;
    height: 312.635px;
  }

  .tailwind .size-\[317\.202px\] {
    width: 317.202px;
    height: 317.202px;
  }

  .tailwind .size-\[390\.403px\] {
    width: 390.403px;
    height: 390.403px;
  }

  .tailwind .size-\[488\.004px\] {
    width: 488.004px;
    height: 488.004px;
  }

  .tailwind .size-\[488\.492px\] {
    width: 488.492px;
    height: 488.492px;
  }

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

  .tailwind .h-\[3\.25px\] {
    height: 3.25px;
  }

  .tailwind .h-\[3\.94px\] {
    height: 3.94px;
  }

  .tailwind .h-\[3\.199px\] {
    height: 3.199px;
  }

  .tailwind .h-\[3\.201px\] {
    height: 3.201px;
  }

  .tailwind .h-\[3\.203px\] {
    height: 3.203px;
  }

  .tailwind .h-\[3\.248px\] {
    height: 3.248px;
  }

  .tailwind .h-\[3\.252px\] {
    height: 3.252px;
  }

  .tailwind .h-\[3\.593px\] {
    height: 3.593px;
  }

  .tailwind .h-\[3\.649px\] {
    height: 3.649px;
  }

  .tailwind .h-\[3\.936px\] {
    height: 3.936px;
  }

  .tailwind .h-\[3\.937px\] {
    height: 3.937px;
  }

  .tailwind .h-\[3\.943px\] {
    height: 3.943px;
  }

  .tailwind .h-\[3\.996px\] {
    height: 3.996px;
  }

  .tailwind .h-\[3\.998px\] {
    height: 3.998px;
  }

  .tailwind .h-\[4\.003px\] {
    height: 4.003px;
  }

  .tailwind .h-\[4\.92px\] {
    height: 4.92px;
  }

  .tailwind .h-\[4\.921px\] {
    height: 4.921px;
  }

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

  .tailwind .h-\[4\.995px\] {
    height: 4.995px;
  }

  .tailwind .h-\[4\.997px\] {
    height: 4.997px;
  }

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

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

  .tailwind .h-\[7\.65px\] {
    height: 7.65px;
  }

  .tailwind .h-\[7\.299px\] {
    height: 7.299px;
  }

  .tailwind .h-\[7\.305px\] {
    height: 7.305px;
  }

  .tailwind .h-\[7\.308px\] {
    height: 7.308px;
  }

  .tailwind .h-\[7\.641px\] {
    height: 7.641px;
  }

  .tailwind .h-\[7\.646px\] {
    height: 7.646px;
  }

  .tailwind .h-\[8\.2px\] {
    height: 8.2px;
  }

  .tailwind .h-\[8\.99px\] {
    height: 8.99px;
  }

  .tailwind .h-\[8\.583px\] {
    height: 8.583px;
  }

  .tailwind .h-\[8\.981px\] {
    height: 8.981px;
  }

  .tailwind .h-\[8\.984px\] {
    height: 8.984px;
  }

  .tailwind .h-\[8\.997px\] {
    height: 8.997px;
  }

  .tailwind .h-\[9\.401px\] {
    height: 9.401px;
  }

  .tailwind .h-\[9\.404px\] {
    height: 9.404px;
  }

  .tailwind .h-\[9\.411px\] {
    height: 9.411px;
  }

  .tailwind .h-\[9\.418px\] {
    height: 9.418px;
  }

  .tailwind .h-\[11\.23px\] {
    height: 11.23px;
  }

  .tailwind .h-\[11\.227px\] {
    height: 11.227px;
  }

  .tailwind .h-\[11\.238px\] {
    height: 11.238px;
  }

  .tailwind .h-\[11\.752px\] {
    height: 11.752px;
  }

  .tailwind .h-\[11\.755px\] {
    height: 11.755px;
  }

  .tailwind .h-\[11\.764px\] {
    height: 11.764px;
  }

  .tailwind .h-\[26\.662px\] {
    height: 26.662px;
  }

  .tailwind .h-\[28\.424px\] {
    height: 28.424px;
  }

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

  .tailwind .h-\[40\.316px\] {
    height: 40.316px;
  }

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

  .tailwind .h-\[60\.477px\] {
    height: 60.477px;
  }

  .tailwind .h-\[60\.931px\] {
    height: 60.931px;
  }

  .tailwind .h-\[70\.132px\] {
    height: 70.132px;
  }

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

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

  .tailwind .h-\[231\.683px\] {
    height: 231.683px;
  }

  .tailwind .h-\[288\.536px\] {
    height: 288.536px;
  }

  .tailwind .h-\[288\.741px\] {
    height: 288.741px;
  }

  .tailwind .h-\[288\.869px\] {
    height: 288.869px;
  }

  .tailwind .h-\[290\.226px\] {
    height: 290.226px;
  }

  .tailwind .h-\[290\.432px\] {
    height: 290.432px;
  }

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

  .tailwind .h-\[317\.75px\] {
    height: 317.75px;
  }

  .tailwind .h-\[317\.76px\] {
    height: 317.76px;
  }

  .tailwind .h-\[317\.384px\] {
    height: 317.384px;
  }

  .tailwind .h-\[317\.535px\] {
    height: 317.535px;
  }

  .tailwind .h-\[317\.609px\] {
    height: 317.609px;
  }

  .tailwind .h-\[317\.901px\] {
    height: 317.901px;
  }

  .tailwind .h-\[319\.394px\] {
    height: 319.394px;
  }

  .tailwind .h-\[319\.621px\] {
    height: 319.621px;
  }

  .tailwind .h-\[319\.763px\] {
    height: 319.763px;
  }

  .tailwind .h-\[324\.129px\] {
    height: 324.129px;
  }

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

  .tailwind .h-\[355\.018px\] {
    height: 355.018px;
  }

  .tailwind .h-\[355\.63px\] {
    height: 355.63px;
  }

  .tailwind .h-\[355\.122px\] {
    height: 355.122px;
  }

  .tailwind .h-\[355\.373px\] {
    height: 355.373px;
  }

  .tailwind .h-\[356\.536px\] {
    height: 356.536px;
  }

  .tailwind .h-\[356\.705px\] {
    height: 356.705px;
  }

  .tailwind .h-\[357\.097px\] {
    height: 357.097px;
  }

  .tailwind .h-\[357\.201px\] {
    height: 357.201px;
  }

  .tailwind .h-\[357\.454px\] {
    height: 357.454px;
  }

  .tailwind .h-\[357\.712px\] {
    height: 357.712px;
  }

  .tailwind .h-\[358\.794px\] {
    height: 358.794px;
  }

  .tailwind .h-\[368\.623px\] {
    height: 368.623px;
  }

  .tailwind .h-\[368\.795px\] {
    height: 368.795px;
  }

  .tailwind .h-\[368\.884px\] {
    height: 368.884px;
  }

  .tailwind .h-\[369\.048px\] {
    height: 369.048px;
  }

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

  .tailwind .h-\[387\.33px\] {
    height: 387.33px;
  }

  .tailwind .h-\[390\.513px\] {
    height: 390.513px;
  }

  .tailwind .h-\[390\.627px\] {
    height: 390.627px;
  }

  .tailwind .h-\[390\.698px\] {
    height: 390.698px;
  }

  .tailwind .h-\[390\.812px\] {
    height: 390.812px;
  }

  .tailwind .h-\[390\.903px\] {
    height: 390.903px;
  }

  .tailwind .h-\[391\.089px\] {
    height: 391.089px;
  }

  .tailwind .h-\[391\.186px\] {
    height: 391.186px;
  }

  .tailwind .h-\[391\.371px\] {
    height: 391.371px;
  }

  .tailwind .h-\[392\.986px\] {
    height: 392.986px;
  }

  .tailwind .h-\[393\.101px\] {
    height: 393.101px;
  }

  .tailwind .h-\[393\.379px\] {
    height: 393.379px;
  }

  .tailwind .h-\[393\.663px\] {
    height: 393.663px;
  }

  .tailwind .h-\[414\.095px\] {
    height: 414.095px;
  }

  .tailwind .h-\[424\.242px\] {
    height: 424.242px;
  }

  .tailwind .h-\[432\.627px\] {
    height: 432.627px;
  }

  .tailwind .h-\[434\.393px\] {
    height: 434.393px;
  }

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

  .tailwind .h-\[443\.772px\] {
    height: 443.772px;
  }

  .tailwind .h-\[443\.902px\] {
    height: 443.902px;
  }

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

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

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

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

  .tailwind .h-\[449\.35px\] {
    height: 449.35px;
  }

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

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

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

  .tailwind .h-\[454\.011px\] {
    height: 454.011px;
  }

  .tailwind .h-\[454\.339px\] {
    height: 454.339px;
  }

  .tailwind .h-\[474\.743px\] {
    height: 474.743px;
  }

  .tailwind .h-\[487\.5px\] {
    height: 487.5px;
  }

  .tailwind .h-\[488\.141px\] {
    height: 488.141px;
  }

  .tailwind .h-\[488\.283px\] {
    height: 488.283px;
  }

  .tailwind .h-\[488\.372px\] {
    height: 488.372px;
  }

  .tailwind .h-\[488\.515px\] {
    height: 488.515px;
  }

  .tailwind .h-\[488\.629px\] {
    height: 488.629px;
  }

  .tailwind .h-\[488\.861px\] {
    height: 488.861px;
  }

  .tailwind .h-\[491\.232px\] {
    height: 491.232px;
  }

  .tailwind .h-\[491\.376px\] {
    height: 491.376px;
  }

  .tailwind .h-\[491\.724px\] {
    height: 491.724px;
  }

  .tailwind .h-\[530\.302px\] {
    height: 530.302px;
  }

  .tailwind .h-\[532\.463px\] {
    height: 532.463px;
  }

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

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

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

  .tailwind .h-\[553\.199px\] {
    height: 553.199px;
  }

  .tailwind .h-\[566\.946px\] {
    height: 566.946px;
  }

  .tailwind .h-\[567\.112px\] {
    height: 567.112px;
  }

  .tailwind .h-\[567\.376px\] {
    height: 567.376px;
  }

  .tailwind .h-\[567\.514px\] {
    height: 567.514px;
  }

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

  .tailwind .h-\[665\.579px\] {
    height: 665.579px;
  }

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

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

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

  .tailwind .w-\[3\.28px\] {
    width: 3.28px;
  }

  .tailwind .w-\[3\.277px\] {
    width: 3.277px;
  }

  .tailwind .w-\[3\.279px\] {
    width: 3.279px;
  }

  .tailwind .w-\[3\.683px\] {
    width: 3.683px;
  }

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

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

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

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

  .tailwind .w-\[5\.039px\] {
    width: 5.039px;
  }

  .tailwind .w-\[5\.041px\] {
    width: 5.041px;
  }

  .tailwind .w-\[5\.044px\] {
    width: 5.044px;
  }

  .tailwind .w-\[7\.825px\] {
    width: 7.825px;
  }

  .tailwind .w-\[7\.831px\] {
    width: 7.831px;
  }

  .tailwind .w-\[7\.834px\] {
    width: 7.834px;
  }

  .tailwind .w-\[8\.796px\] {
    width: 8.796px;
  }

  .tailwind .w-\[9\.628px\] {
    width: 9.628px;
  }

  .tailwind .w-\[9\.631px\] {
    width: 9.631px;
  }

  .tailwind .w-\[9\.638px\] {
    width: 9.638px;
  }

  .tailwind .w-\[9\.645px\] {
    width: 9.645px;
  }

  .tailwind .w-\[12\.035px\] {
    width: 12.035px;
  }

  .tailwind .w-\[12\.039px\] {
    width: 12.039px;
  }

  .tailwind .w-\[12\.047px\] {
    width: 12.047px;
  }

  .tailwind .w-\[35\.607px\] {
    width: 35.607px;
  }

  .tailwind .w-\[35\.632px\] {
    width: 35.632px;
  }

  .tailwind .w-\[35\.648px\] {
    width: 35.648px;
  }

  .tailwind .w-\[36\.984px\] {
    width: 36.984px;
  }

  .tailwind .w-\[40\.028px\] {
    width: 40.028px;
  }

  .tailwind .w-\[43\.811px\] {
    width: 43.811px;
  }

  .tailwind .w-\[43\.824px\] {
    width: 43.824px;
  }

  .tailwind .w-\[43\.855px\] {
    width: 43.855px;
  }

  .tailwind .w-\[43\.886px\] {
    width: 43.886px;
  }

  .tailwind .w-\[48\.176px\] {
    width: 48.176px;
  }

  .tailwind .w-\[48\.211px\] {
    width: 48.211px;
  }

  .tailwind .w-\[48\.232px\] {
    width: 48.232px;
  }

  .tailwind .w-\[54\.78px\] {
    width: 54.78px;
  }

  .tailwind .w-\[54\.158px\] {
    width: 54.158px;
  }

  .tailwind .w-\[54\.764px\] {
    width: 54.764px;
  }

  .tailwind .w-\[54\.818px\] {
    width: 54.818px;
  }

  .tailwind .w-\[55\.829px\] {
    width: 55.829px;
  }

  .tailwind .w-\[59\.277px\] {
    width: 59.277px;
  }

  .tailwind .w-\[59\.294px\] {
    width: 59.294px;
  }

  .tailwind .w-\[59\.336px\] {
    width: 59.336px;
  }

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

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

  .tailwind .w-\[74\.17px\] {
    width: 74.17px;
  }

  .tailwind .w-\[74\.096px\] {
    width: 74.096px;
  }

  .tailwind .w-\[74\.118px\] {
    width: 74.118px;
  }

  .tailwind .w-\[76\.58px\] {
    width: 76.58px;
  }

  .tailwind .w-\[206\.97px\] {
    width: 206.97px;
  }

  .tailwind .w-\[206\.823px\] {
    width: 206.823px;
  }

  .tailwind .w-\[206\.908px\] {
    width: 206.908px;
  }

  .tailwind .w-\[207\.9px\] {
    width: 207.9px;
  }

  .tailwind .w-\[207\.054px\] {
    width: 207.054px;
  }

  .tailwind .w-\[207\.062px\] {
    width: 207.062px;
  }

  .tailwind .w-\[207\.146px\] {
    width: 207.146px;
  }

  .tailwind .w-\[207\.305px\] {
    width: 207.305px;
  }

  .tailwind .w-\[207\.442px\] {
    width: 207.442px;
  }

  .tailwind .w-\[207\.451px\] {
    width: 207.451px;
  }

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

  .tailwind .w-\[207\.808px\] {
    width: 207.808px;
  }

  .tailwind .w-\[208\.035px\] {
    width: 208.035px;
  }

  .tailwind .w-\[208\.092px\] {
    width: 208.092px;
  }

  .tailwind .w-\[208\.182px\] {
    width: 208.182px;
  }

  .tailwind .w-\[208\.274px\] {
    width: 208.274px;
  }

  .tailwind .w-\[209\.149px\] {
    width: 209.149px;
  }

  .tailwind .w-\[209\.242px\] {
    width: 209.242px;
  }

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

  .tailwind .w-\[210\.224px\] {
    width: 210.224px;
  }

  .tailwind .w-\[210\.373px\] {
    width: 210.373px;
  }

  .tailwind .w-\[210\.467px\] {
    width: 210.467px;
  }

  .tailwind .w-\[224\.966px\] {
    width: 224.966px;
  }

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

  .tailwind .w-\[231\.854px\] {
    width: 231.854px;
  }

  .tailwind .w-\[232\.508px\] {
    width: 232.508px;
  }

  .tailwind .w-\[232\.603px\] {
    width: 232.603px;
  }

  .tailwind .w-\[233\.049px\] {
    width: 233.049px;
  }

  .tailwind .w-\[233\.869px\] {
    width: 233.869px;
  }

  .tailwind .w-\[234\.955px\] {
    width: 234.955px;
  }

  .tailwind .w-\[236\.331px\] {
    width: 236.331px;
  }

  .tailwind .w-\[253\.221px\] {
    width: 253.221px;
  }

  .tailwind .w-\[254\.477px\] {
    width: 254.477px;
  }

  .tailwind .w-\[254\.552px\] {
    width: 254.552px;
  }

  .tailwind .w-\[254\.581px\] {
    width: 254.581px;
  }

  .tailwind .w-\[254\.656px\] {
    width: 254.656px;
  }

  .tailwind .w-\[254\.732px\] {
    width: 254.732px;
  }

  .tailwind .w-\[254\.836px\] {
    width: 254.836px;
  }

  .tailwind .w-\[254\.916px\] {
    width: 254.916px;
  }

  .tailwind .w-\[255\.02px\] {
    width: 255.02px;
  }

  .tailwind .w-\[255\.07px\] {
    width: 255.07px;
  }

  .tailwind .w-\[255\.144px\] {
    width: 255.144px;
  }

  .tailwind .w-\[255\.325px\] {
    width: 255.325px;
  }

  .tailwind .w-\[255\.384px\] {
    width: 255.384px;
  }

  .tailwind .w-\[255\.509px\] {
    width: 255.509px;
  }

  .tailwind .w-\[255\.763px\] {
    width: 255.763px;
  }

  .tailwind .w-\[255\.948px\] {
    width: 255.948px;
  }

  .tailwind .w-\[255\.968px\] {
    width: 255.968px;
  }

  .tailwind .w-\[256\.043px\] {
    width: 256.043px;
  }

  .tailwind .w-\[256\.185px\] {
    width: 256.185px;
  }

  .tailwind .w-\[256\.224px\] {
    width: 256.224px;
  }

  .tailwind .w-\[256\.409px\] {
    width: 256.409px;
  }

  .tailwind .w-\[257\.6px\] {
    width: 257.6px;
  }

  .tailwind .w-\[257\.156px\] {
    width: 257.156px;
  }

  .tailwind .w-\[257\.231px\] {
    width: 257.231px;
  }

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

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

  .tailwind .w-\[258\.738px\] {
    width: 258.738px;
  }

  .tailwind .w-\[258\.921px\] {
    width: 258.921px;
  }

  .tailwind .w-\[259\.108px\] {
    width: 259.108px;
  }

  .tailwind .w-\[276\.881px\] {
    width: 276.881px;
  }

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

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

  .tailwind .w-\[318\.19px\] {
    width: 318.19px;
  }

  .tailwind .w-\[318\.32px\] {
    width: 318.32px;
  }

  .tailwind .w-\[318\.93px\] {
    width: 318.93px;
  }

  .tailwind .w-\[318\.097px\] {
    width: 318.097px;
  }

  .tailwind .w-\[318\.226px\] {
    width: 318.226px;
  }

  .tailwind .w-\[318\.415px\] {
    width: 318.415px;
  }

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

  .tailwind .w-\[318\.837px\] {
    width: 318.837px;
  }

  .tailwind .w-\[319\.96px\] {
    width: 319.96px;
  }

  .tailwind .w-\[319\.156px\] {
    width: 319.156px;
  }

  .tailwind .w-\[319\.704px\] {
    width: 319.704px;
  }

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

  .tailwind .w-\[320\.28px\] {
    width: 320.28px;
  }

  .tailwind .w-\[320\.053px\] {
    width: 320.053px;
  }

  .tailwind .w-\[321\.445px\] {
    width: 321.445px;
  }

  .tailwind .w-\[321\.539px\] {
    width: 321.539px;
  }

  .tailwind .w-\[321\.767px\] {
    width: 321.767px;
  }

  .tailwind .w-\[323\.328px\] {
    width: 323.328px;
  }

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

  .tailwind .w-\[323\.651px\] {
    width: 323.651px;
  }

  .tailwind .w-\[346\.101px\] {
    width: 346.101px;
  }

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

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

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

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

  .tailwind .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .tailwind .rotate-\[353\.608deg\] {
    rotate: 353.608deg;
  }

  .tailwind .rotate-\[353\.999deg\] {
    rotate: 353.999deg;
  }

  .tailwind .skew-x-\[359\.239deg\] {
    --tw-skew-x: skewX(359.239deg);
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .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 .resize {
    resize: both;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .rounded-\[27\.586px\] {
    border-radius: 27.586px;
  }

  .tailwind .rounded-\[29\.483px\] {
    border-radius: 29.483px;
  }

  .tailwind .rounded-\[29\.487px\] {
    border-radius: 29.487px;
  }

  .tailwind .rounded-\[34\.483px\] {
    border-radius: 34.483px;
  }

  .tailwind .rounded-\[36\.302px\] {
    border-radius: 36.302px;
  }

  .tailwind .rounded-\[36\.312px\] {
    border-radius: 36.312px;
  }

  .tailwind .rounded-\[45\.345px\] {
    border-radius: 45.345px;
  }

  .tailwind .rounded-br-\[24\.061px\] {
    border-bottom-right-radius: 24.061px;
  }

  .tailwind .rounded-br-\[29\.621px\] {
    border-bottom-right-radius: 29.621px;
  }

  .tailwind .rounded-br-\[37px\] {
    border-bottom-right-radius: 37px;
  }

  .tailwind .rounded-bl-\[24\.061px\] {
    border-bottom-left-radius: 24.061px;
  }

  .tailwind .rounded-bl-\[29\.621px\] {
    border-bottom-left-radius: 29.621px;
  }

  .tailwind .rounded-bl-\[37px\] {
    border-bottom-left-radius: 37px;
  }

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

  .tailwind .bg-\[0\%_0\.02\%\,_0\%_49\.99\%\] {
    background-color: 0% 0.02%, 0% 49.99%;
  }

  .tailwind .bg-\[rgba\(106\,99\,246\,0\.1\)\] {
    background-color: #6a63f61a;
  }

  .tailwind .bg-\[rgba\(172\,231\,219\,0\.3\)\] {
    background-color: #ace7db4d;
  }

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

  .tailwind .bg-size-\[100\%_100\.08\%\] {
    background-size: 100% 100.08%;
  }

  .tailwind .bg-size-\[100\%_121\.94\%\,100\%_100\.01\%\] {
    background-size: 100% 121.94%, 100% 100.01%;
  }

  .tailwind .bg-size-\[100\%_743\.63\%\] {
    background-size: 100% 743.63%;
  }

  .tailwind .bg-size-\[100\%_1687\.5\%\] {
    background-size: 100% 1687.5%;
  }

  .tailwind .bg-\[0\%_100\.09\%\] {
    background-position: 0 100.09%;
  }

  .tailwind .bg-\[0\%_191\.45\%\] {
    background-position: 0 191.45%;
  }

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

  .tailwind .bg-top-left {
    background-position: 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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