/*! 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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: 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;
    }
  }
}

@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-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

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

  .tailwind body {
    line-height: inherit;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

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

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

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

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --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-none {
    pointer-events: none;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

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

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

  .tailwind .inset-\[2\.63\%_-12\.62\%_-22\.66\%_-12\.14\%\] {
    inset: 2.63% -12.62% -22.66% -12.14%;
  }

  .tailwind .inset-\[5\.06\%_-3\.63\%_-7\.82\%_-3\%\] {
    inset: 5.06% -3.63% -7.82% -3%;
  }

  .tailwind .inset-\[17\.95\%_29\.17\%\] {
    inset: 17.95% 29.17%;
  }

  .tailwind .top-\[-5\.15\%\] {
    top: -5.15%;
  }

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

  .tailwind .top-\[-14\.75\%\] {
    top: -14.75%;
  }

  .tailwind .top-\[-16\.28\%\] {
    top: -16.28%;
  }

  .tailwind .top-\[-535\.86px\] {
    top: -535.86px;
  }

  .tailwind .top-\[17\.95\%\] {
    top: 17.95%;
  }

  .tailwind .top-\[39\.32\%\] {
    top: 39.32%;
  }

  .tailwind .top-\[60\.68\%\] {
    top: 60.68%;
  }

  .tailwind .top-\[95\.42px\] {
    top: 95.42px;
  }

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

  .tailwind .top-\[302\.76px\] {
    top: 302.76px;
  }

  .tailwind .top-\[431\.03px\] {
    top: 431.03px;
  }

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

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

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

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

  .tailwind .top-\[568\.29px\] {
    top: 568.29px;
  }

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

  .tailwind .right-\[29\.17\%\] {
    right: 29.17%;
  }

  .tailwind .bottom-\[17\.95\%\] {
    bottom: 17.95%;
  }

  .tailwind .bottom-\[39\.32\%\] {
    bottom: 39.32%;
  }

  .tailwind .bottom-\[60\.68\%\] {
    bottom: 60.68%;
  }

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

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

  .tailwind .left-\[-4\.87\%\] {
    left: -4.87%;
  }

  .tailwind .left-\[-9\.21\%\] {
    left: -9.21%;
  }

  .tailwind .left-\[-65\.78px\] {
    left: -65.78px;
  }

  .tailwind .left-\[-480\.86px\] {
    left: -480.86px;
  }

  .tailwind .left-\[29\.17\%\] {
    left: 29.17%;
  }

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

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

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

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

  .tailwind .left-\[320\.5px\] {
    left: 320.5px;
  }

  .tailwind .left-\[344\.87px\] {
    left: 344.87px;
  }

  .tailwind .left-\[451\.69px\] {
    left: 451.69px;
  }

  .tailwind .left-\[473\.83px\] {
    left: 473.83px;
  }

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

  .tailwind .left-\[851\.93px\] {
    left: 851.93px;
  }

  .tailwind .left-\[858\.02px\] {
    left: 858.02px;
  }

  .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 .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .aspect-\[527\.4\/350\] {
    aspect-ratio: 527.4 / 350;
  }

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

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

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

  .tailwind .h-\[36\.518px\] {
    height: 36.518px;
  }

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

  .tailwind .h-\[37\.769px\] {
    height: 37.769px;
  }

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

  .tailwind .h-\[49\.534px\] {
    height: 49.534px;
  }

  .tailwind .h-\[52\.969px\] {
    height: 52.969px;
  }

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

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

  .tailwind .h-\[105\.15\%\] {
    height: 105.15%;
  }

  .tailwind .h-\[114\.75\%\] {
    height: 114.75%;
  }

  .tailwind .h-\[191\.95\%\] {
    height: 191.95%;
  }

  .tailwind .h-\[400\.018px\] {
    height: 400.018px;
  }

  .tailwind .h-\[634\.672px\] {
    height: 634.672px;
  }

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

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

  .tailwind .h-\[1509\.715px\] {
    height: 1509.72px;
  }

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

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

  .tailwind .min-h-px {
    min-height: 1px;
  }

  .tailwind .w-\[25\.678px\] {
    width: 25.678px;
  }

  .tailwind .w-\[30\.715px\] {
    width: 30.715px;
  }

  .tailwind .w-\[37\.378px\] {
    width: 37.378px;
  }

  .tailwind .w-\[38\.091px\] {
    width: 38.091px;
  }

  .tailwind .w-\[50\.805px\] {
    width: 50.805px;
  }

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

  .tailwind .w-\[55\.149px\] {
    width: 55.149px;
  }

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

  .tailwind .w-\[107\.98\%\] {
    width: 107.98%;
  }

  .tailwind .w-\[108\.66\%\] {
    width: 108.66%;
  }

  .tailwind .w-\[114\.08\%\] {
    width: 114.08%;
  }

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

  .tailwind .w-\[422\.259px\] {
    width: 422.259px;
  }

  .tailwind .w-\[470\.407px\] {
    width: 470.407px;
  }

  .tailwind .w-\[476\.556px\] {
    width: 476.556px;
  }

  .tailwind .w-\[594\.402px\] {
    width: 594.402px;
  }

  .tailwind .w-\[739\.198px\] {
    width: 739.198px;
  }

  .tailwind .w-\[801\.174px\] {
    width: 801.174px;
  }

  .tailwind .w-\[1283\.551px\] {
    width: 1283.55px;
  }

  .tailwind .w-\[1396\.02px\] {
    width: 1396.02px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .rotate-\[-4\.01deg\] {
    rotate: -4.01deg;
  }

  .tailwind .rotate-\[-50\.2deg\] {
    rotate: -50.2deg;
  }

  .tailwind .rotate-\[59\.05deg\] {
    rotate: 59.05deg;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }

  .tailwind .leading-\[1\.35\] {
    --tw-leading: 1.35;
    line-height: 1.35;
  }

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

  .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 .whitespace-nowrap {
    white-space: nowrap;
  }

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

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

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

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

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

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

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

  .tailwind .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px 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-\[0px_2px_4px_0px_rgba\(0\,0\,0\,0\.08\)\,0px_4px_12px_0px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0px 2px 4px 0px var(--tw-shadow-color, #00000014), 0px 4px 12px 0px var(--tw-shadow-color, #00000014);
    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_4px_4px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 4px 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-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 .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));
  }
}

@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-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
}
