/*! 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-space-y-reverse: 0;
      --tw-border-style: solid;
      --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;
      --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-red-600: oklch(.577 .245 27.325);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --radius-md: .375rem;
    --radius-2xl: 1rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  .tailwind body {
    line-height: inherit;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .visible {
    visibility: visible;
  }

  .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-\[-1\.68\%_-0\.9\%\] {
    inset: -1.68% -.9%;
  }

  .tailwind .inset-\[2\.16\%_4\.9\%_2\.28\%_6\.48\%\] {
    inset: 2.16% 4.9% 2.28% 6.48%;
  }

  .tailwind .inset-\[2\.16\%_71\.15\%_2\.28\%_1\.97\%\] {
    inset: 2.16% 71.15% 2.28% 1.97%;
  }

  .tailwind .inset-\[2\.27\%_5\.13\%_2\.39\%_6\.93\%\] {
    inset: 2.27% 5.13% 2.39% 6.93%;
  }

  .tailwind .inset-\[2\.27\%_71\.22\%_2\.39\%_2\.1\%\] {
    inset: 2.27% 71.22% 2.39% 2.1%;
  }

  .tailwind .inset-\[29\.82\%_69\.67\%_58\.26\%_30\.05\%\] {
    inset: 29.82% 69.67% 58.26% 30.05%;
  }

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

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

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

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

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

  .tailwind .top-\[12\.42px\] {
    top: 12.42px;
  }

  .tailwind .top-\[13\.62px\] {
    top: 13.62px;
  }

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

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

  .tailwind .top-\[29\.82\%\] {
    top: 29.82%;
  }

  .tailwind .top-\[30\.89\%\] {
    top: 30.89%;
  }

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

  .tailwind .top-\[42\.08\%\] {
    top: 42.08%;
  }

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

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

  .tailwind .top-\[56\.76\%\] {
    top: 56.76%;
  }

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

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

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

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

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

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

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

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

  .tailwind .top-\[433\.32px\] {
    top: 433.32px;
  }

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

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

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

  .tailwind .top-\[3586\.77px\] {
    top: 3586.77px;
  }

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

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

  .tailwind .right-\[0\.58\%\] {
    right: .58%;
  }

  .tailwind .right-\[69\.84\%\] {
    right: 69.84%;
  }

  .tailwind .right-\[98\.55\%\] {
    right: 98.55%;
  }

  .tailwind .right-\[99\.56\%\] {
    right: 99.56%;
  }

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

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

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

  .tailwind .bottom-\[31\.71\%\] {
    bottom: 31.71%;
  }

  .tailwind .bottom-\[46\.39\%\] {
    bottom: 46.39%;
  }

  .tailwind .bottom-\[58\.26\%\] {
    bottom: 58.26%;
  }

  .tailwind .bottom-\[63\.17\%\] {
    bottom: 63.17%;
  }

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

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

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

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

  .tailwind .left-\[1\.5\%\] {
    left: 1.5%;
  }

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

  .tailwind .left-\[18\.93px\] {
    left: 18.93px;
  }

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

  .tailwind .left-\[20\.73px\] {
    left: 20.73px;
  }

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

  .tailwind .left-\[32\.67\%\] {
    left: 32.67%;
  }

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

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

  .tailwind .left-\[99\.06\%\] {
    left: 99.06%;
  }

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

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

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

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

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

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

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

  .tailwind .\!container {
    width: 100% !important;
  }

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

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

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

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

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

  .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 .mx-auto {
    margin-inline: auto;
  }

  .tailwind .ms-\[36px\] {
    margin-inline-start: 36px;
  }

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

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

  .tailwind .mt-\[381\.148px\] {
    margin-top: 381.148px;
  }

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

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

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

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

  .tailwind .ml-\[481\.967px\] {
    margin-left: 481.967px;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

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

  .tailwind .aspect-\[606\/215\.141\] {
    aspect-ratio: 606 / 215.141;
  }

  .tailwind .aspect-\[902\/563\.259\] {
    aspect-ratio: 902 / 563.259;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .h-\[59\.508px\] {
    height: 59.508px;
  }

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

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

  .tailwind .h-\[73\.438px\] {
    height: 73.438px;
  }

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

  .tailwind .h-\[360\.007px\] {
    height: 360.007px;
  }

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

  .tailwind .h-\[442\.163px\] {
    height: 442.163px;
  }

  .tailwind .h-\[442\.623px\] {
    height: 442.623px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[110\.622px\] {
    width: 110.622px;
  }

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

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

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

  .tailwind .w-\[416\.886px\] {
    width: 416.886px;
  }

  .tailwind .w-\[418\.033px\] {
    width: 418.033px;
  }

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

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

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

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

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

  .tailwind .w-\[900\.004px\] {
    width: 900.004px;
  }

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

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

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

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

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

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

  .tailwind .origin-left {
    transform-origin: 0;
  }

  .tailwind .origin-top-left {
    transform-origin: 0 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 .translate-y-\[-50\%\] {
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .tailwind .scale-\[0\.85\] {
    scale: .85;
  }

  .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 .list-disc {
    list-style-type: disc;
  }

  .tailwind .grid-cols-\[max-content\] {
    grid-template-columns: max-content;
  }

  .tailwind .grid-rows-\[max-content\] {
    grid-template-rows: max-content;
  }

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

  .tailwind .place-items-start {
    place-items: start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  :where(.tailwind .space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

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

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

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

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

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

  .tailwind .rounded-l-md {
    border-top-left-radius: var(--radius-md);
    border-bottom-left-radius: var(--radius-md);
  }

  .tailwind .rounded-r-md {
    border-top-right-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
  }

  .tailwind .rounded-b-2xl {
    border-bottom-right-radius: var(--radius-2xl);
    border-bottom-left-radius: var(--radius-2xl);
  }

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

  .tailwind .border-t-8 {
    border-top-style: var(--tw-border-style);
    border-top-width: 8px;
  }

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

  .tailwind .border-l-12 {
    border-left-style: var(--tw-border-style);
    border-left-width: 12px;
  }

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

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

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

  .tailwind .border-l-white {
    border-left-color: var(--color-white);
  }

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

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

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

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

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

  .tailwind .bg-transparent {
    background-color: #0000;
  }

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

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

  .tailwind .bg-size-\[99\.97\%_100\.06\%\] {
    background-size: 99.97% 100.06%;
  }

  .tailwind .bg-size-\[100\%_113\.33\%\] {
    background-size: 100% 113.33%;
  }

  .tailwind .bg-size-\[100\%_147\.04\%\] {
    background-size: 100% 147.04%;
  }

  .tailwind .bg-size-\[100\.06\%_145\.34\%\] {
    background-size: 100.06% 145.34%;
  }

  .tailwind .bg-size-\[100\.06\%_164\.39\%\] {
    background-size: 100.06% 164.39%;
  }

  .tailwind .bg-size-\[113\.05\%_100\.13\%\] {
    background-size: 113.05% 100.13%;
  }

  .tailwind .bg-size-\[119\.56\%_830\.46\%\] {
    background-size: 119.56% 830.46%;
  }

  .tailwind .bg-size-\[122\.22\%_100\%\] {
    background-size: 122.22% 100%;
  }

  .tailwind .bg-size-\[146\.04\%_100\%\] {
    background-size: 146.04% 100%;
  }

  .tailwind .bg-size-\[171\.36\%_701\.39\%\] {
    background-size: 171.36% 701.39%;
  }

  .tailwind .bg-\[0\%_50\.01\%\] {
    background-position: 0 50.01%;
  }

  .tailwind .bg-\[0\%_99\.92\%\] {
    background-position: 0 99.92%;
  }

  .tailwind .bg-\[34\.33\%_99\.96\%\] {
    background-position: 34.33% 99.96%;
  }

  .tailwind .bg-\[37\.65\%_0\%\] {
    background-position: 37.65% 0;
  }

  .tailwind .bg-\[50\%_2\.71\%\] {
    background-position: 50% 2.71%;
  }

  .tailwind .bg-\[50\%_30\.69\%\] {
    background-position: 50% 30.69%;
  }

  .tailwind .bg-\[51\.57\%_0\%\] {
    background-position: 51.57% 0;
  }

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

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

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

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

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

  .tailwind .mask-intersect {
    mask-composite: intersect;
  }

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

  .tailwind .mask-size-\[240\.065px_521\.508px\] {
    mask-size: 240.065px 521.508px;
  }

  .tailwind .mask-size-\[262\.928px_572\.038px\] {
    mask-size: 262.928px 572.038px;
  }

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

  .tailwind .mask-position-\[1\.24px_0\.621px\] {
    mask-position: 1.24px .621px;
  }

  .tailwind .mask-position-\[1\.358px_0\.681px\] {
    mask-position: 1.358px .681px;
  }

  .tailwind .mask-position-\[1\.935px_1\.417px\] {
    mask-position: 1.935px 1.417px;
  }

  .tailwind .mask-position-\[2\.738px_-0\.38px\] {
    mask-position: 2.738px -.38px;
  }

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

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

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

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

  .tailwind .font-\[\'DM_Sans\:Light\'\,_sans-serif\] {
    font-family: DM Sans\:Light, sans-serif;
  }

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

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

  .tailwind .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .text-\[rgba\(249\,246\,243\,0\.5\)\] {
    color: #f9f6f380;
  }

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

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

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

  .tailwind .opacity-50 {
    opacity: .5;
  }

  .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 .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 .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

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

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

  .tailwind .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .tailwind .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .tailwind .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }
}

@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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

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