@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-gray-700: oklch(37.3% 0.034 259.733);
        --color-black: #000;
        --color-white: #fff;
        --spacing: 0.25rem;
        --container-2xl: 42rem;
        --container-3xl: 48rem;
        --container-4xl: 56rem;
        --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);
        --font-weight-normal: 400;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --font-weight-extrabold: 800;
        --tracking-wide: 0.025em;
        --tracking-wider: 0.05em;
        --leading-normal: 1.5;
        --radius-md: 0.375rem;
        --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-grey-lighter: #f0f0f1;
        --color-grey-light: #f1f2f2;
        --color-grey-basic: #c6c6c6;
        --color-grey-dark: #192c40;
        --color-blue-light: #00abcc;
        --color-blue-dark: #132d42;
    }
}
@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 {
    .absolute {
        position: absolute;
    }
    .fixed {
        position: fixed;
    }
    .relative {
        position: relative;
    }
    .inset-0 {
        inset: calc(var(--spacing) * 0);
    }
    .top-0 {
        top: calc(var(--spacing) * 0);
    }
    .top-16 {
        top: calc(var(--spacing) * 16);
    }
    .top-\[8px\] {
        top: 8px;
    }
    .top-\[20px\] {
        top: 20px;
    }
    .left-0 {
        left: calc(var(--spacing) * 0);
    }
    .z-1 {
        z-index: 1;
    }
    .z-50 {
        z-index: 50;
    }
    .row-start-1 {
        grid-row-start: 1;
    }
    .row-start-3 {
        grid-row-start: 3;
    }
    .row-start-4 {
        grid-row-start: 4;
    }
    .row-end-3 {
        grid-row-end: 3;
    }
    .row-end-4 {
        grid-row-end: 4;
    }
    .row-end-5 {
        grid-row-end: 5;
    }
    .mx-5 {
        margin-inline: calc(var(--spacing) * 5);
    }
    .mx-auto {
        margin-inline: auto;
    }
    .my-2 {
        margin-block: calc(var(--spacing) * 2);
    }
    .my-6 {
        margin-block: calc(var(--spacing) * 6);
    }
    .mt-2 {
        margin-top: calc(var(--spacing) * 2);
    }
    .mt-7 {
        margin-top: calc(var(--spacing) * 7);
    }
    .mt-8 {
        margin-top: calc(var(--spacing) * 8);
    }
    .mt-12 {
        margin-top: calc(var(--spacing) * 12);
    }
    .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-10 {
        margin-bottom: calc(var(--spacing) * 10);
    }
    .mb-11 {
        margin-bottom: calc(var(--spacing) * 11);
    }
    .mb-12 {
        margin-bottom: calc(var(--spacing) * 12);
    }
    .mb-14 {
        margin-bottom: calc(var(--spacing) * 14);
    }
    .mb-15 {
        margin-bottom: calc(var(--spacing) * 15);
    }
    .mb-16 {
        margin-bottom: calc(var(--spacing) * 16);
    }
    .-ml-\[20px\] {
        margin-left: calc(20px * -1);
    }
    .ml-2 {
        margin-left: calc(var(--spacing) * 2);
    }
    .box-border {
        box-sizing: border-box;
    }
    .block {
        display: block;
    }
    .flex {
        display: flex;
    }
    .grid {
        display: grid;
    }
    .hidden {
        display: none;
    }
    .aspect-square {
        aspect-ratio: 1 / 1;
    }
    .h-0 {
        height: calc(var(--spacing) * 0);
    }
    .h-0\.5 {
        height: calc(var(--spacing) * 0.5);
    }
    .h-1 {
        height: calc(var(--spacing) * 1);
    }
    .h-5 {
        height: calc(var(--spacing) * 5);
    }
    .h-8 {
        height: calc(var(--spacing) * 8);
    }
    .h-12 {
        height: calc(var(--spacing) * 12);
    }
    .h-16 {
        height: calc(var(--spacing) * 16);
    }
    .h-\[30px\] {
        height: 30px;
    }
    .h-\[35px\] {
        height: 35px;
    }
    .h-\[80px\] {
        height: 80px;
    }
    .h-\[120px\] {
        height: 120px;
    }
    .h-\[298px\] {
        height: 298px;
    }
    .h-\[422px\] {
        height: 422px;
    }
    .h-\[540px\] {
        height: 540px;
    }
    .h-full {
        height: 100%;
    }
    .max-h-80 {
        max-height: calc(var(--spacing) * 80);
    }
    .w-0 {
        width: calc(var(--spacing) * 0);
    }
    .w-1\/2 {
        width: calc(1 / 2 * 100%);
    }
    .w-5 {
        width: calc(var(--spacing) * 5);
    }
    .w-8 {
        width: calc(var(--spacing) * 8);
    }
    .w-\[30px\] {
        width: 30px;
    }
    .w-\[90px\] {
        width: 90px;
    }
    .w-\[120px\] {
        width: 120px;
    }
    .w-auto {
        width: auto;
    }
    .w-full {
        width: 100%;
    }
    .max-w-2xl {
        max-width: var(--container-2xl);
    }
    .max-w-3xl {
        max-width: var(--container-3xl);
    }
    .max-w-4xl {
        max-width: var(--container-4xl);
    }
    .max-w-\[250px\] {
        max-width: 250px;
    }
    .max-w-\[1440px\] {
        max-width: 1440px;
    }
    .min-w-\[330px\] {
        min-width: 330px;
    }
    .flex-1 {
        flex: 1;
    }
    .flex-grow {
        flex-grow: 1;
    }
    .cursor-pointer {
        cursor: pointer;
    }
    .list-disc {
        list-style-type: disc;
    }
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .grid-rows-4 {
        grid-template-rows: repeat(4, minmax(0, 1fr));
    }
    .flex-col {
        flex-direction: column;
    }
    .items-center {
        align-items: center;
    }
    .justify-between {
        justify-content: space-between;
    }
    .justify-center {
        justify-content: center;
    }
    .justify-start {
        justify-content: flex-start;
    }
    .gap-4 {
        gap: calc(var(--spacing) * 4);
    }
    .gap-5 {
        gap: calc(var(--spacing) * 5);
    }
    .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-20 {
        gap: calc(var(--spacing) * 20);
    }
    .space-y-1 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(
                calc(var(--spacing) * 1) * var(--tw-space-y-reverse)
            );
            margin-block-end: calc(
                calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse))
            );
        }
    }
    .space-y-12 {
        :where(& > :not(:last-child)) {
            --tw-space-y-reverse: 0;
            margin-block-start: calc(
                calc(var(--spacing) * 12) * var(--tw-space-y-reverse)
            );
            margin-block-end: calc(
                calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse))
            );
        }
    }
    .overflow-hidden {
        overflow: hidden;
    }
    .overflow-x-hidden {
        overflow-x: hidden;
    }
    .rounded {
        border-radius: 0.25rem;
    }
    .rounded-full {
        border-radius: calc(infinity * 1px);
    }
    .rounded-md {
        border-radius: var(--radius-md);
    }
    .border {
        border-style: var(--tw-border-style);
        border-width: 1px;
    }
    .border-y-1 {
        border-block-style: var(--tw-border-style);
        border-block-width: 1px;
    }
    .border-b-1 {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 1px;
    }
    .border-grey-basic {
        border-color: var(--color-grey-basic);
    }
    .border-grey-dark {
        border-color: var(--color-grey-dark);
    }
    .border-white\/10 {
        border-color: color-mix(in srgb, #fff 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
            border-color: color-mix(
                in oklab,
                var(--color-white) 10%,
                transparent
            );
        }
    }
    .bg-black {
        background-color: var(--color-black);
    }
    .bg-blue-dark {
        background-color: var(--color-blue-dark);
    }
    .bg-grey-basic {
        background-color: var(--color-grey-basic);
    }
    .bg-grey-dark {
        background-color: var(--color-grey-dark);
    }
    .bg-grey-light {
        background-color: var(--color-grey-light);
    }
    .bg-grey-lighter {
        background-color: var(--color-grey-lighter);
    }
    .bg-white {
        background-color: var(--color-white);
    }
    .bg-\[url\(\'\.\/images\/building\.jpg\'\)\] {
        background-image: url("./images/building.jpg");
    }
    .bg-\[url\(\'\.\/images\/building2\.jpg\'\)\] {
        background-image: url("./images/building2.jpg");
    }
    .bg-cover {
        background-size: cover;
    }
    .bg-\[left_10\%_top_40\%\] {
        background-position: left 10% top 40%;
    }
    .bg-no-repeat {
        background-repeat: no-repeat;
    }
    .object-cover {
        object-fit: cover;
    }
    .object-top {
        object-position: top;
    }
    .p-2 {
        padding: calc(var(--spacing) * 2);
    }
    .p-3 {
        padding: calc(var(--spacing) * 3);
    }
    .px-5 {
        padding-inline: calc(var(--spacing) * 5);
    }
    .px-8 {
        padding-inline: calc(var(--spacing) * 8);
    }
    .px-20 {
        padding-inline: calc(var(--spacing) * 20);
    }
    .py-3 {
        padding-block: calc(var(--spacing) * 3);
    }
    .py-4 {
        padding-block: calc(var(--spacing) * 4);
    }
    .py-16 {
        padding-block: calc(var(--spacing) * 16);
    }
    .py-18 {
        padding-block: calc(var(--spacing) * 18);
    }
    .py-\[170px\] {
        padding-block: 170px;
    }
    .pt-8 {
        padding-top: calc(var(--spacing) * 8);
    }
    .pt-13 {
        padding-top: calc(var(--spacing) * 13);
    }
    .pr-12 {
        padding-right: calc(var(--spacing) * 12);
    }
    .pb-10 {
        padding-bottom: calc(var(--spacing) * 10);
    }
    .pb-12 {
        padding-bottom: calc(var(--spacing) * 12);
    }
    .pb-16 {
        padding-bottom: calc(var(--spacing) * 16);
    }
    .pb-18 {
        padding-bottom: calc(var(--spacing) * 18);
    }
    .pl-4 {
        padding-left: calc(var(--spacing) * 4);
    }
    .pl-5 {
        padding-left: calc(var(--spacing) * 5);
    }
    .pl-8 {
        padding-left: calc(var(--spacing) * 8);
    }
    .text-center {
        text-align: center;
    }
    .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-\[16px\] {
        font-size: 16px;
    }
    .text-\[20px\] {
        font-size: 20px;
    }
    .text-\[24px\] {
        font-size: 24px;
    }
    .leading-\[20px\] {
        --tw-leading: 20px;
        line-height: 20px;
    }
    .leading-\[33\.6px\] {
        --tw-leading: 33.6px;
        line-height: 33.6px;
    }
    .leading-\[100\%\] {
        --tw-leading: 100%;
        line-height: 100%;
    }
    .leading-\[150\%\] {
        --tw-leading: 150%;
        line-height: 150%;
    }
    .font-bold {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }
    .font-medium {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
    }
    .font-normal {
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
    }
    .font-semibold {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
    }
    .text-blue-dark {
        color: var(--color-blue-dark);
    }
    .text-blue-light {
        color: var(--color-blue-light);
    }
    .text-gray-700 {
        color: var(--color-gray-700);
    }
    .text-grey-dark {
        color: var(--color-grey-dark);
    }
    .text-white {
        color: var(--color-white);
    }
    .uppercase {
        text-transform: uppercase;
    }
    .opacity-40 {
        opacity: 40%;
    }
    .opacity-60 {
        opacity: 60%;
    }
    .opacity-65 {
        opacity: 65%;
    }
    .shadow-xl\/20 {
        --tw-shadow-alpha: 20%;
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, oklab(from
                            rgb(0 0 0 / 0.1) l a b / 20%)),
            0 8px 10px -6px var(--tw-shadow-color, oklab(from rgb(0 0 0 / 0.1) l
                            a b / 20%));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
            var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
            var(--tw-shadow);
    }
    .transition-all {
        transition-property: all;
        transition-timing-function: var(
            --tw-ease,
            var(--default-transition-timing-function)
        );
        transition-duration: var(
            --tw-duration,
            var(--default-transition-duration)
        );
    }
    .duration-30 {
        --tw-duration: 30ms;
        transition-duration: 30ms;
    }
    .duration-300 {
        --tw-duration: 300ms;
        transition-duration: 300ms;
    }
    .\[clip-path\:polygon\(25\%_3\%\,75\%_3\%\,100\%_50\%\,75\%_91\%\,25\%_91\%\,0\%_50\%\)\] {
        clip-path: polygon(25% 3%, 75% 3%, 100% 50%, 75% 91%, 25% 91%, 0% 50%);
    }
    .group-not-\[\.selected\]\:rotate-90 {
        &:is(:where(.group):not(*:is(.selected)) *) {
            rotate: 90deg;
        }
    }
    .group-\[\.selected\]\:mt-8 {
        &:is(:where(.group):is(.selected) *) {
            margin-top: calc(var(--spacing) * 8);
        }
    }
    .group-\[\.selected\]\:h-auto {
        &:is(:where(.group):is(.selected) *) {
            height: auto;
        }
    }
    .hover\:text-blue-light {
        &:hover {
            @media (hover: hover) {
                color: var(--color-blue-light);
            }
        }
    }
    .focus\:ring-2 {
        &:focus {
            --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
                calc(2px + var(--tw-ring-offset-width))
                var(--tw-ring-color, currentcolor);
            box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
                var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
                var(--tw-shadow);
        }
    }
    .focus\:ring-blue-dark {
        &:focus {
            --tw-ring-color: var(--color-blue-dark);
        }
    }
    .focus\:outline-none {
        &:focus {
            --tw-outline-style: none;
            outline-style: none;
        }
    }
    .md\:flex {
        @media (width >= 48rem) {
            display: flex;
        }
    }
    .md\:max-h-full {
        @media (width >= 48rem) {
            max-height: 100%;
        }
    }
    .md\:flex-row {
        @media (width >= 48rem) {
            flex-direction: row;
        }
    }
    .md\:justify-between {
        @media (width >= 48rem) {
            justify-content: space-between;
        }
    }
    .md\:pb-0 {
        @media (width >= 48rem) {
            padding-bottom: calc(var(--spacing) * 0);
        }
    }
    .md\:text-left {
        @media (width >= 48rem) {
            text-align: left;
        }
    }
    .lg\:-mt-1 {
        @media (width >= 64rem) {
            margin-top: calc(var(--spacing) * -1);
        }
    }
    .lg\:mt-18 {
        @media (width >= 64rem) {
            margin-top: calc(var(--spacing) * 18);
        }
    }
    .lg\:mb-7 {
        @media (width >= 64rem) {
            margin-bottom: calc(var(--spacing) * 7);
        }
    }
    .lg\:mb-15 {
        @media (width >= 64rem) {
            margin-bottom: calc(var(--spacing) * 15);
        }
    }
    .lg\:block {
        @media (width >= 64rem) {
            display: block;
        }
    }
    .lg\:h-\[51px\] {
        @media (width >= 64rem) {
            height: 51px;
        }
    }
    .lg\:h-\[124px\] {
        @media (width >= 64rem) {
            height: 124px;
        }
    }
    .lg\:h-\[540px\] {
        @media (width >= 64rem) {
            height: 540px;
        }
    }
    .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-2\/3 {
        @media (width >= 64rem) {
            width: calc(2 / 3 * 100%);
        }
    }
    .lg\:flex-col {
        @media (width >= 64rem) {
            flex-direction: column;
        }
    }
    .lg\:flex-row {
        @media (width >= 64rem) {
            flex-direction: row;
        }
    }
    .lg\:justify-start {
        @media (width >= 64rem) {
            justify-content: flex-start;
        }
    }
    .lg\:gap-0 {
        @media (width >= 64rem) {
            gap: calc(var(--spacing) * 0);
        }
    }
    .lg\:px-12 {
        @media (width >= 64rem) {
            padding-inline: calc(var(--spacing) * 12);
        }
    }
    .lg\:py-6 {
        @media (width >= 64rem) {
            padding-block: calc(var(--spacing) * 6);
        }
    }
    .lg\:py-\[192px\] {
        @media (width >= 64rem) {
            padding-block: 192px;
        }
    }
    .lg\:pb-0 {
        @media (width >= 64rem) {
            padding-bottom: calc(var(--spacing) * 0);
        }
    }
    .lg\:text-\[26px\] {
        @media (width >= 64rem) {
            font-size: 26px;
        }
    }
    .lg\:group-\[\.selected\]\:hidden {
        @media (width >= 64rem) {
            &:is(:where(.group):is(.selected) *) {
                display: none;
            }
        }
    }
    .xl\:static {
        @media (width >= 80rem) {
            position: static;
        }
    }
    .xl\:top-0 {
        @media (width >= 80rem) {
            top: calc(var(--spacing) * 0);
        }
    }
    .xl\:right-0 {
        @media (width >= 80rem) {
            right: calc(var(--spacing) * 0);
        }
    }
    .xl\:flex {
        @media (width >= 80rem) {
            display: flex;
        }
    }
    .xl\:hidden {
        @media (width >= 80rem) {
            display: none;
        }
    }
    .xl\:h-auto {
        @media (width >= 80rem) {
            height: auto;
        }
    }
    .xl\:w-auto {
        @media (width >= 80rem) {
            width: auto;
        }
    }
    .xl\:flex-row {
        @media (width >= 80rem) {
            flex-direction: row;
        }
    }
    .xl\:gap-15 {
        @media (width >= 80rem) {
            gap: calc(var(--spacing) * 15);
        }
    }
    .xl\:shadow-none {
        @media (width >= 80rem) {
            --tw-shadow: 0 0 #0000;
            box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
                var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
                var(--tw-shadow);
        }
    }
}
@layer base {
    html {
        font-family: "Open Sans", sans-serif;
    }
    b {
        --tw-font-weight: var(--font-weight-extrabold);
        font-weight: var(--font-weight-extrabold);
    }
    h1,
    .h1 {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
        --tw-leading: var(--leading-normal);
        line-height: var(--leading-normal);
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        text-transform: uppercase;
        @media (width >= 64rem) {
            font-size: 40px;
        }
    }
    h2,
    .h2 {
        font-size: 26px;
        --tw-leading: 150%;
        line-height: 150%;
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide);
        color: var(--color-blue-light);
        text-transform: uppercase;
        @media (width >= 64rem) {
            font-size: 30px;
        }
    }
    .h2-emphasized {
        font-size: 26px;
        --tw-leading: 150%;
        line-height: 150%;
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
        color: var(--color-black);
        text-transform: none;
        @media (width >= 64rem) {
            font-size: 30px;
        }
    }
    .h2-footer {
        font-size: 22px;
        --tw-leading: 100%;
        line-height: 100%;
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide);
        color: var(--color-white);
        text-transform: uppercase;
    }
    h3,
    .h3 {
        font-size: var(--text-2xl);
        line-height: var(--tw-leading, var(--text-2xl--line-height));
        --tw-leading: 140%;
        line-height: 140%;
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
        @media (width >= 64rem) {
            font-size: 26px;
        }
    }
    h4,
    .h4 {
        font-size: var(--text-lg);
        line-height: var(--tw-leading, var(--text-lg--line-height));
        --tw-leading: var(--leading-normal);
        line-height: var(--leading-normal);
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
        @media (width >= 64rem) {
            font-size: var(--text-2xl);
            line-height: var(--tw-leading, var(--text-2xl--line-height));
        }
    }
    p {
        font-size: 18px;
        --tw-leading: 160%;
        line-height: 160%;
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
        @media (width >= 48rem) {
            font-size: 22px;
        }
        @media (width >= 64rem) {
            --tw-leading: 140%;
            line-height: 140%;
        }
    }
    .p-footer {
        font-size: 18px;
        --tw-leading: 150%;
        line-height: 150%;
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide);
        color: var(--color-white);
    }
    li {
        font-size: var(--text-xl);
        line-height: var(--tw-leading, var(--text-xl--line-height));
        --tw-leading: 190%;
        line-height: 190%;
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
        @media (width >= 48rem) {
            font-size: var(--text-2xl);
            line-height: var(--tw-leading, var(--text-2xl--line-height));
        }
    }
    .li-nav {
        font-size: 16px;
        --tw-leading: 100%;
        line-height: 100%;
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
        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;
        transition-timing-function: var(
            --tw-ease,
            var(--default-transition-timing-function)
        );
        transition-duration: var(
            --tw-duration,
            var(--default-transition-duration)
        );
        --tw-duration: 300ms;
        transition-duration: 300ms;
    }
    a {
        cursor: pointer;
        font-size: 18px;
        --tw-leading: 150%;
        line-height: 150%;
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
        --tw-tracking: var(--tracking-wide);
        letter-spacing: var(--tracking-wide);
        color: var(--color-blue-light);
        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;
        transition-timing-function: var(
            --tw-ease,
            var(--default-transition-timing-function)
        );
        transition-duration: var(
            --tw-duration,
            var(--default-transition-duration)
        );
        --tw-duration: 300ms;
        transition-duration: 300ms;
        &:hover {
            @media (hover: hover) {
                color: var(--color-grey-lighter);
            }
        }
    }
}
@layer components {
    .btn {
        height: calc(var(--spacing) * 14);
        cursor: pointer;
        border-radius: var(--radius-md);
        background-color: var(--color-blue-light);
        padding-inline: calc(var(--spacing) * 7);
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
        --tw-leading: 100%;
        line-height: 100%;
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
        --tw-tracking: var(--tracking-wider);
        letter-spacing: var(--tracking-wider);
        color: var(--color-white);
        text-transform: uppercase;
        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;
        transition-timing-function: var(
            --tw-ease,
            var(--default-transition-timing-function)
        );
        transition-duration: var(
            --tw-duration,
            var(--default-transition-duration)
        );
        --tw-duration: 300ms;
        transition-duration: 300ms;
        &:hover {
            @media (hover: hover) {
                background-color: var(--color-grey-basic);
            }
        }
    }
}
@property --tw-space-y-reverse {
    syntax: "*";
    inherits: false;
    initial-value: 0;
}
@property --tw-border-style {
    syntax: "*";
    inherits: false;
    initial-value: solid;
}
@property --tw-leading {
    syntax: "*";
    inherits: false;
}
@property --tw-font-weight {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-inset-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-shadow-alpha {
    syntax: "<percentage>";
    inherits: false;
    initial-value: 100%;
}
@property --tw-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
    syntax: "*";
    inherits: false;
}
@property --tw-inset-ring-shadow {
    syntax: "*";
    inherits: false;
    initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
    syntax: "*";
    inherits: false;
}
@property --tw-ring-offset-width {
    syntax: "<length>";
    inherits: false;
    initial-value: 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-duration {
    syntax: "*";
    inherits: false;
}
@property --tw-tracking {
    syntax: "*";
    inherits: false;
}
@layer properties {
    @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or
        ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
        *,
        ::before,
        ::after,
        ::backdrop {
            --tw-space-y-reverse: 0;
            --tw-border-style: solid;
            --tw-leading: initial;
            --tw-font-weight: initial;
            --tw-shadow: 0 0 #0000;
            --tw-shadow-color: initial;
            --tw-shadow-alpha: 100%;
            --tw-inset-shadow: 0 0 #0000;
            --tw-inset-shadow-color: initial;
            --tw-inset-shadow-alpha: 100%;
            --tw-ring-color: initial;
            --tw-ring-shadow: 0 0 #0000;
            --tw-inset-ring-color: initial;
            --tw-inset-ring-shadow: 0 0 #0000;
            --tw-ring-inset: initial;
            --tw-ring-offset-width: 0px;
            --tw-ring-offset-color: #fff;
            --tw-ring-offset-shadow: 0 0 #0000;
            --tw-duration: initial;
            --tw-tracking: initial;
        }
    }
}
