/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
    :root, :host {
        --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
        "Courier New", monospace;
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --text-sm: 0.875rem;
        --text-sm--line-height: calc(1.25 / 0.875);
        --text-base: 1rem;
        --text-base--line-height: calc(1.5 / 1);
        --text-lg: 1.125rem;
        --text-lg--line-height: calc(1.75 / 1.125);
        --text-xl: 1.25rem;
        --text-xl--line-height: calc(1.75 / 1.25);
        --text-2xl: 1.5rem;
        --text-2xl--line-height: calc(2 / 1.5);
        --text-3xl: 1.875rem;
        --text-3xl--line-height: calc(2.25 / 1.875);
        --text-4xl: 2.25rem;
        --text-4xl--line-height: calc(2.5 / 2.25);
        --text-5xl: 3rem;
        --text-5xl--line-height: 1;
        --text-6xl: 3.75rem;
        --text-6xl--line-height: 1;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --radius-md: 0.375rem;
        --radius-lg: 0.5rem;
        --radius-2xl: 1rem;
        --radius-3xl: 1.5rem;
        --radius-4xl: 2rem;
        --blur-3xl: 64px;
        --default-transition-duration: 150ms;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --color-theme-100: #f39200;
        --color-theme-200: #c01a22;
        --black: #000;
        --white: #fff;
        --gradient-main: linear-gradient(
                45deg,
                var(--color-theme-100),
                var(--color-theme-200)
        );
        --rounded-btn: 8px 25px;
    }
}
@layer base {
    *, ::after, ::before, ::backdrop, ::file-selector-button {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0 solid;
    }

    html, :host {
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
        tab-size: 4;
        font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
        font-feature-settings: var(--default-font-feature-settings, normal);
        font-variation-settings: var(--default-font-variation-settings, normal);
        -webkit-tap-highlight-color: transparent;
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px;
    }

    abbr:where([title]) {
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: inherit;
        font-weight: inherit;
    }

    a {
        color: inherit;
        -webkit-text-decoration: inherit;
        text-decoration: inherit;
    }

    b, strong {
        font-weight: bolder;
    }

    code, kbd, samp, pre {
        font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
        font-feature-settings: var(--default-mono-font-feature-settings, normal);
        font-variation-settings: var(--default-mono-font-variation-settings, normal);
        font-size: 1em;
    }

    small {
        font-size: 80%;
    }

    sub, sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }

    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse;
    }

    :-moz-focusring {
        outline: auto;
    }

    progress {
        vertical-align: baseline;
    }

    summary {
        display: list-item;
    }

    ol, ul, menu {
        list-style: none;
    }

    img, svg, video, canvas, audio, iframe, embed, object {
        display: block;
        vertical-align: middle;
    }

    img, video {
        max-width: 100%;
        height: auto;
    }

    button, input, select, optgroup, textarea, ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        border-radius: 0;
        background-color: transparent;
        opacity: 1;
    }

    :where(select:is([multiple], [size])) optgroup {
        font-weight: bolder;
    }

    :where(select:is([multiple], [size])) optgroup option {
        padding-inline-start: 20px;
    }

    ::file-selector-button {
        margin-inline-end: 4px;
    }

    ::placeholder {
        opacity: 1;
    }

    @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
        ::placeholder {
            color: currentcolor;
            @supports (color: color-mix(in lab, red, red)) {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }
    textarea {
        resize: vertical;
    }

    ::-webkit-search-decoration {
        -webkit-appearance: none;
    }

    ::-webkit-date-and-time-value {
        min-height: 1lh;
        text-align: inherit;
    }

    ::-webkit-datetime-edit {
        display: inline-flex;
    }

    ::-webkit-datetime-edit-fields-wrapper {
        padding: 0;
    }

    ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }

    :-moz-ui-invalid {
        box-shadow: none;
    }

    button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
        appearance: button;
    }

    ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
        height: auto;
    }

    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}
@layer utilities {
    .pointer-events-none {
        pointer-events: none;
    }

    .absolute {
        position: absolute;
    }

    .fixed {
        position: fixed;
    }

    .relative {
        position: relative;
    }

    .-top-96 {
        top: calc(var(--spacing) * -96);
    }

    .top-0 {
        top: calc(var(--spacing) * 0);
    }

    .top-1\/2 {
        top: calc(1 / 2 * 100%);
    }

    .top-10 {
        top: calc(var(--spacing) * 10);
    }

    .top-24 {
        top: calc(var(--spacing) * 24);
    }

    .top-\[45px\] {
        top: 45px;
    }

    .right-0 {
        right: calc(var(--spacing) * 0);
    }

    .-bottom-12 {
        bottom: calc(var(--spacing) * -12);
    }

    .-bottom-24 {
        bottom: calc(var(--spacing) * -24);
    }

    .bottom-0 {
        bottom: calc(var(--spacing) * 0);
    }

    .bottom-3 {
        bottom: calc(var(--spacing) * 3);
    }

    .-left-4 {
        left: calc(var(--spacing) * -4);
    }

    .-left-12 {
        left: calc(var(--spacing) * -12);
    }

    .left-0 {
        left: calc(var(--spacing) * 0);
    }

    .left-1\/2 {
        left: calc(1 / 2 * 100%);
    }

    .left-3 {
        left: calc(var(--spacing) * 3);
    }

    .isolate {
        isolation: isolate;
    }

    .z-10 {
        z-index: 10;
    }

    .z-30 {
        z-index: 30;
    }

    .z-\[5\] {
        z-index: 5;
    }

    .container {
        width: 100%;
        @media (width >= 40rem) {
            max-width: 40rem;
        }
        @media (width >= 48rem) {
            max-width: 48rem;
        }
        @media (width >= 64rem) {
            max-width: 64rem;
        }
        @media (width >= 80rem) {
            max-width: 80rem;
        }
        @media (width >= 96rem) {
            max-width: 96rem;
        }
    }

    .container {
        max-width: 1280px;
        margin-inline: auto;
        padding-inline: 2rem;
    }

    .mx-auto {
        margin-inline: auto;
    }

    .my-4 {
        margin-block: calc(var(--spacing) * 4);
    }

    .my-12 {
        margin-block: calc(var(--spacing) * 12);
    }

    .my-24 {
        margin-block: calc(var(--spacing) * 24);
    }

    .-mt-24 {
        margin-top: calc(var(--spacing) * -24);
    }

    .mt-2 {
        margin-top: calc(var(--spacing) * 2);
    }

    .mt-3 {
        margin-top: calc(var(--spacing) * 3);
    }

    .mt-3\.5 {
        margin-top: calc(var(--spacing) * 3.5);
    }

    .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-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-28 {
        margin-top: calc(var(--spacing) * 28);
    }

    .mt-\[124px\] {
        margin-top: 124px;
    }

    .mb-2 {
        margin-bottom: calc(var(--spacing) * 2);
    }

    .mb-4 {
        margin-bottom: calc(var(--spacing) * 4);
    }

    .mb-5 {
        margin-bottom: calc(var(--spacing) * 5);
    }

    .mb-7 {
        margin-bottom: calc(var(--spacing) * 7);
    }

    .mb-8 {
        margin-bottom: calc(var(--spacing) * 8);
    }

    .mb-12 {
        margin-bottom: calc(var(--spacing) * 12);
    }

    .ml-2 {
        margin-left: calc(var(--spacing) * 2);
    }

    .line-clamp-1 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .line-clamp-3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .block {
        display: block;
    }

    .flex {
        display: flex;
    }

    .grid {
        display: grid;
    }

    .hidden {
        display: none;
    }

    .h-2\/3 {
        height: calc(2 / 3 * 100%);
    }

    .h-10\/12 {
        height: calc(10 / 12 * 100%);
    }

    .h-13 {
        height: calc(var(--spacing) * 13);
    }

    .h-32 {
        height: calc(var(--spacing) * 32);
    }

    .h-56 {
        height: calc(var(--spacing) * 56);
    }

    .h-64 {
        height: calc(var(--spacing) * 64);
    }

    .h-\[100px\] {
        height: 100px;
    }

    .h-\[100vh\] {
        height: 100vh;
    }

    .h-\[209px\] {
        height: 209px;
    }

    .h-\[261px\] {
        height: 261px;
    }

    .h-\[300px\] {
        height: 300px;
    }

    .h-\[340px\] {
        height: 340px;
    }

    .h-\[400px\] {
        height: 400px;
    }

    .h-\[415px\] {
        height: 415px;
    }

    .h-\[440px\] {
        height: 440px;
    }

    .h-\[467px\] {
        height: 467px;
    }

    .w-1\/2 {
        width: calc(1 / 2 * 100%);
    }

    .w-1\/3 {
        width: calc(1 / 3 * 100%);
    }

    .w-2\/3 {
        width: calc(2 / 3 * 100%);
    }

    .w-13 {
        width: calc(var(--spacing) * 13);
    }

    .w-\[100vw\] {
        width: 100vw;
    }

    .w-\[120px\] {
        width: 120px;
    }

    .w-\[305px\] {
        width: 305px;
    }

    .w-\[630px\] {
        width: 630px;
    }

    .w-\[max-content\] {
        width: max-content;
    }

    .w-fit {
        width: fit-content;
    }

    .w-full {
        width: 100%;
    }

    .max-w-\[955px\] {
        max-width: 955px;
    }

    .-translate-x-1\/2 {
        --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .-translate-y-1\/2 {
        --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .transform {
        transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
    }

    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .flex-col {
        flex-direction: column;
    }

    .flex-col-reverse {
        flex-direction: column-reverse;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .items-center {
        align-items: center;
    }

    .justify-between {
        justify-content: space-between;
    }

    .justify-center {
        justify-content: center;
    }

    .gap-1 {
        gap: calc(var(--spacing) * 1);
    }

    .gap-2 {
        gap: calc(var(--spacing) * 2);
    }

    .gap-3\.5 {
        gap: calc(var(--spacing) * 3.5);
    }

    .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-10 {
        gap: calc(var(--spacing) * 10);
    }

    .gap-12 {
        gap: calc(var(--spacing) * 12);
    }

    .gap-14 {
        gap: calc(var(--spacing) * 14);
    }

    .gap-x-2 {
        column-gap: calc(var(--spacing) * 2);
    }

    .gap-x-16 {
        column-gap: calc(var(--spacing) * 16);
    }

    .gap-y-1 {
        row-gap: calc(var(--spacing) * 1);
    }

    .gap-y-4 {
        row-gap: calc(var(--spacing) * 4);
    }

    .overflow-hidden {
        overflow: hidden;
    }

    .rounded-2xl {
        border-radius: var(--radius-2xl);
    }

    .rounded-3xl {
        border-radius: var(--radius-3xl);
    }

    .rounded-4xl {
        border-radius: var(--radius-4xl);
    }

    .rounded-\[12px\] {
        border-radius: 12px;
    }

    .rounded-\[20px\] {
        border-radius: 20px;
    }

    .rounded-\[40px\] {
        border-radius: 40px;
    }

    .rounded-full {
        border-radius: calc(infinity * 1px);
    }

    .rounded-md {
        border-radius: var(--radius-md);
    }

    .rounded-t-4xl {
        border-top-left-radius: var(--radius-4xl);
        border-top-right-radius: var(--radius-4xl);
    }

    .rounded-b-lg {
        border-bottom-right-radius: var(--radius-lg);
        border-bottom-left-radius: var(--radius-lg);
    }

    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }

    .border-black {
        border-color: var(--color-black);
    }

    .bg-\[\#FFBCF9\]\/55 {
        background-color: color-mix(in oklab, #FFBCF9 55%, transparent);
    }

    .bg-\[\#ffbcf9\]\/55 {
        background-color: color-mix(in oklab, #ffbcf9 55%, transparent);
    }

    .bg-theme-100 {
        background-color: var(--color-theme-100);
    }

    .bg-theme-100\/40 {
        background-color: color-mix(in srgb, #f39200 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-theme-100) 40%, transparent);
        }
    }

    .bg-theme-100\/50 {
        background-color: color-mix(in srgb, #f39200 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-theme-100) 50%, transparent);
        }
    }

    .bg-white {
        background-color: var(--color-white);
    }

    .bg-white\/60 {
        background-color: color-mix(in srgb, #fff 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-white) 60%, transparent);
        }
    }

    .bg-white\/80 {
        background-color: color-mix(in srgb, #fff 80%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
            background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
        }
    }

    .bg-gradient-to-r {
        --tw-gradient-position: to right in oklab;
        background-image: linear-gradient(var(--tw-gradient-stops));
    }

    .from-theme-100 {
        --tw-gradient-from: var(--color-theme-100);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }

    .to-theme-200 {
        --tw-gradient-to: var(--color-theme-200);
        --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }

    .object-contain {
        object-fit: contain;
    }

    .object-cover {
        object-fit: cover;
    }

    .p-2\.5 {
        padding: calc(var(--spacing) * 2.5);
    }

    .p-3\.5 {
        padding: calc(var(--spacing) * 3.5);
    }

    .p-6 {
        padding: calc(var(--spacing) * 6);
    }

    .p-8 {
        padding: calc(var(--spacing) * 8);
    }

    .p-12 {
        padding: calc(var(--spacing) * 12);
    }

    .\!px-3 {
        padding-inline: calc(var(--spacing) * 3) !important;
    }

    .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-12 {
        padding-inline: calc(var(--spacing) * 12);
    }

    .\!py-2 {
        padding-block: calc(var(--spacing) * 2) !important;
    }

    .py-1 {
        padding-block: calc(var(--spacing) * 1);
    }

    .py-2\.5 {
        padding-block: calc(var(--spacing) * 2.5);
    }

    .py-3\.5 {
        padding-block: calc(var(--spacing) * 3.5);
    }

    .py-4 {
        padding-block: calc(var(--spacing) * 4);
    }

    .py-8 {
        padding-block: calc(var(--spacing) * 8);
    }

    .py-48 {
        padding-block: calc(var(--spacing) * 48);
    }

    .pt-4 {
        padding-top: calc(var(--spacing) * 4);
    }

    .pt-12 {
        padding-top: calc(var(--spacing) * 12);
    }

    .pt-16 {
        padding-top: calc(var(--spacing) * 16);
    }

    .pb-5 {
        padding-bottom: calc(var(--spacing) * 5);
    }

    .pb-12 {
        padding-bottom: calc(var(--spacing) * 12);
    }

    .pb-14 {
        padding-bottom: calc(var(--spacing) * 14);
    }

    .pb-20 {
        padding-bottom: calc(var(--spacing) * 20);
    }

    .pb-\[56\.4\%\] {
        padding-bottom: 56.4%;
    }

    .pl-5 {
        padding-left: calc(var(--spacing) * 5);
    }

    .text-center {
        text-align: center;
    }

    .text-2xl {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
    }

    .text-3xl {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
    }

    .text-4xl {
        font-size: var(--text-4xl);
        line-height: var(--tw-leading, var(--text-4xl--line-height));
    }

    .text-5xl {
        font-size: var(--text-5xl);
        line-height: var(--tw-leading, var(--text-5xl--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-\[26px\] {
        font-size: 26px;
    }

    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }

    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
    }

    .\!text-black {
        color: var(--color-black) !important;
    }

    .text-black {
        color: var(--color-black);
    }

    .text-theme-100 {
        color: var(--color-theme-100);
    }

    .text-white {
        color: var(--color-white);
    }

    .underline {
        text-decoration-line: underline;
    }

    .underline-offset-8 {
        text-underline-offset: 8px;
    }

    .shadow-xl {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .blur-3xl {
        --tw-blur: blur(var(--blur-3xl));
        filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
    }

    .blur-\[100px\] {
        --tw-blur: blur(100px);
        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,);
    }

    .blur-\[150px\] {
        --tw-blur: blur(150px);
        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,);
    }

    .blur-\[250px\] {
        --tw-blur: blur(250px);
        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-3xl {
        --tw-backdrop-blur: blur(var(--blur-3xl));
        -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
        backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    }

    .transition-all {
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }

    .group-hover\:block {
        &:is(:where(.group):hover *) {
            @media (hover: hover) {
                display: block;
            }
        }
    }

    .hover\:-mt-28 {
        &:hover {
            @media (hover: hover) {
                margin-top: calc(var(--spacing) * -28);
            }
        }
    }

    .hover\:scale-105 {
        &:hover {
            @media (hover: hover) {
                --tw-scale-x: 105%;
                --tw-scale-y: 105%;
                --tw-scale-z: 105%;
                scale: var(--tw-scale-x) var(--tw-scale-y);
            }
        }
    }

    .hover\:cursor-pointer {
        &:hover {
            @media (hover: hover) {
                cursor: pointer;
            }
        }
    }

    .md\:h-\[407px\] {
        @media (width >= 48rem) {
            height: 407px;
        }
    }

    .lg\:-bottom-12 {
        @media (width >= 64rem) {
            bottom: calc(var(--spacing) * -12);
        }
    }

    .lg\:-bottom-24 {
        @media (width >= 64rem) {
            bottom: calc(var(--spacing) * -24);
        }
    }

    .lg\:my-48 {
        @media (width >= 64rem) {
            margin-block: calc(var(--spacing) * 48);
        }
    }

    .lg\:mt-28 {
        @media (width >= 64rem) {
            margin-top: calc(var(--spacing) * 28);
        }
    }

    .lg\:mt-\[130px\] {
        @media (width >= 64rem) {
            margin-top: 130px;
        }
    }

    .lg\:line-clamp-3 {
        @media (width >= 64rem) {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
        }
    }

    .lg\:h-20 {
        @media (width >= 64rem) {
            height: calc(var(--spacing) * 20);
        }
    }

    .lg\:h-\[293px\] {
        @media (width >= 64rem) {
            height: 293px;
        }
    }

    .lg\:h-\[348px\] {
        @media (width >= 64rem) {
            height: 348px;
        }
    }

    .lg\:h-\[351px\] {
        @media (width >= 64rem) {
            height: 351px;
        }
    }

    .lg\:h-\[440px\] {
        @media (width >= 64rem) {
            height: 440px;
        }
    }

    .lg\:w-1\/2 {
        @media (width >= 64rem) {
            width: calc(1 / 2 * 100%);
        }
    }

    .lg\:w-1\/3 {
        @media (width >= 64rem) {
            width: calc(1 / 3 * 100%);
        }
    }

    .lg\:w-4\/12 {
        @media (width >= 64rem) {
            width: calc(4 / 12 * 100%);
        }
    }

    .lg\:w-5\/12 {
        @media (width >= 64rem) {
            width: calc(5 / 12 * 100%);
        }
    }

    .lg\:w-6\/12 {
        @media (width >= 64rem) {
            width: calc(6 / 12 * 100%);
        }
    }

    .lg\:w-7\/12 {
        @media (width >= 64rem) {
            width: calc(7 / 12 * 100%);
        }
    }

    .lg\:w-\[285px\] {
        @media (width >= 64rem) {
            width: 285px;
        }
    }

    .lg\:w-\[557px\] {
        @media (width >= 64rem) {
            width: 557px;
        }
    }

    .lg\:w-\[960px\] {
        @media (width >= 64rem) {
            width: 960px;
        }
    }

    .lg\:max-w-7\/12 {
        @media (width >= 64rem) {
            max-width: calc(7 / 12 * 100%);
        }
    }

    .lg\:max-w-9\/12 {
        @media (width >= 64rem) {
            max-width: calc(9 / 12 * 100%);
        }
    }

    .lg\:max-w-10\/12 {
        @media (width >= 64rem) {
            max-width: calc(10 / 12 * 100%);
        }
    }

    .lg\:max-w-\[700px\] {
        @media (width >= 64rem) {
            max-width: 700px;
        }
    }

    .lg\:grid-cols-3 {
        @media (width >= 64rem) {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }
    }

    .lg\:grid-cols-4 {
        @media (width >= 64rem) {
            grid-template-columns: repeat(4, minmax(0, 1fr));
        }
    }

    .lg\:flex-row {
        @media (width >= 64rem) {
            flex-direction: row;
        }
    }

    .lg\:items-center {
        @media (width >= 64rem) {
            align-items: center;
        }
    }

    .lg\:gap-0 {
        @media (width >= 64rem) {
            gap: calc(var(--spacing) * 0);
        }
    }

    .lg\:gap-4 {
        @media (width >= 64rem) {
            gap: calc(var(--spacing) * 4);
        }
    }

    .lg\:gap-5 {
        @media (width >= 64rem) {
            gap: calc(var(--spacing) * 5);
        }
    }

    .lg\:gap-12 {
        @media (width >= 64rem) {
            gap: calc(var(--spacing) * 12);
        }
    }

    .lg\:gap-14 {
        @media (width >= 64rem) {
            gap: calc(var(--spacing) * 14);
        }
    }

    .lg\:p-2\.5 {
        @media (width >= 64rem) {
            padding: calc(var(--spacing) * 2.5);
        }
    }

    .lg\:px-8 {
        @media (width >= 64rem) {
            padding-inline: calc(var(--spacing) * 8);
        }
    }

    .lg\:px-10 {
        @media (width >= 64rem) {
            padding-inline: calc(var(--spacing) * 10);
        }
    }

    .lg\:px-12 {
        @media (width >= 64rem) {
            padding-inline: calc(var(--spacing) * 12);
        }
    }

    .lg\:px-20 {
        @media (width >= 64rem) {
            padding-inline: calc(var(--spacing) * 20);
        }
    }

    .lg\:py-4 {
        @media (width >= 64rem) {
            padding-block: calc(var(--spacing) * 4);
        }
    }

    .lg\:pt-24 {
        @media (width >= 64rem) {
            padding-top: calc(var(--spacing) * 24);
        }
    }

    .lg\:pt-56 {
        @media (width >= 64rem) {
            padding-top: calc(var(--spacing) * 56);
        }
    }

    .lg\:pb-28 {
        @media (width >= 64rem) {
            padding-bottom: calc(var(--spacing) * 28);
        }
    }

    .lg\:pb-32 {
        @media (width >= 64rem) {
            padding-bottom: calc(var(--spacing) * 32);
        }
    }

    .lg\:pb-\[32\.40\%\] {
        @media (width >= 64rem) {
            padding-bottom: 32.40%;
        }
    }

    .lg\:text-5xl {
        @media (width >= 64rem) {
            font-size: var(--text-5xl);
            line-height: var(--tw-leading, var(--text-5xl--line-height));
        }
    }

    .lg\:text-6xl {
        @media (width >= 64rem) {
            font-size: var(--text-6xl);
            line-height: var(--tw-leading, var(--text-6xl--line-height));
        }
    }

    .lg\:text-xl {
        @media (width >= 64rem) {
            font-size: var(--text-xl);
            line-height: var(--tw-leading, var(--text-xl--line-height));
        }
    }

    .lg\:underline-offset-\[20px\] {
        @media (width >= 64rem) {
            text-underline-offset: 20px;
        }
    }

    .xl\:flex {
        @media (width >= 80rem) {
            display: flex;
        }
    }

    .xl\:hidden {
        @media (width >= 80rem) {
            display: none;
        }
    }
}

* {
    font-family: "Quicksand";
    box-sizing: border-box;
}

.gradient-background {
    background-image: var(--gradient-main);
}

.gradient-border {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 8px 25px;
        padding: 1px;
        background: var(--gradient-main);
        -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        pointer-events: none;
    }
}

.gradient-border.gradient-border-rounded {
    &::before {
        border-radius: 12px;
    }
}

.mr-4 {
    margin-right: 1rem;
}

.btn {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 16px;
    background-image: var(--gradient-main);
    color: var(--white);
    font-size: 20px;
    font-weight: bold;
    border-radius: var(--rounded-btn);
}

.btn-menu {
    padding: 12px 17px;
    border-radius: 8px 25px;

    &:last-of-type {
        color: var(--white);
        background-image: var(--gradient-main);
    }
}

.items-start {
    align-items: start;
}

.items-center {
    align-items: center;
}

.items-end {
    align-items: end;
}

.text-block-img {
    mask-image: url("../img/vector-img.svg");
    mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    height: 293px;
    @media (max-width: 1024px) {
        margin-top: 0px;
        height: 231px;
    }
    @media (max-width: 768px) {
        margin-top: 0px;
        height: 407px;
    }
    @media (max-width: 425px) {
        margin-top: 0px;
        height: 209px;
    }
}

.site-menu {
    background-color: rgba(255, 255, 255, 1);
    backdrop-filter: blur(0px);
    transition: 0.2s;

    .site-logo {
        width: 136px;
        transition: 0.2s;
    }

    &.scrolling {
        background-color: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(10px);

        .site-logo {
            width: 126px;
        }
    }
}

.home-header-gallery-grid {
    display: grid;
    grid-template-columns: 352px 235px;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.home-header-gallery-item-0 {
    width: 364px;
    height: 315px;
    grid-column: 1;
    grid-row: 1;
}

.home-header-gallery-item-1 {
    width: 277px;
    height: 267px;
    grid-column: 1;
    grid-row: 2;
    margin-left: auto;
}

.home-header-gallery-item-2 {
    width: 247px;
    height: 480px;
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-top: 4rem;
}

.contact-form form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    color: var(--black);

    span {
        width: 100%;
    }

    input, textarea, select {
        padding: 30px 32px;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 25px;
        width: 100%;
    }

    input[type="submit"] {
        width: fit-content;
        background-image: var(--gradient-main);
        cursor: pointer;
        border-radius: 8px 25px;
        font-weight: bold;
        color: var(--white);
    }
}

.mobile-navigation {
    scale: 0;
    top: -50dvh;
    transition: 0.2s ease-in-out;

    &.nav-active {
        scale: 1;
        top: 0;
    }
}

.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
    border-radius: 8px 25px !important;
    background-image: var(--gradient-main) !important;
    color: var(--white) !important;
}

@container (min-width:700px) {
    .wc-block-checkout__sidebar {
        top: 130px !important;
    }
}

.wc-block-cart__empty-cart__title {
    margin-bottom: 1rem;
    font-size: 24px !important;

    &::before {
        display: none !important;
    }
}

.wp-block-woocommerce-product-new {
    margin-top: 1rem;

    img {
        border-radius: 12px;
    }

    .wc-block-grid__product-add-to-cart {
        display: none;
    }
}

.pagination {
    .current {
        font-weight: bold;
    }
}

.wc-block-components-totals-item__label {
    visibility: hidden;
    position: relative;

    &::after {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        content: "Totaal";
    }
}

.wc-block-cart-items__header-image span {
    visibility: hidden;
    position: relative;

    &::after {
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        content: "Mijn aanvragen";
    }
}

@property --tw-translate-x {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-translate-y {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-translate-z {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}

@property --tw-rotate-x {
    syntax: "*";
    inherits: false;
}

@property --tw-rotate-y {
    syntax: "*";
    inherits: false;
}

@property --tw-rotate-z {
    syntax: "*";
    inherits: false;
}

@property --tw-skew-x {
    syntax: "*";
    inherits: false;
}

@property --tw-skew-y {
    syntax: "*";
    inherits: false;
}

@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}

@property --tw-gradient-position {
    syntax: "*";
    inherits: false;
}

@property --tw-gradient-from {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}

@property --tw-gradient-via {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}

@property --tw-gradient-to {
    syntax: "<color>";
    inherits: false;
    initial-value: #0000;
}

@property --tw-gradient-stops {
    syntax: "*";
    inherits: false;
}

@property --tw-gradient-via-stops {
    syntax: "*";
    inherits: false;
}

@property --tw-gradient-from-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 0%;
}

@property --tw-gradient-via-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 50%;
}

@property --tw-gradient-to-position {
    syntax: "<length-percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}

@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}

@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}

@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}

@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 0px;
}

@property --tw-ring-offset-color {
    syntax: "*";
    inherits: false;
    initial-value: #fff;
}

@property --tw-ring-offset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}

@property --tw-blur {
    syntax: "*";
    inherits: false;
}

@property --tw-brightness {
    syntax: "*";
    inherits: false;
}

@property --tw-contrast {
    syntax: "*";
    inherits: false;
}

@property --tw-grayscale {
    syntax: "*";
    inherits: false;
}

@property --tw-hue-rotate {
    syntax: "*";
    inherits: false;
}

@property --tw-invert {
    syntax: "*";
    inherits: false;
}

@property --tw-opacity {
    syntax: "*";
    inherits: false;
}

@property --tw-saturate {
    syntax: "*";
    inherits: false;
}

@property --tw-sepia {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow-color {
    syntax: "*";
    inherits: false;
}

@property --tw-drop-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}

@property --tw-drop-shadow-size {
    syntax: "*";
    inherits: false;
}

@property --tw-backdrop-blur {
    syntax: "*";
    inherits: false;
}

@property --tw-backdrop-brightness {
    syntax: "*";
    inherits: false;
}

@property --tw-backdrop-contrast {
    syntax: "*";
    inherits: false;
}

@property --tw-backdrop-grayscale {
    syntax: "*";
    inherits: false;
}

@property --tw-backdrop-hue-rotate {
    syntax: "*";
    inherits: false;
}

@property --tw-backdrop-invert {
    syntax: "*";
    inherits: false;
}

@property --tw-backdrop-opacity {
    syntax: "*";
    inherits: false;
}

@property --tw-backdrop-saturate {
    syntax: "*";
    inherits: false;
}

@property --tw-backdrop-sepia {
    syntax: "*";
    inherits: false;
}

@property --tw-scale-x {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}

@property --tw-scale-y {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}

@property --tw-scale-z {
    syntax: "*";
    inherits: false;
    initial-value: 1;
}

@layer properties {
    @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
        *, ::before, ::after, ::backdrop {
            --tw-translate-x: 0;
            --tw-translate-y: 0;
            --tw-translate-z: 0;
            --tw-rotate-x: initial;
            --tw-rotate-y: initial;
            --tw-rotate-z: initial;
            --tw-skew-x: initial;
            --tw-skew-y: initial;
            --tw-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-blur: initial;
            --tw-brightness: initial;
            --tw-contrast: initial;
            --tw-grayscale: initial;
            --tw-hue-rotate: initial;
            --tw-invert: initial;
            --tw-opacity: initial;
            --tw-saturate: initial;
            --tw-sepia: initial;
            --tw-drop-shadow: initial;
            --tw-drop-shadow-color: initial;
            --tw-drop-shadow-alpha: 100%;
            --tw-drop-shadow-size: initial;
            --tw-backdrop-blur: initial;
            --tw-backdrop-brightness: initial;
            --tw-backdrop-contrast: initial;
            --tw-backdrop-grayscale: initial;
            --tw-backdrop-hue-rotate: initial;
            --tw-backdrop-invert: initial;
            --tw-backdrop-opacity: initial;
            --tw-backdrop-saturate: initial;
            --tw-backdrop-sepia: initial;
            --tw-scale-x: 1;
            --tw-scale-y: 1;
            --tw-scale-z: 1;
        }
    }
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon.wc-block-components-payment-method-icon--mollie-ideal::before {
    content: "";
    height: 24px;
    width: 24px;
    background: url("../img/ideal.svg");
    background-size: contain;
    display: block;
}
