/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */


@layer properties;

@layer theme, base, components, utilities;

@layer theme {
    :root, :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
        --color-zinc-50: oklch(98.5% 0 0);
        --color-zinc-100: oklch(96.7% 0.001 286.375);
        --color-zinc-200: oklch(92% 0.004 286.32);
        --color-zinc-300: oklch(87.1% 0.006 286.286);
        --color-zinc-400: oklch(70.5% 0.015 286.067);
        --color-zinc-500: oklch(55.2% 0.016 285.938);
        --color-zinc-600: oklch(44.2% 0.017 285.786);
        --color-zinc-700: oklch(37% 0.013 285.805);
        --color-zinc-800: oklch(27.4% 0.006 286.033);
        --color-zinc-900: oklch(21% 0.006 285.885);
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --text-xs: 0.75rem;
        --text-xs--line-height: calc(1 / 0.75);
        --text-sm: 0.875rem;
        --text-sm--line-height: calc(1.25 / 0.875);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75 / 1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2 / 1.5);
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5 / 2.25);
        --font-weight-bold: 700;
        --radius-lg: 0.5rem;
        --radius-xl: 0.75rem;
        --radius-2xl: 1rem;
        --radius-3xl: 1.5rem;
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
    }
}

@layer base {
    *, ::after, ::before, ::backdrop, ::file-selector-button {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0 solid;
    }

    html, :host {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent;
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit;
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }

    b, strong {
        font-weight: bolder;
    }

    code, kbd, samp, pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em;
    }

    small {
        font-size: 80%;
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }

    :-moz-focusring {
        outline: auto;
    }

    progress {
        vertical-align: baseline;
    }

    summary {
        display: list-item;
    }

    ol, ul, menu {
        list-style: none;
    }

    img, svg, video, canvas, audio, iframe, embed, object {
        display: block;
        vertical-align: middle;
    }

    img, video {
        max-width: 100%;
        height: auto;
    }

    button, input, select, optgroup, textarea, ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }

    ::file-selector-button {
        margin-inline-end: 4px;
    }

    ::placeholder {
        opacity: 1;
    }

    @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
        ::placeholder {
            color: currentcolor;

        @supports (color: color-mix(in lab, red, red)) {
            color:

        color-mix(in oklab, currentcolor

        50%, transparent

        );
        }
    }
}
textarea {
    resize: vertical;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-date-and-time-value {
    min-height: 1 lh;
    text-align: inherit;
}

::-webkit-datetime-edit {
    display: inline-flex;
}

::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}

::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
}

::-webkit-calendar-picker-indicator {
    line-height: 1;
}

:-moz-ui-invalid {
    box-shadow: none;
}

button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
}

}

@layer utilities {
    .absolute {
        position: absolute;
    }

    .relative {
        position: relative;
    }

    .top-0 {
        top: calc(var(--spacing) * 0);
    }

    .top-3 {
        top: calc(var(--spacing) * 3);
    }

    .top-5 {
        top: calc(var(--spacing) * 5);
    }

    .top-7 {
        top: calc(var(--spacing) * 7);
    }

    .top-8 {
        top: calc(var(--spacing) * 8);
    }

    .top-10 {
        top: calc(var(--spacing) * 10);
    }

    .top-\[1px\] {
        top: 1px;
    }

    .top-\[2px\] {
        top: 2px;
    }

    .top-\[40px\] {
        top: 40px;
    }

    .top-\[150px\] {
        top: 150px;
    }

    .right-0 {
        right: calc(var(--spacing) * 0);
    }

    .right-3 {
        right: calc(var(--spacing) * 3);
    }

    .bottom-1 {
        bottom: calc(var(--spacing) * 1);
    }

    .bottom-2 {
        bottom: calc(var(--spacing) * 2);
    }

    .bottom-3 {
        bottom: calc(var(--spacing) * 3);
    }

    .bottom-22 {
        bottom: calc(var(--spacing) * 22);
    }

    .bottom-\[36px\] {
        bottom: 36px;
    }

    .left-0 {
        left: calc(var(--spacing) * 0);
    }

    .left-4 {
        left: calc(var(--spacing) * 4);
    }

    .z-0 {
        z-index: 0;
    }

    .z-5 {
        z-index: 5;
    }

    .z-10 {
        z-index: 10;
    }

    .z-\[10\] {
        z-index: 10;
    }

    .col-1 {
        grid-column: 1;
    }

    .col-2 {
        grid-column: 2;
    }

    .col-3 {
        grid-column: 3;
    }

    .col-4 {
        grid-column: 4;
    }

    .container {
        width: 100%;

    @media (width >

    = 40 rem

    ) {
        max-width: 40rem;
    }
        @media (width >

        = 48 rem

        ) {
            max-width: 48rem;
        }
            @media (width >

            = 64 rem

            ) {
                max-width: 64rem;
            }
                @media (width >

                = 80 rem

                ) {
                    max-width: 80rem;
                }
                    @media (width >

                    = 96 rem

                    ) {
                        max-width: 96rem;
                    }
                    }

                    .mx-4 {
                        margin-inline: calc(var(--spacing) * 4);
                    }

                    .mx-5 {
                        margin-inline: calc(var(--spacing) * 5);
                    }

                    .mx-auto {
                        margin-inline: auto;
                    }

                    .my-2 {
                        margin-block: calc(var(--spacing) * 2);
                    }

                    .my-5 {
                        margin-block: calc(var(--spacing) * 5);
                    }

                    .my-6 {
                        margin-block: calc(var(--spacing) * 6);
                    }

                    .my-8 {
                        margin-block: calc(var(--spacing) * 8);
                    }

                    .my-10 {
                        margin-block: calc(var(--spacing) * 10);
                    }

                    .my-12 {
                        margin-block: calc(var(--spacing) * 12);
                    }

                    .my-14 {
                        margin-block: calc(var(--spacing) * 14);
                    }

                    .my-16 {
                        margin-block: calc(var(--spacing) * 16);
                    }

                    .my-18 {
                        margin-block: calc(var(--spacing) * 18);
                    }

                    .my-20 {
                        margin-block: calc(var(--spacing) * 20);
                    }

                    .my-60 {
                        margin-block: calc(var(--spacing) * 60);
                    }

                    .my-80 {
                        margin-block: calc(var(--spacing) * 80);
                    }

                    .mt-1 {
                        margin-top: calc(var(--spacing) * 1);
                    }

                    .mt-2 {
                        margin-top: calc(var(--spacing) * 2);
                    }

                    .mt-3 {
                        margin-top: calc(var(--spacing) * 3);
                    }

                    .mt-4 {
                        margin-top: calc(var(--spacing) * 4);
                    }

                    .mt-5 {
                        margin-top: calc(var(--spacing) * 5);
                    }

                    .mt-6 {
                        margin-top: calc(var(--spacing) * 6);
                    }

                    .mt-7 {
                        margin-top: calc(var(--spacing) * 7);
                    }

                    .mt-8 {
                        margin-top: calc(var(--spacing) * 8);
                    }

                    .mt-10 {
                        margin-top: calc(var(--spacing) * 10);
                    }

                    .mt-12 {
                        margin-top: calc(var(--spacing) * 12);
                    }

                    .mt-14 {
                        margin-top: calc(var(--spacing) * 14);
                    }

                    .mt-15 {
                        margin-top: calc(var(--spacing) * 15);
                    }

                    .mt-16 {
                        margin-top: calc(var(--spacing) * 16);
                    }

                    .mt-18 {
                        margin-top: calc(var(--spacing) * 18);
                    }

                    .mt-20 {
                        margin-top: calc(var(--spacing) * 20);
                    }

                    .mt-22 {
                        margin-top: calc(var(--spacing) * 22);
                    }

                    .mt-24 {
                        margin-top: calc(var(--spacing) * 24);
                    }

                    .mt-25 {
                        margin-top: calc(var(--spacing) * 25);
                    }

                    .mt-\[4rem\] {
                        margin-top: 4rem;
                    }

                    .mt-\[7rem\] {
                        margin-top: 7rem;
                    }

                    .mt-\[8rem\] {
                        margin-top: 8rem;
                    }

                    .mt-\[9rem\] {
                        margin-top: 9rem;
                    }

                    .mt-\[10rem\] {
                        margin-top: 10rem;
                    }

                    .mr-2 {
                        margin-right: calc(var(--spacing) * 2);
                    }

                    .mb-0 {
                        margin-bottom: calc(var(--spacing) * 0);
                    }

                    .mb-2 {
                        margin-bottom: calc(var(--spacing) * 2);
                    }

                    .mb-3 {
                        margin-bottom: calc(var(--spacing) * 3);
                    }

                    .mb-7 {
                        margin-bottom: calc(var(--spacing) * 7);
                    }

                    .mb-9 {
                        margin-bottom: calc(var(--spacing) * 9);
                    }

                    .mb-10 {
                        margin-bottom: calc(var(--spacing) * 10);
                    }

                    .mb-11 {
                        margin-bottom: calc(var(--spacing) * 11);
                    }

                    .mb-12 {
                        margin-bottom: calc(var(--spacing) * 12);
                    }

                    .mb-13 {
                        margin-bottom: calc(var(--spacing) * 13);
                    }

                    .mb-14 {
                        margin-bottom: calc(var(--spacing) * 14);
                    }

                    .mb-16 {
                        margin-bottom: calc(var(--spacing) * 16);
                    }

                    .mb-18 {
                        margin-bottom: calc(var(--spacing) * 18);
                    }

                    .mb-20 {
                        margin-bottom: calc(var(--spacing) * 20);
                    }

                    .ml-\[1rem\] {
                        margin-left: 1rem;
                    }

                    .ml-\[2rem\] {
                        margin-left: 2rem;
                    }

                    .flex {
                        display: flex;
                    }

                    .grid {
                        display: grid;
                    }

                    .hidden {
                        display: none;
                    }

                    .table {
                        display: table;
                    }

                    .h-2 {
                        height: calc(var(--spacing) * 2);
                    }

                    .h-2\.5 {
                        height: calc(var(--spacing) * 2.5);
                    }

                    .h-8 {
                        height: calc(var(--spacing) * 8);
                    }

                    .h-9 {
                        height: calc(var(--spacing) * 9);
                    }

                    .h-10 {
                        height: calc(var(--spacing) * 10);
                    }

                    .h-12 {
                        height: calc(var(--spacing) * 12);
                    }

                    .h-72 {
                        height: calc(var(--spacing) * 72);
                    }

                    .h-96 {
                        height: calc(var(--spacing) * 96);
                    }

                    .h-\[37px\] {
                        height: 37px;
                    }

                    .h-\[50px\] {
                        height: 50px;
                    }

                    .h-\[55px\] {
                        height: 55px;
                    }

                    .h-\[60px\] {
                        height: 60px;
                    }

                    .h-\[63px\] {
                        height: 63px;
                    }

                    .h-\[64px\] {
                        height: 64px;
                    }

                    .h-\[67px\] {
                        height: 67px;
                    }

                    .h-\[70px\] {
                        height: 70px;
                    }

                    .h-\[80px\] {
                        height: 80px;
                    }

                    .h-\[85px\] {
                        height: 85px;
                    }

                    .h-\[90px\] {
                        height: 90px;
                    }

                    .h-\[100px\] {
                        height: 100px;
                    }

                    .h-\[120px\] {
                        height: 120px;
                    }

                    .h-\[150px\] {
                        height: 150px;
                    }

                    .h-\[165px\] {
                        height: 165px;
                    }

                    .h-\[180px\] {
                        height: 180px;
                    }

                    .h-\[190px\] {
                        height: 190px;
                    }

                    .h-\[200px\] {
                        height: 200px;
                    }

                    .h-\[216px\] {
                        height: 216px;
                    }

                    .h-\[220px\] {
                        height: 220px;
                    }

                    .h-\[222px\] {
                        height: 222px;
                    }

                    .h-\[270px\] {
                        height: 270px;
                    }

                    .h-\[300px\] {
                        height: 300px;
                    }

                    .h-\[325px\] {
                        height: 325px;
                    }

                    .h-\[330px\] {
                        height: 330px;
                    }

                    .h-\[340px\] {
                        height: 340px;
                    }

                    .h-\[370px\] {
                        height: 370px;
                    }

                    .h-\[380px\] {
                        height: 380px;
                    }

                    .h-\[400px\] {
                        height: 400px;
                    }

                    .h-\[420px\] {
                        height: 420px;
                    }

                    .h-\[450px\] {
                        height: 450px;
                    }

                    .h-\[480px\] {
                        height: 480px;
                    }

                    .h-\[550px\] {
                        height: 550px;
                    }

                    .h-\[585px\] {
                        height: 585px;
                    }

                    .h-\[750px\] {
                        height: 750px;
                    }

                    .h-\[800px\] {
                        height: 800px;
                    }

                    .h-auto {
                        height: auto;
                    }

                    .h-full {
                        height: 100%;
                    }

                    .w-1 {
                        width: calc(var(--spacing) * 1);
                    }

                    .w-1\/6 {
                        width: calc(1 / 6 * 100%);
                    }

                    .w-2 {
                        width: calc(var(--spacing) * 2);
                    }

                    .w-2\.5 {
                        width: calc(var(--spacing) * 2.5);
                    }

                    .w-3 {
                        width: calc(var(--spacing) * 3);
                    }

                    .w-3\/4 {
                        width: calc(3 / 4 * 100%);
                    }

                    .w-8 {
                        width: calc(var(--spacing) * 8);
                    }

                    .w-10 {
                        width: calc(var(--spacing) * 10);
                    }

                    .w-12 {
                        width: calc(var(--spacing) * 12);
                    }

                    .w-44 {
                        width: calc(var(--spacing) * 44);
                    }

                    .w-\[20\%\] {
                        width: 20%;
                    }

                    .w-\[37\%\] {
                        width: 37%;
                    }

                    .w-\[40\%\] {
                        width: 40%;
                    }

                    .w-\[45\%\] {
                        width: 45%;
                    }

                    .w-\[45px\] {
                        width: 45px;
                    }

                    .w-\[46px\] {
                        width: 46px;
                    }

                    .w-\[48\%\] {
                        width: 48%;
                    }

                    .w-\[50px\] {
                        width: 50px;
                    }

                    .w-\[55\%\] {
                        width: 55%;
                    }

                    .w-\[58\%\] {
                        width: 58%;
                    }

                    .w-\[60px\] {
                        width: 60px;
                    }

                    .w-\[62\%\] {
                        width: 62%;
                    }

                    .w-\[63px\] {
                        width: 63px;
                    }

                    .w-\[70px\] {
                        width: 70px;
                    }

                    .w-\[75\%\] {
                        width: 75%;
                    }

                    .w-\[77\%\] {
                        width: 77%;
                    }

                    .w-\[78\%\] {
                        width: 78%;
                    }

                    .w-\[80\%\] {
                        width: 80%;
                    }

                    .w-\[85px\] {
                        width: 85px;
                    }

                    .w-\[86\%\] {
                        width: 86%;
                    }

                    .w-\[88\%\] {
                        width: 88%;
                    }

                    .w-\[90\%\] {
                        width: 90%;
                    }

                    .w-\[95\%\] {
                        width: 95%;
                    }

                    .w-\[100px\] {
                        width: 100px;
                    }

                    .w-\[112px\] {
                        width: 112px;
                    }

                    .w-\[140px\] {
                        width: 140px;
                    }

                    .w-\[180px\] {
                        width: 180px;
                    }

                    .w-\[190px\] {
                        width: 190px;
                    }

                    .w-\[240px\] {
                        width: 240px;
                    }

                    .w-\[290px\] {
                        width: 290px;
                    }

                    .w-\[400px\] {
                        width: 400px;
                    }

                    .w-\[500px\] {
                        width: 500px;
                    }

                    .w-auto {
                        width: auto;
                    }

                    .w-full {
                        width: 100%;
                    }

                    .flex-shrink {
                        flex-shrink: 1;
                    }

                    .flex-shrink-0 {
                        flex-shrink: 0;
                    }

                    .flex-shrink-1 {
                        flex-shrink: 1;
                    }

                    .shrink-0 {
                        flex-shrink: 0;
                    }

                    .border-collapse {
                        border-collapse: collapse;
                    }

                    .transform {
                        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
                    }

                    .cursor-pointer {
                        cursor: pointer;
                    }

                    .resize {
                        resize: both;
                    }

                    .grid-cols-2 {
                        grid-template-columns: repeat(2, minmax(0, 1fr));
                    }

                    .grid-cols-3 {
                        grid-template-columns: repeat(3, minmax(0, 1fr));
                    }

                    .grid-cols-4 {
                        grid-template-columns: repeat(4, minmax(0, 1fr));
                    }

                    .grid-cols-5 {
                        grid-template-columns: repeat(5, minmax(0, 1fr));
                    }

                    .grid-cols-10 {
                        grid-template-columns: repeat(10, minmax(0, 1fr));
                    }

                    .grid-cols-\[0\.7fr_3fr\] {
                        grid-template-columns: 0.7fr 3fr;
                    }

                    .grid-cols-\[1\.4fr_1fr_0\.7fr\] {
                        grid-template-columns: 1.4fr 1fr 0.7fr;
                    }

                    .grid-cols-\[1\.5fr_1fr\] {
                        grid-template-columns: 1.5fr 1fr;
                    }

                    .grid-cols-\[1\.07fr_1fr\] {
                        grid-template-columns: 1.07fr 1fr;
                    }

                    .grid-cols-\[1fr_1\.3fr\] {
                        grid-template-columns: 1fr 1.3fr;
                    }

                    .grid-cols-\[1fr_1\.5fr\] {
                        grid-template-columns: 1fr 1.5fr;
                    }

                    .grid-cols-\[1fr_1\.07fr\] {
                        grid-template-columns: 1fr 1.07fr;
                    }

                    .grid-cols-\[1fr_1fr_1fr_2\.2fr\] {
                        grid-template-columns: 1fr 1fr 1fr 2.2fr;
                    }

                    .grid-cols-\[1fr_305px\] {
                        grid-template-columns: 1fr 305px;
                    }

                    .grid-cols-\[2\.5fr_1fr_1fr_1fr\] {
                        grid-template-columns: 2.5fr 1fr 1fr 1fr;
                    }

                    .grid-cols-\[2fr_1fr_1fr_1fr\] {
                        grid-template-columns: 2fr 1fr 1fr 1fr;
                    }

                    .grid-cols-\[2fr_2fr_1fr_1fr_1fr\] {
                        grid-template-columns: 2fr 2fr 1fr 1fr 1fr;
                    }

                    .grid-cols-\[3fr_1fr\] {
                        grid-template-columns: 3fr 1fr;
                    }

                    .grid-cols-\[325px_1fr\] {
                        grid-template-columns: 325px 1fr;
                    }

                    .grid-cols-\[450px_1fr\] {
                        grid-template-columns: 450px 1fr;
                    }

                    .flex-col {
                        flex-direction: column;
                    }

                    .flex-wrap {
                        flex-wrap: wrap;
                    }

                    .place-items-baseline {
                        place-items: baseline;
                    }

                    .place-items-center {
                        place-items: center;
                    }

                    .place-items-start {
                        place-items: start;
                    }

                    .items-center {
                        align-items: center;
                    }

                    .items-end {
                        align-items: flex-end;
                    }

                    .items-start {
                        align-items: flex-start;
                    }

                    .justify-between {
                        justify-content: space-between;
                    }

                    .justify-center {
                        justify-content: center;
                    }

                    .justify-end {
                        justify-content: flex-end;
                    }

                    .justify-start {
                        justify-content: flex-start;
                    }

                    .gap-1 {
                        gap: calc(var(--spacing) * 1);
                    }

                    .gap-2 {
                        gap: calc(var(--spacing) * 2);
                    }

                    .gap-3 {
                        gap: calc(var(--spacing) * 3);
                    }

                    .gap-4 {
                        gap: calc(var(--spacing) * 4);
                    }

                    .gap-5 {
                        gap: calc(var(--spacing) * 5);
                    }

                    .gap-6 {
                        gap: calc(var(--spacing) * 6);
                    }

                    .gap-7 {
                        gap: calc(var(--spacing) * 7);
                    }

                    .gap-8 {
                        gap: calc(var(--spacing) * 8);
                    }

                    .gap-9 {
                        gap: calc(var(--spacing) * 9);
                    }

                    .gap-10 {
                        gap: calc(var(--spacing) * 10);
                    }

                    .gap-12 {
                        gap: calc(var(--spacing) * 12);
                    }

                    .gap-14 {
                        gap: calc(var(--spacing) * 14);
                    }

                    .gap-16 {
                        gap: calc(var(--spacing) * 16);
                    }

                    .gap-18 {
                        gap: calc(var(--spacing) * 18);
                    }

                    .gap-20 {
                        gap: calc(var(--spacing) * 20);
                    }

                    .gap-\[6px\] {
                        gap: 6px;
                    }

                    .gap-\[12px\] {
                        gap: 12px;
                    }

                    .gap-x-5 {
                        column-gap: calc(var(--spacing) * 5);
                    }

                    .gap-x-7 {
                        column-gap: calc(var(--spacing) * 7);
                    }

                    .gap-y-7 {
                        row-gap: calc(var(--spacing) * 7);
                    }

                    .gap-y-9 {
                        row-gap: calc(var(--spacing) * 9);
                    }

                    .gap-y-11 {
                        row-gap: calc(var(--spacing) * 11);
                    }

                    .overflow-hidden {
                        overflow: hidden;
                    }

                    .overflow-x-auto {
                        overflow-x: auto;
                    }

                    .overflow-x-scroll {
                        overflow-x: scroll;
                    }

                    .overflow-y-hidden {
                        overflow-y: hidden;
                    }

                    .rounded {
                        border-radius: 0.25rem;
                    }

                    .rounded-2xl {
                        border-radius: var(--radius-2xl);
                    }

                    .rounded-3xl {
                        border-radius: var(--radius-3xl);
                    }

                    .rounded-\[1rem\] {
                        border-radius: 1rem;
                    }

                    .rounded-\[9px\] {
                        border-radius: 9px;
                    }

                    .rounded-\[30px\] {
                        border-radius: 30px;
                    }

                    .rounded-\[50\%\] {
                        border-radius: 50%;
                    }

                    .rounded-\[50px\] {
                        border-radius: 50px;
                    }

                    .rounded-\[100px\] {
                        border-radius: 100px;
                    }

                    .rounded-lg {
                        border-radius: var(--radius-lg);
                    }

                    .rounded-xl {
                        border-radius: var(--radius-xl);
                    }

                    .border {
                        border-style: var(--tw-border-style);
                        border-width: 1px;
                    }

                    .border-1 {
                        border-style: var(--tw-border-style);
                        border-width: 1px;
                    }

                    .border-l-\[1px\] {
                        border-left-style: var(--tw-border-style);
                        border-left-width: 1px;
                    }

                    .border-zinc-200 {
                        border-color: var(--color-zinc-200);
                    }

                    .border-zinc-300 {
                        border-color: var(--color-zinc-300);
                    }

                    .bg-\[\#0000007A\] {
                        background-color: #0000007A;
                    }

                    .bg-\[\#0000008A\] {
                        background-color: #0000008A;
                    }

                    .bg-\[\#D1AB66\] {
                        background-color: #D1AB66;
                    }

                    .bg-\[\#F8F8F8\] {
                        background-color: #F8F8F8;
                    }

                    .bg-white {
                        background-color: var(--color-white);
                    }

                    .bg-zinc-50 {
                        background-color: var(--color-zinc-50);
                    }

                    .bg-zinc-100 {
                        background-color: var(--color-zinc-100);
                    }

                    .object-cover {
                        object-fit: cover;
                    }

                    .p-2 {
                        padding: calc(var(--spacing) * 2);
                    }

                    .p-3 {
                        padding: calc(var(--spacing) * 3);
                    }

                    .p-4 {
                        padding: calc(var(--spacing) * 4);
                    }

                    .p-5 {
                        padding: calc(var(--spacing) * 5);
                    }

                    .p-6 {
                        padding: calc(var(--spacing) * 6);
                    }

                    .p-\[6px\] {
                        padding: 6px;
                    }

                    .p-\[8px\] {
                        padding: 8px;
                    }

                    .px-2 {
                        padding-inline: calc(var(--spacing) * 2);
                    }

                    .px-3 {
                        padding-inline: calc(var(--spacing) * 3);
                    }

                    .px-4 {
                        padding-inline: calc(var(--spacing) * 4);
                    }

                    .px-5 {
                        padding-inline: calc(var(--spacing) * 5);
                    }

                    .px-6 {
                        padding-inline: calc(var(--spacing) * 6);
                    }

                    .px-8 {
                        padding-inline: calc(var(--spacing) * 8);
                    }

                    .px-\[1\.5rem\] {
                        padding-inline: 1.5rem;
                    }

                    .px-\[8px\] {
                        padding-inline: 8px;
                    }

                    .px-\[12px\] {
                        padding-inline: 12px;
                    }

                    .px-\[17px\] {
                        padding-inline: 17px;
                    }

                    .px-\[20px\] {
                        padding-inline: 20px;
                    }

                    .px-\[24px\] {
                        padding-inline: 24px;
                    }

                    .py-2 {
                        padding-block: calc(var(--spacing) * 2);
                    }

                    .py-3 {
                        padding-block: calc(var(--spacing) * 3);
                    }

                    .py-4 {
                        padding-block: calc(var(--spacing) * 4);
                    }

                    .py-5 {
                        padding-block: calc(var(--spacing) * 5);
                    }

                    .py-6 {
                        padding-block: calc(var(--spacing) * 6);
                    }

                    .py-9 {
                        padding-block: calc(var(--spacing) * 9);
                    }

                    .py-\[12px\] {
                        padding-block: 12px;
                    }

                    .pt-1 {
                        padding-top: calc(var(--spacing) * 1);
                    }

                    .pt-2 {
                        padding-top: calc(var(--spacing) * 2);
                    }

                    .pt-3 {
                        padding-top: calc(var(--spacing) * 3);
                    }

                    .pt-4 {
                        padding-top: calc(var(--spacing) * 4);
                    }

                    .pt-5 {
                        padding-top: calc(var(--spacing) * 5);
                    }

                    .pt-6 {
                        padding-top: calc(var(--spacing) * 6);
                    }

                    .pt-8 {
                        padding-top: calc(var(--spacing) * 8);
                    }

                    .pt-12 {
                        padding-top: calc(var(--spacing) * 12);
                    }

                    .pt-30 {
                        padding-top: calc(var(--spacing) * 30);
                    }

                    .pt-\[12rem\] {
                        padding-top: 12rem;
                    }

                    .pr-2 {
                        padding-right: calc(var(--spacing) * 2);
                    }

                    .pr-4 {
                        padding-right: calc(var(--spacing) * 4);
                    }

                    .pr-5 {
                        padding-right: calc(var(--spacing) * 5);
                    }

                    .pr-\[2px\] {
                        padding-right: 2px;
                    }

                    .pb-4 {
                        padding-bottom: calc(var(--spacing) * 4);
                    }

                    .pb-5 {
                        padding-bottom: calc(var(--spacing) * 5);
                    }

                    .pb-6 {
                        padding-bottom: calc(var(--spacing) * 6);
                    }

                    .pb-8 {
                        padding-bottom: calc(var(--spacing) * 8);
                    }

                    .pb-30 {
                        padding-bottom: calc(var(--spacing) * 30);
                    }

                    .pl-1 {
                        padding-left: calc(var(--spacing) * 1);
                    }

                    .text-center {
                        text-align: center;
                    }

                    .text-justify {
                        text-align: justify;
                    }

                    .text-2xl {
                        font-size: var(--text-2xl);
                        line-height: var(--tw-leading, var(--text-2xl--line-height));
                    }

                    .text-4xl {
                        font-size: var(--text-4xl);
                        line-height: var(--tw-leading, var(--text-4xl--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-\[15px\] {
                        font-size: 15px;
                    }

                    .text-\[17px\] {
                        font-size: 17px;
                    }

                    .text-\[23px\] {
                        font-size: 23px;
                    }

                    .text-\[35px\] {
                        font-size: 35px;
                    }

                    .leading-5 {
                        --tw-leading: calc(var(--spacing) * 5);
                        line-height: calc(var(--spacing) * 5);
                    }

                    .leading-6 {
                        --tw-leading: calc(var(--spacing) * 6);
                        line-height: calc(var(--spacing) * 6);
                    }

                    .leading-\[16px\] {
                        --tw-leading: 16px;
                        line-height: 16px;
                    }

                    .leading-\[21px\] {
                        --tw-leading: 21px;
                        line-height: 21px;
                    }

                    .leading-\[25px\] {
                        --tw-leading: 25px;
                        line-height: 25px;
                    }

                    .font-bold {
                        --tw-font-weight: var(--font-weight-bold);
                        font-weight: var(--font-weight-bold);
                    }

                    .text-\[\#745A2A\] {
                        color: #745A2A;
                    }

                    .text-\[\#171717\] {
                        color: #171717;
                    }

                    .text-\[\#202020\] {
                        color: #202020;
                    }

                    .text-\[\#747474\] {
                        color: #747474;
                    }

                    .text-\[\#776440\] {
                        color: #776440;
                    }

                    .text-\[\#D1AB66\] {
                        color: #D1AB66;
                    }

                    .text-black {
                        color: var(--color-black);
                    }

                    .text-white {
                        color: var(--color-white);
                    }

                    .text-zinc-200 {
                        color: var(--color-zinc-200);
                    }

                    .text-zinc-300 {
                        color: var(--color-zinc-300);
                    }

                    .text-zinc-400 {
                        color: var(--color-zinc-400);
                    }

                    .text-zinc-500 {
                        color: var(--color-zinc-500);
                    }

                    .text-zinc-600 {
                        color: var(--color-zinc-600);
                    }

                    .text-zinc-700 {
                        color: var(--color-zinc-700);
                    }

                    .text-zinc-800 {
                        color: var(--color-zinc-800);
                    }

                    .text-zinc-900 {
                        color: var(--color-zinc-900);
                    }

                    .underline {
                        text-decoration-line: underline;
                    }

                    .outline {
                        outline-style: var(--tw-outline-style);
                        outline-width: 1px;
                    }

                    .filter {
                        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
                    }

                    .transition {
                        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
                        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
                        transition-duration: var(--tw-duration, var(--default-transition-duration));
                    }

                    .transition-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));
                    }

                    .hover\:scale-\[1\.3\] {

                &:hover {

                    @media (hover: hover) {
                        scale:

                    1.3;
                    }
                }
            }

            .hover\:bg-\[\#F6F0E6\] {

        &:hover {

            @media (hover: hover) {
                background-color: #F6F0E6

            ;
            }
        }
    }

    .hover\:bg-zinc-300 {

&:hover {

    @media (hover: hover) {
        background-color:

    var(--color-zinc-300

    );
    }
}
}

.hover\:pr-2 {

&
:hover {

@media (hover: hover) {
    padding-right:

calc(var(--spacing

) *

2);
}

}
}

.hover\:grayscale {

&
:hover {

@media (hover: hover) {
    --tw-grayscale:

grayscale(100%);
    filter:

var(--tw-blur,

) var(--tw-brightness,

) var(--tw-contrast,

) var(--tw-grayscale,

) var(--tw-hue-rotate,

) var(--tw-invert,

) var(--tw-saturate,

) var(--tw-sepia,

) var(--tw-drop-shadow,

);
}

}
}

.max-lg\:w-\[90\%\] {

@media (width < 64rem

) {
    width: 90%;
}
}

}
:root {
    --primary: #1a8be3;
    --primary-50: #e3f2fd;
    --primary-100: #bbdffa;
    --primary-200: #91ccf8;
    --primary-300: #65b7f4;
    --primary-400: #43a8f3;
    --primary-500: #1f99f1;
    --primary-600: #1a8be3;
    --primary-700: #1279d1;
    --primary-800: #0c68bf;
    --primary-900: #004ba0;
    --primary-950: #033F82;
    --secondary: #FFFEFB;
    --secondary-50: #FFFEFB;
    --secondary-100: #FFFBF3;
    --secondary-200: #FFF8E8;
    --secondary-300: #FFF5E0;
    --secondary-400: #FFF0D3;
    --secondary-500: #FFE9BE;
    --secondary-600: #FCDEA4;
    --secondary-700: #EFCE8F;
    --secondary-800: #DDB974;
    --secondary-900: #CFAA65;
    --secondary-950: #BB9754;
    --color-1: #4D3407;
    --color-2: #FAF7F3;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

/*
  ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
  */

/*
  1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  */

*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    border-width: 0;
    /* 2 */
    border-style: solid;
    /* 2 */
    border-color: #e5e7eb;
    /* 2 */
}

::before,
::after {
    --tw-content: '';
}

/*
  1. Use a consistent sensible line-height in all browsers.
  2. Prevent adjustments of font size after orientation changes in iOS.
  3. Use a more readable tab size.
  4. Use the user's configured `sans` font-family by default.
  5. Use the user's configured `sans` font-feature-settings by default.
  6. Use the user's configured `sans` font-variation-settings by default.
  7. Disable tap highlights on iOS
  */

html,
:host {
    line-height: 1.5;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -moz-tab-size: 4;
    /* 3 */
    -o-tab-size: 4;
    tab-size: 4;
    /* 3 */
    font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
  1. Remove the margin in all browsers.
  2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  */

body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}

/*
  1. Add the correct height in Firefox.
  2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  3. Ensure horizontal rules are visible by default.
  */

hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}

/*
  Add the correct text decoration in Chrome, Edge, and Safari.
  */

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

/*
  Remove the default font size and weight for headings.
  */

/*
  Reset links to optimize for opt-in styling instead of opt-out.
  */

a {
    color: inherit;
    text-decoration: inherit;
}

/*
  Add the correct font weight in Edge and Safari.
  */

b,
strong {
    font-weight: bolder;
}

/*
  1. Use the user's configured `mono` font-family by default.
  2. Use the user's configured `mono` font-feature-settings by default.
  3. Use the user's configured `mono` font-variation-settings by default.
  4. Correct the odd `em` font sizing in all browsers.
  */

code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
  Add the correct font size in all browsers.
  */

small {
    font-size: 80%;
}

/*
  Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/*
  1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  3. Remove gaps between table borders by default.
  */

table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    /* border-collapse: collapse; */
    /* 3 */
}

/*
  1. Change the font styles in all browsers.
  2. Remove the margin in Firefox and Safari.
  3. Remove default padding in all browsers.
  */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: inherit;
    /* 1 */
    color: inherit;
    /* 1 */
    margin: 0;
    /* 2 */
    padding: 0;
    /* 3 */
}

/*
  Remove the inheritance of text transform in Edge and Firefox.
  */

button,
select {
    text-transform: none;
}

/*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Remove default button styles.
  */

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    /* 1 */
    background-color: transparent;
    /* 2 */
    background-image: none;
    /* 2 */
}

/*
  Use the modern Firefox focus style for all focusable elements.
  */

:-moz-focusring {
    outline: auto;
}

/*
  Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  */

:-moz-ui-invalid {
    box-shadow: none;
}

/*
  Add the correct vertical alignment in Chrome and Firefox.
  */

progress {
    vertical-align: baseline;
}

/*
  Correct the cursor style of increment and decrement buttons in Safari.
  */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/*
  1. Correct the odd appearance in Chrome and Safari.
  2. Correct the outline style in Safari.
  */

[type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/*
  Remove the inner padding in Chrome and Safari on macOS.
  */

::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
  1. Correct the inability to style clickable types in iOS and Safari.
  2. Change font properties to `inherit` in Safari.
  */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/*
  Add the correct display in Chrome and Safari.
  */

summary {
    display: list-item;
}

/*
  Removes the default spacing and border for appropriate elements.
  */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

legend {
    padding: 0;
}

ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
  Reset default styling for dialogs.
  */

dialog {
    padding: 0;
}

/*
  Prevent resizing textareas horizontally by default.
  */

textarea {
    resize: vertical;
}

/*
  1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  2. Set the default placeholder color to the user's configured gray 400 color.
  */

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    /* 1 */
    color: #9ca3af;
    /* 2 */
}

/*
  Set the default cursor for buttons.
  */

button,
[role='button'] {
    cursor: pointer;
}

/*
  Make sure disabled buttons don't get the pointer cursor.
  */

:disabled {
    cursor: default;
}

/*
  1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
     This can trigger a poorly considered lint error in some tools but is included by design.
  */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
    display: block;
    /* 1 */
    vertical-align: middle;
    /* 2 */
}

/*
  Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  */

img,
video {
    max-width: 100%;
    height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden='until-found'])) {
    display: none;
}

body {
    font-family: 'DanaFaNum';
    overflow-wrap: break-word;
    overflow-x: hidden;
}

.gradient-border {
    position: relative;
    z-index: 0;
    border-radius: 0.375rem;
    overflow: hidden;
}

.gradient-border::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 0.75px;
    border-radius: inherit;
    background: linear-gradient(
            248.18deg,
            var(--tw-gradient-from) 1.36%,
            var(--tw-gradient-to) 98.64%
    );
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    pointer-events: none;
}

.c-container {
    margin-inline: auto;
    max-width: 1280px;
}

.danaBold {
    font-weight: 700;
}

.danaRegular {
    font-weight: 400;
}

.pointer-events-none {
    pointer-events: none;
}

.pointer-events-auto {
    pointer-events: auto;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.-bottom-1 {
    bottom: -0.25rem;
}

.-bottom-2 {
    bottom: -0.5rem;
}

.-bottom-px {
    bottom: -1px;
}

.-left-px {
    left: -1px;
}

.-top-px {
    top: -1px;
}

.bottom-0\.5 {
    bottom: 0.125rem;
}

.bottom-12 {
    bottom: 3rem;
}

.left-0 {
    left: 0px;
}

.left-6 {
    left: 1.5rem;
}

.right-0 {
    right: 0px;
}

.right-1 {
    right: 0.25rem;
}

.right-2 {
    right: 0.5rem;
}

.right-\[218px\] {
    right: 218px;
}

.right-full {
    right: 100%;
}

.top-0 {
    top: 0px;
}

.top-1 {
    top: 0.25rem;
}

.top-12 {
    top: 3rem;
}

.top-16 {
    top: 4rem;
}

.-z-10 {
    z-index: -10;
}

.z-10 {
    z-index: 10;
}

.z-20 {
    z-index: 20;
}

.z-30 {
    z-index: 30;
}

.z-40 {
    z-index: 40;
}

.z-50 {
    z-index: 50;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.-mt-44 {
    margin-top: -11rem;
}

.-mt-56 {
    margin-top: -14rem;
}

.mb-14 {
    margin-bottom: 3.5rem;
}

.mb-16 {
    margin-bottom: 4rem /* 64px */;
}

.mb-20 {
    margin-bottom: 5rem /* 80px */;
}

.mb-24 {
    margin-bottom: 6rem /* 96px */;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-14 {
    margin-top: 3.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-20 {
    margin-top: 5rem;
}

.mt-40 {
    margin-top: 10rem /* 160px */;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-9 {
    margin-top: 2.25rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-0\.5 {
    height: 0.125rem;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.h-48 {
    height: 12rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-px {
    height: 1px;
}

.max-h-0 {
    max-height: 0px;
}

.max-h-72 {
    max-height: 18rem;
}

.max-h-96 {
    max-height: 24rem;
}

.min-h-96 {
    min-height: 24rem;
}

.w-0 {
    width: 0px;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-20 {
    width: 5rem;
}

.w-32 {
    width: 8rem;
}

.w-48 {
    width: 12rem;
}

.w-56 {
    width: 14rem;
}

.w-6 {
    width: 1.5rem;
}

.w-64 {
    width: 16rem;
}

.w-8 {
    width: 2rem;
}

.w-\[90\%\] {
    width: 90%;
}

.w-full {
    width: 100%;
}

.\!w-28 {
    width: 7rem !important;
}

.\!w-32 {
    width: 8rem !important;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.translate-x-\[1024px\] {
    --tw-translate-x: 1024px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2 {
    --tw-translate-y: 0.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-full {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.resize {
    resize: both;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.items-stretch {
    align-items: stretch;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.gap-0\.5 {
    gap: 0.125rem;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-7 {
    gap: 1.75rem;
}

.gap-9 {
    gap: 2.25rem;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 1;
}

.divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(244 244 245 / var(--tw-divide-opacity, 1));
}

.divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1));
}

.justify-self-start {
    justify-self: start;
}

.justify-self-end {
    justify-self: end;
}

.justify-self-center {
    justify-self: center;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-y-auto {
    overflow-y: auto;
}

.hyphens-auto {
    -webkit-hyphens: auto;
    hyphens: auto;
}

.object-contain {
    object-fit: contain;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-md {
    border-radius: 0.375rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-4 {
    border-width: 4px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-b-2 {
    border-bottom-width: 2px;
}

.border-solid {
    border-style: solid;
}

.border-dashed {
    border-style: dashed;
}

.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-primary-100 {
    border-color: var(--primary-100);
}

.border-primary-600 {
    border-color: var(--primary-600);
}

.border-zinc-300 {
    --tw-border-opacity: 1;
    border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.border-zinc-400 {
    --tw-border-opacity: 1;
    border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.bg-client {
    background-color: var(--client-color);
}

.bg-secondary {
    background-color: var(--secondary);
}

.bg-primary {
    background-color: var(--primary);
}

.bg-primary-50 {
    background-color: var(--primary-50);
}

.bg-primary-600 {
    background-color: var(--primary-600);
}

.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
}

.bg-zinc-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.from-gray-200 {
    --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600 {
    --tw-gradient-from: var(--primary-600) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.p-1 {
    padding: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.p-6 {
    padding: 1.5rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pr-0 {
    padding-right: 0px;
}

.pr-12 {
    padding-right: 3rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-bold {
    font-weight: 700;
}

.font-medium {
    font-weight: 500;
}

.font-semibold {
    font-weight: 600;
}

.leading-5 {
    line-height: 1.25rem;
}

.text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-primary {
    color: var(--primary);
}

.text-primary-600 {
    color: var(--primary-600);
}

.text-secondary {
    color: var(--secondary);
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-zinc-500 {
    --tw-text-opacity: 1;
    color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-800 {
    --tw-text-opacity: 1;
    color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.text-zinc-900 {
    --tw-text-opacity: 1;
    color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-700::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-700::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.opacity-0 {
    opacity: 0;
}

.opacity-100 {
    opacity: 1;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    -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 {
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.duration-\[30ms\] {
    transition-duration: 30ms;
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.dynamic-bg {
    background-image: var(--bg);
}

@font-face {
    font-display: swap;

    font-family: 'DanaFaNum';

    font-style: normal;

    font-weight: 400;

    src: url('../_fonts/DanaFaNum-Regular.woff') format('woff');
}

@font-face {
    font-display: swap;

    font-family: 'DanaFaNum';

    font-style: normal;

    font-weight: 500;

    src: url('../_fonts/DanaFaNum-Medium.woff') format('woff');
}

@font-face {
    font-display: swap;

    font-family: 'DanaFaNum';

    font-style: normal;

    font-weight: 700;

    src: url('../_fonts/DanaFaNum-Bold.woff') format('woff');
}

.h1-tag {
    position: absolute;
    width: 1px;
    padding: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
    border-width: 0;
    clip: rect(0, 0, 0, 0);
}

.direction-ltr {
    direction: ltr;
    unicode-bidi: embed;
}

.line-clamp-23 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 23;
}

.line-clamp-9 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 23;
}

.line-clamp-15 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 15;
}

.mask-image {
    background-color: #f4f4f5;
    -webkit-mask-image: url(../PrimeTemplate_A/images/mask-svg.svg);
    mask-image: url(../PrimeTemplate_A/images/mask-svg.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
}

.mask-image-mobile::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #f4f4f5;
    pointer-events: none;
    z-index: 0;
    -webkit-mask: url(../PrimeTemplate_A/images/mask-svg-mobile.svg) no-repeat top center / 100% 100%;
    mask: url(../PrimeTemplate_A/images/mask-svg-mobile.svg) no-repeat top center / 100% 100%;
    -webkit-mask-mode: luminance;
    mask-mode: luminance;
}

.gradient-border-thick::before {
    padding: 2px;
}

.tabs-container::-webkit-scrollbar {
    height: 2px;
}

.border-dashed-zinc {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.border-dashed-zinc::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(90deg, #ffffff 0%, #e1e1e1 100%);
    -webkit-mask: repeating-linear-gradient(
            90deg,
            #000 0 4px,
            transparent 4px 8px
    ),
    repeating-linear-gradient(0deg, #000 0 4px, transparent 4px 8px),
    linear-gradient(#000 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    pointer-events: none;
    z-index: -1;
}

.border-dashed-zinc::after {
    content: '';
    position: absolute;
    inset: 0.75px;
    border-radius: inherit;
    background-color: white;
}

.faq-border::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background: #d4d4d8;
    border-radius: 9999px;
}

.faq-border.active::after {
    background: var(--primary-600);
}

.submenu-scroll {
    direction: ltr;
}

.submenu-scroll > li,
.submenu-scroll > * {
    direction: rtl;
    unicode-bidi: isolate;
    text-align: right;
}

.submenu-scroll::-webkit-scrollbar {
    width: 6px;
}

.submenu-scroll::-webkit-scrollbar-track {
    background: #ffffff00;
    border-radius: 3px;
}

.submenu-scroll::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, var(--primary-100), var(--primary-900));
    border-radius: 3px;
}

.submenu-scroll::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
            180deg,
            var(--secondary-100),
            var(--secondary-900)
    );
}

.phone-number a:not(:last-child)::after {
    content: '-';
    margin-left: 4px;
    margin-right: 4px;
}

.hover\:-translate-y-px:hover {
    --tw-translate-y: -1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-105:hover {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-90:hover {
    --tw-scale-x: 0.9;
    --tw-scale-y: 0.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-primary-600:hover {
    border-color: var(--primary-600);
}

.hover\:border-secondary-600:hover {
    border-color: var(--secondary-600);
}

.hover\:bg-primary-600:hover {
    background-color: var(--primary-600);
}

.hover\:bg-red-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gradient-to-r:hover {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hover\:from-primary-900:hover {
    --tw-gradient-from: var(--primary-900) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-primary-400:hover {
    --tw-gradient-to: var(--primary-400) var(--tw-gradient-to-position);
}

.hover\:text-primary-600:hover {
    color: var(--primary-600);
}

.hover\:text-primary-900:hover {
    color: var(--primary-900);
}

.hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),
    0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-red-500:focus {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.group\/levelthree:hover .group-hover\/levelthree\:visible {
    visibility: visible;
}

.group\/leveltwo:hover .group-hover\/leveltwo\:visible {
    visibility: visible;
}

.group:hover .group-hover\:visible {
    visibility: visible;
}

.group:hover .group-hover\:bottom-0 {
    bottom: 0px;
}

.group:hover .group-hover\:w-full {
    width: 100%;
}

.group\/levelthree:hover .group-hover\/levelthree\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/leveltwo:hover .group-hover\/leveltwo\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/levelfour:hover .group-hover\/levelfour\:rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/levelthree:hover .group-hover\/levelthree\:rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/leveltwo:hover .group-hover\/leveltwo\:rotate-90 {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/levelfour:hover .group-hover\/levelfour\:fill-white {
    fill: #fff;
}

.group\/levelthree:hover .group-hover\/levelthree\:fill-white {
    fill: #fff;
}

.group\/leveltwo:hover .group-hover\/leveltwo\:fill-white {
    fill: #fff;
}

.group:hover .group-hover\:fill-primary-600 {
    fill: var(--primary-600);
}

.group:hover .group-hover\:fill-primary-900 {
    fill: var(--primary-900);
}

.group:hover .group-hover\:fill-secondary-600 {
    fill: var(--secondary-600);
}

.group\/levelfour:hover .group-hover\/levelfour\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/levelthree:hover .group-hover\/levelthree\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/leveltwo:hover .group-hover\/leveltwo\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary-500 {
    color: var(--primary-500);
}

.group:hover .group-hover\:text-primary-600 {
    color: var(--primary-600);
}

.group\/levelthree:hover .group-hover\/levelthree\:opacity-100 {
    opacity: 1;
}

.group\/leveltwo:hover .group-hover\/leveltwo\:opacity-100 {
    opacity: 1;
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.peer:checked ~ .peer-checked\:border-primary-600 {
    border-color: var(--primary-600);
}

.peer:checked ~ .peer-checked\:bg-primary-600 {
    background-color: var(--primary-600);
}

@media not all and (min-width: 1280px) {
    .max-xl\:w-\[97\%\] {
        width: 97%;
    }

    .max-xl\:gap-1 {
        gap: 0.25rem /* 4px */;
    }

    .max-xl\:justify-center {
        justify-content: center;
    }

    .max-xl\:flex-wrap {
        flex-wrap: wrap;
    }

    .max-xl\:mr-2 {
        margin-right: 0.5rem /* 8px */;
    }

    .max-xl\:min-h-\[450px\] {
        min-height: 450px;
    }
}


/*style*/
@font-face {
    font-display: swap;
    font-family: "flaticon";
    src: url("../fonts/fontFlaticon.ttf") format("truetype"),
    url("../fonts/fontFlaticon.woff") format("woff"),
    url("../fonts/fontFlaticon.eot#iefix") format("embedded-opentype"),
    url("../fonts/fontFlaticon.svg#flaticon") format("svg");
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
    font-family: flaticon !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header-resize.is-sticky {
    transition: unset;
    position: fixed !important;
    top: 0;
    padding: 0 !important;
    box-shadow: 2px 3px 4.7px 0.3px rgba(49, 45, 101, 0.24);
    z-index: 999;
    background: #fff;
}

.dir-ltr {
    direction: ltr;
}

.hidden-h1 h1 {
    opacity: 0;
    height: 0;
}

#header-resize {
    width: 100%;
    height: auto;
    margin: 0 auto;
    float: right;
    direction: rtl;
}

.header-bottom {
    padding: 10px 0;
    background: white;
}

.inner-resize {
    width: 1200px;
    margin: 0 auto;
    clear: both;
    height: auto;
}

.flaticon-phone-call:before {
    content: "\f136";
}

.header-call {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
}

.header-call a {
    color: #4b5259;
    font-weight: bold;
}

.header-call a i {
    font-weight: normal;
    font-size: 15px;
    color: #000;
    vertical-align: middle;
}

.header-call a:hover {
    color: #ff4800;
}

.search-content {
    float: left;
    width: 20%;
}

.search-content .search-content-item {
    float: right;
    width: 78%;
    margin-left: 2%;
}

.search-content .search-content-item .search_input {
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    padding-right: 10px;
    border: 1px solid rgba(65, 62, 62, 0.1);
}

.search-content .search_subumit {
    width: 20%;
    background: #ff4800;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(65, 62, 62, 0.1);
    border: 1px solid #ff4800;
}

.fa-search::before {
    content: "\f002";
    font-family: "fontawesome";
}

.search-content .search_subumit:hover {
    background: #fff;
    color: #ff4800;
}

.second-part-header .col1-second-part-header a::before,
.second-part-header .col1-second-part-header a::after,
.second-part-header .col1-second-part-header a span {
    background-color: #ff4800;
}

.header-top {
    line-height: 35px;
    margin-bottom: 10px;
    background: #ff4800;
    color: #fff;
    display: none;
}

.first-part-header .width_50 {
    margin-top: 15px;
    padding-right: 20px;
}

.section-menu .nav-bar > li {
    padding-left: 2em;
    position: relative;
    line-height: 75px;
    float: right;
}

.section-menu .nav-bar > li.inactive-menu::before {
    width: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.section-menu .nav-bar > li a,
.section-menu .nav-bar > li span {
    transition: unset;
    color: #4b5259;
    font-size: 14px;
}

.header .nav-bar > li > .sub-menu {
    background: #fbfbfb;
    width: 250px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    border-radius: 7px;
    top: 110%;
    right: 0;
    visibility: hidden;
    z-index: 9999;
    min-width: 250px;
}

.header .nav-bar > li:hover > .sub-menu,
.header .nav-bar > li.has-mega-menu:hover > .magaMenu-resize {
    visibility: visible;
}

.header .nav-bar > li > .sub-menu li {
    position: relative;
}

.header .menu-item-has-children::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: transparent;
    border-top-color: transparent;
    border-top-color: #838383;
    left: 25px;
    top: 37px;
    -webkit-transition: border-top-color 0.2s ease-in-out;
    transition: border-top-color 0.2s ease-in-out;
}

.header .menu-item-has-children .mega-tlt::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: transparent;
    border-top-color: transparent;
    border-top-color: #838383;
    left: -10px;
    top: 37px;
    -webkit-transition: border-top-color 0.2s ease-in-out;
    transition: border-top-color 0.2s ease-in-out;
}

.header .menu-item-has-children.has-mega-menu::after {
    content: unset;
}

.header .nav-bar > li > .sub-menu li > a {
    color: #454545;
    display: block;
    font-size: 13px;
    font-weight: 400;
    line-height: 28px;
    padding: 0 15px;
    text-align: right;
}

.header .nav-bar > li > .sub-menu .sub-menu li a {
    padding: 5px 20px;
}

.header .sub-menu .icon-arrow:before {
    content: "\f0d9";
    display: inline-block;
    font-family: "fontawesome";
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: 100%;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: inherit;
    text-rendering: auto;
    transform: translate(0, 0);
}

.header .nav-bar > li > .sub-menu li {
    padding: 0;
    transition: padding 0.3s linear 0;
    -webkit-transition: padding 0.3s linear 0;
}

.header .nav-bar > li:hover > .sub-menu > li {
    padding: 3px 0;
}

.header .nav-bar > li > .sub-menu li .sub-menu {
    border-radius: 5px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 80%;
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear, left 0.3s linear;
    transition: opacity 0.3s linear, left 0.3s linear;
    z-index: 0;
}

.header .nav-bar > li > .sub-menu li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    right: 100%;
    z-index: 10;
    background: #fbfbfb;
    width: 250px;
}

.section-menu .nav-bar .fa-angle-down {
    color: #b9b9b9;
    vertical-align: sub;
    padding-right: 5px;
}

*.header .nav-bar > li > .sub-menu li > a:hover,
.section-menu .nav-bar > li:not(:first-child) a:hover {
    color: #ff4800;
}

.section-menu .nav-bar > li.has-mega-menu {
    position: unset;
}

.magaMenu-resize {
    width: 98%;
    height: auto;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 999;
    top: 70px;
    margin: 0 auto;
    background: #fff;
    direction: rtl;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(65, 62, 62, 0.1);
    border-radius: 10px;
    padding: 10px;
    visibility: hidden;
}

.mega-menu-inner {
    max-height: 300px;
    width: 100%;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #bdbdbd #fff;
}

li.firstCountry {
    padding: 7px;
    box-sizing: border-box;
    width: 25%;
    float: right;
    padding-top: 3px;
    border-radius: 3px;
    line-height: 32px;
    margin-bottom: 20px;
}

li.firstCountry:hover {
    background: #f3f8f9;
}

li.firstCountry .title {
    font-weight: 400;
    margin-bottom: 10px;
    background: #f3f8f9;
    border-radius: 3px;
    padding: 5px 7px;
    display: block;
}

li.firstCountry .title span::before {
    content: "\f1bb";
    font-family: "fontawesome";
    color: #0077db;
    font-weight: normal;
    font-size: 14px;
    margin-left: 7px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #e5edef;
    border-radius: 3px;
    vertical-align: middle;
    display: inherit;
    line-height: 30px;
}

li.firstCountry .title span a {
    color: #000;
    font-size: 15px !important;
}

li.firstCountry ul {
    height: 210px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #bdbdbd #fff;
}

li.firstCountry ul li a {
    width: 100%;
    padding: 0 7px;
    border-radius: 3px;
}

li.firstCountry ul li a:hover {
    background: #e5edef;
}

.magaMenu-resize,
.mega-menu-inner,
.magaMenu-resize div,
.magaMenu-resize a,
.magaMenu-resize span,
.magaMenu-resize ul,
.magaMenu-resize li {
    -webkit-transition: unset !important;
    -moz-transition: unset !important;
    -ms-transition: unset !important;
    -o-transition: unset !important;
    transition: unset !important;
}

.section-menu .nav-bar > li .magaMenu-resize ul li a {
    font-size: 13px;
}

.fa-arrow-circle-o-left {
    font-family: "fontawesome";
    font-size: 10px !important;
    color: #ff4800 !important;
    line-height: 10px;
    text-align: right;
    margin-left: 5px;
}

.fa-arrow-circle-o-left::before {
    content: "\f060 ";
}

#header-resize .first-part-header .float-right a.color_2 {
    color: #ff4800;
}

#header-resize .logo-contain {
    margin-left: 15px;
}

#header-resize img.logo {
    vertical-align: middle;
}

.nav-bar {
    margin-top: 0;
}

.support-link i {
    font-size: 23px;
    vertical-align: middle;
}

.icon-container {
    padding: 0 0.2em;
}

.Login_Information {
    display: inline-block;
    background: unset;
    color: #383838 !important;
    margin-top: 0;
    padding: 0;
    background-color: unset !important;
}

.Login_Information:hover {
    box-shadow: unset;
}

.btnstyle {
    border: unset;
    font-weight: bold;
    padding: 0;
    border-radius: 0;
    color: #4b5259;
    font-size: 12px;
    cursor: pointer;
}

.Login_Information .btnstyle::after {
    display: none;
}

.col3-style {
    direction: rtl;
    text-align: right;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding-right: 0 !important;
    font-weight: bold;
    position: relative;
}

.fa-times::before {
    content: "\f00d";
}

.fa-user::before {
    content: "\f007";
}

.fa-lock::before {
    content: "\f023";
}

.fa-hand-point-left::before {
    content: "\f0a5";
}

#Login_box .shine-hover {
    color: #fff;
    background-color: #ff4800;
    border: 1px solid #ff4800;
}

#Login_box .shine-hover:hover {
    background-color: #ff4800;
}

.login_info i {
    color: #ff4800 !important;
}

.login-link {
    border: 1px solid #ff4800;
}

.login-link:hover {
    background-color: #ff4800;
    color: #fff !important;
}

.login-btn {
    background-color: #ff4800;
}

.login-title i {
    color: #ff4800;
}

.login-btn:hover {
    background-color: #ff4800;
}

.bottom-content .action-loading {
    background-color: #ff4800;
}

.Panel-Dashboard_link {
    color: white;
}

.information-user span {
    margin: 0 3px !important;
}

.Logout_link {
    color: white;
}

.fa-times::before {
    content: "\f00d";
}

.Logout_link::before,
.Panel-Dashboard_link::before {
    content: unset;
}

.fa-sync::before {
    content: "\f021";
}

.infoUser,
.info-section,
.Panel-Dashboard_link,
.Logout_link {
    display: inline-block;
    font-size: 11px;
}

.Panel-Dashboard_link {
    color: green;
}

.information-user::before {
    content: "\f2bd";
    font-family: "fontawesome";
    margin: 0 0.2em;
    font-size: 15px;
    vertical-align: middle;
}

.information-user span {
    margin: 0 1px !important;
}

.Logout_link {
    color: red;
}

.Panel-Dashboard_link::before,
.Logout_link::before {
    content: "|";
    color: #525252;
}

.email-item-container {
    max-height: 100px;
    overflow: auto;
    text-align: right;
}

.email-item-container .inner-input label {
    color: #444449;
    margin-right: 0 !important;
}

.email-item-container .inner-input label span {
    padding-right: 1.5em;
}

.email-item-container .inner-input span::before,
.email-item-container .inner-input span::after,
.email-item-container .radioButton {
    right: 0 !important;
}

.inner-input span::after {
    content: "\f111";
    font-family: "FontAwesome";
    right: 20px;
    top: 0;
    color: transparent;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    font-size: 6px;
}

.inner-input span::before,
.inner-input span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.inner-input span::before {
    right: 20px;
    width: 10px;
    height: 10px;
    border: 3px solid #ccc;
    transition: border-color 0.2s;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    -ms-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    border-radius: 50%;
}

.inner-input span::after {
    content: "\f111";
    font-family: "FontAwesome";
    right: 20px;
    top: 0;
    color: transparent;
    transition: color 0.2s;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -o-transition: color 0.2s;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    font-size: 6px;
}

.section-input {
    margin: 10px 0;
}

.radioButton {
    width: 10px !important;
    height: 10px !important;
    top: 3px;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    right: 20px;
}

.section-input label {
    margin-right: 20px;
}

.radioButton:checked + label span {
    color: #2e2813;
}

.section-input span::before {
    right: 20px;
    width: 10px;
    height: 10px;
    border: 2px solid #827979;
    transition: border-color 0.2s;
    border-radius: 50%;
}

.section-input span::before,
.section-input span::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 0;
}

.radioButton:checked + label span::before {
    border: 0;
}

.section-input span::after {
    content: "\f111";
    font-family: "FontAwesome";
    right: 20px;
    top: 3px;
    color: transparent;
    transition: color 0.2s;
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    border-radius: 50%;
    font-size: 6px;
}

.Wrapper-logininfo-def .form-title {
    text-align: center;
    color: #fff !important;
}

.Wrapper-logininfo-def .timing {
    color: #fff !important;
    margin: 1em auto;
}

.form-title {
    text-align: center;
    color: #444449;
    direction: rtl;
}

.timing {
    color: #444449;
    margin: 1em auto;
}

#time-text {
    color: red;
}

.new-user {
    color: green;
    font-size: 12px;
}

.login_info input:disabled {
    cursor: not-allowed;
}

.login_info.result-container {
    height: 40px;
    border-radius: 5px;
    margin: 15px auto !important;
    background: #fff;
}

.not-allowedLogin {
    background: #606060 !important;
    cursor: not-allowed !important;
    color: #fff !important;
}

.not-login {
    cursor: pointer;
}

.section-login input {
    width: 100%;
    border-radius: 5px;
    height: 38px;
    padding: 0 10px;
    box-sizing: border-box;
    background: #ff4800;
    border: unset;
}

.section-login {
    padding: 0 !important;
    margin: 15px auto !important;
    width: 90%;
}

.Form_User-btn {
    width: 100% !important;
    color: #fff !important;
    text-align: center !important;
    cursor: pointer;
    background: #ff4800;
    border: 1px solid #ff4800;
}

.CheckCaptcha,
.CheckCaptcha-Reg-Mail,
.CheckCaptchaReg-SMS,
.CheckCaptcha-forgetPass,
.CheckCaptcha-forgetPass {
    text-align: center;
    margin: 10px 0;
    color: red;
}

#ballsWaveG {
    position: relative;
    width: 70px;
    height: 16px;
    margin: auto;
    display: none;
}

.ballsWaveG {
    position: absolute;
    top: 0;
    background-color: #bababa;
    width: 9px;
    height: 9px;
    animation-name: ballsWaveG;
    -o-animation-name: ballsWaveG;
    -ms-animation-name: ballsWaveG;
    -webkit-animation-name: ballsWaveG;
    -moz-animation-name: ballsWaveG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#ballsWaveG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#ballsWaveG_2 {
    left: 9px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#ballsWaveG_3 {
    left: 18px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#ballsWaveG_4 {
    left: 26px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#ballsWaveG_5 {
    left: 35px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#ballsWaveG_6 {
    left: 44px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#ballsWaveG_7 {
    left: 53px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#ballsWaveG_8 {
    left: 62px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}


#footer-resize {
    padding-top: 40px;
    background: url(../images/footer-bg.png) no-repeat top center;
    padding-top: 81px;
}

.footer-resize-top {
    background: #cacaca;
    padding-top: 20px;
    padding-bottom: 40px;
}

.col-footer {
    width: 50%;
    float: right;
    text-align: right;
}

.col-footer:first-child {
    padding-left: 50px;
}

.col-footer:nth-child(2) {
    padding-right: 50px;
}

.footer-logo {
    margin-bottom: 0.2rem;
}

.social-icons {
    margin-bottom: 0.75rem;
    direction: rtl;
}

.social-icons li {
    display: inline-block;
    list-style: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #d9d9d9;
    border: 1px solid #ff4800;
    margin-left: 8px;
    border-radius: 50%;
}

.social-icons li i {
    vertical-align: middle;
}

.social-icons li:hover {
    background: #ff4800;
}

.footer-support .social-icons li:hover i {
    color: #fff;
}

.list-footer a,
.list-footer span,
.about-footer-text {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 34px;
    text-align: justify;
    direction: rtl;
}

.list-footer a:hover span {
    color: #ff4b00;
}

#footer-resize .fa-angle-double-left,
.list-footer .fa {
    margin-left: 0.5rem !important;
}

.list-footer li {
    display: flex;
    align-items: center;
}

.row-footer-top {
    position: relative;
    z-index: 1;
}

.row-footer-botton {
    position: relative;
    z-index: 1;
    color: #737373;
    padding: 0.75rem !important;
    border-top: 1px solid rgba(167, 180, 201, 0.2);
}

.row-footer-botton img {
    position: relative;
    top: 4px;
    margin-right: 7px;
}

.signs li {
    display: inline-block;
    margin: 0 1em;
}

.signs img {
    vertical-align: middle;
    width: 80%;
    height: auto;
    max-width: max-content;
}

.fa-facebook-f::before {
    content: "\f39e";
}

.fa-twitter::before {
    content: "\f099";
}

.fa-linkedin-in::before {
    content: "\f0e1";
}

.fa-youtube::before {
    content: "\f167";
}

.fa-paper-plane::before {
    content: "\f1d8";
}

.fa-instagram::before {
    content: "\f16d";
}

.flaticon-location-pin-1::before {
    content: "\f132";
}

.flaticon-phone::before {
    content: "\f136";
}

.flaticon-envelope-1::before {
    content: "\f13d";
}

.footer-support .list-footer li {
    direction: rtl;
    margin-bottom: 10px;
}

.footer-support .list-footer li a::after {
    content: " , ";
}

.footer-support .list-footer li a:last-child::after {
    content: unset;
}

.footer-support .social-icons li i {
    font-size: 18px;
    color: #ff4800;
    display: inline-block;
    vertical-align: middle;
}

.footer-support .list-footer li .f-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff4800;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.footer-support .list-footer li .f-icon img {
    vertical-align: middle;
}

.signs-inner {
    display: block;
    clear: both;
    margin: 20px auto;
    float: left;
    width: 100%;
    direction: ltr;
}

.signs-inner li {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 1%;
    border-radius: 10px;
    background: #fff;
    vertical-align: middle;
}

.signs-inner li a {
    height: 100%;
    height: 100% !important;
    width: auto !important;
}

.footer-frm {
    direction: rtl;
    width: 280px;
    float: right;
}

.footer-frm input[type="text"],
.footer-frm input[type="email"] {
    line-height: 40px;
    border-radius: 10px;
    border: 1px solid #ff4800;
    background: #d9d9d9;
    padding: 0 5px;
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 5px;
}

.footer-frm input[name="Captcha"] {
    width: 50%;
    float: right;
}

.footer-frm .field-captcha {
    width: 50%;
    text-align: left;
}

.footer-frm .field-captcha .load-captcha {
    float: left;
}

.footer-frm .field-captcha i {
    line-height: 40px;
    margin-left: 10px;
}

.footer-frm .field-captcha i:hover {
    color: #ff4800;
}

.footer-frm .load-captcha img {
    height: 40px;
    width: 80px;
    border: 1px solid #ff4800;
    border-radius: 10px;
}

.footer-frm .submit {
    width: 50%;
    line-height: 40px;
    border: 1px solid #ff4800;
    border-radius: 10px;
    background: #ff4800;
    font-size: 16px;
    cursor: pointer;
}

.footer-frm .submit:hover {
    background: #fff;
    color: #ff4800;
}

.footer-frm .Message-Form,
.footer-frm .Loading_Form {
    margin-top: 10px;
}

.footer-frm ::placeholder {
    color: #959ea6;
}

#ballsWaveG {
    position: relative;
    width: 70px;
    height: 16px;
    margin: auto;
}

.ballsWaveG {
    position: absolute;
    top: 0;
    background-color: #bababa;
    width: 9px;
    height: 9px;
    animation-name: ballsWaveG;
    -o-animation-name: ballsWaveG;
    -ms-animation-name: ballsWaveG;
    -webkit-animation-name: ballsWaveG;
    -moz-animation-name: ballsWaveG;
    animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
    -ms-animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-direction: normal;
    -o-animation-direction: normal;
    -ms-animation-direction: normal;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#ballsWaveG_1 {
    left: 0;
    animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}

#ballsWaveG_2 {
    left: 9px;
    animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
}

#ballsWaveG_3 {
    left: 18px;
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}

#ballsWaveG_4 {
    left: 26px;
    animation-delay: 1.05s;
    -o-animation-delay: 1.05s;
    -ms-animation-delay: 1.05s;
    -webkit-animation-delay: 1.05s;
    -moz-animation-delay: 1.05s;
}

#ballsWaveG_5 {
    left: 35px;
    animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
}

#ballsWaveG_6 {
    left: 44px;
    animation-delay: 1.35s;
    -o-animation-delay: 1.35s;
    -ms-animation-delay: 1.35s;
    -webkit-animation-delay: 1.35s;
    -moz-animation-delay: 1.35s;
}

#ballsWaveG_7 {
    left: 53px;
    animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -ms-animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

#ballsWaveG_8 {
    left: 62px;
    animation-delay: 1.64s;
    -o-animation-delay: 1.64s;
    -ms-animation-delay: 1.64s;
    -webkit-animation-delay: 1.64s;
    -moz-animation-delay: 1.64s;
}

@keyframes ballsWaveG {

0
{
    background-color: rgba(158, 158, 158, 0.97)
;
}
100
%
{
    background-color: #fff
;
}
}
@-o-keyframes ballsWaveG {

0
{
    background-color: rgba(158, 158, 158, 0.97)
;
}
100
%
{
    background-color: #fff
;
}
}
@-ms-keyframes ballsWaveG {

0
{
    background-color: rgba(158, 158, 158, 0.97)
;
}
100
%
{
    background-color: #fff
;
}
}
@-webkit-keyframes ballsWaveG {

0
{
    background-color: rgba(158, 158, 158, 0.97)
;
}
100
%
{
    background-color: #fff
;
}
}
@-moz-keyframes ballsWaveG {

0
{
    background-color: rgba(158, 158, 158, 0.97)
;
}
100
%
{
    background-color: #fff
;
}
}
.send-mail-fixed {
    position: fixed;
    right: 2em;
    bottom: 3em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    background: #ff4800;
}

.send-mail-fixed i {
    font-size: 30px;
}

.send-mail-box {
    display: none;
    transition: unset;
    position: fixed;
    right: 5.5em;
    bottom: 7em;
    z-index: 999;
    padding: 1.5em;
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border: 1px solid #ff4800;
    background: #e9e8e8;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.send-mail-box input {
    line-height: 40px;
    border-radius: 10px;
    border: 1px solid #ff4800;
    background: #fff;
    padding: 0 5px;
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 5px;
    direction: rtl;
}

.send-mail-box input[name="Captcha"] {
    width: 50%;
    float: right;
}

.send-mail-box .field-captcha {
    width: 50%;
    text-align: left;
}

.send-mail-box .field-captcha .load-captcha {
    float: left;
}

.send-mail-box .load-captcha img {
    height: 40px;
    width: 80px;
    border: 1px solid #ff4800;
    border-radius: 10px;
}

.send-mail-box .field-captcha i {
    line-height: 40px;
    margin-left: 10px;
    color: #0077db;
}

.send-mail-box input.submit {
    cursor: pointer;
    background: #ff4800;
}

.send-mail-box input.submit:hover {
    background: #fff;
    color: #ff4800;
}

.close-fixed-form {
    float: left;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    position: relative;
    top: -7px;
    cursor: pointer;
    color: #0077db;
}

.send-mail-tlt {
    font-size: 12px;
    color: #4b5259;
    text-align: center;
    width: 100%;
}

.copyright {
    padding: 5px 0;
}

.copy-trust {
    float: right;
    width: 100%;
    text-align: center;
    direction: rtl;
}

.footer-social-icons {
    float: left;
    width: 30%;
    text-align: left;
}

.rights-web {
    direction: rtl;
    line-height: 32px;
    font-size: 10px;
    color: #4b5259;
    display: inline-block;
}

.rights-web a {
    font-size: 10px;
    color: #4b5259;
}

.rights-web img {
    vertical-align: middle;
    margin-top: 3px;
}

#footer-resize .copyright a {
    font-size: 0.7rem;
    font-weight: 400;
}

#box1-resize,
#box2-resize,
#box3-resize,
#box4-resize,
#box5-resize {
    padding: 20px 0;
}

.first-part-header .float-left {
    margin-top: 20px;
    float: left;
    width: auto;
    text-align: center;
}

.float-right {
    float: right;
}

.font_9 {
    font-size: 9px;
}

.font_10 {
    font-size: 10px;
}

.font_11 {
    font-size: 11px;
}

.font_12 {
    font-size: 12px;
}

.font_13 {
    font-size: 13px;
}

.font_14 {
    font-size: 14px;
}

.font_15 {
    font-size: 15px;
}

.font_16 {
    font-size: 16px;
}

.font_17 {
    font-size: 17px;
}

.font_18 {
    font-size: 18px;
}

.font_19 {
    font-size: 29px;
}

.font_20 {
    font-size: 20px;
}

.signs-inner li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rights-web div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.rights-web div img {
    margin-right: 4px;
}

.fab, .far, .fa {
    font-family: "fontawesome" !important;
    font-weight: 400;
}

.copy-trust {
    display: flex;
    align-items: center;
    justify-content: center;
}

#header-resize img.logo {
    vertical-align: middle;
    width: 134px !important;
}

@media only screen and (min-width: 1024px) {
    .call-mobile {
        display: none !important;
    }
}

@font-face {
    font-display: swap;
    font-family: "fontawesome";
    src: url("../fonts/fontAwesome.eot") format("embedded-opentype"),
    url("../fonts/fontAwesome.woff") format("woff"),
    url("../fonts/fontAwesome.ttf") format("truetype"),
    url("../fonts/fontAwesome.svg") format("svg"),
    url("../fonts/fontAwesome-brands.eot") format("embedded-opentype");
    font-weight: 400;
    font-style: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-display: swap;
    font-family: "fontawesome";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fontAwesome-brands.eot");
    src: url("../fonts/fontAwesome-brands.eot") format("embedded-opentype"),
    url("../fonts/fontAwesome-brands.woff") format("woff"),
    url("../fonts/fontAwesome-brands.ttf") format("truetype"),
    url("../fonts/fontAwesome-brands.svg") format("svg");
}

i {
    font-style: unset;
}

.mm-ocd--right{
    display: none !important;
}
@media only screen and (max-width: 1000px) {

    .inner-resize {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .inner-resize .col-footer {
        width: 100%;
        padding: 0 20px;
    }

    .signs-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem;
        width: 100%;
    }

    .col-footer:nth-child(2) {
        padding-right: 0 20px;
        width: 100%;
    }

    .col-footer .inner-col-footer {
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .col-footer .inner-col-footer .social-icons {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }
    .list-footer{
        margin-top: 1rem;
    }
    .list-footer li {
        flex-direction: column;
        justify-content: center;
    }

    .list-footer li:last-child a {
        flex-direction: column;
        justify-content: center;
        display: flex;
        align-items: center;
    }

    .footer-send-form {
        width: 100%;
    }

    .footer-send-form .footer-frm {
        width: 100%;
    }

    .footer-send-form .footer-frm .fa-sync {
        float: left;
    }

    .footer-send-form .footer-frm .submit {
        width: 100%;
    }
    .about-footer-text p{
        text-align: center;
    }
    #footer-resize{
        background-image: unset;
    }
    .call-mobile {
        text-align: center;
        background: #36ae03;
        font-size: 15px;
        position: sticky;
        bottom: 0;
        right: 0;
        z-index: 10000;
        height: 40px;
        width: 100%;
        line-height: 40px;
        background-repeat: no-repeat;
        background-position: center;
        display: none;
    }
    .book-layout__main{
        margin-top: 5rem !important;
    }
}


#picker{
    animation: unset !important;
    transition: unset !important;
}


