/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --tw-font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --tw-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --tw-color-red-600: oklch(57.7% 0.245 27.325);
    --tw-color-slate-200: oklch(92.9% 0.013 255.508);
    --tw-color-slate-500: oklch(55.4% 0.046 257.417);
    --tw-color-slate-700: oklch(37.2% 0.044 257.287);
    --tw-color-slate-900: oklch(20.8% 0.042 265.755);
    --tw-color-gray-600: oklch(44.6% 0.03 256.802);
    --tw-color-neutral-400: oklch(70.8% 0 0);
    --tw-color-white: #fff;
    --tw-spacing: 0.25rem;
    --tw-breakpoint-sm: 40rem;
    --tw-breakpoint-md: 48rem;
    --tw-breakpoint-lg: 64rem;
    --tw-breakpoint-xl: 80rem;
    --tw-container-4xl: 56rem;
    --tw-text-lg: 1.125rem;
    --tw-text-lg--line-height: calc(1.75 / 1.125);
    --tw-text-2xl: 1.5rem;
    --tw-text-2xl--line-height: calc(2 / 1.5);
    --tw-font-weight-bold: 700;
    --tw-leading-tight: 1.25;
    --tw-leading-snug: 1.375;
    --tw-radius-xl: 0.75rem;
    --tw-radius-2xl: 1rem;
    --tw-radius-3xl: 1.5rem;
    --tw-radius-4xl: 2rem;
    --tw-animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
    --tw-default-font-family: var(--tw-font-sans);
    --tw-default-mono-font-family: var(--tw-font-mono);
    --tw-color-primary-200: #9be315;
    --tw-color-primary-300: #88c811;
    --tw-color-primary-500: #66970a;
    --tw-color-primary-700: #3e5e04;
    --tw-color-muted-50: #e5f6d3;
    --tw-color-muted-100: #d1ebb2;
    --tw-color-muted-200: #b6cd9b;
    --tw-color-muted-700: #3d4b2c;
    --tw-color-muted-950: #0d1307;
    --tw-color-mint-50: #edf8ee;
    --tw-color-darkGray-500: #252840;
  }
}
@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(--tw-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(--tw-default-font-feature-settings, normal);
    font-variation-settings: var(--tw-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(--tw-default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--tw-default-mono-font-feature-settings, normal);
    font-variation-settings: var(--tw-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 {
  .tw\:absolute {
    position: absolute !important;
  }
  .tw\:relative {
    position: relative !important;
  }
  .tw\:inset-0 {
    inset: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:top-0 {
    top: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:top-4 {
    top: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:top-\[-2px\] {
    top: -2px !important;
  }
  .tw\:top-\[-42px\] {
    top: -42px !important;
  }
  .tw\:top-\[-99px\] {
    top: -99px !important;
  }
  .tw\:right-0 {
    right: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:right-4 {
    right: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:left-0 {
    left: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:z-20 {
    z-index: 20 !important;
  }
  .tw\:z-30 {
    z-index: 30 !important;
  }
  .tw\:mx-auto {
    margin-inline: auto !important;
  }
  .tw\:my-10 {
    margin-block: calc(var(--tw-spacing) * 10) !important;
  }
  .tw\:mt-1 {
    margin-top: calc(var(--tw-spacing) * 1) !important;
  }
  .tw\:mr-1\.5 {
    margin-right: calc(var(--tw-spacing) * 1.5) !important;
  }
  .tw\:ml-2 {
    margin-left: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:block {
    display: block !important;
  }
  .tw\:flex {
    display: flex !important;
  }
  .tw\:inline-block {
    display: inline-block !important;
  }
  .tw\:h-2 {
    height: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:h-6 {
    height: calc(var(--tw-spacing) * 6) !important;
  }
  .tw\:h-8 {
    height: calc(var(--tw-spacing) * 8) !important;
  }
  .tw\:h-\[45px\] {
    height: 45px !important;
  }
  .tw\:h-\[110\%\] {
    height: 110% !important;
  }
  .tw\:h-full {
    height: 100% !important;
  }
  .tw\:min-h-\[400px\] {
    min-height: 400px !important;
  }
  .tw\:w-1\/2 {
    width: calc(1/2 * 100%) !important;
  }
  .tw\:w-2 {
    width: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:w-6 {
    width: calc(var(--tw-spacing) * 6) !important;
  }
  .tw\:w-8 {
    width: calc(var(--tw-spacing) * 8) !important;
  }
  .tw\:w-\[105\%\] {
    width: 105% !important;
  }
  .tw\:w-full {
    width: 100% !important;
  }
  .tw\:max-w-\[680px\] {
    max-width: 680px !important;
  }
  .tw\:flex-shrink {
    flex-shrink: 1 !important;
  }
  .tw\:flex-shrink-0 {
    flex-shrink: 0 !important;
  }
  .tw\:grow {
    flex-grow: 1 !important;
  }
  .tw\:animate-ping {
    animation: var(--tw-animate-ping) !important;
  }
  .tw\:flex-col {
    flex-direction: column !important;
  }
  .tw\:flex-wrap {
    flex-wrap: wrap !important;
  }
  .tw\:items-center {
    align-items: center !important;
  }
  .tw\:items-start {
    align-items: flex-start !important;
  }
  .tw\:justify-between {
    justify-content: space-between !important;
  }
  .tw\:justify-center {
    justify-content: center !important;
  }
  .tw\:justify-end {
    justify-content: flex-end !important;
  }
  .tw\:gap-2 {
    gap: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:gap-3 {
    gap: calc(var(--tw-spacing) * 3) !important;
  }
  .tw\:gap-4 {
    gap: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0 !important;
      margin-block-start: calc(calc(var(--tw-spacing) * 2) * var(--tw-space-y-reverse)) !important;
      margin-block-end: calc(calc(var(--tw-spacing) * 2) * calc(1 - var(--tw-space-y-reverse))) !important;
    }
  }
  .tw\:space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0 !important;
      margin-inline-start: calc(calc(var(--tw-spacing) * 4) * var(--tw-space-x-reverse)) !important;
      margin-inline-end: calc(calc(var(--tw-spacing) * 4) * calc(1 - var(--tw-space-x-reverse))) !important;
    }
  }
  .tw\:self-end {
    align-self: flex-end !important;
  }
  .tw\:rounded-2xl {
    border-radius: var(--tw-radius-2xl) !important;
  }
  .tw\:rounded-3xl {
    border-radius: var(--tw-radius-3xl) !important;
  }
  .tw\:rounded-4xl {
    border-radius: var(--tw-radius-4xl) !important;
  }
  .tw\:rounded-full {
    border-radius: calc(infinity * 1px) !important;
  }
  .tw\:rounded-none {
    border-radius: 0 !important;
  }
  .tw\:rounded-tl-xl {
    border-top-left-radius: var(--tw-radius-xl) !important;
  }
  .tw\:rounded-tr-xl {
    border-top-right-radius: var(--tw-radius-xl) !important;
  }
  .tw\:rounded-br-xl {
    border-bottom-right-radius: var(--tw-radius-xl) !important;
  }
  .tw\:rounded-bl-xl {
    border-bottom-left-radius: var(--tw-radius-xl) !important;
  }
  .tw\:border-0 {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
  .tw\:border-b {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 1px !important;
  }
  .tw\:border-b-2 {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 2px !important;
  }
  .tw\:border-slate-200 {
    border-color: var(--tw-color-slate-200) !important;
  }
  .tw\:bg-\[\#e5ece5\] {
    background-color: #e5ece5 !important;
  }
  .tw\:bg-mint-50 {
    background-color: var(--tw-color-mint-50) !important;
  }
  .tw\:bg-muted-50 {
    background-color: var(--tw-color-muted-50) !important;
  }
  .tw\:bg-muted-200 {
    background-color: var(--tw-color-muted-200) !important;
  }
  .tw\:bg-muted-700 {
    background-color: var(--tw-color-muted-700) !important;
  }
  .tw\:bg-primary-300 {
    background-color: var(--tw-color-primary-300) !important;
  }
  .tw\:bg-primary-500 {
    background-color: var(--tw-color-primary-500) !important;
  }
  .tw\:bg-white {
    background-color: var(--tw-color-white) !important;
  }
  .tw\:bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab !important;
    background-image: linear-gradient(var(--tw-gradient-stops)) !important;
  }
  .tw\:bg-gradient-to-l {
    --tw-gradient-position: to left in oklab !important;
    background-image: linear-gradient(var(--tw-gradient-stops)) !important;
  }
  .tw\:bg-gradient-to-r {
    --tw-gradient-position: to right in oklab !important;
    background-image: linear-gradient(var(--tw-gradient-stops)) !important;
  }
  .tw\:from-\[\#f9fff7\]\/70 {
    --tw-gradient-from: color-mix(in oklab, #f9fff7 70%, transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }
  .tw\:from-muted-950\/50 {
    --tw-gradient-from: var(--tw-color-muted-950) !important;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--tw-color-muted-950) 50%, transparent) !important;
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }
  .tw\:from-transparent {
    --tw-gradient-from: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }
  .tw\:via-muted-950\/40 {
    --tw-gradient-via: var(--tw-color-muted-950) !important;
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--tw-color-muted-950) 40%, transparent) !important;
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position) !important;
    --tw-gradient-stops: var(--tw-gradient-via-stops) !important;
  }
  .tw\:via-50\% {
    --tw-gradient-via-position: 50% !important;
  }
  .tw\:to-\[\#f9fff7\]\/70 {
    --tw-gradient-to: color-mix(in oklab, #f9fff7 70%, transparent) !important;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }
  .tw\:to-transparent {
    --tw-gradient-to: transparent !important;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)) !important;
  }
  .tw\:bg-cover {
    background-size: cover !important;
  }
  .tw\:bg-bottom {
    background-position: bottom !important;
  }
  .tw\:bg-center {
    background-position: center !important;
  }
  .tw\:object-cover {
    object-fit: cover !important;
  }
  .tw\:p-6 {
    padding: calc(var(--tw-spacing) * 6) !important;
  }
  .tw\:pt-\[6px\] {
    padding-top: 6px !important;
  }
  .tw\:pt-\[55\%\] {
    padding-top: 55% !important;
  }
  .tw\:pb-4 {
    padding-bottom: calc(var(--tw-spacing) * 4) !important;
  }
  .tw\:pb-24 {
    padding-bottom: calc(var(--tw-spacing) * 24) !important;
  }
  .tw\:pl-0 {
    padding-left: calc(var(--tw-spacing) * 0) !important;
  }
  .tw\:pl-1 {
    padding-left: calc(var(--tw-spacing) * 1) !important;
  }
  .tw\:pl-2 {
    padding-left: calc(var(--tw-spacing) * 2) !important;
  }
  .tw\:text-left {
    text-align: left !important;
  }
  .tw\:text-right {
    text-align: right !important;
  }
  .tw\:text-2xl {
    font-size: var(--tw-text-2xl) !important;
    line-height: var(--tw-leading, var(--tw-text-2xl--line-height)) !important;
  }
  .tw\:leading-7 {
    --tw-leading: calc(var(--tw-spacing) * 7) !important;
    line-height: calc(var(--tw-spacing) * 7) !important;
  }
  .tw\:leading-snug {
    --tw-leading: var(--tw-leading-snug) !important;
    line-height: var(--tw-leading-snug) !important;
  }
  .tw\:leading-tight {
    --tw-leading: var(--tw-leading-tight) !important;
    line-height: var(--tw-leading-tight) !important;
  }
  .tw\:text-gray-600 {
    color: var(--tw-color-gray-600) !important;
  }
  .tw\:text-primary-200 {
    color: var(--tw-color-primary-200) !important;
  }
  .tw\:text-primary-300 {
    color: var(--tw-color-primary-300) !important;
  }
  .tw\:text-primary-700 {
    color: var(--tw-color-primary-700) !important;
  }
  .tw\:text-red-600 {
    color: var(--tw-color-red-600) !important;
  }
  .tw\:text-slate-500 {
    color: var(--tw-color-slate-500) !important;
  }
  .tw\:text-slate-700 {
    color: var(--tw-color-slate-700) !important;
  }
  .tw\:text-slate-900 {
    color: var(--tw-color-slate-900) !important;
  }
  .tw\:text-white\/70 {
    color: var(--tw-color-white) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--tw-color-white) 70%, transparent) !important;
    }
  }
  .tw\:text-white\/80 {
    color: var(--tw-color-white) !important;
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--tw-color-white) 80%, transparent) !important;
    }
  }
  .tw\:opacity-40 {
    opacity: 40% !important;
  }
  .tw\:shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .tw\:shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1)) !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
  .tw\:\[word-spacing\:0px\] {
    word-spacing: 0px !important;
  }
  .tw\:text-shadow-lg {
    text-shadow: 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 3px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 4px 8px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)) !important;
  }
  .tw\:text-shadow-md {
    text-shadow: 0px 1px 1px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 1px 2px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)), 0px 2px 4px var(--tw-text-shadow-color, rgb(0 0 0 / 0.1)) !important;
  }
  .tw\:hover\:cursor-not-allowed {
    &:hover {
      @media (hover: hover) {
        cursor: not-allowed !important;
      }
    }
  }
  .tw\:hover\:cursor-pointer {
    &:hover {
      @media (hover: hover) {
        cursor: pointer !important;
      }
    }
  }
  .tw\:hover\:bg-muted-100 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--tw-color-muted-100) !important;
      }
    }
  }
  .tw\:hover\:text-neutral-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--tw-color-neutral-400) !important;
      }
    }
  }
  .tw\:hover\:text-slate-700 {
    &:hover {
      @media (hover: hover) {
        color: var(--tw-color-slate-700) !important;
      }
    }
  }
  .tw\:md\:ml-16 {
    @media (width >= 48rem) {
      margin-left: calc(var(--tw-spacing) * 16) !important;
    }
  }
  .tw\:md\:hidden {
    @media (width >= 48rem) {
      display: none !important;
    }
  }
  .tw\:md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block !important;
    }
  }
  .tw\:md\:max-w-4xl {
    @media (width >= 48rem) {
      max-width: var(--tw-container-4xl) !important;
    }
  }
  .tw\:md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row !important;
    }
  }
  .tw\:md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap !important;
    }
  }
  .tw\:md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between !important;
    }
  }
  .tw\:md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start !important;
    }
  }
  .tw\:md\:pb-0 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--tw-spacing) * 0) !important;
    }
  }
  .tw\:md\:text-left {
    @media (width >= 48rem) {
      text-align: left !important;
    }
  }
  .tw\:md\:whitespace-nowrap {
    @media (width >= 48rem) {
      white-space: nowrap !important;
    }
  }
  .tw\:md\:text-shadow-none {
    @media (width >= 48rem) {
      text-shadow: none !important;
    }
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    border-color: var(--color-gray-200, currentColor);
  }
}
@layer rte {
  .rteH5 {
    margin-bottom: calc(var(--tw-spacing) * 1);
    font-size: var(--tw-text-lg);
    line-height: var(--tw-leading, var(--tw-text-lg--line-height));
    --tw-font-weight: var(--tw-font-weight-bold);
    font-weight: var(--tw-font-weight-bold);
    color: var(--tw-color-darkGray-500);
  }
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-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: 0px;
}
@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-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@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-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-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-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --tw-font-weight: initial;
    }
  }
}
