/*! tailwindcss v4.2.0 | MIT License | https://tailwindcss.com */
@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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-tight: 1.25;
    --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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[-7\.83\%\] {
    top: -7.83%;
  }
  .top-\[-14px\] {
    top: -14px;
  }
  .top-\[-26px\] {
    top: -26px;
  }
  .top-\[5\.75px\] {
    top: 5.75px;
  }
  .top-\[9\.2px\] {
    top: 9.2px;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-\[-5\.62\%\] {
    left: -5.62%;
  }
  .left-\[-7px\] {
    left: -7px;
  }
  .left-\[-26px\] {
    left: -26px;
  }
  .left-\[19px\] {
    left: 19px;
  }
  .left-\[21px\] {
    left: 21px;
  }
  .left-\[51\.2px\] {
    left: 51.2px;
  }
  .left-\[53\.2px\] {
    left: 53.2px;
  }
  .left-\[calc\(50\%\+129\.51px\)\] {
    left: calc(50% + 129.51px);
  }
  .isolate {
    isolation: isolate;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-\[-40px\] {
    margin-bottom: -40px;
  }
  .mb-\[-120px\] {
    margin-bottom: -120px;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .inline-flex {
    display: inline-flex;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-7 {
    width: calc(var(--spacing) * 7);
    height: calc(var(--spacing) * 7);
  }
  .size-\[16px\] {
    width: 16px;
    height: 16px;
  }
  .size-\[20px\] {
    width: 20px;
    height: 20px;
  }
  .size-\[46px\] {
    width: 46px;
    height: 46px;
  }
  .size-\[52px\] {
    width: 52px;
    height: 52px;
  }
  .size-\[140px\] {
    width: 140px;
    height: 140px;
  }
  .size-\[160px\] {
    width: 160px;
    height: 160px;
  }
  .size-\[204px\] {
    width: 204px;
    height: 204px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-\[17\.25px\] {
    height: 17.25px;
  }
  .h-\[27\.6px\] {
    height: 27.6px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[70\.798px\] {
    height: 70.798px;
  }
  .h-\[107\.83\%\] {
    height: 107.83%;
  }
  .h-\[147px\] {
    height: 147px;
  }
  .min-h-px {
    min-height: 1px;
  }
  .w-\[23px\] {
    width: 23px;
  }
  .w-\[24\.15px\] {
    width: 24.15px;
  }
  .w-\[85\.1px\] {
    width: 85.1px;
  }
  .w-\[89\.7px\] {
    width: 89.7px;
  }
  .w-\[128px\] {
    width: 128px;
  }
  .w-\[159px\] {
    width: 159px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[173\.014px\] {
    width: 173.014px;
  }
  .w-\[min-content\] {
    width: min-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-full {
    min-width: 100%;
  }
  .min-w-px {
    min-width: 1px;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .shrink-1 {
    flex-shrink: 1;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-\[-8\.67deg\] {
    rotate: -8.67deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-infinite-scroll-left {
    animation: infinite-scroll-left 40s linear infinite;
  }
  .animate-infinite-scroll-right {
    animation: infinite-scroll-right 40s linear infinite;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-start {
    align-content: flex-start;
  }
  .content-stretch {
    align-content: stretch;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-\[3\.45px\] {
    gap: 3.45px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[24px\] {
    gap: 24px;
  }
  .gap-\[32px\] {
    gap: 32px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-\[40px\] {
    border-radius: 40px;
  }
  .rounded-\[200px\] {
    border-radius: 200px;
  }
  .rounded-tl-\[40px\] {
    border-top-left-radius: 40px;
  }
  .rounded-tr-\[40px\] {
    border-top-right-radius: 40px;
  }
  .rounded-br-\[40px\] {
    border-bottom-right-radius: 40px;
  }
  .rounded-bl-\[40px\] {
    border-bottom-left-radius: 40px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#202020\] {
    background-color: #202020;
  }
  .bg-\[\#f1f1f0\] {
    background-color: #f1f1f0;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-white {
    --tw-gradient-from: var(--color-white);
    --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));
  }
  .from-\[9\.688\%\] {
    --tw-gradient-from-position: 9.688%;
  }
  .to-\[\#ddd\] {
    --tw-gradient-to: #ddd;
    --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));
  }
  .to-\[148\.13\%\] {
    --tw-gradient-to-position: 148.13%;
  }
  .mask-intersect {
    mask-composite: intersect;
  }
  .mask-alpha {
    mask-mode: alpha;
  }
  .mask-size-\[154px_111px\] {
    mask-size: 154px 111px;
  }
  .mask-no-clip {
    mask-clip: no-clip;
  }
  .mask-position-\[0px_14px\] {
    mask-position: 0px 14px;
  }
  .mask-no-repeat {
    mask-repeat: no-repeat;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[11px\] {
    padding: 11px;
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .py-0 {
    padding-block: calc(var(--spacing) * 0);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pb-10 {
    padding-bottom: calc(var(--spacing) * 10);
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[36px\] {
    padding-bottom: 36px;
  }
  .font-\[\'Inter\:Medium\'\,sans-serif\] {
    font-family: 'Inter:Medium',sans-serif;
  }
  .font-\[\'Inter\:Semi_Bold\'\,sans-serif\] {
    font-family: 'Inter:Semi Bold',sans-serif;
  }
  .font-\[\'Product_Sans\:Regular\'\,sans-serif\] {
    font-family: 'Product Sans:Regular',sans-serif;
  }
  .font-\[\'SF_Compact_Display\:Medium\'\,sans-serif\] {
    font-family: 'SF Compact Display:Medium',sans-serif;
  }
  .font-\[\'SF_Compact_Text\:Medium\'\,sans-serif\] {
    font-family: 'SF Compact Text:Medium',sans-serif;
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-\[10\.35px\] {
    font-size: 10.35px;
  }
  .text-\[11\.5px\] {
    font-size: 11.5px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20\.7px\] {
    font-size: 20.7px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .leading-\[0\] {
    --tw-leading: 0;
    line-height: 0;
  }
  .leading-\[10\.35px\] {
    --tw-leading: 10.35px;
    line-height: 10.35px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[40px\] {
    --tw-leading: 40px;
    line-height: 40px;
  }
  .leading-\[normal\] {
    --tw-leading: normal;
    line-height: normal;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.5px\] {
    --tw-tracking: -0.5px;
    letter-spacing: -0.5px;
  }
  .tracking-\[-0\.16px\] {
    --tw-tracking: -0.16px;
    letter-spacing: -0.16px;
  }
  .tracking-\[-0\.18px\] {
    --tw-tracking: -0.18px;
    letter-spacing: -0.18px;
  }
  .tracking-\[-0\.56px\] {
    --tw-tracking: -0.56px;
    letter-spacing: -0.56px;
  }
  .tracking-\[-0\.5405px\] {
    --tw-tracking: -0.5405px;
    letter-spacing: -0.5405px;
  }
  .tracking-\[-1\.6px\] {
    --tw-tracking: -1.6px;
    letter-spacing: -1.6px;
  }
  .tracking-\[-2\.88px\] {
    --tw-tracking: -2.88px;
    letter-spacing: -2.88px;
  }
  .text-\[\#6b6b6b\] {
    color: #6b6b6b;
  }
  .text-\[\#202020\] {
    color: #202020;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .grayscale {
    --tw-grayscale: grayscale(100%);
    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,);
  }
  .hover\:bg-\[\#393939\] {
    &:hover {
      @media (hover: hover) {
        background-color: #393939;
      }
    }
  }
  .hover\:bg-\[\#DCDCDC\] {
    &:hover {
      @media (hover: hover) {
        background-color: #DCDCDC;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:mb-\[-120px\] {
    @media (width >= 48rem) {
      margin-bottom: -120px;
    }
  }
  .md\:w-\[800px\] {
    @media (width >= 48rem) {
      width: 800px;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-\[100px\] {
    @media (width >= 48rem) {
      gap: 100px;
    }
  }
  .md\:rounded-tl-\[120px\] {
    @media (width >= 48rem) {
      border-top-left-radius: 120px;
    }
  }
  .md\:rounded-tr-\[120px\] {
    @media (width >= 48rem) {
      border-top-right-radius: 120px;
    }
  }
  .md\:rounded-br-\[120px\] {
    @media (width >= 48rem) {
      border-bottom-right-radius: 120px;
    }
  }
  .md\:rounded-bl-\[120px\] {
    @media (width >= 48rem) {
      border-bottom-left-radius: 120px;
    }
  }
  .md\:px-\[48px\] {
    @media (width >= 48rem) {
      padding-inline: 48px;
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-\[14px\] {
    @media (width >= 48rem) {
      padding-block: 14px;
    }
  }
  .md\:py-\[28px\] {
    @media (width >= 48rem) {
      padding-block: 28px;
    }
  }
  .md\:py-\[32px\] {
    @media (width >= 48rem) {
      padding-block: 32px;
    }
  }
  .md\:py-\[40px\] {
    @media (width >= 48rem) {
      padding-block: 40px;
    }
  }
  .md\:py-\[100px\] {
    @media (width >= 48rem) {
      padding-block: 100px;
    }
  }
  .md\:pt-\[116px\] {
    @media (width >= 48rem) {
      padding-top: 116px;
    }
  }
  .md\:pt-\[120px\] {
    @media (width >= 48rem) {
      padding-top: 120px;
    }
  }
  .md\:pt-\[220px\] {
    @media (width >= 48rem) {
      padding-top: 220px;
    }
  }
  .md\:pr-\[32px\] {
    @media (width >= 48rem) {
      padding-right: 32px;
    }
  }
  .md\:pr-\[48px\] {
    @media (width >= 48rem) {
      padding-right: 48px;
    }
  }
  .md\:pr-\[100px\] {
    @media (width >= 48rem) {
      padding-right: 100px;
    }
  }
  .md\:pb-\[72px\] {
    @media (width >= 48rem) {
      padding-bottom: 72px;
    }
  }
  .md\:pb-\[100px\] {
    @media (width >= 48rem) {
      padding-bottom: 100px;
    }
  }
  .md\:pb-\[120px\] {
    @media (width >= 48rem) {
      padding-bottom: 120px;
    }
  }
  .md\:pb-\[148px\] {
    @media (width >= 48rem) {
      padding-bottom: 148px;
    }
  }
  .md\:pl-\[28px\] {
    @media (width >= 48rem) {
      padding-left: 28px;
    }
  }
  .md\:pl-\[40px\] {
    @media (width >= 48rem) {
      padding-left: 40px;
    }
  }
  .md\:pl-\[100px\] {
    @media (width >= 48rem) {
      padding-left: 100px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:text-\[72px\] {
    @media (width >= 48rem) {
      font-size: 72px;
    }
  }
  .md\:leading-\[40px\] {
    @media (width >= 48rem) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .md\:leading-\[70px\] {
    @media (width >= 48rem) {
      --tw-leading: 70px;
      line-height: 70px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:leading-\[40px\] {
    @media (width >= 64rem) {
      --tw-leading: 40px;
      line-height: 40px;
    }
  }
  .\[\&_img\]\:max-w-none {
    & img {
      max-width: none;
    }
  }
  .\[\&_li\]\:mx-8 {
    & li {
      margin-inline: calc(var(--spacing) * 8);
    }
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@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-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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@keyframes infinite-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinite-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-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-font-weight: initial;
      --tw-tracking: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
