/*! 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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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-duration: 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-300: oklch(.808 .114 19.571);
    --color-red-500: oklch(.637 .237 25.331);
    --color-red-600: oklch(.577 .245 27.325);
    --color-blue-600: oklch(.546 .245 262.881);
    --color-gray-100: oklch(.967 .003 264.542);
    --color-gray-200: oklch(.928 .006 264.531);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-gray-500: oklch(.551 .027 264.364);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-700: oklch(.373 .034 259.733);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-neutral-100: oklch(.97 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-wider: .05em;
    --leading-normal: 1.5;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-3xl: 1.5rem;
    --animate-spin: spin 1s linear infinite;
    --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 .invisible {
    visibility: hidden;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .sticky {
    position: sticky;
  }

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

  .tailwind .inset-\[13px_57px_39px_82px\] {
    inset: 13px 57px 39px 82px;
  }

  .tailwind .inset-\[21\.429\%\] {
    inset: 21.429%;
  }

  .tailwind .inset-\[38px_81px_14px_56px\] {
    inset: 38px 81px 14px 56px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .top-\[89\.38\%\] {
    top: 89.38%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .right-\[70\.61\%\] {
    right: 70.61%;
  }

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

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

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

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

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

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

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

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

  .tailwind .bottom-\[89\.38\%\] {
    bottom: 89.38%;
  }

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

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

  .tailwind .bottom-full {
    bottom: 100%;
  }

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

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

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

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

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

  .tailwind .left-\[23\.3\%\] {
    left: 23.3%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .left-px {
    left: 1px;
  }

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

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

  .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 .m-\[3px\] {
    margin: 3px;
  }

  .tailwind .mx-auto {
    margin-inline: auto;
  }

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

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

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

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

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

  .tailwind .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .ml-\[12px\] {
    margin-left: 12px;
  }

  .tailwind .ml-auto {
    margin-left: auto;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .grid {
    display: grid;
  }

  .tailwind .hidden {
    display: none;
  }

  .tailwind .inline {
    display: inline;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[255\.5px\] {
    width: 255.5px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .max-w-2xl {
    max-width: var(--container-2xl);
  }

  .tailwind .max-w-4xl {
    max-width: var(--container-4xl);
  }

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

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

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

  .tailwind .translate-x-\[100\%\] {
    --tw-translate-x: 100%;
    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-\[100\%\] {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .tailwind .rotate-45 {
    rotate: 45deg;
  }

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

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

  .tailwind .animate-spin {
    animation: var(--animate-spin);
  }

  .tailwind .cursor-grab {
    cursor: grab;
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .resize {
    resize: both;
  }

  .tailwind .list-decimal {
    list-style-type: decimal;
  }

  .tailwind .list-disc {
    list-style-type: disc;
  }

  .tailwind .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

  .tailwind .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

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

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

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

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

  :where(.tailwind .space-x-\[84px\] > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(84px * var(--tw-space-x-reverse));
    margin-inline-end: calc(84px * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .tailwind .rounded {
    border-radius: .25rem;
  }

  .tailwind .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .tailwind .rounded-\[3\.5px\] {
    border-radius: 3.5px;
  }

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

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

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

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

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

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

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

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

  .tailwind .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .tailwind .rounded-md {
    border-radius: var(--radius-md);
  }

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

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

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

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

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

  .tailwind .border-\[\#E92F4A\] {
    border-color: #e92f4a;
  }

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

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

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

  .tailwind .bg-\[\#2C2C2C\], .tailwind .bg-\[\#2c2c2c\] {
    background-color: #2c2c2c;
  }

  .tailwind .bg-\[\#E92F4A\], .tailwind .bg-\[\#e92f4a\] {
    background-color: #e92f4a;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .bg-size-\[100\.13\%_194\.26\%\] {
    background-size: 100.13% 194.26%;
  }

  .tailwind .bg-size-\[101\.08\%_115\.58\%\] {
    background-size: 101.08% 115.58%;
  }

  .tailwind .bg-\[100\%_1\.7\%\] {
    background-position: 100% 1.7%;
  }

  .tailwind .bg-\[100\%_2\.05\%\] {
    background-position: 100% 2.05%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .font-sans {
    font-family: var(--font-sans);
  }

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

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

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

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

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

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

  .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-\[26px\] {
    font-size: 26px;
  }

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

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

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

  .tailwind .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }

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

  .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-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }

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

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

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

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

  .tailwind .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }

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

  .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 .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

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

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

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

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

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

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

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

  .tailwind .tracking-\[2\.94px\] {
    --tw-tracking: 2.94px;
    letter-spacing: 2.94px;
  }

  .tailwind .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    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-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-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 .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-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-transform {
    transition-property: transform, translate, scale, rotate;
    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 .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

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

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

  @media (hover: hover) {
    .tailwind .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

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

  @media (hover: hover) {
    .tailwind .hover\:bg-gray-300:hover {
      background-color: var(--color-gray-300);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:text-\[\#E92F4A\]:hover {
      color: #e92f4a;
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  .tailwind .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .focus\:ring-red-300:focus {
    --tw-ring-color: var(--color-red-300);
  }

  .tailwind .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

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

  @media (width >= 48rem) {
    .tailwind .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

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

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
