@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-space-y-reverse: 0;
            --tw-border-style: solid;
            --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-backdrop-blur: initial;
            --tw-backdrop-brightness: initial;
            --tw-backdrop-contrast: initial;
            --tw-backdrop-grayscale: initial;
            --tw-backdrop-hue-rotate: initial;
            --tw-backdrop-invert: initial;
            --tw-backdrop-opacity: initial;
            --tw-backdrop-saturate: initial;
            --tw-backdrop-sepia: initial;
            --tw-duration: initial;
            --tw-text-shadow-color: initial;
            --tw-text-shadow-alpha: 100%
        }
    }
}

@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-red-500: #fb2c36;
        --color-red-600: #e40014;
        --color-green-500: #00c758;
        --color-gray-300: #d1d5dc;
        --color-gray-500: #6a7282;
        --color-gray-600: #4a5565;
        --color-gray-700: #364153;
        --color-gray-800: #1e2939;
        --color-gray-900: #101828;
        --color-black: #000;
        --color-white: #fff;
        --spacing: .25rem;
        --breakpoint-md: 48rem;
        --container-md: 28rem;
        --text-xs: .75rem;
        --text-xs--line-height: calc(1/.75);
        --text-sm: .875rem;
        --text-sm--line-height: calc(1.25/.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;
        --text-6xl: 3.75rem;
        --text-6xl--line-height: 1;
        --text-7xl: 4.5rem;
        --text-7xl--line-height: 1;
        --text-8xl: 6rem;
        --text-8xl--line-height: 1;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --leading-relaxed: 1.625;
        --radius-lg: .5rem;
        --animate-spin: spin 1s linear infinite;
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono)
    }

    @supports (color: lab(0% 0 0)) {

        :root,
        :host {
            --color-red-500: lab(55.4814% 75.0732 48.8528);
            --color-red-600: lab(48.4493% 77.4328 61.5452);
            --color-green-500: lab(70.5521% -66.5147 45.8073);
            --color-gray-300: lab(85.1236% -.612259 -3.7138);
            --color-gray-500: lab(47.7841% -.393182 -10.0268);
            --color-gray-600: lab(35.6337% -1.58697 -10.8425);
            --color-gray-700: lab(27.1134% -.956401 -12.3224);
            --color-gray-800: lab(16.1051% -1.18239 -11.7533);
            --color-gray-900: lab(8.11897% .811279 -12.254)
        }
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0
    }

    html,
    :host {
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        line-height: 1.5;
        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;
        -webkit-text-decoration: inherit;
        -webkit-text-decoration: 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 {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative
    }

    sub {
        bottom: -.25em
    }

    sup {
        top: -.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 {
        vertical-align: middle;
        display: block
    }

    img,
    video {
        max-width: 100%;
        height: auto
    }

    button,
    input,
    select,
    optgroup,
    textarea {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0
    }

    :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)) {
            ::placeholder {
                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 {
        padding-block: 0
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0
    }

    ::-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]) {
        appearance: button
    }

    ::file-selector-button {
        appearance: button
    }

    ::-webkit-inner-spin-button {
        height: auto
    }

    ::-webkit-outer-spin-button {
        height: auto
    }

    [hidden]:where(:not([hidden=until-found])) {
        display: none !important
    }

    :where(:root),
    [data-theme=light] {
        --lightningcss-light: initial;
        --lightningcss-dark: ;
        color-scheme: light;
        --color-base-100: #fff;
        --color-base-200: #f8f8f8;
        --color-base-300: #eee;
        --color-base-content: #18181b;
        --color-primary: #422ad5;
        --color-primary-content: #e0e7ff;
        --color-secondary: #f43098;
        --color-secondary-content: #f9e4f0;
        --color-accent: #00d1bb;
        --color-accent-content: #084d49;
        --color-neutral: #09090b;
        --color-neutral-content: #e4e4e7;
        --color-info: #00bafc;
        --color-info-content: #042e49;
        --color-success: #00d193;
        --color-success-content: #004c39;
        --color-warning: #f9b800;
        --color-warning-content: #793205;
        --color-error: #ff657f;
        --color-error-content: #4d0218;
        --radius-selector: .5rem;
        --radius-field: .25rem;
        --radius-box: .5rem;
        --size-selector: .25rem;
        --size-field: .25rem;
        --border: 1px;
        --depth: 1;
        --noise: 0
    }

    @supports (color: lab(0% 0 0)) {

        :where(:root),
        [data-theme=light] {
            --color-base-100: lab(100% 0 0);
            --color-base-200: lab(97.68% -.0000298023 .0000119209);
            --color-base-300: lab(94.2% 0 0);
            --color-base-content: lab(8.30603% .618205 -2.16572);
            --color-primary: lab(31.573% 49.867 -84.7065);
            --color-primary-content: lab(91.6577% 1.04591 -12.7199);
            --color-secondary: lab(56.234% 76.7852 -8.06803);
            --color-secondary-content: lab(92.6584% 9.01151 -3.1507);
            --color-accent: lab(75.1988% -53.3697 -2.27784);
            --color-accent-content: lab(28.81% -21.4781 -3.59725);
            --color-neutral: lab(2.45787% .239417 -.873864);
            --color-neutral-content: lab(90.6853% .399232 -1.45452);
            --color-info: lab(69.9876% -23.5256 -45.9352);
            --color-info-content: lab(17.4794% -5.25944 -21.1512);
            --color-success: lab(74.4967% -60.7579 19.4189);
            --color-success-content: lab(27.9355% -26.9592 5.46191);
            --color-warning: lab(79.2305% 16.6936 100.392);
            --color-warning-content: lab(30.7627% 30.2938 40.2828);
            --color-error: lab(64.1803% 63.0275 19.2122);
            --color-error-content: lab(14.1162% 34.0067 9.81536)
        }
    }

    :root:has(input.theme-controller[value=light]:checked) {
        --lightningcss-light: initial;
        --lightningcss-dark: ;
        color-scheme: light;
        --color-base-100: #fff;
        --color-base-200: #f8f8f8;
        --color-base-300: #eee;
        --color-base-content: #18181b;
        --color-primary: #422ad5;
        --color-primary-content: #e0e7ff;
        --color-secondary: #f43098;
        --color-secondary-content: #f9e4f0;
        --color-accent: #00d1bb;
        --color-accent-content: #084d49;
        --color-neutral: #09090b;
        --color-neutral-content: #e4e4e7;
        --color-info: #00bafc;
        --color-info-content: #042e49;
        --color-success: #00d193;
        --color-success-content: #004c39;
        --color-warning: #f9b800;
        --color-warning-content: #793205;
        --color-error: #ff657f;
        --color-error-content: #4d0218;
        --radius-selector: .5rem;
        --radius-field: .25rem;
        --radius-box: .5rem;
        --size-selector: .25rem;
        --size-field: .25rem;
        --border: 1px;
        --depth: 1;
        --noise: 0
    }

    @supports (color: lab(0% 0 0)) {
        :root:has(input.theme-controller[value=light]:checked) {
            --color-base-100: lab(100% 0 0);
            --color-base-200: lab(97.68% -.0000298023 .0000119209);
            --color-base-300: lab(94.2% 0 0);
            --color-base-content: lab(8.30603% .618205 -2.16572);
            --color-primary: lab(31.573% 49.867 -84.7065);
            --color-primary-content: lab(91.6577% 1.04591 -12.7199);
            --color-secondary: lab(56.234% 76.7852 -8.06803);
            --color-secondary-content: lab(92.6584% 9.01151 -3.1507);
            --color-accent: lab(75.1988% -53.3697 -2.27784);
            --color-accent-content: lab(28.81% -21.4781 -3.59725);
            --color-neutral: lab(2.45787% .239417 -.873864);
            --color-neutral-content: lab(90.6853% .399232 -1.45452);
            --color-info: lab(69.9876% -23.5256 -45.9352);
            --color-info-content: lab(17.4794% -5.25944 -21.1512);
            --color-success: lab(74.4967% -60.7579 19.4189);
            --color-success-content: lab(27.9355% -26.9592 5.46191);
            --color-warning: lab(79.2305% 16.6936 100.392);
            --color-warning-content: lab(30.7627% 30.2938 40.2828);
            --color-error: lab(64.1803% 63.0275 19.2122);
            --color-error-content: lab(14.1162% 34.0067 9.81536)
        }
    }

    :root {
        --fx-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.34' numOctaves='4' stitchTiles='stitch'%3E%3C/feTurbulence%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23a)' opacity='0.2'%3E%3C/rect%3E%3C/svg%3E");
        scrollbar-color: currentColor #0000
    }

    @supports (color: color-mix(in lab, red, red)) {
        :root {
            scrollbar-color: color-mix(in oklch, currentColor 35%, #0000)#0000
        }
    }

    @property --radialprogress {
        syntax: "<percentage>";
        inherits: true;
        initial-value: 0%;
    }

    :is(:root:has(.modal-open, .modal[open], .modal:target, .modal-toggle:checked), :root:has(.drawer:not([class*=drawer-open])>.drawer-toggle:checked)) {
        --page-has-backdrop: 1;
        overflow: hidden
    }

    @media not all and (min-width: 40rem) {
        :root:has(.sm\:drawer-open>.drawer-toggle:checked) {
            --page-has-backdrop: 1;
            overflow: hidden
        }
    }

    @media not all and (min-width: 48rem) {
        :root:has(.md\:drawer-open>.drawer-toggle:checked) {
            --page-has-backdrop: 1;
            overflow: hidden
        }
    }

    @media not all and (min-width: 64rem) {
        :root:has(.lg\:drawer-open>.drawer-toggle:checked) {
            --page-has-backdrop: 1;
            overflow: hidden
        }
    }

    @media not all and (min-width: 80rem) {
        :root:has(.xl\:drawer-open>.drawer-toggle:checked) {
            --page-has-backdrop: 1;
            overflow: hidden
        }
    }

    @media not all and (min-width: 96rem) {
        :root:has(.\32 xl\:drawer-open>.drawer-toggle:checked) {
            --page-has-backdrop: 1;
            overflow: hidden
        }
    }

    @media (min-width: 40rem) {
        :root:has(.max-sm\:drawer-open>.drawer-toggle:checked) {
            --page-has-backdrop: 1;
            overflow: hidden
        }
    }

    @media (min-width: 48rem) {
        :root:has(.max-md\:drawer-open>.drawer-toggle:checked) {
            --page-has-backdrop: 1;
            overflow: hidden
        }
    }

    @media (min-width: 64rem) {
        :root:has(.max-lg\:drawer-open>.drawer-toggle:checked) {
            --page-has-backdrop: 1;
            overflow: hidden
        }
    }

    @media (min-width: 80rem) {
        :root:has(.max-xl\:drawer-open>.drawer-toggle:checked) {
            --page-has-backdrop: 1;
            overflow: hidden
        }
    }

    @media (min-width: 96rem) {
        :root:has(.max-2xl\:drawer-open>.drawer-toggle:checked) {
            --page-has-backdrop: 1;
            overflow: hidden
        }
    }

    :root:has(.modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not(.drawer-open)>.drawer-toggle:checked) {
        background-image: linear-gradient(var(--root-bg), var(--root-bg));
        background-color: var(--root-bg)
    }

    @supports (color: color-mix(in lab, red, red)) {
        :root:has(.modal-open, .modal[open], .modal:target, .modal-toggle:checked, .drawer:not(.drawer-open)>.drawer-toggle:checked) {
            background-color: color-mix(in srgb, var(--root-bg), lab(0% 0 0) calc(var(--page-has-backdrop, 0)*40%))
        }
    }

    @keyframes set-page-has-scroll {

        0%,
        to {
            --page-has-scroll: 1
        }
    }

    :root,
    [data-theme] {
        background-color: var(--root-bg, var(--color-base-100));
        color: var(--color-base-content)
    }

    :where(:root, [data-theme]) {
        --root-bg: var(--color-base-100)
    }

    :where(:root),
    [data-theme=custom-theme] {
        color-scheme: normal;
        --color-primary: #d4a99b;
        --color-primary-content: white;
        --color-secondary: #858e36;
        --color-secondary-content: white;
        --color-accent: #e6e4de;
        --color-accent-content: white;
        --color-neutral: gray;
        --color-neutral-content: white
    }

    :root:has(input.theme-controller[value=custom-theme]:checked) {
        color-scheme: normal;
        --color-primary: #d4a99b;
        --color-primary-content: white;
        --color-secondary: #858e36;
        --color-secondary-content: white;
        --color-accent: #e6e4de;
        --color-accent-content: white;
        --color-neutral: gray;
        --color-neutral-content: white
    }
}

@layer components, antd;

@layer utilities {
    @layer daisyui.component {
        .tab {
            cursor: pointer;
            appearance: none;
            text-align: center;
            webkit-user-select: none;
            -webkit-user-select: none;
            user-select: none;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            display: inline-flex;
            position: relative
        }

        @media (hover:hover) {
            .tab:hover {
                color: var(--color-base-content)
            }
        }

        .tab {
            --tab-p: 1rem;
            --tab-bg: var(--color-base-100);
            --tab-border-color: var(--color-base-300);
            --tab-radius-ss: 0;
            --tab-radius-se: 0;
            --tab-radius-es: 0;
            --tab-radius-ee: 0;
            --tab-order: 0;
            --tab-radius-min: calc(.75rem - var(--border));
            order: var(--tab-order);
            height: var(--tab-height);
            border-color: #0000;
            padding-inline-start: var(--tab-p);
            padding-inline-end: var(--tab-p);
            font-size: .875rem
        }

        .tab:is(input[type=radio]) {
            min-width: fit-content
        }

        .tab:is(input[type=radio]):after {
            --tw-content: attr(aria-label);
            content: var(--tw-content)
        }

        .tab:is(label) {
            position: relative
        }

        .tab:is(label) input {
            cursor: pointer;
            appearance: none;
            opacity: 0;
            position: absolute;
            inset: 0
        }

        :is(.tab:checked, .tab:is(label:has(:checked)), .tab:is(.tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]))+.tab-content {
            height: calc(100% - var(--tab-height) + var(--border));
            display: block
        }

        .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]) {
            color: var(--color-base-content)
        }

        @supports (color: color-mix(in lab, red, red)) {
            .tab:not(:checked, label:has(:checked), :hover, .tab-active, [aria-selected=true], [aria-current=true], [aria-current=page]) {
                color: color-mix(in oklab, var(--color-base-content)50%, transparent)
            }
        }

        .tab:not(input):empty {
            cursor: default;
            flex-grow: 1
        }

        .tab:focus {
            --tw-outline-style: none;
            outline-style: none
        }

        @media (forced-colors:active) {
            .tab:focus {
                outline-offset: 2px;
                outline: 2px solid #0000
            }
        }

        .tab:focus-visible,
        .tab:is(label:has(:checked:focus-visible)) {
            outline-offset: -5px;
            outline: 2px solid
        }

        .tab[disabled] {
            pointer-events: none;
            opacity: .4
        }

        .menu {
            --menu-active-fg: var(--color-neutral-content);
            --menu-active-bg: var(--color-neutral);
            flex-flow: column wrap;
            width: fit-content;
            padding: .5rem;
            font-size: .875rem;
            display: flex
        }

        .menu :where(li ul) {
            white-space: nowrap;
            margin-inline-start: 1rem;
            padding-inline-start: .5rem;
            position: relative
        }

        .menu :where(li ul):before {
            background-color: var(--color-base-content);
            opacity: .1;
            width: var(--border);
            content: "";
            inset-inline-start: 0;
            position: absolute;
            top: .75rem;
            bottom: .75rem
        }

        .menu :where(li>.menu-dropdown:not(.menu-dropdown-show)) {
            display: none
        }

        .menu :where(li:not(.menu-title)>:not(ul, details, .menu-title, .btn)),
        .menu :where(li:not(.menu-title)>details>summary:not(.menu-title)) {
            border-radius: var(--radius-field);
            text-align: start;
            text-wrap: balance;
            -webkit-user-select: none;
            user-select: none;
            grid-auto-columns: minmax(auto, max-content) auto max-content;
            grid-auto-flow: column;
            align-content: flex-start;
            align-items: center;
            gap: .5rem;
            padding-block: .375rem;
            padding-inline: .75rem;
            transition-property: color, background-color, box-shadow;
            transition-duration: .2s;
            transition-timing-function: cubic-bezier(0, 0, .2, 1);
            display: grid
        }

        .menu :where(li>details>summary) {
            --tw-outline-style: none;
            outline-style: none
        }

        @media (forced-colors:active) {
            .menu :where(li>details>summary) {
                outline-offset: 2px;
                outline: 2px solid #0000
            }
        }

        .menu :where(li>details>summary)::-webkit-details-marker {
            display: none
        }

        :is(.menu :where(li>details>summary), .menu :where(li>.menu-dropdown-toggle)):after {
            content: "";
            transform-origin: 50%;
            pointer-events: none;
            justify-self: flex-end;
            width: .375rem;
            height: .375rem;
            transition-property: rotate, translate;
            transition-duration: .2s;
            display: block;
            translate: 0 -1px;
            rotate: -135deg;
            box-shadow: inset 2px 2px
        }

        .menu :where(li>details[open]>summary):after,
        .menu :where(li>.menu-dropdown-toggle.menu-dropdown-show):after {
            translate: 0 1px;
            rotate: 45deg
        }

        .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus,
        .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible {
            cursor: pointer;
            background-color: var(--color-base-content)
        }

        @supports (color: color-mix(in lab, red, red)) {

            .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus,
            .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible {
                background-color: color-mix(in oklab, var(--color-base-content)10%, transparent)
            }
        }

        .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus,
        .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible {
            color: var(--color-base-content);
            --tw-outline-style: none;
            outline-style: none
        }

        @media (forced-colors:active) {

            .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn).menu-focus,
            .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title), li:not(.menu-title, .disabled)>details>summary:not(.menu-title)):not(.menu-active, :active, .btn):focus-visible {
                outline-offset: 2px;
                outline: 2px solid #0000
            }
        }

        .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled)>details>summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
            cursor: pointer;
            background-color: var(--color-base-content)
        }

        @supports (color: color-mix(in lab, red, red)) {
            .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled)>details>summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
                background-color: color-mix(in oklab, var(--color-base-content)10%, transparent)
            }
        }

        .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled)>details>summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
            --tw-outline-style: none;
            outline-style: none
        }

        @media (forced-colors:active) {
            .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled)>details>summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
                outline-offset: 2px;
                outline: 2px solid #0000
            }
        }

        .menu :where(li:not(.menu-title, .disabled)>:not(ul, details, .menu-title):not(.menu-active, :active, .btn):hover, li:not(.menu-title, .disabled)>details>summary:not(.menu-title):not(.menu-active, :active, .btn):hover) {
            box-shadow: inset 0 1px #00000003, inset 0 -1px #ffffff03;
            box-shadow: inset 0 1px lab(0% 0 0/.01), inset 0 -1px lab(100% 0 0/.01)
        }

        .menu :where(li:empty) {
            background-color: var(--color-base-content);
            opacity: .1;
            height: 1px;
            margin: .5rem 1rem
        }

        .menu :where(li) {
            flex-flow: column wrap;
            flex-shrink: 0;
            align-items: stretch;
            display: flex;
            position: relative
        }

        .menu :where(li) .badge {
            justify-self: flex-end
        }

        .menu :where(li)>:not(ul, .menu-title, details, .btn):active,
        .menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active,
        .menu :where(li)>details>summary:active {
            --tw-outline-style: none;
            outline-style: none
        }

        @media (forced-colors:active) {

            .menu :where(li)>:not(ul, .menu-title, details, .btn):active,
            .menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active,
            .menu :where(li)>details>summary:active {
                outline-offset: 2px;
                outline: 2px solid #0000
            }
        }

        .menu :where(li)>:not(ul, .menu-title, details, .btn):active,
        .menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active,
        .menu :where(li)>details>summary:active {
            color: var(--menu-active-fg);
            background-color: var(--menu-active-bg);
            background-size: auto, calc(var(--noise)*100%);
            background-image: none, var(--fx-noise)
        }

        :is(.menu :where(li)>:not(ul, .menu-title, details, .btn):active, .menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active, .menu :where(li)>details>summary:active):not(:is(.menu :where(li)>:not(ul, .menu-title, details, .btn):active, .menu :where(li)>:not(ul, .menu-title, details, .btn).menu-active, .menu :where(li)>details>summary:active):active) {
            box-shadow: 0 2px calc(var(--depth)*3px)-2px var(--menu-active-bg)
        }

        .menu :where(li).menu-disabled {
            pointer-events: none;
            color: var(--color-base-content)
        }

        @supports (color: color-mix(in lab, red, red)) {
            .menu :where(li).menu-disabled {
                color: color-mix(in oklab, var(--color-base-content)20%, transparent)
            }
        }

        .menu .dropdown:focus-within .menu-dropdown-toggle:after {
            translate: 0 1px;
            rotate: 45deg
        }

        .menu .dropdown-content {
            margin-top: .5rem;
            padding: .5rem
        }

        .menu .dropdown-content:before {
            display: none
        }

        .dropdown {
            position-area: var(--anchor-v, bottom)var(--anchor-h, span-right);
            display: inline-block;
            position: relative
        }

        .dropdown>:not(summary):focus {
            --tw-outline-style: none;
            outline-style: none
        }

        @media (forced-colors:active) {
            .dropdown>:not(summary):focus {
                outline-offset: 2px;
                outline: 2px solid #0000
            }
        }

        .dropdown .dropdown-content {
            position: absolute
        }

        .dropdown:not(details, .dropdown-open, .dropdown-hover:hover, :focus-within) .dropdown-content,
        .dropdown.dropdown-hover:not(:hover) [tabindex]:first-child:focus:not(:focus-visible)~.dropdown-content {
            transform-origin: top;
            opacity: 0;
            display: none;
            scale: 95%
        }

        .dropdown[popover],
        .dropdown .dropdown-content {
            z-index: 999
        }

        @media (prefers-reduced-motion:no-preference) {

            .dropdown[popover],
            .dropdown .dropdown-content {
                transition-behavior: allow-discrete;
                transition-property: opacity, scale, display;
                transition-duration: .2s;
                transition-timing-function: cubic-bezier(.4, 0, .2, 1);
                animation: .2s dropdown
            }
        }

        @starting-style {

            .dropdown[popover],
            .dropdown .dropdown-content {
                opacity: 0;
                scale: 95%
            }
        }

        :is(.dropdown.dropdown-open, .dropdown:not(.dropdown-hover):focus, .dropdown:focus-within)>[tabindex]:first-child {
            pointer-events: none
        }

        :is(.dropdown.dropdown-open, .dropdown:not(.dropdown-hover):focus, .dropdown:focus-within) .dropdown-content {
            opacity: 1
        }

        .dropdown.dropdown-hover:hover .dropdown-content {
            opacity: 1;
            scale: 100%
        }

        .dropdown:is(details) summary::-webkit-details-marker {
            display: none
        }

        :is(.dropdown.dropdown-open, .dropdown:focus, .dropdown:focus-within) .dropdown-content {
            scale: 100%
        }

        .dropdown:where([popover]) {
            background: 0 0
        }

        .dropdown[popover] {
            color: inherit;
            position: fixed
        }

        @supports not (position-area:bottom) {
            .dropdown[popover] {
                margin: auto
            }

            .dropdown[popover].dropdown-open:not(:popover-open) {
                transform-origin: top;
                opacity: 0;
                display: none;
                scale: 95%
            }

            .dropdown[popover]::backdrop {
                background-color: #0000004d;
                background-color: lab(0% 0 0/.3)
            }
        }

        .dropdown[popover]:not(.dropdown-open, :popover-open) {
            transform-origin: top;
            opacity: 0;
            display: none;
            scale: 95%
        }

        .list {
            flex-direction: column;
            font-size: .875rem;
            display: flex
        }

        .list .list-row {
            --list-grid-cols: minmax(0, auto)1fr;
            border-radius: var(--radius-box);
            word-break: break-word;
            grid-auto-flow: column;
            grid-template-columns: var(--list-grid-cols);
            gap: 1rem;
            padding: 1rem;
            display: grid;
            position: relative
        }

        :is(.list>:not(:last-child).list-row, .list>:not(:last-child) .list-row):after {
            content: "";
            border-bottom: var(--border)solid;
            inset-inline: var(--radius-box);
            border-color: var(--color-base-content);
            position: absolute;
            bottom: 0
        }

        @supports (color: color-mix(in lab, red, red)) {
            :is(.list>:not(:last-child).list-row, .list>:not(:last-child) .list-row):after {
                border-color: color-mix(in oklab, var(--color-base-content)5%, transparent)
            }
        }

        .input {
            cursor: text;
            border: var(--border)solid #0000;
            appearance: none;
            background-color: var(--color-base-100);
            vertical-align: middle;
            white-space: nowrap;
            width: clamp(3rem, 20rem, 100%);
            height: var(--size);
            font-size: max(var(--font-size, .875rem), .875rem);
            touch-action: manipulation;
            border-color: var(--input-color);
            box-shadow: 0 1px var(--input-color)inset, 0 -1px oklch(100% 0 0/calc(var(--depth)*.1))inset;
            border-start-start-radius: var(--join-ss, var(--radius-field));
            border-start-end-radius: var(--join-se, var(--radius-field));
            border-end-end-radius: var(--join-ee, var(--radius-field));
            border-end-start-radius: var(--join-es, var(--radius-field));
            flex-shrink: 1;
            align-items: center;
            gap: .5rem;
            padding-inline: .75rem;
            display: inline-flex;
            position: relative
        }

        @supports (color: color-mix(in lab, red, red)) {
            .input {
                box-shadow: 0 1px color-mix(in oklab, var(--input-color)calc(var(--depth)*10%), #0000)inset, 0 -1px oklch(100% 0 0/calc(var(--depth)*.1))inset
            }
        }

        .input {
            --size: calc(var(--size-field, .25rem)*10);
            --input-color: var(--color-base-content)
        }

        @supports (color: color-mix(in lab, red, red)) {
            .input {
                --input-color: color-mix(in oklab, var(--color-base-content)20%, #0000)
            }
        }

        .input:where(input) {
            display: inline-flex
        }

        .input :where(input) {
            appearance: none;
            background-color: #0000;
            border: none;
            width: 100%;
            height: 100%;
            display: inline-flex
        }

        .input :where(input):focus,
        .input :where(input):focus-within {
            --tw-outline-style: none;
            outline-style: none
        }

        @media (forced-colors:active) {

            .input :where(input):focus,
            .input :where(input):focus-within {
                outline-offset: 2px;
                outline: 2px solid #0000
            }
        }

        .input :where(input[type=url]),
        .input :where(input[type=email]) {
            direction: ltr
        }

        .input :where(input[type=date]) {
            display: inline-flex
        }

        .input:focus,
        .input:focus-within {
            --input-color: var(--color-base-content);
            box-shadow: 0 1px var(--input-color)
        }

        @supports (color: color-mix(in lab, red, red)) {

            .input:focus,
            .input:focus-within {
                box-shadow: 0 1px color-mix(in oklab, var(--input-color)calc(var(--depth)*10%), #0000)
            }
        }

        .input:focus,
        .input:focus-within {
            outline: 2px solid var(--input-color);
            outline-offset: 2px;
            isolation: isolate;
            z-index: 1
        }

        @media (pointer: coarse) {
            @supports (-webkit-touch-callout:none) {

                .input:focus,
                .input:focus-within {
                    --font-size: 1rem
                }
            }
        }

        .input:is(:disabled, [disabled]),
        fieldset:disabled .input {
            cursor: not-allowed;
            border-color: var(--color-base-200);
            background-color: var(--color-base-200);
            color: var(--color-base-content)
        }

        .input:has(>input[disabled]) {
            cursor: not-allowed;
            border-color: var(--color-base-200);
            background-color: var(--color-base-200);
            color: var(--color-base-content)
        }

        @supports (color: color-mix(in lab, red, red)) {

            .input:is(:disabled, [disabled]),
            fieldset:disabled .input {
                color: color-mix(in oklab, var(--color-base-content)40%, transparent)
            }

            .input:has(>input[disabled]) {
                color: color-mix(in oklab, var(--color-base-content)40%, transparent)
            }
        }

        :is(.input:has(>input[disabled]), .input:is(:disabled, [disabled]), fieldset:disabled .input)::placeholder {
            color: var(--color-base-content)
        }

        @supports (color: color-mix(in lab, red, red)) {
            :is(.input:has(>input[disabled]), .input:is(:disabled, [disabled]), fieldset:disabled .input)::placeholder {
                color: color-mix(in oklab, var(--color-base-content)20%, transparent)
            }
        }

        .input:is(:disabled, [disabled]),
        fieldset:disabled .input {
            box-shadow: none
        }

        .input:has(>input[disabled]) {
            box-shadow: none
        }

        .input:has(>input[disabled])>input[disabled] {
            cursor: not-allowed
        }

        .input::-webkit-date-and-time-value {
            text-align: inherit
        }

        .input[type=number]::-webkit-inner-spin-button {
            margin-block: -.75rem;
            margin-inline-end: -.75rem
        }

        .input::-webkit-calendar-picker-indicator {
            position: absolute;
            inset-inline-end: .75em
        }

        .input:has(>input[type=date]) :where(input[type=date]) {
            webkit-appearance: none;
            appearance: none;
            display: inline-flex
        }

        .input:has(>input[type=date]) input[type=date]::-webkit-calendar-picker-indicator {
            cursor: pointer;
            width: 1em;
            height: 1em;
            position: absolute;
            inset-inline-end: .75em
        }

        .select {
            border: var(--border)solid #0000;
            appearance: none;
            background-color: var(--color-base-100);
            vertical-align: middle;
            width: clamp(3rem, 20rem, 100%);
            height: var(--size);
            touch-action: manipulation;
            white-space: nowrap;
            text-overflow: ellipsis;
            box-shadow: 0 1px var(--input-color)inset, 0 -1px oklch(100% 0 0/calc(var(--depth)*.1))inset;
            background-image: linear-gradient(45deg, #0000 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, #0000 50%);
            background-position: calc(100% - 20px) calc(1px + 50%), calc(100% - 16.1px) calc(1px + 50%);
            background-repeat: no-repeat;
            background-size: 4px 4px, 4px 4px;
            border-start-start-radius: var(--join-ss, var(--radius-field));
            border-start-end-radius: var(--join-se, var(--radius-field));
            border-end-end-radius: var(--join-ee, var(--radius-field));
            border-end-start-radius: var(--join-es, var(--radius-field));
            flex-shrink: 1;
            align-items: center;
            gap: .375rem;
            padding-inline: .75rem 1.75rem;
            font-size: .875rem;
            display: inline-flex;
            position: relative;
            overflow: hidden
        }

        @supports (color: color-mix(in lab, red, red)) {
            .select {
                box-shadow: 0 1px color-mix(in oklab, var(--input-color)calc(var(--depth)*10%), #0000)inset, 0 -1px oklch(100% 0 0/calc(var(--depth)*.1))inset
            }
        }

        .select {
            border-color: var(--input-color);
            --input-color: var(--color-base-content)
        }

        @supports (color: color-mix(in lab, red, red)) {
            .select {
                --input-color: color-mix(in oklab, var(--color-base-content)20%, #0000)
            }
        }

        .select {
            --size: calc(var(--size-field, .25rem)*10)
        }

        [dir=rtl] .select {
            background-position: 12px calc(1px + 50%), 16px calc(1px + 50%)
        }

        [dir=rtl] .select::picker(select) {
            translate: .5rem
        }

        [dir=rtl] .select select::picker(select) {
            translate: .5rem
        }

        .select[multiple] {
            background-image: none;
            height: auto;
            padding-block: .75rem;
            padding-inline-end: .75rem;
            overflow: auto
        }

        .select select {
            appearance: none;
            width: calc(100% + 2.75rem);
            height: calc(100% - calc(var(--border)*2));
            background: inherit;
            border-radius: inherit;
            border-style: none;
            align-items: center;
            margin-inline: -.75rem -1.75rem;
            padding-inline: .75rem 1.75rem
        }

        .select select:focus,
        .select select:focus-within {
            --tw-outline-style: none;
            outline-style: none
        }

        @media (forced-colors:active) {

            .select select:focus,
            .select select:focus-within {
                outline-offset: 2px;
                outline: 2px solid #0000
            }
        }

        .select select:not(:last-child) {
            background-image: none;
            margin-inline-end: -1.375rem
        }

        .select:focus,
        .select:focus-within {
            --input-color: var(--color-base-content);
            box-shadow: 0 1px var(--input-color)
        }

        @supports (color: color-mix(in lab, red, red)) {

            .select:focus,
            .select:focus-within {
                box-shadow: 0 1px color-mix(in oklab, var(--input-color)calc(var(--depth)*10%), #0000)
            }
        }

        .select:focus,
        .select:focus-within {
            outline: 2px solid var(--input-color);
            outline-offset: 2px;
            isolation: isolate;
            z-index: 1
        }

        .select:is(:disabled, [disabled]),
        fieldset:disabled .select {
            cursor: not-allowed;
            border-color: var(--color-base-200);
            background-color: var(--color-base-200);
            color: var(--color-base-content)
        }

        .select:has(>select[disabled]) {
            cursor: not-allowed;
            border-color: var(--color-base-200);
            background-color: var(--color-base-200);
            color: var(--color-base-content)
        }

        @supports (color: color-mix(in lab, red, red)) {

            .select:is(:disabled, [disabled]),
            fieldset:disabled .select {
                color: color-mix(in oklab, var(--color-base-content)40%, transparent)
            }

            .select:has(>select[disabled]) {
                color: color-mix(in oklab, var(--color-base-content)40%, transparent)
            }
        }

        :is(.select:has(>select[disabled]), .select:is(:disabled, [disabled]), fieldset:disabled .select)::placeholder {
            color: var(--color-base-content)
        }

        @supports (color: color-mix(in lab, red, red)) {
            :is(.select:has(>select[disabled]), .select:is(:disabled, [disabled]), fieldset:disabled .select)::placeholder {
                color: color-mix(in oklab, var(--color-base-content)20%, transparent)
            }
        }

        .select:has(>select[disabled])>select[disabled] {
            cursor: not-allowed
        }

        @supports (appearance: base-select) {

            .select,
            .select select {
                appearance: base-select
            }

            :is(.select, .select select)::picker(select) {
                appearance: base-select
            }
        }

        :is(.select, .select select)::picker(select) {
            color: inherit;
            border: var(--border)solid var(--color-base-200);
            border-radius: var(--radius-box);
            background-color: inherit;
            max-height: min(24rem, 70dvh);
            box-shadow: 0 2px calc(var(--depth)*3px)-2px #0003;
            box-shadow: 0 20px 25px -5px rgb(0 0 0/calc(var(--depth)*.1)), 0 8px 10px -6px rgb(0 0 0/calc(var(--depth)*.1));
            margin-block: .5rem;
            margin-inline: .5rem;
            padding: .5rem;
            translate: -.5rem
        }

        @supports (color: lab(0% 0 0)) {
            :is(.select, .select select)::picker(select) {
                box-shadow: 0 2px calc(var(--depth)*3px)-2px lab(0% 0 0/.2)
            }
        }

        :is(.select, .select select)::picker-icon {
            display: none
        }

        :is(.select, .select select) optgroup {
            padding-top: .5em
        }

        :is(.select, .select select) optgroup option:first-child {
            margin-top: .5em
        }

        :is(.select, .select select) option {
            border-radius: var(--radius-field);
            white-space: normal;
            padding-block: .375rem;
            padding-inline: .75rem;
            transition-property: color, background-color;
            transition-duration: .2s;
            transition-timing-function: cubic-bezier(0, 0, .2, 1)
        }

        :is(.select, .select select) option:not(:disabled):hover,
        :is(.select, .select select) option:not(:disabled):focus-visible {
            cursor: pointer;
            background-color: var(--color-base-content)
        }

        @supports (color: color-mix(in lab, red, red)) {

            :is(.select, .select select) option:not(:disabled):hover,
            :is(.select, .select select) option:not(:disabled):focus-visible {
                background-color: color-mix(in oklab, var(--color-base-content)10%, transparent)
            }
        }

        :is(.select, .select select) option:not(:disabled):hover,
        :is(.select, .select select) option:not(:disabled):focus-visible {
            --tw-outline-style: none;
            outline-style: none
        }

        @media (forced-colors:active) {

            :is(.select, .select select) option:not(:disabled):hover,
            :is(.select, .select select) option:not(:disabled):focus-visible {
                outline-offset: 2px;
                outline: 2px solid #0000
            }
        }

        :is(.select, .select select) option:not(:disabled):active {
            background-color: var(--color-neutral);
            color: var(--color-neutral-content);
            box-shadow: 0 2px calc(var(--depth)*3px)-2px var(--color-neutral)
        }

        .avatar {
            vertical-align: middle;
            display: inline-flex;
            position: relative
        }

        .avatar>div {
            aspect-ratio: 1;
            display: block;
            overflow: hidden
        }

        .avatar img {
            object-fit: cover;
            width: 100%;
            height: 100%
        }

        .avatar\! {
            vertical-align: middle !important;
            display: inline-flex !important;
            position: relative !important
        }

        .avatar\!>div {
            aspect-ratio: 1 !important;
            display: block !important;
            overflow: hidden !important
        }

        .avatar\! img {
            object-fit: cover !important;
            width: 100% !important;
            height: 100% !important
        }

        .stack {
            grid-template-rows: 3px 4px 1fr 4px 3px;
            grid-template-columns: 3px 4px 1fr 4px 3px;
            display: inline-grid
        }

        .stack>* {
            width: 100%;
            height: 100%
        }

        .stack>:nth-child(n+2) {
            opacity: .7;
            width: 100%
        }

        .stack>:nth-child(2) {
            z-index: 2;
            opacity: .9
        }

        .stack>:first-child {
            z-index: 3;
            width: 100%
        }

        .label {
            white-space: nowrap;
            color: currentColor;
            align-items: center;
            gap: .375rem;
            display: inline-flex
        }

        @supports (color: color-mix(in lab, red, red)) {
            .label {
                color: color-mix(in oklab, currentcolor 60%, transparent)
            }
        }

        .label:has(input) {
            cursor: pointer
        }

        .label:is(.input>*, .select>*) {
            white-space: nowrap;
            height: calc(100% - .5rem);
            font-size: inherit;
            align-items: center;
            padding-inline: .75rem;
            display: flex
        }

        .label:is(.input>*, .select>*):first-child {
            border-inline-end: var(--border)solid currentColor;
            margin-inline: -.75rem .75rem
        }

        @supports (color: color-mix(in lab, red, red)) {
            .label:is(.input>*, .select>*):first-child {
                border-inline-end: var(--border)solid color-mix(in oklab, currentColor 10%, #0000)
            }
        }

        .label:is(.input>*, .select>*):last-child {
            border-inline-start: var(--border)solid currentColor;
            margin-inline: .75rem -.75rem
        }

        @supports (color: color-mix(in lab, red, red)) {
            .label:is(.input>*, .select>*):last-child {
                border-inline-start: var(--border)solid color-mix(in oklab, currentColor 10%, #0000)
            }
        }

        .status {
            aspect-ratio: 1;
            border-radius: var(--radius-selector);
            background-color: var(--color-base-content);
            width: .5rem;
            height: .5rem;
            display: inline-block
        }

        @supports (color: color-mix(in lab, red, red)) {
            .status {
                background-color: color-mix(in oklab, var(--color-base-content)20%, transparent)
            }
        }

        .status {
            vertical-align: middle;
            color: #0000004d;
            background-position: 50%;
            background-repeat: no-repeat
        }

        @supports (color: color-mix(in lab, red, red)) {
            .status {
                color: color-mix(in oklab, var(--color-black)30%, transparent)
            }
        }

        .status {
            background-image: radial-gradient(circle at 35% 30%, oklch(1 0 0/calc(var(--depth)*.5)), #0000);
            box-shadow: 0 2px 3px -1px
        }

        @supports (color: color-mix(in lab, red, red)) {
            .status {
                box-shadow: 0 2px 3px -1px color-mix(in oklab, currentColor calc(var(--depth)*100%), #0000)
            }
        }

        .footer {
            grid-auto-flow: row;
            place-items: start;
            gap: 2.5rem 1rem;
            width: 100%;
            font-size: .875rem;
            line-height: 1.25rem;
            display: grid
        }

        .footer>* {
            place-items: start;
            gap: .5rem;
            display: grid
        }

        .footer.footer-center {
            text-align: center;
            grid-auto-flow: column dense;
            place-items: center
        }

        .footer.footer-center>* {
            place-items: center
        }

        .mask {
            vertical-align: middle;
            display: inline-block;
            -webkit-mask-position: 50%;
            mask-position: 50%;
            -webkit-mask-size: contain;
            mask-size: contain;
            -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat
        }

        .link {
            cursor: pointer;
            text-decoration-line: underline
        }

        .link:focus {
            --tw-outline-style: none;
            outline-style: none
        }

        @media (forced-colors:active) {
            .link:focus {
                outline-offset: 2px;
                outline: 2px solid #0000
            }
        }

        .link:focus-visible {
            outline-offset: 2px;
            outline: 2px solid
        }
    }

    .\!pointer-events-auto {
        pointer-events: auto !important
    }

    .pointer-events-none {
        pointer-events: none
    }

    @layer daisyui.modifier {
        .list .list-row:has(.list-col-grow:first-child) {
            --list-grid-cols: 1fr
        }

        .list .list-row:has(.list-col-grow:nth-child(2)) {
            --list-grid-cols: minmax(0, auto)1fr
        }

        .list .list-row:has(.list-col-grow:nth-child(3)) {
            --list-grid-cols: minmax(0, auto)minmax(0, auto)1fr
        }

        .list .list-row:has(.list-col-grow:nth-child(4)) {
            --list-grid-cols: minmax(0, auto)minmax(0, auto)minmax(0, auto)1fr
        }

        .list .list-row:has(.list-col-grow:nth-child(5)) {
            --list-grid-cols: minmax(0, auto)minmax(0, auto)minmax(0, auto)minmax(0, auto)1fr
        }

        .list .list-row:has(.list-col-grow:nth-child(6)) {
            --list-grid-cols: minmax(0, auto)minmax(0, auto)minmax(0, auto)minmax(0, auto)minmax(0, auto)1fr
        }

        .list .list-row :not(.list-col-wrap) {
            grid-row-start: 1
        }

        :is(.stack, .stack.stack-bottom)>* {
            grid-area: 3/3/6/4
        }

        :is(.stack, .stack.stack-bottom)>:nth-child(2) {
            grid-area: 2/2/5/5
        }

        :is(.stack, .stack.stack-bottom)>:first-child {
            grid-area: 1/1/4/6
        }

        .stack.stack-top>* {
            grid-area: 1/3/4/4
        }

        .stack.stack-top>:nth-child(2) {
            grid-area: 2/2/5/5
        }

        .stack.stack-top>:first-child {
            grid-area: 3/1/6/6
        }

        .stack.stack-start>* {
            grid-area: 3/1/4/4
        }

        .stack.stack-start>:nth-child(2) {
            grid-area: 2/2/5/5
        }

        .stack.stack-start>:first-child {
            grid-area: 1/3/6/6
        }

        .stack.stack-end>* {
            grid-area: 3/3/4/6
        }

        .stack.stack-end>:nth-child(2) {
            grid-area: 2/2/5/5
        }

        .stack.stack-end>:first-child {
            grid-area: 1/1/6/4
        }

        .select-ghost {
            box-shadow: none;
            background-color: #0000;
            border-color: #0000;
            transition: background-color .2s
        }

        .select-ghost:focus,
        .select-ghost:focus-within {
            background-color: var(--color-base-100);
            color: var(--color-base-content);
            box-shadow: none;
            border-color: #0000
        }
    }

    .\!absolute {
        position: absolute !important
    }

    .absolute {
        position: absolute
    }

    .fixed {
        position: fixed
    }

    .relative {
        position: relative
    }

    .inset-0 {
        inset: calc(var(--spacing)*0)
    }

    .top-0 {
        top: calc(var(--spacing)*0)
    }

    .top-1\/2 {
        top: 50%
    }

    .top-full {
        top: 100%
    }

    .right-0 {
        right: calc(var(--spacing)*0)
    }

    .right-3 {
        right: calc(var(--spacing)*3)
    }

    .right-7\.5 {
        right: calc(var(--spacing)*7.5)
    }

    .\!bottom-4 {
        bottom: calc(var(--spacing)*4) !important
    }

    .bottom-0 {
        bottom: calc(var(--spacing)*0)
    }

    .bottom-4 {
        bottom: calc(var(--spacing)*4)
    }

    .bottom-5 {
        bottom: calc(var(--spacing)*5)
    }

    .bottom-8 {
        bottom: calc(var(--spacing)*8)
    }

    .bottom-10 {
        bottom: calc(var(--spacing)*10)
    }

    .\!left-1\/2 {
        left: 50% !important
    }

    .left-0 {
        left: calc(var(--spacing)*0)
    }

    .left-4 {
        left: calc(var(--spacing)*4)
    }

    .z-0 {
        z-index: 0
    }

    .z-1 {
        z-index: 1
    }

    .z-2 {
        z-index: 2
    }

    .z-3 {
        z-index: 3
    }

    .z-10 {
        z-index: 10
    }

    .z-49 {
        z-index: 49
    }

    .z-50 {
        z-index: 50
    }

    .z-100 {
        z-index: 100
    }

    .z-200 {
        z-index: 200
    }

    .z-\[1000\] {
        z-index: 1000
    }

    .container {
        width: 100%
    }

    @media (min-width: 1170px) {
        .container {
            max-width: 1170px
        }
    }

    @media (min-width: 1300px) {
        .container {
            max-width: 1300px
        }
    }

    @media (min-width: 1800px) {
        .container {
            max-width: 1800px
        }
    }

    @media (min-width: 40rem) {
        .container {
            max-width: 40rem
        }
    }

    @media (min-width: 48rem) {
        .container {
            max-width: 48rem
        }
    }

    @media (min-width: 64rem) {
        .container {
            max-width: 64rem
        }
    }

    @media (min-width: 80rem) {
        .container {
            max-width: 80rem
        }
    }

    @media (min-width: 96rem) {
        .container {
            max-width: 96rem
        }
    }

    .m-0 {
        margin: calc(var(--spacing)*0)
    }

    .mx-auto {
        margin-inline: auto
    }

    .mt-1 {
        margin-top: calc(var(--spacing)*1)
    }

    .mt-2 {
        margin-top: calc(var(--spacing)*2)
    }

    .mt-4 {
        margin-top: calc(var(--spacing)*4)
    }

    .mt-6 {
        margin-top: calc(var(--spacing)*6)
    }

    .\!mb-14 {
        margin-bottom: calc(var(--spacing)*14) !important
    }

    .mb-2 {
        margin-bottom: calc(var(--spacing)*2)
    }

    .mb-4 {
        margin-bottom: calc(var(--spacing)*4)
    }

    .mb-5 {
        margin-bottom: calc(var(--spacing)*5)
    }

    .mb-6 {
        margin-bottom: calc(var(--spacing)*6)
    }

    .mb-8 {
        margin-bottom: calc(var(--spacing)*8)
    }

    .mb-10 {
        margin-bottom: calc(var(--spacing)*10)
    }

    .mb-11 {
        margin-bottom: calc(var(--spacing)*11)
    }

    .mb-13 {
        margin-bottom: calc(var(--spacing)*13)
    }

    .ml-auto {
        margin-left: auto
    }

    .\!flex {
        display: flex !important
    }

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .grid {
        display: grid
    }

    .hidden {
        display: none
    }

    .aspect-\[3\/2\] {
        aspect-ratio: 3/2
    }

    .aspect-\[269\/176\] {
        aspect-ratio: 269/176
    }

    .aspect-\[472\/276\] {
        aspect-ratio: 472/276
    }

    .aspect-square {
        aspect-ratio: 1
    }

    .\!h-max {
        height: max-content !important
    }

    .h-1\/5 {
        height: 20%
    }

    .h-3 {
        height: calc(var(--spacing)*3)
    }

    .h-10 {
        height: calc(var(--spacing)*10)
    }

    .h-10\/10 {
        height: 100%
    }

    .h-11 {
        height: calc(var(--spacing)*11)
    }

    .h-12 {
        height: calc(var(--spacing)*12)
    }

    .h-15 {
        height: calc(var(--spacing)*15)
    }

    .h-20 {
        height: calc(var(--spacing)*20)
    }

    .h-\[100vh\] {
        height: 100vh
    }

    .h-\[300px\] {
        height: 300px
    }

    .h-auto {
        height: auto
    }

    .h-full {
        height: 100%
    }

    .h-max {
        height: max-content
    }

    .h-screen {
        height: 100vh
    }

    .min-h-screen {
        min-height: 100vh
    }

    .\!w-full {
        width: 100% !important
    }

    .\!w-max {
        width: max-content !important
    }

    .w-2\/10 {
        width: 20%
    }

    .w-3 {
        width: calc(var(--spacing)*3)
    }

    .w-4\/10 {
        width: 40%
    }

    .w-5\/10 {
        width: 50%
    }

    .w-6 {
        width: calc(var(--spacing)*6)
    }

    .w-6\/10 {
        width: 60%
    }

    .w-7\.5 {
        width: calc(var(--spacing)*7.5)
    }

    .w-8 {
        width: calc(var(--spacing)*8)
    }

    .w-10 {
        width: calc(var(--spacing)*10)
    }

    .w-11 {
        width: calc(var(--spacing)*11)
    }

    .w-12 {
        width: calc(var(--spacing)*12)
    }

    .w-15 {
        width: calc(var(--spacing)*15)
    }

    .w-30 {
        width: calc(var(--spacing)*30)
    }

    .w-\[53\%\] {
        width: 53%
    }

    .w-\[56\%\] {
        width: 56%
    }

    .w-\[100vw\] {
        width: 100vw
    }

    .w-auto {
        width: auto
    }

    .w-full {
        width: 100%
    }

    .w-max {
        width: max-content
    }

    .max-w-md {
        max-width: var(--container-md)
    }

    .max-w-screen-md {
        max-width: var(--breakpoint-md)
    }

    .flex-1 {
        flex: 1
    }

    .flex-none {
        flex: none
    }

    .\!-translate-x-1\/2 {
        --tw-translate-x: calc(calc(1/2*100%)*-1) !important;
        translate: var(--tw-translate-x)var(--tw-translate-y) !important
    }

    .-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-90 {
        rotate: 90deg
    }

    .rotate-180 {
        rotate: 180deg
    }

    .transform {
        transform: var(--tw-rotate-x, )var(--tw-rotate-y, )var(--tw-rotate-z, )var(--tw-skew-x, )var(--tw-skew-y, )
    }

    .animate-spin {
        animation: var(--animate-spin)
    }

    .cursor-pointer {
        cursor: pointer
    }

    .resize {
        resize: both
    }

    .resize-none {
        resize: none
    }

    .list-disc {
        list-style-type: disc
    }

    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }

    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .flex-col {
        flex-direction: column
    }

    .flex-col-reverse {
        flex-direction: column-reverse
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .items-center {
        align-items: center
    }

    .justify-between {
        justify-content: space-between
    }

    .justify-center {
        justify-content: center
    }

    .justify-end {
        justify-content: flex-end
    }

    .\!gap-2 {
        gap: calc(var(--spacing)*2) !important
    }

    .gap-2 {
        gap: calc(var(--spacing)*2)
    }

    .gap-2\.5 {
        gap: calc(var(--spacing)*2.5)
    }

    .gap-3 {
        gap: calc(var(--spacing)*3)
    }

    .gap-4 {
        gap: calc(var(--spacing)*4)
    }

    .gap-6 {
        gap: calc(var(--spacing)*6)
    }

    .gap-8 {
        gap: calc(var(--spacing)*8)
    }

    .gap-10 {
        gap: calc(var(--spacing)*10)
    }

    .gap-15 {
        gap: calc(var(--spacing)*15)
    }

    .gap-\[1\.5px\] {
        gap: 1.5px
    }

    .gap-\[10px\] {
        gap: 10px
    }

    .gap-\[12px\] {
        gap: 12px
    }

    .gap-\[14px\] {
        gap: 14px
    }

    :where(.space-y-6>:not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing)*6)*var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing)*6)*calc(1 - var(--tw-space-y-reverse)))
    }

    .gap-x-5 {
        column-gap: calc(var(--spacing)*5)
    }

    .overflow-auto {
        overflow: auto
    }

    .overflow-hidden {
        overflow: hidden
    }

    .rounded-\[2px\] {
        border-radius: 2px
    }

    .rounded-\[15px\] {
        border-radius: 15px
    }

    .rounded-\[50px\] {
        border-radius: 50px
    }

    .rounded-\[65px\] {
        border-radius: 65px
    }

    .rounded-full {
        border-radius: 3.40282e38px
    }

    .rounded-lg {
        border-radius: var(--radius-lg)
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px
    }

    .border-t {
        border-top-style: var(--tw-border-style);
        border-top-width: 1px
    }

    .border-b {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px
    }

    .border-b-2 {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 2px
    }

    .border-\[\#E0E0E0\] {
        border-color: #e0e0e0
    }

    .border-\[rgba\(16\,36\,36\,0\.1\)\] {
        border-color: #1024241a
    }

    .border-\[rgba\(16\,36\,36\,0\.2\)\] {
        border-color: #10242433
    }

    .border-accent\/20 {
        border-color: var(--color-accent)
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-accent\/20 {
            border-color: color-mix(in oklab, var(--color-accent)20%, transparent)
        }
    }

    .border-gray-300 {
        border-color: var(--color-gray-300)
    }

    .border-primary,
    .border-primary\/50 {
        border-color: var(--color-primary)
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-primary\/50 {
            border-color: color-mix(in oklab, var(--color-primary)50%, transparent)
        }
    }

    .border-white {
        border-color: var(--color-white)
    }

    .border-white\/10 {
        border-color: #ffffff1a
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-white\/10 {
            border-color: color-mix(in oklab, var(--color-white)10%, transparent)
        }
    }

    .border-white\/20 {
        border-color: #fff3
    }

    @supports (color: color-mix(in lab, red, red)) {
        .border-white\/20 {
            border-color: color-mix(in oklab, var(--color-white)20%, transparent)
        }
    }

    .\!bg-\[\#102424\] {
        background-color: #102424 !important
    }

    .\!bg-\[\#EBF7F7\] {
        background-color: #ebf7f7 !important
    }

    .\!bg-\[\#F8F3EE\] {
        background-color: #f8f3ee !important
    }

    .\!bg-white {
        background-color: var(--color-white) !important
    }

    .bg-\[\#102424\] {
        background-color: #102424
    }

    .bg-\[linear-gradient\(360deg\,rgba\(0\,0\,0\,0\)_74\.49\%\,rgba\(0\,0\,0\,0\.4\)_100\%\)\,linear-gradient\(180deg\,rgba\(0\,0\,0\,0\)_78\.88\%\,rgba\(0\,0\,0\,0\.6\)_100\%\)\,linear-gradient\(0deg\,rgba\(0\,0\,0\,0\.28\)\,rgba\(0\,0\,0\,0\.28\)\)\,\#000000\] {
        background-color: linear-gradient(360deg, #0000 74.49%, #0006 100%), linear-gradient(180deg, #0000 78.88%, #0009 100%), linear-gradient(0deg, #00000047, #00000047), #000
    }

    .bg-\[rgba\(0\,0\,0\,0\.8\)\] {
        background-color: #000c
    }

    .bg-\[rgba\(16\,36\,36\,0\.6\)\] {
        background-color: #10242499
    }

    .bg-\[rgba\(49\,36\,18\,0\.1\)\] {
        background-color: #3124121a
    }

    .bg-black {
        background-color: var(--color-black)
    }

    .bg-black\/20 {
        background-color: #0003
    }

    @supports (color: color-mix(in lab, red, red)) {
        .bg-black\/20 {
            background-color: color-mix(in oklab, var(--color-black)20%, transparent)
        }
    }

    .bg-gray-800 {
        background-color: var(--color-gray-800)
    }

    .bg-primary {
        background-color: var(--color-primary)
    }

    .bg-white {
        background-color: var(--color-white)
    }

    .bg-white\/10 {
        background-color: #ffffff1a
    }

    @supports (color: color-mix(in lab, red, red)) {
        .bg-white\/10 {
            background-color: color-mix(in oklab, var(--color-white)10%, transparent)
        }
    }

    .bg-\[linear-gradient\(0deg\,_rgba\(0\,0\,0\,0\.6\)_0\%\,_rgba\(0\,0\,0\,0\)_100\%\)\] {
        background-image: linear-gradient(#0000 0%, #0009 100%)
    }

    .bg-cover {
        background-size: cover
    }

    .bg-center {
        background-position: 50%
    }

    .bg-no-repeat {
        background-repeat: no-repeat
    }

    .fill-\[\#102424\] {
        fill: #102424
    }

    .object-cover {
        object-fit: cover
    }

    .p-2\.5 {
        padding: calc(var(--spacing)*2.5)
    }

    .px-1 {
        padding-inline: calc(var(--spacing)*1)
    }

    .px-4 {
        padding-inline: calc(var(--spacing)*4)
    }

    .px-5 {
        padding-inline: calc(var(--spacing)*5)
    }

    .px-6 {
        padding-inline: calc(var(--spacing)*6)
    }

    .py-3 {
        padding-block: calc(var(--spacing)*3)
    }

    .py-3\.5 {
        padding-block: calc(var(--spacing)*3.5)
    }

    .py-4 {
        padding-block: calc(var(--spacing)*4)
    }

    .py-8 {
        padding-block: calc(var(--spacing)*8)
    }

    .py-16 {
        padding-block: calc(var(--spacing)*16)
    }

    .pt-16 {
        padding-top: calc(var(--spacing)*16)
    }

    .pr-2 {
        padding-right: calc(var(--spacing)*2)
    }

    .pr-12 {
        padding-right: calc(var(--spacing)*12)
    }

    .pb-2 {
        padding-bottom: calc(var(--spacing)*2)
    }

    .pb-4 {
        padding-bottom: calc(var(--spacing)*4)
    }

    .pb-8 {
        padding-bottom: calc(var(--spacing)*8)
    }

    .pb-17 {
        padding-bottom: calc(var(--spacing)*17)
    }

    .pl-1 {
        padding-left: calc(var(--spacing)*1)
    }

    .pl-6 {
        padding-left: calc(var(--spacing)*6)
    }

    .text-center {
        text-align: center
    }

    .text-justify {
        text-align: justify
    }

    .text-left {
        text-align: left
    }

    .\!text-sm {
        font-size: var(--text-sm) !important;
        line-height: var(--tw-leading, var(--text-sm--line-height)) !important
    }

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height))
    }

    .text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height))
    }

    .text-4xl {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height))
    }

    .text-6xl {
        font-size: var(--text-6xl);
        line-height: var(--tw-leading, var(--text-6xl--line-height))
    }

    .text-base {
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height))
    }

    .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))
    }

    .text-xl {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height))
    }

    .text-xs {
        font-size: var(--text-xs);
        line-height: var(--tw-leading, var(--text-xs--line-height))
    }

    .text-\[9px\] {
        font-size: 9px
    }

    .text-\[15px\] {
        font-size: 15px
    }

    .leading-\[0\.9\] {
        --tw-leading: .9;
        line-height: .9
    }

    .leading-\[1\.4\] {
        --tw-leading: 1.4;
        line-height: 1.4
    }

    .leading-\[1\.5\] {
        --tw-leading: 1.5;
        line-height: 1.5
    }

    .leading-none {
        --tw-leading: 1;
        line-height: 1
    }

    .leading-relaxed {
        --tw-leading: var(--leading-relaxed);
        line-height: var(--leading-relaxed)
    }

    .font-\[500\] {
        --tw-font-weight: 500;
        font-weight: 500
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold)
    }

    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium)
    }

    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold)
    }

    .whitespace-nowrap {
        white-space: nowrap
    }

    .\!text-white {
        color: var(--color-white) !important
    }

    .text-\[\#8D8D8D\] {
        color: #8d8d8d
    }

    .text-\[\#D4A99B\] {
        color: #d4a99b
    }

    .text-gray-500 {
        color: var(--color-gray-500)
    }

    .text-gray-600 {
        color: var(--color-gray-600)
    }

    .text-gray-700 {
        color: var(--color-gray-700)
    }

    .text-gray-900 {
        color: var(--color-gray-900)
    }

    .text-green-500 {
        color: var(--color-green-500)
    }

    .text-primary {
        color: var(--color-primary)
    }

    .text-red-500 {
        color: var(--color-red-500)
    }

    .text-red-600 {
        color: var(--color-red-600)
    }

    .text-white {
        color: var(--color-white)
    }

    .text-white\/70 {
        color: #ffffffb3
    }

    @supports (color: color-mix(in lab, red, red)) {
        .text-white\/70 {
            color: color-mix(in oklab, var(--color-white)70%, transparent)
        }
    }

    .uppercase {
        text-transform: uppercase
    }

    .italic {
        font-style: italic
    }

    .underline {
        text-decoration-line: underline
    }

    .antialiased {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .opacity-0 {
        opacity: 0
    }

    .opacity-70 {
        opacity: .7
    }

    .opacity-100 {
        opacity: 1
    }

    .shadow-\[0_3px_12px_rgba\(0\,0\,0\,0\.15\)\] {
        --tw-shadow: 0 3px 12px var(--tw-shadow-color, #00000026);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .ring {
        --tw-ring-shadow: var(--tw-ring-inset, )0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-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)
    }

    .backdrop-blur-\[4px\] {
        --tw-backdrop-blur: blur(4px);
        -webkit-backdrop-filter: var(--tw-backdrop-blur, )var(--tw-backdrop-brightness, )var(--tw-backdrop-contrast, )var(--tw-backdrop-grayscale, )var(--tw-backdrop-hue-rotate, )var(--tw-backdrop-invert, )var(--tw-backdrop-opacity, )var(--tw-backdrop-saturate, )var(--tw-backdrop-sepia, );
        backdrop-filter: var(--tw-backdrop-blur, )var(--tw-backdrop-brightness, )var(--tw-backdrop-contrast, )var(--tw-backdrop-grayscale, )var(--tw-backdrop-hue-rotate, )var(--tw-backdrop-invert, )var(--tw-backdrop-opacity, )var(--tw-backdrop-saturate, )var(--tw-backdrop-sepia, )
    }

    .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))
    }

    .transition-colors {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .transition-opacity {
        transition-property: opacity;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .transition-transform {
        transition-property: transform, translate, scale, rotate;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration))
    }

    .duration-200 {
        --tw-duration: .2s;
        transition-duration: .2s
    }

    .duration-300 {
        --tw-duration: .3s;
        transition-duration: .3s
    }

    .duration-500 {
        --tw-duration: .5s;
        transition-duration: .5s
    }

    .duration-1000 {
        --tw-duration: 1s;
        transition-duration: 1s
    }

    .outline-none {
        --tw-outline-style: none;
        outline-style: none
    }

    @media (hover:hover) {
        .group-hover\:text-white:is(:where(.group):hover *) {
            color: var(--color-white)
        }

        .hover\:bg-\[rgba\(69\,95\,74\,0\.1\)\]:hover {
            background-color: #455f4a1a
        }

        .hover\:bg-primary:hover,
        .hover\:bg-primary\/40:hover {
            background-color: var(--color-primary)
        }

        @supports (color: color-mix(in lab, red, red)) {
            .hover\:bg-primary\/40:hover {
                background-color: color-mix(in oklab, var(--color-primary)40%, transparent)
            }
        }

        .hover\:bg-primary\/90:hover {
            background-color: var(--color-primary)
        }

        @supports (color: color-mix(in lab, red, red)) {
            .hover\:bg-primary\/90:hover {
                background-color: color-mix(in oklab, var(--color-primary)90%, transparent)
            }
        }

        .hover\:text-gray-700:hover {
            color: var(--color-gray-700)
        }

        .hover\:text-primary:hover {
            color: var(--color-primary)
        }
    }

    .focus\:border-transparent:focus {
        border-color: #0000
    }

    .focus\:ring-2:focus {
        --tw-ring-shadow: var(--tw-ring-inset, )0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-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)
    }

    .focus\:ring-primary:focus {
        --tw-ring-color: var(--color-primary)
    }

    .focus\:outline-none:focus {
        --tw-outline-style: none;
        outline-style: none
    }

    .disabled\:cursor-not-allowed:disabled {
        cursor: not-allowed
    }

    .disabled\:opacity-60:disabled {
        opacity: .6
    }

    @media (min-width: 1170px) {
        .\34 xl\:\!mb-8 {
            margin-bottom: calc(var(--spacing)*8) !important
        }

        .\34 xl\:\!text-6xl {
            font-size: var(--text-6xl) !important;
            line-height: var(--tw-leading, var(--text-6xl--line-height)) !important
        }

        .\34 xl\:\!text-\[14\.3px\] {
            font-size: 14.3px !important
        }
    }

    @media (min-width: 1300px) {
        .\33 xl\:mx-auto {
            margin-inline: auto
        }

        .\33 xl\:mb-8 {
            margin-bottom: calc(var(--spacing)*8)
        }

        .\33 xl\:mb-10 {
            margin-bottom: calc(var(--spacing)*10)
        }

        .\33 xl\:mb-13 {
            margin-bottom: calc(var(--spacing)*13)
        }

        .\33 xl\:mb-20 {
            margin-bottom: calc(var(--spacing)*20)
        }

        .\33 xl\:h-12 {
            height: calc(var(--spacing)*12)
        }

        .\33 xl\:h-27 {
            height: calc(var(--spacing)*27)
        }

        .\33 xl\:\!w-52 {
            width: calc(var(--spacing)*52) !important
        }

        .\33 xl\:w-9\/10 {
            width: 90%
        }

        .\33 xl\:\!pt-35 {
            padding-top: calc(var(--spacing)*35) !important
        }

        .\33 xl\:\!pt-40 {
            padding-top: calc(var(--spacing)*40) !important
        }

        .\33 xl\:\!pt-45 {
            padding-top: calc(var(--spacing)*45) !important
        }

        .\33 xl\:text-5xl {
            font-size: var(--text-5xl);
            line-height: var(--tw-leading, var(--text-5xl--line-height))
        }

        .\33 xl\:text-base {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height))
        }

        .\33 xl\:text-sm {
            font-size: var(--text-sm);
            line-height: var(--tw-leading, var(--text-sm--line-height))
        }

        .\33 xl\:text-xl {
            font-size: var(--text-xl);
            line-height: var(--tw-leading, var(--text-xl--line-height))
        }

        .\33 xl\:\!text-\[14px\] {
            font-size: 14px !important
        }
    }

    @media (min-width: 1800px) {
        .\38 xl\:mb-10 {
            margin-bottom: calc(var(--spacing)*10)
        }

        .\38 xl\:mb-16 {
            margin-bottom: calc(var(--spacing)*16)
        }

        .\38 xl\:mb-20 {
            margin-bottom: calc(var(--spacing)*20)
        }

        .\38 xl\:\!h-12 {
            height: calc(var(--spacing)*12) !important
        }

        .\38 xl\:\!h-14 {
            height: calc(var(--spacing)*14) !important
        }

        .\38 xl\:\!h-16 {
            height: calc(var(--spacing)*16) !important
        }

        .\38 xl\:\!h-32 {
            height: calc(var(--spacing)*32) !important
        }

        .\38 xl\:\!w-4\/10 {
            width: 40% !important
        }

        .\38 xl\:\!w-16 {
            width: calc(var(--spacing)*16) !important
        }

        .\38 xl\:\!w-70 {
            width: calc(var(--spacing)*70) !important
        }

        .\38 xl\:\!w-full {
            width: 100% !important
        }

        .\38 xl\:\!px-7 {
            padding-inline: calc(var(--spacing)*7) !important
        }

        .\38 xl\:\!py-7 {
            padding-block: calc(var(--spacing)*7) !important
        }

        .\38 xl\:\!pt-70 {
            padding-top: calc(var(--spacing)*70) !important
        }

        .\38 xl\:pb-30 {
            padding-bottom: calc(var(--spacing)*30)
        }

        .\38 xl\:\!text-3xl {
            font-size: var(--text-3xl) !important;
            line-height: var(--tw-leading, var(--text-3xl--line-height)) !important
        }

        .\38 xl\:\!text-6xl {
            font-size: var(--text-6xl) !important;
            line-height: var(--tw-leading, var(--text-6xl--line-height)) !important
        }

        .\38 xl\:\!text-7xl {
            font-size: var(--text-7xl) !important;
            line-height: var(--tw-leading, var(--text-7xl--line-height)) !important
        }

        .\38 xl\:\!text-8xl {
            font-size: var(--text-8xl) !important;
            line-height: var(--tw-leading, var(--text-8xl--line-height)) !important
        }

        .\38 xl\:\!text-base {
            font-size: var(--text-base) !important;
            line-height: var(--tw-leading, var(--text-base--line-height)) !important
        }

        .\38 xl\:\!text-lg {
            font-size: var(--text-lg) !important;
            line-height: var(--tw-leading, var(--text-lg--line-height)) !important
        }

        .\38 xl\:\!text-xl {
            font-size: var(--text-xl) !important;
            line-height: var(--tw-leading, var(--text-xl--line-height)) !important
        }

        .\38 xl\:\!text-\[15px\] {
            font-size: 15px !important
        }

        .\38 xl\:\!text-\[16px\] {
            font-size: 16px !important
        }
    }

    @media (min-width: 48rem) {
        .md\:absolute {
            position: absolute
        }

        .md\:top-0 {
            top: calc(var(--spacing)*0)
        }

        .md\:\!bottom-8 {
            bottom: calc(var(--spacing)*8) !important
        }

        .md\:bottom-7\.5 {
            bottom: calc(var(--spacing)*7.5)
        }

        .md\:bottom-10 {
            bottom: calc(var(--spacing)*10)
        }

        .md\:bottom-18 {
            bottom: calc(var(--spacing)*18)
        }

        .md\:left-0 {
            left: calc(var(--spacing)*0)
        }

        .md\:left-7\.5 {
            left: calc(var(--spacing)*7.5)
        }

        .md\:left-\[-25\%\] {
            left: -25%
        }

        .md\:mx-0 {
            margin-inline: calc(var(--spacing)*0)
        }

        .md\:mt-0 {
            margin-top: calc(var(--spacing)*0)
        }

        .md\:mb-0 {
            margin-bottom: calc(var(--spacing)*0)
        }

        .md\:mb-3 {
            margin-bottom: calc(var(--spacing)*3)
        }

        .md\:mb-4 {
            margin-bottom: calc(var(--spacing)*4)
        }

        .md\:mb-5 {
            margin-bottom: calc(var(--spacing)*5)
        }

        .md\:mb-6 {
            margin-bottom: calc(var(--spacing)*6)
        }

        .md\:mb-10 {
            margin-bottom: calc(var(--spacing)*10)
        }

        .md\:block {
            display: block
        }

        .md\:flex {
            display: flex
        }

        .md\:hidden {
            display: none
        }

        .md\:aspect-\[214\/236\] {
            aspect-ratio: 214/236
        }

        .md\:h-5 {
            height: calc(var(--spacing)*5)
        }

        .md\:h-15 {
            height: calc(var(--spacing)*15)
        }

        .md\:h-\[70vh\] {
            height: 70vh
        }

        .md\:w-3\/10 {
            width: 30%
        }

        .md\:w-4\/10 {
            width: 40%
        }

        .md\:w-5 {
            width: calc(var(--spacing)*5)
        }

        .md\:w-9\/10 {
            width: 90%
        }

        .md\:w-10 {
            width: calc(var(--spacing)*10)
        }

        .md\:w-13 {
            width: calc(var(--spacing)*13)
        }

        .md\:w-15 {
            width: calc(var(--spacing)*15)
        }

        .md\:w-40 {
            width: calc(var(--spacing)*40)
        }

        .md\:w-\[45\%\] {
            width: 45%
        }

        .md\:w-\[53\%\] {
            width: 53%
        }

        .md\:w-\[54\%\] {
            width: 54%
        }

        .md\:w-\[75\%\] {
            width: 75%
        }

        .md\:w-\[85\%\] {
            width: 85%
        }

        .md\:w-\[365px\] {
            width: 365px
        }

        .md\:max-w-\[430px\] {
            max-width: 430px
        }

        .md\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }

        .md\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }

        .md\:\!flex-row {
            flex-direction: row !important
        }

        .md\:flex-row {
            flex-direction: row
        }

        .md\:items-end {
            align-items: flex-end
        }

        .md\:items-start {
            align-items: flex-start
        }

        .md\:justify-start {
            justify-content: flex-start
        }

        .md\:gap-0 {
            gap: calc(var(--spacing)*0)
        }

        .md\:gap-6 {
            gap: calc(var(--spacing)*6)
        }

        .md\:gap-8 {
            gap: calc(var(--spacing)*8)
        }

        .md\:gap-9 {
            gap: calc(var(--spacing)*9)
        }

        .md\:gap-10 {
            gap: calc(var(--spacing)*10)
        }

        .md\:gap-15 {
            gap: calc(var(--spacing)*15)
        }

        .md\:gap-18 {
            gap: calc(var(--spacing)*18)
        }

        .md\:rounded-\[50px\] {
            border-radius: 50px
        }

        .md\:border-\[rgba\(224\,224\,224\,0\.2\)\] {
            border-color: #e0e0e033
        }

        .md\:bg-transparent {
            background-color: #0000
        }

        .md\:fill-white {
            fill: var(--color-white)
        }

        .md\:px-4 {
            padding-inline: calc(var(--spacing)*4)
        }

        .md\:py-20 {
            padding-block: calc(var(--spacing)*20)
        }

        .md\:pt-0 {
            padding-top: calc(var(--spacing)*0)
        }

        .md\:pt-20 {
            padding-top: calc(var(--spacing)*20)
        }

        .md\:pt-25 {
            padding-top: calc(var(--spacing)*25)
        }

        .md\:text-left {
            text-align: left
        }

        .md\:text-4xl {
            font-size: var(--text-4xl);
            line-height: var(--tw-leading, var(--text-4xl--line-height))
        }

        .md\:text-5xl {
            font-size: var(--text-5xl);
            line-height: var(--tw-leading, var(--text-5xl--line-height))
        }

        .md\:text-6xl {
            font-size: var(--text-6xl);
            line-height: var(--tw-leading, var(--text-6xl--line-height))
        }

        .md\:text-8xl {
            font-size: var(--text-8xl);
            line-height: var(--tw-leading, var(--text-8xl--line-height))
        }

        .md\:text-base {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height))
        }

        .md\:text-sm {
            font-size: var(--text-sm);
            line-height: var(--tw-leading, var(--text-sm--line-height))
        }

        .md\:text-xs {
            font-size: var(--text-xs);
            line-height: var(--tw-leading, var(--text-xs--line-height))
        }

        .md\:text-\[14\.5px\] {
            font-size: 14.5px
        }

        .md\:text-white {
            color: var(--color-white)
        }

        .md\:text-shadow-\[0_1px_24px_rgba\(0\,0\,0\,1\)\] {
            text-shadow: 0 1px 24px var(--tw-text-shadow-color, #000)
        }
    }

    @media (min-width: 64rem) {
        .lg\:absolute {
            position: absolute
        }

        .lg\:mb-0 {
            margin-bottom: calc(var(--spacing)*0)
        }

        .lg\:mb-13 {
            margin-bottom: calc(var(--spacing)*13)
        }

        .lg\:block {
            display: block
        }

        .lg\:flex {
            display: flex
        }

        .lg\:hidden {
            display: none
        }

        .lg\:aspect-auto {
            aspect-ratio: auto
        }

        .lg\:h-15 {
            height: calc(var(--spacing)*15)
        }

        .lg\:h-screen {
            height: 100vh
        }

        .lg\:\!w-\[35\%\] {
            width: 35% !important
        }

        .lg\:w-15 {
            width: calc(var(--spacing)*15)
        }

        .lg\:w-\[34\%\] {
            width: 34%
        }

        .lg\:w-\[50\%\] {
            width: 50%
        }

        .lg\:w-\[420px\] {
            width: 420px
        }

        .lg\:border {
            border-style: var(--tw-border-style);
            border-width: 1px
        }

        .lg\:border-white\/20 {
            border-color: #fff3
        }

        @supports (color: color-mix(in lab, red, red)) {
            .lg\:border-white\/20 {
                border-color: color-mix(in oklab, var(--color-white)20%, transparent)
            }
        }

        .lg\:px-0 {
            padding-inline: calc(var(--spacing)*0)
        }

        .lg\:px-5 {
            padding-inline: calc(var(--spacing)*5)
        }

        .lg\:text-6xl {
            font-size: var(--text-6xl);
            line-height: var(--tw-leading, var(--text-6xl--line-height))
        }

        .lg\:text-base {
            font-size: var(--text-base);
            line-height: var(--tw-leading, var(--text-base--line-height))
        }

        .lg\:text-\[14\.5px\] {
            font-size: 14.5px
        }
    }
}


:root {
    --width-container: 1268px;
    --transition-all: all .5s ease;
    color: #102424;
    font-family: Montserrat, sans-serif;
    font-size: 14.5px
}

@font-face {
    font-family: "1FTV VIP Eleanor Goenka";
    src: url(/assets/fonts/1FTVVIPEleanorGoenka.eot);
    src: url(/assets/fonts/1FTVVIPEleanorGoenka.eot?#iefix)format("embedded-opentype"), url(/assets/fonts/1FTVVIPEleanorGoenka.woff2)format("woff2"), url(/assets/fonts/1FTVVIPEleanorGoenka.woff)format("woff"), url(/assets/fonts/1FTVVIPEleanorGoenka.ttf)format("truetype"), url(/assets/fonts/1FTVVIPEleanorGoenka.svg#1FTVVIPEleanorGoenka)format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SVN-Cera;
    src: url(/assets/fonts/SVN-Cera.eot);
    src: url(/assets/fonts/SVN-Cera.eot?#iefix)format("embedded-opentype"), url(/assets/fonts/SVN-Cera.woff2)format("woff2"), url(/assets/fonts/SVN-Cera.woff)format("woff"), url(/assets/fonts/SVN-Cera.ttf)format("truetype"), url(/assets/fonts/SVN-Cera.svg#SVN-Cera)format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SVN-Cera;
    src: url(/assets/fonts/SVN-CeraBold.eot);
    src: url(/assets/fonts/SVN-CeraBold.eot?#iefix)format("embedded-opentype"), url(/assets/fonts/SVN-CeraBold.woff2)format("woff2"), url(/assets/fonts/SVN-CeraBold.woff)format("woff"), url(/assets/fonts/SVN-CeraBold.ttf)format("truetype"), url(/assets/fonts/SVN-CeraBold.svg#SVN-CeraBold)format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: SVN-Cera;
    src: url(/assets/fonts/SVN-CeraLight.eot);
    src: url(/assets/fonts/SVN-CeraLight.eot?#iefix)format("embedded-opentype"), url(/assets/fonts/SVN-CeraLight.woff)format("woff"), url(/assets/fonts/SVN-CeraLight.ttf)format("truetype"), url(/assets/fonts/SVN-CeraLight.svg#SVN-CeraLight)format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

.font-title {
    font-family: "1FTV VIP Eleanor Goenka", serif
}

.font-svn-cera {
    font-family: SVN-Cera, serif
}

@media (max-width: 1390px) {
    :root {
        font-size: 14px
    }
}

@media (max-width: 1220px) {
    :root {
        font-size: 14px
    }
}

@media (max-width: 1130px) {
    :root {
        font-size: 12px
    }
}

@media (max-width: 768px) {
    :root {
        font-size: 14px
    }
}

.container {
    width: 100%
}

@media (min-width: 1170px) {
    .container {
        max-width: 1170px
    }
}

@media (min-width: 1300px) {
    .container {
        max-width: 1300px
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 1800px
    }
}

@media (min-width: 40rem) {
    .container {
        max-width: 40rem
    }
}

@media (min-width: 48rem) {
    .container {
        max-width: 48rem
    }
}

@media (min-width: 64rem) {
    .container {
        max-width: 64rem
    }
}

@media (min-width: 80rem) {
    .container {
        max-width: 80rem
    }
}

@media (min-width: 96rem) {
    .container {
        max-width: 96rem
    }
}

.container {
    padding-inline: calc(var(--spacing)*4);
    margin-inline: auto
}

@media (min-width: 48rem) {
    .container {
        padding-inline: calc(var(--spacing)*8)
    }
}

@media (min-width: 64rem) {
    .container {
        padding-inline: calc(var(--spacing)*12)
    }
}

.container_frame {
    width: var(--width-container);
    margin: auto;
    display: block
}

@media (min-width: 1279px) and (max-width:1439px) {
    .container_frame {
        width: calc(100% - 7.375rem)
    }
}

@media (min-width: 768px) and (max-width:1279px) {
    .container_frame {
        width: calc(100% - 5.125rem)
    }
}

@media (max-width: 767px) {
    .container_frame {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }
}

.p-left-section {
    padding-left: calc((100% - var(--width-container))/2)
}

@media (min-width: 1279px) and (max-width:1439px) {
    .p-left-section {
        padding-left: 60px
    }
}

@media (min-width: 769px) and (max-width:1279px) {
    .p-left-section {
        padding-left: 40px
    }
}

@media (max-width: 769px) {
    .p-left-section {
        padding-left: 15px;
        padding-right: 15px
    }
}

.p-right-section {
    padding-right: calc((100% - var(--width-container))/2)
}

@media (min-width: 1279px) and (max-width:1439px) {
    .p-right-section {
        padding-right: 60px
    }
}

@media (min-width: 769px) and (max-width:1279px) {
    .p-right-section {
        padding-right: 40px
    }
}

@media (max-width: 769px) {
    .p-right-section {
        padding-left: 15px;
        padding-right: 15px
    }
}

.util-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px
}

.swiper-pagination-bullet {
    opacity: 1 !important;
    background-color: #fff3 !important;
    border-radius: 100px !important;
    width: 10px !important;
    height: 10px !important;
    margin: 0 !important
}

.swiper-pagination-bullet-active {
    background-color: #fff !important
}

article {
    line-height: 1.42
}

.horizontal-scroll-wrapper {
    width: 100%;
    overflow: hidden
}

.horizontal-scroll-container {
    will-change: transform;
    width: max-content
}

.horizontal-scroll-item {
    will-change: transform, opacity
}

.button_detail {
    text-transform: uppercase;
    color: var(--color-accent);
    align-items: center;
    height: 50px;
    margin-left: 17px;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    position: relative
}

.button_detail span {
    background: #5901005e;
    position: relative
}

.button_detail:before {
    content: "";
    border: 1px solid #eef6e733;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -17px
}

.right_news {
    padding: 40px 0;
    position: relative
}

.right_news:after {
    content: "";
    background: var(--color-secondary);
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0
}

@media (max-width: 768px) {
    .right_news {
        padding: 20px 0
    }

    .right_news:after {
        display: none
    }
}

header {
    z-index: 1000;
    width: 100%;
    transition: var(--transition-all);
    position: fixed;
    top: 0;
    left: 0
}

header .submenu {
    opacity: 0;
    pointer-events: none;
    height: 0;
    margin: 0;
    padding-left: 2rem;
    list-style: none;
    transition: all .5s
}

header .submenu a {
    color: #fff;
    opacity: .7;
    margin: 10px 0;
    font-size: 14px;
    text-decoration: none;
    display: block
}

header .submenu.active {
    opacity: 1;
    pointer-events: all;
    height: auto
}

header .sldie_menu {
    z-index: 2;
    width: 45rem;
    top: 50%;
    right: 20%;
    transform: translateY(-50%);
    position: absolute !important
}

header .sldie_menu .slick-current {
    transition: var(--transition-all);
    opacity: 1 !important
}

header .sldie_menu .image {
    opacity: .18;
    width: 40rem;
    margin-bottom: 32px;
    transition: all .5s;
    position: relative
}

header .sldie_menu img {
    width: 100%;
    height: auto
}

header.change {
    transition: var(--transition-all);
    background: #fff;
    box-shadow: 0 2px 4px 1px #0000000a
}

header.change .txt-btn-phone {
    color: #d4a99b !important
}

header.change .--logo {
    height: 100%;
    transition: var(--transition-all)
}

header.change.active {
    padding: 80px 0
}

header.change.active .--logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%)
}

header.change .--tabBar,
header.change .--headerRight .hotline_mobi {
    height: 40px;
    transition: var(--transition-all)
}

header.active .--headerRight .--phone {
    color: #fff !important
}

header .--logo {
    height: 100%;
    transition: var(--transition-all)
}

header .--logo img {
    width: 100%;
    height: 100%
}

header .--logo .logo_white {
    opacity: 0;
    transition: all .5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

header .--logo.active .logo_white {
    opacity: 1
}

header .--logo.active .logo_color {
    opacity: 0
}

header .header {
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative
}

header .--headerLeft {
    align-items: center
}

header .--tabBar {
    cursor: pointer;
    color: #fff;
    align-items: center;
    gap: 8px;
    width: max-content;
    display: flex
}

header .--tabBar p {
    width: 12px;
    height: 1px;
    transition: var(--transition-all);
    background: #d0cabf;
    margin-bottom: 0
}

header .--tabBar .--tab {
    flex-flow: column;
    gap: 4px;
    display: flex
}

header .--tabBar span {
    color: #fff;
    display: block
}

header .--tabBar.active {
    background: #754d29;
    border-radius: 0;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    padding: 0;
    display: flex;
    overflow: hidden
}

header .--tabBar.active span {
    opacity: 0;
    width: 0
}

header .--tabBar.active p {
    width: 16px
}

header .--tabBar.active p:first-child {
    transform: rotate(45deg)translate(5px, 2px)
}

header .--tabBar.active p:nth-child(2) {
    transform: translate(300%)
}

header .--tabBar.active p:nth-child(3) {
    transform: rotate(-45deg)translate(5px, -2px)
}

header .--listMenu {
    width: 100vw;
    height: 100vh;
    transition: var(--transition-all);
    background: #102424;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(-100%)
}

header .--listMenu.active {
    transform: none
}

header .--listMenu .itemMenu {
    color: #fff;
    transition: var(--transition-all);
    text-align: center;
    text-decoration: none
}

header .--listMenu .itemMenuhover {
    padding-left: 10px
}

header .--listMenu .container {
    align-items: center;
    height: 100%;
    display: flex
}

header .--listMenu .--menu {
    text-transform: uppercase;
    flex-flow: column;
    width: 35%;
    display: flex
}

header .--listMenu .--menu .has_childmenu .icon {
    cursor: pointer;
    color: #fff;
    margin-left: 10px
}

header .--headerRight {
    align-items: center;
    gap: 10px;
    display: flex
}

header .--headerRight .--phone,
header .--headerRight .hotline_mobi {
    color: #fff
}

@media (max-width: 1919px) {
    header.change.active {
        padding: 40px 0
    }

    header .--listMenu .--footerMenu {
        margin-top: 40px
    }
}

@media (max-width: 1439px) {
    header.change.active {
        padding: 24px 0
    }

    header .--listMenu .--footerMenu {
        margin-top: 32px
    }

    header .--listMenu .--footerMenu .--download i {
        width: 40px;
        height: 40px
    }
}

@media (max-width: 1056px) {
    header .--headerRight {
        gap: 15px
    }

    header .--headerRight .hotline_mobi {
        color: #fff;
        border: 1px solid #fff;
        border-radius: 50%;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        text-decoration: none;
        display: flex
    }

    header .--headerRight .--phone {
        display: none
    }

    header .--listMenu .container_frame {
        justify-content: center
    }
}

@media (max-width: 920px) {
    header .container_frame {
        width: 100%;
        margin: 0
    }

    header .--headerLeft {
        gap: 12px
    }

    header .--headerLeft .--tabBar {
        border: 1px solid #fff3;
        border-radius: 50%;
        justify-content: center;
        width: 40px;
        height: 40px
    }

    header .sldie_menu {
        display: none
    }

    header .has_childmenu a {
        pointer-events: none
    }

    header .has_childmenu .submenu a {
        pointer-events: all
    }

    header .--headerRight .btn.btn-1,
    header .--headerRight .--phone {
        display: none
    }

    header .--logo {
        top: unset;
        position: unset;
        left: unset;
        transform: none
    }

    header .--logo .logo_color {
        opacity: 1
    }

    header .--logo .logo_white {
        top: 0;
        left: 0;
        transform: none
    }

    header .--tabBar {
        width: 43px;
        height: 43px
    }

    header .--tabBar span {
        display: none
    }

    header .--tabBar.active p:nth-child(3) {
        transform: rotate(-45deg)translate(6px, -5px)
    }

    header .--tabBar.active p:first-child {
        transform: rotate(45deg)translate(5px, 4px)
    }

    header .--menuContact {
        display: none
    }

    header .--tabBar {
        padding: 6px 10px
    }

    header.change.active .--logo {
        left: 20px;
        transform: none
    }

    header.change.active .--logo img {
        width: 130px
    }

    header .--listMenu .pattern-1 {
        display: none
    }

    header .--listMenu .pattern-2 {
        right: 0;
        left: unset;
        -o-object-position: bottom;
        object-position: bottom;
        width: 80%;
        height: 50vh
    }

    header .--listMenu .pattern-3 {
        width: 80%;
        height: 50vh
    }

    header .--listMenu .--menu {
        padding-left: 0
    }

    header .--listMenu .container_frame {
        justify-content: space-between
    }
}

@media (max-width: 768px) {
    header {
        width: 100vw;
        height: 65px;
        padding-top: 20px;
        padding-bottom: 20px
    }

    header .--tabBar {
        justify-content: center !important
    }

    header .container {
        height: 100%
    }

    header .--logo {
        left: unset;
        top: unset;
        position: relative;
        transform: none;
        height: 100% !important
    }

    header .logo_color {
        width: auto !important;
        height: 100% !important
    }

    header .--listMenu .--menu {
        width: 100%
    }
}

@keyframes sonarEffect {
    0% {
        opacity: .3
    }

    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px #ffffff1a, 0 0 10px 10px #fff, 0 0 0 10px #ffffff80
    }

    to {
        opacity: 0;
        transform: scale(1.5);
        box-shadow: 0 0 0 2px #ffffff1a, 0 0 10px 10px #fff, 0 0 0 10px #ffffff80
    }
}

.itemMarker {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: var(--color-secondary);
    z-index: 100;
    border: 1px solid #ffffff80;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 28px #000
}

.itemMarker:after {
    border: 1px solid var(--color-primary);
    opacity: 1;
    pointer-events: none;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 0;
    animation: 1s linear infinite both sonarEffect;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.9);
    box-shadow: 0 0 0 2px #169057
}

.itemMarker span {
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out
}

.itemMarker:hover span,
.itemMarker.active span {
    opacity: 1;
    bottom: calc(100% + 8px)
}

.img_highlight {
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1;
    width: 9.5%;
    height: auto;
    position: absolute;
    top: 38.5%;
    left: 55%
}

.img_flag_map {
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1;
    width: 9.5%;
    height: auto;
    animation: 2s ease-in-out infinite loading;
    position: absolute;
    top: 41.5%;
    left: 47%
}

.mapLocation .itemLocation:after {
    border: 1px solid var(--color-primary);
    opacity: 1;
    pointer-events: none;
    content: "";
    border-radius: 50%;
    width: 100%;
    height: 100%;
    padding: 0;
    animation: 1s linear infinite both sonarEffect;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.9);
    box-shadow: 0 0 0 2px #169057
}

.itemLocation span {
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease-in-out
}

.itemLocation:hover .circle-number,
.itemLocation.active .circle-number {
    color: #000;
    background: #c4c412
}

.itemLocation:hover .text_location,
.itemLocation.active .text_location {
    color: #c4c412
}

.loadingPage {
    z-index: 99999;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    transition: all .3s ease-in-out;
    display: flex;
    position: fixed;
    top: 0;
    left: 0
}

.loadingPage .svg_logo {
    animation: 1.5s ease-in-out .3s forwards fadeInLogo
}

.loadingPage .svg_logo path {
    fill: #fff;
    stroke: #fff;
    stroke-width: 0;
    animation: 1.5s ease-in-out forwards pathColorTransition
}

.loadingPage .svg_logo path:first-child {
    animation-delay: .5s
}

.loadingPage .svg_logo path:nth-child(2) {
    animation-delay: .6s
}

.loadingPage .svg_logo path:nth-child(3) {
    animation-delay: .7s
}

.loadingPage .svg_logo path:nth-child(4) {
    animation-delay: .8s
}

.loadingPage .svg_logo path:nth-child(5) {
    animation-delay: .9s
}

.loadingPage .svg_logo path:nth-child(6) {
    animation-delay: 1s
}

.loadingPage .svg_logo path:nth-child(7) {
    animation-delay: 1.1s
}

.loadingPage .svg_logo path:nth-child(8) {
    animation-delay: 1.2s
}

.loadingPage .svg_logo path:nth-child(9) {
    animation-delay: 1.3s
}

.loadingPage .svg_logo path:nth-child(10) {
    animation-delay: 1.4s
}

.loadingPage .svg_logo path:nth-child(11) {
    animation-delay: 1.5s
}

.loadingPage .svg_logo path:nth-child(12) {
    animation-delay: 1.6s
}

.loadingPage .svg_logo path:nth-child(13) {
    animation-delay: 1.7s
}

.loadingPage .svg_logo path:nth-child(14) {
    animation-delay: 1.8s
}

.loadingPage .svg_logo path:nth-child(15) {
    animation-delay: 1.9s
}

.loadingPage .svg_logo path:nth-child(16) {
    animation-delay: 2s
}

.loadingPage .svg_logo path:nth-child(17) {
    animation-delay: 2.1s
}

.loadingPage .svg_logo path:nth-child(18) {
    animation-delay: 2.2s
}

.loadingPage .svg_logo path:nth-child(19) {
    animation-delay: 2.3s
}

.loadingPage .svg_logo path:nth-child(20) {
    animation-delay: 2.4s
}

.loadingPage .svg_logo path:nth-child(21) {
    animation-delay: 2.5s
}

.loadingPage .svg_logo path:nth-child(22) {
    animation-delay: 2.6s
}

.loadingPage .svg_logo path:nth-child(23) {
    animation-delay: 2.7s
}

.loadingPage .svg_logo path:nth-child(24) {
    animation-delay: 2.8s
}

.loadingPage .svg_logo path:nth-child(25) {
    animation-delay: 2.9s
}

.loadingPage .svg_logo path:nth-child(26) {
    animation-delay: 3s
}

.loadingPage .svg_logo path:nth-child(27) {
    animation-delay: 3.1s
}

.loadingPage .svg_logo path:nth-child(28) {
    animation-delay: 3.2s
}

.loadingPage .svg_logo path:nth-child(29) {
    animation-delay: 3.3s
}

.loadingPage .svg_logo path:nth-child(30) {
    animation-delay: 3.4s
}

.loadingPage img {
    filter: contrast(.5)brightness(10);
    width: 250px
}

.loadingPage.hide {
    height: 0;
    overflow: hidden
}

@keyframes fadeInLogo {
    0% {
        opacity: 0;
        transform: scale(.9)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes pathColorTransition {
    0% {
        fill: #fff;
        stroke: #fff;
        stroke-width: 0
    }

    40% {
        fill: #000;
        stroke: #fff;
        stroke-width: 2px
    }

    70% {
        fill: #333;
        stroke: #fff;
        stroke-width: 1px
    }

    to {
        fill: #fff;
        stroke: #fff;
        stroke-width: 0
    }
}

.img-flag {
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 3;
    width: 8%;
    height: auto;
    animation: 2s ease-in-out infinite loading;
    position: absolute;
    top: 10%;
    left: 54%
}

@keyframes loading {
    0% {
        transform: scale(1.2)
    }

    50% {
        transform: scale(1)
    }

    to {
        transform: scale(1.2)
    }
}

.pageNewsDetail p {
    margin-bottom: 1rem !important
}

.line_road {
    width: 41.25%;
    height: auto;
    position: absolute;
    top: 0;
    left: 49.45%
}

.line_road path {
    stroke-dasharray: 6;
    transition: all .5s;
    animation: 40s linear infinite dash
}

.line_road_1 {
    width: 8.15%;
    height: auto;
    position: absolute;
    top: 25%;
    left: 51.05%
}

.line_road_1 path {
    stroke-dasharray: 6;
    transition: all .5s;
    animation: 40s linear infinite dash
}

@keyframes dash {
    to {
        stroke-dashoffset: 1000px
    }
}

.reveal {
    visibility: hidden;
    position: relative;
    overflow: hidden
}

.reveal img {
    transform-origin: 0
}

.chars_ani,
.ani_text {
    overflow: hidden
}

.emagazine-section {
    background-image: url(/assets/images/bg-about-3.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

.txt_location .name {
    width: max-content;
    position: relative
}

.txt_location .name:after {
    content: "";
    background: #fff;
    width: 75px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(100% + 12px);
    transform: translateY(-50%)
}

.txt_gift .name {
    width: max-content;
    position: relative
}

.txt_gift .name:after {
    content: "";
    background: #fff;
    width: 75px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: calc(100% + 12px);
    transform: translateY(-50%)
}

.swiper-right-intro .swiper-slide-active .txt_intro {
    color: #fff !important
}

.swiper-right-intro .swiper-slide-active .circle-dot {
    background: #fff !important
}

.location-swiper .swiper-slide-active {
    background: #876c47
}

.gradient-investor {
    background: linear-gradient(#765c3b 0%, #dfd0bd 100%)
}

.masonry-grid {
    width: auto;
    margin-left: -20px;
    display: flex
}

.masonry-grid_column {
    background-clip: padding-box;
    padding-left: 20px
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 20px;
    display: block
}

@media (max-width: 500px) {
    .masonry-grid {
        margin-left: -10px
    }

    .masonry-grid_column {
        padding-left: 10px
    }

    .masonry-item {
        margin-bottom: 10px
    }
}

@media (min-width: 501px) and (max-width:700px) {
    .masonry-grid {
        margin-left: -15px
    }

    .masonry-grid_column {
        padding-left: 15px
    }

    .masonry-item {
        margin-bottom: 15px
    }
}

.masonry-item-small {
    height: 200px
}

.masonry-item-medium {
    height: 300px
}

.masonry-item-large {
    height: 400px
}

.masonry-item-extra-large {
    height: 500px
}

.scrollbar-hidden::-webkit-scrollbar {
    display: none
}

.scrollbar-hidden {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.ant-select-selector {
    color: #fff !important;
    background-color: #ffffff1a !important;
    border-color: #fff3 !important;
    border-radius: 2px !important
}

#fullpage {
    height: 100vh
}

#fullpage.mobile-layout {
    height: auto
}

.section {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative
}

@media (max-width: 1030px) {
    .section {
        height: auto
    }

    #fullpage.mobile-layout .section {
        height: auto;
        min-height: 100vh
    }
}

.slide {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: flex;
    position: relative
}

#fp-nav {
    z-index: 100;
    opacity: 1;
    margin-top: -32px;
    display: none;
    position: fixed;
    top: 50%;
    right: 17px
}

#fp-nav ul {
    margin: 0;
    padding: 0
}

#fp-nav li {
    width: 14px;
    height: 13px;
    margin: 7px;
    display: block;
    position: relative
}

#fp-nav li a {
    z-index: 1;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-decoration: none;
    display: block;
    position: relative
}

#fp-nav li a span {
    z-index: 1;
    background: #333;
    border: 0;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    transition: all .1s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%
}

#fp-nav li a.active span {
    background: #007bff;
    transform: scale(1.5)
}

#fp-nav li a:hover span {
    background: #007bff;
    transform: scale(1.2)
}

.fp-tooltip {
    color: #333;
    white-space: nowrap;
    max-width: 220px;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    position: absolute;
    top: -2px
}

.fp-tooltip.right {
    right: 20px
}

.fp-tooltip.left {
    left: 20px
}

.fp-watermark {
    display: none
}

:is(.fp-viewing-story, .fp-viewing-design, .fp-viewing-value, .fp-viewing-map, .fp-viewing-util, .fp-viewing-news) .header .btn-menu {
    border: 1px solid #10242433
}

:is(.fp-viewing-story, .fp-viewing-design, .fp-viewing-value, .fp-viewing-map, .fp-viewing-util, .fp-viewing-news) .header .btn-menu span {
    color: #102424 !important
}

:is(.fp-viewing-story, .fp-viewing-design, .fp-viewing-value, .fp-viewing-map, .fp-viewing-util, .fp-viewing-news) .header .btn-menu .--tab svg path {
    fill: #102424 !important
}

:is(.fp-viewing-story, .fp-viewing-design, .fp-viewing-value, .fp-viewing-map, .fp-viewing-util, .fp-viewing-news) .header .btn-phone .icon {
    border: 1px solid #10242433
}

:is(.fp-viewing-story, .fp-viewing-design, .fp-viewing-value, .fp-viewing-map, .fp-viewing-util, .fp-viewing-news) .header .btn-phone i,
:is(.fp-viewing-story, .fp-viewing-design, .fp-viewing-value, .fp-viewing-map, .fp-viewing-util, .fp-viewing-news) .header .btn-phone span {
    color: #102424 !important
}

.real {
    opacity: 0;
    transition: opacity 2.5s cubic-bezier(.33, 0, 0, 1), transform 2.5s cubic-bezier(.33, 0, 0, 1);
    overflow: hidden;
    transform: translate(-100%)
}

.fp-completely .real {
    opacity: 1;
    transform: translate(0)
}

.fp-viewing-contact .btn-top {
    border: 1px solid #fff !important
}

.fp-viewing-contact .btn-top i {
    color: #fff !important
}

.fp-viewing-zone .btn-top {
    border: 1px solid #fff !important
}

.fp-viewing-zone .btn-top i {
    color: #fff !important
}

.real img {
    transition: transform 2.5s cubic-bezier(.33, 0, 0, 1);
    transform: translate(100%)
}

.fp-completely .real img {
    transform: translate(0)scale(1)
}

.txt-blur {
    opacity: 0;
    transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1), transform 1.2s cubic-bezier(.215, .61, .355, 1);
    transform: translateY(100%)
}

.fp-completely .txt-blur {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width: 1030px) {

    .txt-blur,
    .real,
    .real img {
        opacity: 1 !important;
        transform: none !important
    }
}

.cta-btn a i {
    animation: 1s ease-in-out infinite phonering
}

@keyframes phonering {
    0% {
        transform: rotate(0)
    }

    10% {
        transform: rotate(-25deg)
    }

    20% {
        transform: rotate(25deg)
    }

    30% {
        transform: rotate(-25deg)
    }

    40% {
        transform: rotate(25deg)
    }

    50% {
        transform: rotate(0)
    }

    to {
        transform: rotate(0)
    }
}

@media (max-width: 768px) {
    .text-split br {
        display: none
    }
}

@media (min-width: 1800px) {
    .text-split br {
        display: none
    }
}

@media (max-width: 768px) {

    .text-split-2 br,
    .text-split-3 br {
        display: none
    }
}

figure {
    overflow-x: auto
}

.article-news span,
.article-news p {
    font-family: Montserrat, sans-serif !important;
    font-size: 15px !important
}

.article-news h1,
.article-news h2 {
    font-family: Montserrat, sans-serif !important
}

@keyframes rating {

    0%,
    40% {
        filter: brightness(1.05)contrast(1.05);
        scale: 1.1
    }
}

@keyframes dropdown {
    0% {
        opacity: 0
    }
}

@keyframes radio {
    0% {
        padding: 5px
    }

    50% {
        padding: 3px
    }
}

@keyframes toast {
    0% {
        opacity: 0;
        scale: .9
    }

    to {
        opacity: 1;
        scale: 1
    }
}

@keyframes skeleton {
    0% {
        background-position: 150%
    }

    to {
        background-position: -50%
    }
}

@keyframes progress {
    50% {
        background-position-x: -115%
    }
}

@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-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid
}

@property --tw-leading {
    syntax: "*";
    inherits: false
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false
}

@property --tw-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: 0
}

@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-backdrop-blur {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-brightness {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-contrast {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-grayscale {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-hue-rotate {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-invert {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-opacity {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-saturate {
    syntax: "*";
    inherits: false
}

@property --tw-backdrop-sepia {
    syntax: "*";
    inherits: false
}

@property --tw-duration {
    syntax: "*";
    inherits: false
}

@property --tw-text-shadow-color {
    syntax: "*";
    inherits: false
}

@property --tw-text-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}