/*! tailwindcss v4.1.13 | 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: 1px;
    --container-5xl: 64rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --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);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --font-weight-black: 900;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-orange: #DB742C;
    --font-lato: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    --text-h2: clamp(1.375rem, 1.0875rem + 1.4375vw, 2.8125rem);
    --text-h2--line-height: clamp(1.75rem, 1.4125rem + 1.6875vw, 3.4375rem);
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .top-20 {
    top: calc(var(--spacing) * 20);
  }
  .right-24 {
    right: calc(var(--spacing) * 24);
  }
  .bottom-24 {
    bottom: calc(var(--spacing) * 24);
  }
  .bottom-auto {
    bottom: auto;
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .isolate {
    isolation: isolate;
  }
  .-z-10 {
    z-index: calc(10 * -1);
  }
  .-z-50 {
    z-index: calc(50 * -1);
  }
  .-z-\[9999\] {
    z-index: calc(9999 * -1);
  }
  .z-10 {
    z-index: 10;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .z-\[99999\] {
    z-index: 99999;
  }
  .container {
    width: 100%;
    @media (width >= 450px) {
      max-width: 450px;
    }
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 992px) {
      max-width: 992px;
    }
    @media (width >= 1200px) {
      max-width: 1200px;
    }
    @media (width >= 1552px) {
      max-width: 1552px;
    }
  }
  .m-10 {
    margin: calc(var(--spacing) * 10);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-100 {
    margin-top: calc(var(--spacing) * 100);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-25 {
    margin-bottom: calc(var(--spacing) * 25);
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-\[\.87\/1\] {
    aspect-ratio: .87/1;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-48 {
    height: calc(var(--spacing) * 48);
  }
  .h-\[50dvh\] {
    height: 50dvh;
  }
  .h-\[70dvh\] {
    height: 70dvh;
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .w-30 {
    width: calc(var(--spacing) * 30);
  }
  .w-34 {
    width: calc(var(--spacing) * 34);
  }
  .w-40 {
    width: calc(var(--spacing) * 40);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-400 {
    max-width: calc(var(--spacing) * 400);
  }
  .max-w-1520 {
    max-width: calc(var(--spacing) * 1520);
  }
  .max-w-1650 {
    max-width: calc(var(--spacing) * 1650);
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-18 {
    --tw-translate-x: calc(var(--spacing) * -18);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-16 {
    --tw-translate-x: calc(var(--spacing) * 16);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-17 {
    --tw-translate-y: calc(var(--spacing) * 17);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-75 {
    --tw-scale-x: 75%;
    --tw-scale-y: 75%;
    --tw-scale-z: 75%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-45 {
    rotate: calc(45deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-30 {
    gap: calc(var(--spacing) * 30);
  }
  .gap-48 {
    gap: calc(var(--spacing) * 48);
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-15 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 15) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 15) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-60 {
    column-gap: calc(var(--spacing) * 60);
  }
  .gap-x-110 {
    column-gap: calc(var(--spacing) * 110);
  }
  .gap-y-20 {
    row-gap: calc(var(--spacing) * 20);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#000\] {
    --tw-gradient-from: #000;
    --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-\[\#606060\] {
    --tw-gradient-to: #606060;
    --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));
  }
  .object-cover {
    object-fit: cover;
  }
  .object-center {
    object-position: center;
  }
  .p-16 {
    padding: calc(var(--spacing) * 16);
  }
  .p-20 {
    padding: calc(var(--spacing) * 20);
  }
  .p-30 {
    padding: calc(var(--spacing) * 30);
  }
  .px-13 {
    padding-inline: calc(var(--spacing) * 13);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .px-18 {
    padding-inline: calc(var(--spacing) * 18);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .px-30 {
    padding-inline: calc(var(--spacing) * 30);
  }
  .py-9 {
    padding-block: calc(var(--spacing) * 9);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-45 {
    padding-block: calc(var(--spacing) * 45);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-30 {
    padding-top: calc(var(--spacing) * 30);
  }
  .pt-40 {
    padding-top: calc(var(--spacing) * 40);
  }
  .pt-50 {
    padding-top: calc(var(--spacing) * 50);
  }
  .pt-\[clamp\(3\.75rem\,2\.875rem\+4\.375vw\,8\.125rem\)\] {
    padding-top: clamp(3.75rem, 2.875rem + 4.375vw, 8.125rem);
  }
  .pr-35 {
    padding-right: calc(var(--spacing) * 35);
  }
  .pr-200 {
    padding-right: calc(var(--spacing) * 200);
  }
  .pr-\[calc\(100vw-1720px\)\] {
    padding-right: calc(100vw - 1720px);
  }
  .pb-60 {
    padding-bottom: calc(var(--spacing) * 60);
  }
  .pb-70 {
    padding-bottom: calc(var(--spacing) * 70);
  }
  .pb-80 {
    padding-bottom: calc(var(--spacing) * 80);
  }
  .pb-90 {
    padding-bottom: calc(var(--spacing) * 90);
  }
  .pl-200 {
    padding-left: calc(var(--spacing) * 200);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-h2 {
    font-size: var(--text-h2);
    line-height: var(--tw-leading, var(--text-h2--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[clamp\(1\.25rem\,1\.1375rem\+0\.5625vw\,1\.8125rem\)\] {
    font-size: clamp(1.25rem, 1.1375rem + 0.5625vw, 1.8125rem);
  }
  .text-\[clamp\(1\.125rem\,0\.85rem\+1\.375vw\,2\.5rem\)\] {
    font-size: clamp(1.125rem, 0.85rem + 1.375vw, 2.5rem);
  }
  .text-\[clamp\(1\.625rem\,1\.2rem\+2\.125vw\,3\.75rem\)\] {
    font-size: clamp(1.625rem, 1.2rem + 2.125vw, 3.75rem);
  }
  .text-\[clamp\(1\.625rem\,1\.45rem\+0\.875vw\,2\.5rem\)\] {
    font-size: clamp(1.625rem, 1.45rem + 0.875vw, 2.5rem);
  }
  .text-\[clamp\(2\.125rem\,0\.925rem\+6vw\,8\.125rem\)\] {
    font-size: clamp(2.125rem, 0.925rem + 6vw, 8.125rem);
  }
  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }
  .leading-\[clamp\(2rem\,1\.525rem\+2\.375vw\,4\.375rem\)\] {
    --tw-leading: clamp(2rem, 1.525rem + 2.375vw, 4.375rem);
    line-height: clamp(2rem, 1.525rem + 2.375vw, 4.375rem);
  }
  .leading-\[clamp\(3\.125rem\,1\.875rem\+6\.25vw\,9\.375rem\)\] {
    --tw-leading: clamp(3.125rem, 1.875rem + 6.25vw, 9.375rem);
    line-height: clamp(3.125rem, 1.875rem + 6.25vw, 9.375rem);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#737373\] {
    color: #737373;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-orange {
    color: var(--color-orange);
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-35 {
    opacity: 35%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .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,);
  }
  .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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:grayscale-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-grayscale: grayscale(0%);
        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\:text-orange {
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange);
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .focus\:z-\[999999\] {
    &:focus {
      z-index: 999999;
    }
  }
  .focus\:opacity-100 {
    &:focus {
      opacity: 100%;
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .sm\:-mt-200 {
    @media (width >= 576px) {
      margin-top: calc(var(--spacing) * -200);
    }
  }
  .sm\:mr-30 {
    @media (width >= 576px) {
      margin-right: calc(var(--spacing) * 30);
    }
  }
  .sm\:mb-30 {
    @media (width >= 576px) {
      margin-bottom: calc(var(--spacing) * 30);
    }
  }
  .sm\:ml-30 {
    @media (width >= 576px) {
      margin-left: calc(var(--spacing) * 30);
    }
  }
  .sm\:block {
    @media (width >= 576px) {
      display: block;
    }
  }
  .sm\:w-auto {
    @media (width >= 576px) {
      width: auto;
    }
  }
  .sm\:flex-row {
    @media (width >= 576px) {
      flex-direction: row;
    }
  }
  .sm\:gap-22 {
    @media (width >= 576px) {
      gap: calc(var(--spacing) * 22);
    }
  }
  .sm\:p-40 {
    @media (width >= 576px) {
      padding: calc(var(--spacing) * 40);
    }
  }
  .sm\:\!px-40 {
    @media (width >= 576px) {
      padding-inline: calc(var(--spacing) * 40) !important;
    }
  }
  .sm\:px-60 {
    @media (width >= 576px) {
      padding-inline: calc(var(--spacing) * 60);
    }
  }
  .sm\:px-80 {
    @media (width >= 576px) {
      padding-inline: calc(var(--spacing) * 80);
    }
  }
  .sm\:py-18 {
    @media (width >= 576px) {
      padding-block: calc(var(--spacing) * 18);
    }
  }
  .sm\:py-45 {
    @media (width >= 576px) {
      padding-block: calc(var(--spacing) * 45);
    }
  }
  .md\:w-4\/12 {
    @media (width >= 768px) {
      width: calc(4/12 * 100%);
    }
  }
  .md\:w-8\/12 {
    @media (width >= 768px) {
      width: calc(8/12 * 100%);
    }
  }
  .md\:flex-row {
    @media (width >= 768px) {
      flex-direction: row;
    }
  }
  .md\:gap-50 {
    @media (width >= 768px) {
      gap: calc(var(--spacing) * 50);
    }
  }
  .md\:p-75 {
    @media (width >= 768px) {
      padding: calc(var(--spacing) * 75);
    }
  }
  .md\:px-110 {
    @media (width >= 768px) {
      padding-inline: calc(var(--spacing) * 110);
    }
  }
  .lg\:-mt-300 {
    @media (width >= 992px) {
      margin-top: calc(var(--spacing) * -300);
    }
  }
  .lg\:mt-auto {
    @media (width >= 992px) {
      margin-top: auto;
    }
  }
  .lg\:-mr-150 {
    @media (width >= 992px) {
      margin-right: calc(var(--spacing) * -150);
    }
  }
  .lg\:-mr-\[45\%\] {
    @media (width >= 992px) {
      margin-right: calc(45% * -1);
    }
  }
  .lg\:mb-10 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-35 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 35);
    }
  }
  .lg\:mb-45 {
    @media (width >= 992px) {
      margin-bottom: calc(var(--spacing) * 45);
    }
  }
  .lg\:block {
    @media (width >= 992px) {
      display: block;
    }
  }
  .lg\:hidden {
    @media (width >= 992px) {
      display: none;
    }
  }
  .lg\:aspect-\[\.8\/1\] {
    @media (width >= 992px) {
      aspect-ratio: .8/1;
    }
  }
  .lg\:h-auto {
    @media (width >= 992px) {
      height: auto;
    }
  }
  .lg\:h-dvh {
    @media (width >= 992px) {
      height: 100dvh;
    }
  }
  .lg\:w-5\/12 {
    @media (width >= 992px) {
      width: calc(5/12 * 100%);
    }
  }
  .lg\:w-6\/12 {
    @media (width >= 992px) {
      width: calc(6/12 * 100%);
    }
  }
  .lg\:w-7\/12 {
    @media (width >= 992px) {
      width: calc(7/12 * 100%);
    }
  }
  .lg\:w-8\/12 {
    @media (width >= 992px) {
      width: calc(8/12 * 100%);
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 992px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 992px) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 992px) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 992px) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 992px) {
      align-items: flex-end;
    }
  }
  .lg\:gap-y-45 {
    @media (width >= 992px) {
      row-gap: calc(var(--spacing) * 45);
    }
  }
  .lg\:p-18 {
    @media (width >= 992px) {
      padding: calc(var(--spacing) * 18);
    }
  }
  .lg\:py-50 {
    @media (width >= 992px) {
      padding-block: calc(var(--spacing) * 50);
    }
  }
  .lg\:pt-35 {
    @media (width >= 992px) {
      padding-top: calc(var(--spacing) * 35);
    }
  }
  .lg\:pb-100 {
    @media (width >= 992px) {
      padding-bottom: calc(var(--spacing) * 100);
    }
  }
  .xl\:mt-130 {
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 130);
    }
  }
  .xl\:mb-14 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .xl\:mb-15 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 15);
    }
  }
  .xl\:mb-30 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 30);
    }
  }
  .xl\:mb-50 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 50);
    }
  }
  .xl\:mb-70 {
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 70);
    }
  }
  .xl\:space-y-20 {
    @media (width >= 1200px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-y-30 {
    @media (width >= 1200px) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 30) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 30) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:p-40 {
    @media (width >= 1200px) {
      padding: calc(var(--spacing) * 40);
    }
  }
  .xxl\:-mt-260 {
    @media (width >= 1552px) {
      margin-top: calc(var(--spacing) * -260);
    }
  }
  .xxl\:-mr-250 {
    @media (width >= 1552px) {
      margin-right: calc(var(--spacing) * -250);
    }
  }
  .xxl\:mb-80 {
    @media (width >= 1552px) {
      margin-bottom: calc(var(--spacing) * 80);
    }
  }
  .xxl\:mb-140 {
    @media (width >= 1552px) {
      margin-bottom: calc(var(--spacing) * 140);
    }
  }
  .xxl\:ml-180 {
    @media (width >= 1552px) {
      margin-left: calc(var(--spacing) * 180);
    }
  }
  .xxl\:w-4\/12 {
    @media (width >= 1552px) {
      width: calc(4/12 * 100%);
    }
  }
  .xxl\:w-8\/12 {
    @media (width >= 1552px) {
      width: calc(8/12 * 100%);
    }
  }
  .xxl\:w-45 {
    @media (width >= 1552px) {
      width: calc(var(--spacing) * 45);
    }
  }
  .xxl\:scale-100 {
    @media (width >= 1552px) {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .xxl\:py-65 {
    @media (width >= 1552px) {
      padding-block: calc(var(--spacing) * 65);
    }
  }
  .xxl\:py-96 {
    @media (width >= 1552px) {
      padding-block: calc(var(--spacing) * 96);
    }
  }
  .xxl\:py-100 {
    @media (width >= 1552px) {
      padding-block: calc(var(--spacing) * 100);
    }
  }
  .xxl\:py-120 {
    @media (width >= 1552px) {
      padding-block: calc(var(--spacing) * 120);
    }
  }
  .xxl\:py-164 {
    @media (width >= 1552px) {
      padding-block: calc(var(--spacing) * 164);
    }
  }
  .xxl\:pr-20 {
    @media (width >= 1552px) {
      padding-right: calc(var(--spacing) * 20);
    }
  }
  .xxl\:pr-85 {
    @media (width >= 1552px) {
      padding-right: calc(var(--spacing) * 85);
    }
  }
  .xxl\:pb-160 {
    @media (width >= 1552px) {
      padding-bottom: calc(var(--spacing) * 160);
    }
  }
  .xxl\:pl-47 {
    @media (width >= 1552px) {
      padding-left: calc(var(--spacing) * 47);
    }
  }
  .xxl\:pl-66 {
    @media (width >= 1552px) {
      padding-left: calc(var(--spacing) * 66);
    }
  }
  .xxl\:text-3xl {
    @media (width >= 1552px) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .xxl\:text-4xl {
    @media (width >= 1552px) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .xxl\:text-base {
    @media (width >= 1552px) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
}
@layer {
  :root {
    --focus-outline-color: currentColor;
    --focus-outline-offset: 0.1rem;
    --focus-outline-style: solid;
    --focus-outline-width: 2px;
  }
  *:focus-visible {
    outline-color: var(--focus-outline-color);
    outline-offset: var(--focus-outline-offset);
    outline-style: var(--focus-outline-style);
    outline-width: var(--focus-outline-width);
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    background-color: var(--color-black);
    font-family: var(--font-lato);
    color: var(--color-white);
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
  }
  .container {
    margin-inline: auto;
    padding-inline: calc(var(--spacing) * 16);
  }
  .text-h1 {
    font-size: clamp(1.75rem, 0.475rem + 6.375vw, 8.125rem);
    line-height: clamp(1.875rem, 0.625rem + 6.25vw, 8.125rem);
    text-transform: uppercase;
    font-weight: 900;
    text-shadow: 1px 1px 9px #000;
  }
  .gradient1 {
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(84, 84, 84, 0) 100%);
  }
  .gradient2 {
    background: #C75404;
    background: linear-gradient(275deg, rgba(199, 84, 4, 1) 0%, rgba(219, 116, 44, 1) 100%);
  }
  .btn:hover {
    filter: grayscale(1);
  }
  .break_word {
    word-break: break-word;
  }
  header .menu-item.current-menu-item {
    color: var(--color-orange);
    font-size: clamp(1.25rem, 0.75rem + 2.5vw, 3.75rem);
  }
  header .menu-item {
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange);
      }
    }
  }
  ul#menu-header-menu {
    list-style: none;
    padding-left: 0;
  }
  .ts1 {
    text-shadow: 1px 1px 9px #000;
  }
  ul {
    display: flex;
    list-style-type: disc;
    flex-direction: column;
    gap: calc(var(--spacing) * 8);
    padding-left: calc(var(--spacing) * 20);
  }
  ul#menu-footer-menu {
    list-style-type: none;
    flex-direction: row;
    gap: calc(var(--spacing) * 0);
    padding: calc(var(--spacing) * 0);
  }
  ul#menu-footer-menu li {
    margin-right: calc(var(--spacing) * 10);
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
    padding-right: calc(var(--spacing) * 10);
    --tw-leading: 12px;
    line-height: 12px;
  }
  ul#menu-footer-menu li:last-child {
    margin-right: calc(var(--spacing) * 0);
    --tw-border-style: none;
    border-style: none;
    padding-right: calc(var(--spacing) * 0);
  }
  .sec-page-title, .sec-page-content {
    word-break: break-word;
  }
  .sec-page-title {
    margin-top: calc(var(--spacing) * 140);
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 200);
    }
  }
  .sec-page-title h1 {
    margin-top: calc(var(--spacing) * 30);
    margin-bottom: calc(var(--spacing) * 15);
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 50);
    }
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .sec-page-content h2 {
    margin-top: calc(var(--spacing) * 30);
    margin-bottom: calc(var(--spacing) * 15);
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 50);
    }
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .sec-page-content h3 {
    margin-top: calc(var(--spacing) * 30);
    margin-bottom: calc(var(--spacing) * 15);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 50);
    }
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .sec-page-content h4 {
    margin-top: calc(var(--spacing) * 30);
    margin-bottom: calc(var(--spacing) * 15);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 50);
    }
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .sec-page-content h5 {
    margin-top: calc(var(--spacing) * 30);
    margin-bottom: calc(var(--spacing) * 15);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 50);
    }
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .sec-page-content h6 {
    margin-top: calc(var(--spacing) * 30);
    margin-bottom: calc(var(--spacing) * 15);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    @media (width >= 1200px) {
      margin-top: calc(var(--spacing) * 50);
    }
    @media (width >= 1200px) {
      margin-bottom: calc(var(--spacing) * 25);
    }
  }
  .sec-page-content p {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .sec-page-content a {
    margin-bottom: calc(var(--spacing) * 16);
    display: inline-block;
    text-decoration-line: underline;
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-orange);
      }
    }
  }
  .a_under a {
    text-decoration-line: underline;
  }
  .wpcf7-submit {
    display: flex;
    gap: calc(var(--spacing) * 15);
    padding-inline: calc(var(--spacing) * 13);
    padding-block: calc(var(--spacing) * 9);
    color: var(--color-white);
  }
  .wpcf7-form input {
    width: 100%;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    &::placeholder {
      color: var(--color-black);
    }
  }
  .wpcf7-form textarea {
    padding: calc(var(--spacing) * 10);
  }
  span.wpcf7-list-item {
    margin-left: calc(var(--spacing) * 0) !important;
  }
  .wpcf7-form [type="checkbox"] {
    width: fit-content;
  }
  h1 {
    word-break: break-word;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .touch .ser_crd_img {
    filter: grayscale(0);
  }
  input {
    --tw-outline-style: none !important;
    outline-style: none !important;
  }
}
.wpcf7-not-valid-tip {
  color: #000;
  display: block;
  text-shadow: 0 0 5px red;
}
.swiper-pagination-bullet {
  background-image: url(../images/tyre_orng.svg);
  width: 35px;
  height: 35px;
  background-color: transparent;
  filter: grayscale(1);
  opacity: 1;
  transition: all .3s ease;
  margin-bottom: 15px !important;
}
.swiper-pagination-bullet:last-child {
  margin-bottom: 0px !important;
}
.swiper-pagination-bullet-active {
  filter: grayscale(0);
}
.swiper-pagination {
  right: 20px !important;
}
@media (min-width:768px) {
  .swiper-pagination {
    right: 55px !important;
  }
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/lato-v25-latin-100.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/lato-v25-latin-100italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v25-latin-300.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/lato-v25-latin-300italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v25-latin-regular.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v25-latin-italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v25-latin-700.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v25-latin-700italic.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v25-latin-900.woff2') format('woff2');
}
@font-face {
  font-display: swap;
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/lato-v25-latin-900italic.woff2') format('woff2');
}
.arr {
  position: absolute;
  bottom: 30px;
  height: 70px;
  width: 80px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 999;
}
.new-in {
  position: relative;
}
.contt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}
.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}
.chevron:before, .chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: rgba(255, 255, 255, .5);
}
.chevron:before {
  left: 0;
  transform: skewY(30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
.list_tyre {
  padding: 0;
  word-break: break-word;
}
.list_tyre li {
  display: flex;
  gap: 11px;
}
.list_tyre li::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/tyre_orng.svg);
  background-size: cover;
  margin-top: clamp(0.125rem, -0.0625rem + 0.9375vw, 1.0625rem);
  filter: grayscale(1);
  flex-shrink: 0;
}
.list_tyre li.active::before {
  filter: grayscale(0);
}
#accessibility_settings_toggle {
  bottom: 130px;
  background: linear-gradient(275deg, rgba(199, 84, 4, 1) 0%, rgba(219, 116, 44, 1) 100%) !important;
}
.ul_animation {
  position: relative;
}
.ul_animation::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px solid #C75404;
  transition: all .5s ease;
}
.ul_animation:hover::after {
  right: 50%;
}
.wpcf7-submit {
  border-bottom: 0 !important;
}
.btn_blc {
  position: relative;
  z-index: 10;
}
.btn_blc:hover::after {
  opacity: 0;
}
.btn_blc::after, .btn_blc::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #000;
  background: linear-gradient(275deg, rgba(0, 0, 0, 1) 0%, rgba(96, 96, 96, 1) 100%);
  z-index: -10;
  transition: all .5s ease-in-out;
}
.btn_blc::before {
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(96, 96, 96, 1) 100%);
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-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-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;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --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-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;
      --tw-duration: initial;
      --tw-border-style: solid;
    }
  }
}
