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

@layer theme {
  .tailwind, .tailwind :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
    --color-gray-900: oklch(21% .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  .tailwind *, .tailwind :after, .tailwind :before, .tailwind ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind html, .tailwind :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  .tailwind body {
    line-height: inherit;
  }

  .tailwind hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  .tailwind abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  .tailwind a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  .tailwind small {
    font-size: 80%;
  }

  .tailwind sub, .tailwind sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

  .tailwind table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

  .tailwind ol, .tailwind ul, .tailwind menu {
    list-style: none;
  }

  .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object {
    vertical-align: middle;
    display: block;
  }

  .tailwind img, .tailwind video {
    max-width: 100%;
    height: auto;
  }

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  .tailwind ::file-selector-button {
    margin-inline-end: 4px;
  }

  .tailwind ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  .tailwind textarea {
    resize: vertical;
  }

  .tailwind ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  .tailwind ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  .tailwind ::-webkit-datetime-edit {
    display: inline-flex;
  }

  .tailwind ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  .tailwind ::-webkit-datetime-edit {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  .tailwind :-moz-ui-invalid {
    box-shadow: none;
  }

  .tailwind button, .tailwind input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  .tailwind ::file-selector-button {
    appearance: button;
  }

  .tailwind ::-webkit-inner-spin-button {
    height: auto;
  }

  .tailwind ::-webkit-outer-spin-button {
    height: auto;
  }

  .tailwind [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .tailwind .pointer-events-auto {
    pointer-events: auto;
  }

  .tailwind .pointer-events-none {
    pointer-events: none;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .sticky {
    position: sticky;
  }

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

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

  .tailwind .inset-\[-25px_-20px\] {
    inset: -25px -20px;
  }

  .tailwind .inset-\[0_16px\] {
    inset: 0 16px;
  }

  .tailwind .inset-\[0_16px_0_0\] {
    inset: 0 16px 0 0;
  }

  .tailwind .inset-\[0_82\.83\%_0_0\] {
    inset: 0 82.83% 0 0;
  }

  .tailwind .inset-\[4\.17\%_4\.17\%_4\.17\%_8\.33\%\] {
    inset: 4.17% 4.17% 4.17% 8.33%;
  }

  .tailwind .inset-\[8\.33\%\] {
    inset: 8.33%;
  }

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

  .tailwind .inset-\[20\.83\%_12\.5\%\] {
    inset: 20.83% 12.5%;
  }

  .tailwind .inset-\[20\.83\%_16\.67\%\] {
    inset: 20.83% 16.67%;
  }

  .tailwind .inset-\[21\.43\%_0_21\.39\%_0\] {
    inset: 21.43% 0 21.39%;
  }

  .tailwind .inset-\[33\.33\%_20\.83\%\] {
    inset: 33.33% 20.83%;
  }

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

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

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

  .tailwind .top-\[4\.17\%\] {
    top: 4.17%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[calc\(50\%\+3\.5px\)\] {
    top: calc(50% + 3.5px);
  }

  .tailwind .top-\[calc\(50\%\+8\.5px\)\] {
    top: calc(50% + 8.5px);
  }

  .tailwind .top-\[calc\(50\%\+18\.5px\)\] {
    top: calc(50% + 18.5px);
  }

  .tailwind .top-\[calc\(50\%\+25\.5px\)\] {
    top: calc(50% + 25.5px);
  }

  .tailwind .top-\[calc\(50\%\+32\.5px\)\] {
    top: calc(50% + 32.5px);
  }

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

  .tailwind .top-\[calc\(50\%\+41\.5px\)\] {
    top: calc(50% + 41.5px);
  }

  .tailwind .top-\[calc\(50\%\+44\.5px\)\] {
    top: calc(50% + 44.5px);
  }

  .tailwind .top-\[calc\(50\%\+58\.5px\)\] {
    top: calc(50% + 58.5px);
  }

  .tailwind .top-\[calc\(50\%\+75\.5px\)\] {
    top: calc(50% + 75.5px);
  }

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

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

  .tailwind .top-\[calc\(50\%\+95\.5px\)\] {
    top: calc(50% + 95.5px);
  }

  .tailwind .top-\[calc\(50\%\+105\.5px\)\] {
    top: calc(50% + 105.5px);
  }

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

  .tailwind .top-\[calc\(50\%\+119\.5px\)\] {
    top: calc(50% + 119.5px);
  }

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

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

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

  .tailwind .top-\[calc\(50\%-8\.5px\)\] {
    top: calc(50% - 8.5px);
  }

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

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

  .tailwind .top-\[calc\(50\%-18\.5px\)\] {
    top: calc(50% - 18.5px);
  }

  .tailwind .top-\[calc\(50\%-29\.5px\)\] {
    top: calc(50% - 29.5px);
  }

  .tailwind .top-\[calc\(50\%-39\.5px\)\] {
    top: calc(50% - 39.5px);
  }

  .tailwind .top-\[calc\(50\%-41\.5px\)\] {
    top: calc(50% - 41.5px);
  }

  .tailwind .top-\[calc\(50\%-54\.5px\)\] {
    top: calc(50% - 54.5px);
  }

  .tailwind .top-\[calc\(50\%-71\.5px\)\] {
    top: calc(50% - 71.5px);
  }

  .tailwind .top-\[calc\(50\%-73\.5px\)\] {
    top: calc(50% - 73.5px);
  }

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

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

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

  .tailwind .top-\[calc\(50\%-131\.5px\)\] {
    top: calc(50% - 131.5px);
  }

  .tailwind .top-\[calc\(50\%-171\.5px\)\] {
    top: calc(50% - 171.5px);
  }

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

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

  .tailwind .right-\[13\.54\%\] {
    right: 13.54%;
  }

  .tailwind .right-\[16px\] {
    right: 16px;
  }

  .tailwind .right-\[18\.43\%\] {
    right: 18.43%;
  }

  .tailwind .right-\[32px\] {
    right: 32px;
  }

  .tailwind .right-\[64px\] {
    right: 64px;
  }

  .tailwind .right-\[153px\] {
    right: 153px;
  }

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

  .tailwind .bottom-1\/4 {
    bottom: 25%;
  }

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

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

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

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

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

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

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

  .tailwind .left-\[18\.43\%\] {
    left: 18.43%;
  }

  .tailwind .left-\[24\.38\%\] {
    left: 24.38%;
  }

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

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

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

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

  .tailwind .left-\[calc\(-100vw\+48px\)\] {
    left: calc(48px - 100vw);
  }

  .tailwind .left-\[calc\(-200vw\+80px\)\] {
    left: calc(80px - 200vw);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-\[calc\(200vw-48px\)\] {
    left: calc(200vw - 48px);
  }

  .tailwind .isolate {
    isolation: isolate;
  }

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

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

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

  .tailwind .z-\[1\] {
    z-index: 1;
  }

  .tailwind .z-\[2\] {
    z-index: 2;
  }

  .tailwind .-mt-\[32px\] {
    margin-top: -32px;
  }

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

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

  .tailwind .mb-\[-4px\] {
    margin-bottom: -4px;
  }

  .tailwind .mb-\[-44px\] {
    margin-bottom: -44px;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

  .tailwind .aspect-\[35\.999290466308594\/36\] {
    aspect-ratio: 35.9993 / 36;
  }

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

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

  .tailwind .aspect-\[60\.61673355102539\/66\.00020599365234\] {
    aspect-ratio: 60.6167 / 66.0002;
  }

  .tailwind .aspect-\[69\.99979400634766\/69\.9999771118164\] {
    aspect-ratio: 69.9998 / 70;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[2126\.91px\], .tailwind .h-\[2126\.909912109375px\] {
    height: 2126.91px;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[3355\.65px\], .tailwind .h-\[3355\.64990234375px\] {
    height: 3355.65px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[580\.46px\] {
    width: 580.46px;
  }

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

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

  .tailwind .w-\[calc\(100vw-48px\)\] {
    width: calc(100vw - 48px);
  }

  .tailwind .w-\[min-content\] {
    width: min-content;
  }

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

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

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

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

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

  .tailwind .flex-\[1_0_0\] {
    flex: 1 0 0;
  }

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

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

  .tailwind .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-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-grab {
    cursor: grab;
  }

  .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 .items-end {
    align-items: flex-end;
  }

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

  .tailwind .justify-between {
    justify-content: space-between;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .rounded-b-\[24px\] {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .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-8 {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }

  .tailwind .border-b-3 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 3px;
  }

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

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

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

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

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

  .tailwind .bg-\[\#1B1F27\], .tailwind .bg-\[\#1b1f27\] {
    background-color: #1b1f27;
  }

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

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

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

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

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

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

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

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

  .tailwind .bg-\[rgba\(0\,0\,0\,0\.2\)\] {
    background-color: #0003;
  }

  .tailwind .bg-\[rgba\(0\,0\,0\,0\.4\)\] {
    background-color: #0006;
  }

  .tailwind .bg-\[rgba\(0\,0\,0\,0\.6\)\] {
    background-color: #0009;
  }

  .tailwind .bg-\[rgba\(0\,151\,255\,0\.6\)\] {
    background-color: #0097ff99;
  }

  .tailwind .bg-\[rgba\(255\,255\,255\,0\.2\)\] {
    background-color: #fff3;
  }

  .tailwind .bg-gray-900 {
    background-color: var(--color-gray-900);
  }

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

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

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

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

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

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

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

  .tailwind .bg-clip-padding {
    background-clip: padding-box;
  }

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

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

  .tailwind .p-\[8px\] {
    padding: 8px;
  }

  .tailwind .p-\[12px\] {
    padding: 12px;
  }

  .tailwind .p-\[16px\] {
    padding: 16px;
  }

  .tailwind .p-\[24px\] {
    padding: 24px;
  }

  .tailwind .p-\[32px\] {
    padding: 32px;
  }

  .tailwind .p-\[36px\] {
    padding: 36px;
  }

  .tailwind .p-\[40px\] {
    padding: 40px;
  }

  .tailwind .px-\[8px\] {
    padding-inline: 8px;
  }

  .tailwind .px-\[10px\] {
    padding-inline: 10px;
  }

  .tailwind .px-\[12px\] {
    padding-inline: 12px;
  }

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

  .tailwind .px-\[16px\] {
    padding-inline: 16px;
  }

  .tailwind .px-\[20px\] {
    padding-inline: 20px;
  }

  .tailwind .px-\[32px\] {
    padding-inline: 32px;
  }

  .tailwind .px-\[64px\] {
    padding-inline: 64px;
  }

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

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

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

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

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

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

  .tailwind .pt-\[20px\] {
    padding-top: 20px;
  }

  .tailwind .pt-\[64px\] {
    padding-top: 64px;
  }

  .tailwind .pt-\[91px\] {
    padding-top: 91px;
  }

  .tailwind .pt-\[122px\] {
    padding-top: 122px;
  }

  .tailwind .pt-\[126px\] {
    padding-top: 126px;
  }

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

  .tailwind .pt-\[164px\] {
    padding-top: 164px;
  }

  .tailwind .pt-\[224px\] {
    padding-top: 224px;
  }

  .tailwind .pt-\[243px\] {
    padding-top: 243px;
  }

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

  .tailwind .pt-\[387px\] {
    padding-top: 387px;
  }

  .tailwind .pt-\[477px\] {
    padding-top: 477px;
  }

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

  .tailwind .pr-\[40px\] {
    padding-right: 40px;
  }

  .tailwind .pb-\[32px\] {
    padding-bottom: 32px;
  }

  .tailwind .pb-\[217px\] {
    padding-bottom: 217px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .\[word-break\:break-word\] {
    word-break: break-word;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .opacity-60 {
    opacity: .6;
  }

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

  .tailwind .shadow-\[0px_0px_10px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 0px 10px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0px_0px_20px_0px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0px 0px 20px 0px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .blur {
    --tw-blur: blur(8px);
    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 .drop-shadow-\[0px_0px_7\.5px_rgba\(0\,0\,0\,0\.08\)\,0px_0px_15px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-drop-shadow-size: drop-shadow(0px 0px 7.5px var(--tw-drop-shadow-color, #00000014)) drop-shadow(0px 0px 15px var(--tw-drop-shadow-color, #00000014));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

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

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

  .tailwind .backdrop-blur-\[10px\] {
    --tw-backdrop-blur: blur(10px);
    -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-\[left\] {
    transition-property: left;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .tailwind .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

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

  .tailwind .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }

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

  .tailwind .\[-ms-overflow-style\:none\] {
    -ms-overflow-style: none;
  }

  .tailwind .\[-webkit-tap-highlight-color\:transparent\] {
    -webkit-tap-highlight-color: transparent;
  }

  .tailwind .\[scrollbar-width\:none\] {
    scrollbar-width: none;
  }

  @media (hover: hover) {
    .tailwind .group-hover\:text-\[\#1B1F27\]:is(:where(.group):hover *) {
      color: #1b1f27;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:bg-\[rgba\(255\,255\,255\,0\.8\)\]:hover {
      background-color: #fffc;
    }
  }

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

  .tailwind .active\:cursor-grabbing:active {
    cursor: grabbing;
  }

  @media (width >= 48rem) {
    .tailwind .md\:w-\[382px\] {
      width: 382px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:translate-x-0 {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:rounded-\[60px\] {
      border-radius: 60px;
    }
  }

  .tailwind .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
    display: 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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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