/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :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-pink-50: oklch(97.1% 0.014 343.198);
    --spacing: 0.25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    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;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, 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;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .mx-\[1\.563rem\] {
    margin-inline: 1.563rem;
  }
  .my-\[5rem\] {
    margin-block: 5rem;
  }
  .mb-\[0\.5rem\] {
    margin-bottom: 0.5rem;
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .mb-\[3rem\] {
    margin-bottom: 3rem;
  }
  .mb-\[5rem\] {
    margin-bottom: 5rem;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .table {
    display: table;
  }
  .h-\[1rem\] {
    height: 1rem;
  }
  .h-\[2\.5rem\] {
    height: 2.5rem;
  }
  .h-\[3rem\] {
    height: 3rem;
  }
  .w-\[1rem\] {
    width: 1rem;
  }
  .w-\[2\.5rem\] {
    width: 2.5rem;
  }
  .w-\[3rem\] {
    width: 3rem;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-\[\#502050\] {
    background-color: #502050;
  }
  .bg-\[\#ee68a4\/50\] {
    background-color: #ee68a4/50;
  }
  .bg-\[\#ee68a4\/\] {
    background-color: #ee68a4/;
  }
  .bg-\[\#ee68a4\] {
    background-color: #ee68a4;
  }
  .bg-pink-50 {
    background-color: var(--color-pink-50);
  }
  .bg-\[url\(\.\/images\/bg-pattern-top-mobile\.svg\)\] {
    background-image: url(./images/bg-pattern-top-mobile.svg);
  }
  .bg-bottom-right {
    background-position: right bottom;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .px-\[1rem\] {
    padding-inline: 1rem;
  }
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .py-\[1rem\] {
    padding-block: 1rem;
  }
  .py-\[2\.5rem\] {
    padding-block: 2.5rem;
  }
  .pb-\[0\.5rem\] {
    padding-bottom: 0.5rem;
  }
  .pb-\[1rem\] {
    padding-bottom: 1rem;
  }
  .pb-\[2\] {
    padding-bottom: 2;
  }
  .pb-\[2rem\] {
    padding-bottom: 2rem;
  }
  .text-center {
    text-align: center;
  }
  .text-\[0\.95rem\] {
    font-size: 0.95rem;
  }
  .text-\[0\.813rem\] {
    font-size: 0.813rem;
  }
  .text-\[0\.913rem\] {
    font-size: 0.913rem;
  }
  .text-\[0\.953rem\] {
    font-size: 0.953rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .text-\[2\.9rem\] {
    font-size: 2.9rem;
  }
  .leading-10 {
    --tw-leading: calc(var(--spacing) * 10);
    line-height: calc(var(--spacing) * 10);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .text-\[\#937b92\] {
    color: #937b92;
  }
  .text-\[\#502050\] {
    color: #502050;
  }
  .text-\[\#ee68a4\] {
    color: #ee68a4;
  }
  .text-\[\#f7f2f7\] {
    color: #f7f2f7;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-\[0\.9\] {
    color: 0.9;
  }
  .text-\[0\.95\] {
    color: 0.95;
  }
  .text-\[0\.813\] {
    color: 0.813;
  }
  .text-\[1\.125\] {
    color: 1.125;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .bg-blend-multiply {
    background-blend-mode: multiply;
  }
  .bg-blend-soft-light {
    background-blend-mode: soft-light;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .backdrop-opacity-50 {
    --tw-backdrop-opacity: opacity(50%);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-6 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .xl\:col-span-1 {
    @media (width >= 80rem) {
      grid-column: span 1 / span 1;
    }
  }
  .xl\:col-span-2 {
    @media (width >= 80rem) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:col-span-4 {
    @media (width >= 80rem) {
      grid-column: span 4 / span 4;
    }
  }
  .xl\:col-span-5 {
    @media (width >= 80rem) {
      grid-column: span 5 / span 5;
    }
  }
  .xl\:col-span-6 {
    @media (width >= 80rem) {
      grid-column: span 6 / span 6;
    }
  }
  .xl\:col-span-7 {
    @media (width >= 80rem) {
      grid-column: span 7 / span 7;
    }
  }
  .xl\:col-span-8 {
    @media (width >= 80rem) {
      grid-column: span 8 / span 8;
    }
  }
  .xl\:col-span-9 {
    @media (width >= 80rem) {
      grid-column: span 9 / span 9;
    }
  }
  .xl\:col-span-10 {
    @media (width >= 80rem) {
      grid-column: span 10 / span 10;
    }
  }
  .xl\:col-start-1 {
    @media (width >= 80rem) {
      grid-column-start: 1;
    }
  }
  .xl\:col-start-2 {
    @media (width >= 80rem) {
      grid-column-start: 2;
    }
  }
  .xl\:col-start-3 {
    @media (width >= 80rem) {
      grid-column-start: 3;
    }
  }
  .xl\:col-end-6 {
    @media (width >= 80rem) {
      grid-column-end: 6;
    }
  }
  .xl\:col-end-7 {
    @media (width >= 80rem) {
      grid-column-end: 7;
    }
  }
  .xl\:col-end-8 {
    @media (width >= 80rem) {
      grid-column-end: 8;
    }
  }
  .xl\:col-end-9 {
    @media (width >= 80rem) {
      grid-column-end: 9;
    }
  }
  .xl\:col-end-10 {
    @media (width >= 80rem) {
      grid-column-end: 10;
    }
  }
  .xl\:row-span-8 {
    @media (width >= 80rem) {
      grid-row: span 8 / span 8;
    }
  }
  .xl\:row-span-10 {
    @media (width >= 80rem) {
      grid-row: span 10 / span 10;
    }
  }
  .xl\:row-start-1 {
    @media (width >= 80rem) {
      grid-row-start: 1;
    }
  }
  .xl\:row-start-2 {
    @media (width >= 80rem) {
      grid-row-start: 2;
    }
  }
  .xl\:row-start-3 {
    @media (width >= 80rem) {
      grid-row-start: 3;
    }
  }
  .xl\:mx-\[10\.313rem\] {
    @media (width >= 80rem) {
      margin-inline: 10.313rem;
    }
  }
  .xl\:my-\[7\.25rem\] {
    @media (width >= 80rem) {
      margin-block: 7.25rem;
    }
  }
  .xl\:mr-\[8\.875rem\] {
    @media (width >= 80rem) {
      margin-right: 8.875rem;
    }
  }
  .xl\:mb-0 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .xl\:mb-\[5rem\] {
    @media (width >= 80rem) {
      margin-bottom: 5rem;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:grid {
    @media (width >= 80rem) {
      display: grid;
    }
  }
  .xl\:h-\[1rem\] {
    @media (width >= 80rem) {
      height: 1rem;
    }
  }
  .xl\:w-\[1rem\] {
    @media (width >= 80rem) {
      width: 1rem;
    }
  }
  .xl\:w-\[2h-4em\] {
    @media (width >= 80rem) {
      width: 2h-4em;
    }
  }
  .xl\:w-\[24rem\] {
    @media (width >= 80rem) {
      width: 24rem;
    }
  }
  .xl\:w-\[25rem\] {
    @media (width >= 80rem) {
      width: 25rem;
    }
  }
  .xl\:w-\[32rem\] {
    @media (width >= 80rem) {
      width: 32rem;
    }
  }
  .xl\:w-\[34\] {
    @media (width >= 80rem) {
      width: 34;
    }
  }
  .xl\:w-\[34rem\] {
    @media (width >= 80rem) {
      width: 34rem;
    }
  }
  .xl\:flex-1 {
    @media (width >= 80rem) {
      flex: 1;
    }
  }
  .xl\:flex-1\/2 {
    @media (width >= 80rem) {
      flex: calc(1/2 * 100%);
    }
  }
  .xl\:flex-40 {
    @media (width >= 80rem) {
      flex: 40;
    }
  }
  .xl\:flex-auto {
    @media (width >= 80rem) {
      flex: auto;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-6 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-8 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-10 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-center {
    @media (width >= 80rem) {
      align-items: center;
    }
  }
  .xl\:justify-center {
    @media (width >= 80rem) {
      justify-content: center;
    }
  }
  .xl\:gap-3 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .xl\:gap-5 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .xl\:gap-\[2\.5rem\] {
    @media (width >= 80rem) {
      gap: 2.5rem;
    }
  }
  .xl\:gap-\[2\.9rem\] {
    @media (width >= 80rem) {
      gap: 2.9rem;
    }
  }
  .xl\:gap-\[9\.5rem\] {
    @media (width >= 80rem) {
      gap: 9.5rem;
    }
  }
  .xl\:bg-\[url\(\.\/images\/bg-pattern-top-desktop\.svg\)\,url\(\.\/images\/bg-pattern-bottom-desktop\.svg\)\] {
    @media (width >= 80rem) {
      background-image: url(./images/bg-pattern-top-desktop.svg),url(./images/bg-pattern-bottom-desktop.svg);
    }
  }
  .xl\:bg-\[url\(\.\/images\/bg-pattern-top-desktop\.svg\)\] {
    @media (width >= 80rem) {
      background-image: url(./images/bg-pattern-top-desktop.svg);
    }
  }
  .xl\:bg-\[url\(\.\/images\/bg-pattern-top-mobile\.svg\)\] {
    @media (width >= 80rem) {
      background-image: url(./images/bg-pattern-top-mobile.svg);
    }
  }
  .xl\:\[background-position\:top_left\,bottom_right\] {
    @media (width >= 80rem) {
      background-position: top left,bottom right;
    }
  }
  .xl\:bg-top {
    @media (width >= 80rem) {
      background-position: top;
    }
  }
  .xl\:bg-top-left {
    @media (width >= 80rem) {
      background-position: left top;
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:py-0 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .xl\:py-\[0\.2rem\] {
    @media (width >= 80rem) {
      padding-block: 0.2rem;
    }
  }
  .xl\:pr-\[\.9rem\] {
    @media (width >= 80rem) {
      padding-right: .9rem;
    }
  }
  .xl\:pr-\[1rem\] {
    @media (width >= 80rem) {
      padding-right: 1rem;
    }
  }
  .xl\:pr-\[2\.5rem\] {
    @media (width >= 80rem) {
      padding-right: 2.5rem;
    }
  }
  .xl\:pr-\[2\.8rem\] {
    @media (width >= 80rem) {
      padding-right: 2.8rem;
    }
  }
  .xl\:pr-\[2\.9rem\] {
    @media (width >= 80rem) {
      padding-right: 2.9rem;
    }
  }
  .xl\:pr-\[3\.9rem\] {
    @media (width >= 80rem) {
      padding-right: 3.9rem;
    }
  }
  .xl\:pr-\[3rem\] {
    @media (width >= 80rem) {
      padding-right: 3rem;
    }
  }
  .xl\:pr-\[8\.875rem\] {
    @media (width >= 80rem) {
      padding-right: 8.875rem;
    }
  }
  .xl\:text-left {
    @media (width >= 80rem) {
      text-align: left;
    }
  }
  .xl\:text-\[0\.85rem\] {
    @media (width >= 80rem) {
      font-size: 0.85rem;
    }
  }
  .xl\:text-\[0\.95rem\] {
    @media (width >= 80rem) {
      font-size: 0.95rem;
    }
  }
  .xl\:text-\[1\.125rem\] {
    @media (width >= 80rem) {
      font-size: 1.125rem;
    }
  }
  .xl\:text-\[2\.8rem\] {
    @media (width >= 80rem) {
      font-size: 2.8rem;
    }
  }
  .xl\:text-\[2\.9rem\] {
    @media (width >= 80rem) {
      font-size: 2.9rem;
    }
  }
  .xl\:text-\[2rem\] {
    @media (width >= 80rem) {
      font-size: 2rem;
    }
  }
  .xl\:text-\[3\.25rem\] {
    @media (width >= 80rem) {
      font-size: 3.25rem;
    }
  }
  .xl\:text-\[3rem\] {
    @media (width >= 80rem) {
      font-size: 3rem;
    }
  }
  .xl\:leading-8 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 8);
      line-height: calc(var(--spacing) * 8);
    }
  }
  .xl\:leading-10 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 10);
      line-height: calc(var(--spacing) * 10);
    }
  }
  .xl\:leading-12 {
    @media (width >= 80rem) {
      --tw-leading: calc(var(--spacing) * 12);
      line-height: calc(var(--spacing) * 12);
    }
  }
  .xl\:text-\[0\] {
    @media (width >= 80rem) {
      color: 0;
    }
  }
  .xl\:text-\[rem\] {
    @media (width >= 80rem) {
      color: rem;
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
