/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-semibold: 600;
    --radius-md: 0.375rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-3xl: 64px;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-px {
    inset: 1px;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .order-first {
    order: -9999;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .min-h-60 {
    min-height: calc(var(--spacing) * 60);
  }
  .min-h-90 {
    min-height: calc(var(--spacing) * 90);
  }
  .min-h-120 {
    min-height: calc(var(--spacing) * 120);
  }
  .min-h-150 {
    min-height: calc(var(--spacing) * 150);
  }
  .min-h-180 {
    min-height: calc(var(--spacing) * 180);
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-fit {
    max-width: fit-content;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .max-w-xs {
    max-width: var(--container-xs);
  }
  .min-w-\[300px\] {
    min-width: 300px;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-1 {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-base\/7 {
    font-size: var(--text-base);
    line-height: calc(var(--spacing) * 7);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-gray-900 {
    color: var(--color-gray-900);
  }
  .text-white {
    color: var(--color-white);
  }
  .shadow-sm {
    --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));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .inset-ring-1 {
    --tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .inset-ring-gray-900\/10 {
    --tw-inset-ring-color: color-mix(in srgb, oklch(21% 0.034 264.665) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-inset-ring-color: color-mix(in oklab, var(--color-gray-900) 10%, transparent);
    }
  }
  .outline-1 {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .outline-black\/5 {
    outline-color: color-mix(in srgb, #000 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      outline-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }
  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    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,);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:pb-10 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:pb-12 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .lg\:gap-12 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-16 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 16);
    }
  }
  .dark\:border-gray-700 {
    &:is(.dark *) {
      border-color: var(--color-gray-700);
    }
  }
  .dark\:bg-gray-800 {
    &:is(.dark *) {
      background-color: var(--color-gray-800);
    }
  }
  .dark\:text-gray-100 {
    &:is(.dark *) {
      color: var(--color-gray-100);
    }
  }
  .dark\:text-white {
    &:is(.dark *) {
      color: var(--color-white);
    }
  }
  .dark\:outline-white\/15 {
    &:is(.dark *) {
      outline-color: color-mix(in srgb, #fff 15%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        outline-color: color-mix(in oklab, var(--color-white) 15%, transparent);
      }
    }
  }
}
@layer base {
  * {
    box-sizing: border-box;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-feature-settings: normal;
    font-variation-settings: normal;
  }
  html {
    padding: 0;
  }
  body {
    margin: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  button {
    border: none;
    cursor: pointer;
    background-color: transparent;
  }
  a {
    cursor: pointer;
    text-decoration-line: none;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, video {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
@layer components {
  :root {
    --color-foreground: var(--color-gray-900);
    --color-foreground2: var(--color-gray-800);
    --color-border: var(--color-gray-200);
    --color-muted: var(--color-gray-600);
    --color-muted2: var(--color-gray-500);
    --color-dark-foreground: white;
    --color-dark-foreground2: var(--color-gray-100);
    --color-dark-muted: var(--color-gray-300);
    --color-dark-muted2: var(--color-gray-400);
    --section-container-width: var(--container-6xl);
    --section-container-gap: clamp(3rem, calc(3rem + 2rem * ((100vw - 360px) / (var(--section-container-width) - 360px))), 5rem);
    --section-py: clamp(4rem, calc(4rem + 4rem * ((100vw - 360px) / (var(--section-container-width) - 360px))), 8rem);
    --section-px: clamp(1.5rem, 3vw, 2.5rem);
    --section-card-py: clamp(32px, calc(5vw + 10px), 80px);
    --section-card-px: clamp(24px, calc(4vw + 8px), 64px);
    --card-py: clamp(2rem, calc(var(--card-width) * 0.1), 4rem);
    --card-px: clamp(1.5rem, calc(var(--card-width) * 0.075), 3rem);
    --card-width: 100%;
    --container-8xl: 96rem;
  }
  body, main {
    overflow-x: hidden;
  }
  main {
    color: var(--color-foreground);
  }
  header {
    padding-inline: var(--section-px);
  }
  .brand {
    color: var(--color-foreground);
  }
  section {
    overflow-x: hidden;
    position: relative;
    padding-inline: var(--section-px);
    padding-block: var(--section-py);
    display: flex;
    flex-direction: column;
  }
  section:has(>.section-card) {
    padding-block: calc(var(--section-py) / 2);
  }
  .section-title {
    font-size: var(--text-lg);
    font-weight: 600;
    color: var(--color-primary);
  }
  .section-subtitle {
    font-size: var(--text-3xl);
    max-width: var(--container-xl);
    margin-top: 12px;
    line-height: 48px;
    @media (width >= 64rem) {
      font-size: var(--text-4xl);
    }
  }
  .section-desc {
    font-size: var(--text-lg);
    color: var(--color-muted);
    line-height: 2rem;
    max-width: var(--container-3xl);
    margin-top: 20px;
  }
  section.dark .section-desc {
    color: var(--color-dark-muted);
  }
  .dark {
    color: white;
  }
  .dark .brand {
    color: var(--color-dark-foreground);
  }
  .section-container {
    width: 100%;
    max-width: var(--section-container-width);
    margin-inline: auto;
    position: relative;
  }
  .section-container.section-card {
    margin-block: 3px;
    padding-inline: var(--section-card-px);
    padding-block: var(--section-card-py);
    border-radius: var(--radius-3xl);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .section-content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: inherit;
    margin-inline: inherit;
    text-align: inherit;
  }
  .h-center {
    text-align: center;
    align-items: center;
    margin-inline: auto;
  }
  .h-end {
    text-align: right;
    align-items: end;
    margin-left: auto;
  }
  figure .title {
    font-size: var(--text-base);
    font-weight: 600;
    line-height: 2rem;
    color: var(--color-primary);
  }
  figure .subtitle {
    font-size: var(--text-lg);
    color: var(--color-foreground2);
    line-height: 2rem;
  }
  figure .desc {
    font-size: var(--text-base);
    color: var(--color-muted2);
    line-height: 1.75rem;
    margin-top: 12px;
    word-break: break-word;
  }
  article.card.dark figure .subtitle {
    color: var(--color-dark-foreground2);
  }
  article.card.dark figure .desc {
    color: var(--color-dark-muted2);
  }
  figure img {
    display: block;
    object-fit: cover;
    background-color: var(--color-gray-50);
  }
  nav {
    width: 100%;
  }
  nav > ul {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .ones-grid {
    width: 100%;
    display: grid;
    gap: calc(var(--spacing) * 8);
  }
  .section-content-grid {
    display: grid;
    gap: calc(var(--spacing) * 12);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .ones-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .ones-grid-cols-2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .ones-grid-cols-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .ones-grid-cols-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .ones-grid-cols-5 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .ones-grid-cols-6 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    @media (width >= 64rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .ones-col-span-full {
    @media (width >= 48rem) {
      grid-column: 1 / -1;
    }
  }
  .ones-col-span-1\/2 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .ones-col-span-1\/3 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .ones-col-span-1\/4 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .ones-col-span-2\/3 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .ones-col-span-3\/4 {
    @media (width >= 48rem) {
      grid-column: span 9 / span 9;
    }
  }
  .grid-item {
    position: relative;
  }
  .grid-item.card {
    --card-width: 100%;
    overflow: hidden;
    padding-block: var(--card-py);
    padding-inline: var(--card-px);
  }
  .mask-layer {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .text-muted2 {
    color: var(--color-muted2);
  }
  .dark .text-muted {
    color: var(--color-dark-muted);
  }
  .dark .text-muted2 {
    color: var(--color-dark-muted2);
  }
  .fullwidth-overflow {
    margin-inline: calc(50% - 50vw);
    padding-inline: var(--section-px);
    width: 100vw !important;
  }
  .horizontal-scroll-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .horizontal-scroll-container:active {
    cursor: grabbing;
  }
  .horizontal-scroll-container::-webkit-scrollbar {
    display: none;
  }
  .horizontal-scroll-container > div {
    -webkit-user-drag: none;
  }
  .cta-btn {
    font-weight: 600;
    font-size: var(--text-sm);
    padding-block: 10px;
    padding-inline: 14px;
    border-radius: var(--radius-md);
  }
  .cta-link {
    font-weight: 600;
    font-size: var(--text-sm);
    padding-block: 10px;
  }
  .container-gap {
    gap: var(--section-container-gap);
  }
}
@layer components {
  .logo-wall {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .logo-track {
    display: flex;
    gap: 32px;
    width: fit-content;
    animation: scroll 20s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
  }
  .logo-group {
    display: flex;
    gap: 32px;
    flex-shrink: 0;
    width: fit-content;
  }
  .logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 60px;
    max-height: 80px;
    min-height: 40px;
    flex-shrink: 0;
    position: relative;
  }
  .logo-item img {
    height: 100%;
    width: 100%;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .logo-wall::before, .logo-wall::after {
    content: '';
    position: absolute;
    top: 0;
    width: 32px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
  }
  .logo-wall::after {
    left: auto;
    right: 0;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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: 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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@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-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-outline-style: solid;
      --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;
    }
  }
}
