/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@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-leading: initial;
            --tw-font-weight: initial;
            --tw-tracking: 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-ease: initial;
            --tw-content: "";
        }
    }
}

@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: 1rem;
        --font-weight-medium: 500;
        --font-weight-bold: 700;
        --font-weight-extrabold: 800;
        --ease-out: cubic-bezier(0, 0, 0.2, 1);
        --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
        --default-transition-duration: 0.15s;
        --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        --default-font-family: Arial, Helvetica, sans-serif;
        --default-mono-font-family: var(--font-mono);
        --color-gray: #c5c5c5;
        --color-light-gray: #f8f8f8;
        --color-dark-gray: #cacaca;
        --color-primary: #225ca0;
        --color-primary-hover: #038;
        --color-semi-black: #0a0a0a;
        --color-dark-primary: #3e4953;
        --color-link: #135C8C;
        --color-link-hover: #1585cf;
    }
}

@layer base {

    *,
    :after,
    :before,
    ::backdrop {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

    ::file-selector-button {
        box-sizing: border-box;
        border: 0 solid;
        margin: 0;
        padding: 0;
    }

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

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

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

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

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

    b,
    strong {
        font-weight: bolder;
    }

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

    small {
        font-size: 80%;
    }

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

    sub {
        bottom: -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 {
        vertical-align: middle;
        display: block;
    }

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

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

    ::file-selector-button {
        font: inherit;
        font-feature-settings: inherit;
        font-variation-settings: inherit;
        letter-spacing: inherit;
        color: inherit;
        opacity: 1;
        background-color: #0000;
        border-radius: 0;
    }

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

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

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

    ::-moz-placeholder {
        opacity: 1;
    }

    ::placeholder {
        opacity: 1;
    }

    @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
        ::-moz-placeholder {
            color: currentColor;
        }

        ::placeholder {
            color: currentColor;
        }

        @supports (color: color-mix(in lab, red, red)) {
            ::-moz-placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }

            ::placeholder {
                color: color-mix(in oklab, currentcolor 50%, transparent);
            }
        }
    }

    textarea {
        resize: vertical;
    }

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

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

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

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

    ::-webkit-datetime-edit {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-year-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-month-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-day-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-hour-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-minute-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-second-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-millisecond-field {
        padding-block: 0;
    }

    ::-webkit-datetime-edit-meridiem-field {
        padding-block: 0;
    }

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

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

    ::file-selector-button {
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
    }

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

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

    [hidden]:where(:not([hidden="until-found"])) {
        display: none !important;
    }
}

@layer components;

@layer utilities {
    .invisible {
        visibility: hidden;
    }

    .absolute {
        position: absolute;
    }

    .fixed {
        position: fixed;
    }

    .relative {
        position: relative;
    }

    .static {
        position: static;
    }

    .sticky {
        position: sticky;
    }

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

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

    .top-full {
        top: 100%;
    }

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

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

    .bottom-full {
        bottom: 100%;
    }

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

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

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

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

    .container {
        width: 100%;
    }

    @media (min-width: 40rem) {
        .container {
            max-width: 40rem;
        }
    }

    @media (min-width: 48rem) {
        .container {
            max-width: 48rem;
        }
    }

    @media (min-width: 53.125rem) {
        .container {
            max-width: 53.125rem;
        }
    }

    @media (min-width: 64rem) {
        .container {
            max-width: 64rem;
        }
    }

    @media (min-width: 76.25rem) {
        .container {
            max-width: 76.25rem;
        }
    }

    @media (min-width: 96rem) {
        .container {
            max-width: 96rem;
        }
    }

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

    .ml-auto {
        margin-left: auto;
    }

    .pg {
        word-wrap: break-word;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        line-height: 1.2;
        display: inline-block;
    }

    .pg-one {
        word-wrap: break-word;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 2rem;
        line-height: 1.2;
        display: inline-block;
    }

    .block {
        display: block;
    }

    .flex {
        display: flex;
    }

    .grid {
        display: grid;
    }

    .hidden {
        display: none;
    }

    .size-\[1\.2rem\] {
        width: 1.2rem;
        height: 1.2rem;
    }

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

    .h-\[1\.6rem\] {
        height: 1.6rem;
    }

    .h-\[3\.2rem\] {
        height: 3.2rem;
    }

    .h-\[4\.8rem\] {
        height: 4.8rem;
    }

    .h-\[10\.7rem\] {
        height: 10.7rem;
    }

    .h-\[17rem\] {
        height: 17rem;
    }

    .h-\[calc\(12rem\+2\.4rem\*2\)\] {
        height: 16.8rem;
    }

    .h-auto {
        height: auto;
    }

    .h-fit {
        height: -moz-fit-content;
        height: fit-content;
    }

    .h-full {
        height: 100%;
    }

    .min-h-\[25rem\] {
        min-height: 25rem;
    }

    .min-h-\[35rem\] {
        min-height: 35rem;
    }

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

    .w-\[0\.7rem\] {
        width: 0.7rem;
    }

    .w-\[1\.6rem\] {
        width: 1.6rem;
    }

    .w-\[1\.7rem\] {
        width: 1.7rem;
    }

    .w-\[1\.37rem\] {
        width: 1.37rem;
    }

    .w-\[1\.71rem\] {
        width: 1.71rem;
    }

    .w-\[2rem\] {
        width: 2rem;
    }

    .w-\[3\.2rem\] {
        width: 3.2rem;
    }

    .w-\[12rem\] {
        width: 12rem;
    }

    .w-\[15rem\] {
        width: 15rem;
    }

    .w-\[23\.5rem\] {
        width: 23.5rem;
    }

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

    .w-full {
        width: 100%;
    }

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

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

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

    .max-w-full {
        max-width: 100%;
    }

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

    .min-w-\[20rem\] {
        min-width: 20rem;
    }

    .shrink-0 {
        flex-shrink: 0;
    }

    .basis-full {
        flex-basis: 100%;
    }

    .-translate-y-\[calc\(7rem-50\%\)\] {
        --tw-translate-y: calc((7rem - 50%) * -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, );
    }

    .cursor-pointer {
        cursor: pointer;
    }

    .list-none {
        list-style-type: none;
    }

    .grid-flow-row {
        grid-auto-flow: row;
    }

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

    .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));
    }

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

    .flex-row {
        flex-direction: row;
    }

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

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

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

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

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

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

    .gap-\[0\.5rem\] {
        gap: 0.5rem;
    }

    .gap-\[0\.8rem\] {
        gap: 0.8rem;
    }

    .gap-\[0\.64rem\] {
        gap: 0.64rem;
    }

    .gap-\[1\.2rem\] {
        gap: 1.2rem;
    }

    .gap-\[1\.4rem\] {
        gap: 1.4rem;
    }

    .gap-\[1\.5rem\] {
        gap: 1.5rem;
    }

    .gap-\[1\.6rem\] {
        gap: 1.6rem;
    }

    .gap-\[2\.4rem\] {
        gap: 2.4rem;
    }

    .gap-\[2rem\] {
        gap: 2rem;
    }

    .gap-\[3\.2rem\] {
        gap: 3.2rem;
    }

    .gap-\[3\.8rem\] {
        gap: 3.8rem;
    }

    .gap-\[4\.7rem\] {
        gap: 4.7rem;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    .rounded-full {
        border-radius: 3.40282e38px;
    }

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

    .border-\[0\.1rem\] {
        border-style: var(--tw-border-style);
        border-width: 0.1rem;
    }

    .border-\[0\.4rem\] {
        border-style: var(--tw-border-style);
        border-width: 0.4rem;
    }

    .border-b-\[0\.5rem\] {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 0.5rem;
    }

    .border-solid {
        --tw-border-style: solid;
        border-style: solid;
    }

    .border-transparent {
        border-color: #0000;
    }

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

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

    .bg-\[\#F2F2F2\] {
        background-color: #f2f2f2;
    }

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

    .bg-black\/40 {
        background-color: #0006;
    }

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

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

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

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

    .bg-transparent {
        background-color: #0000;
    }

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

    .bg-cover {
        background-size: cover;
    }

    .bg-center {
        background-position: 50%;
    }

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

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

    .p-\[0\.8rem\] {
        padding: 0.8rem;
    }

    .p-\[1\.6rem\] {
        padding: 1.6rem;
    }

    .p-\[3\.2rem\] {
        padding: 3.2rem;
    }

    .px-2 {
        padding-inline: calc(var(--spacing) * 2);
    }

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

    .px-\[1\.6rem\] {
        padding-inline: 1.6rem;
    }

    .px-\[2rem\] {
        padding-inline: 2rem;
    }

    .px-\[5rem\] {
        padding-inline: 5rem;
    }

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

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

    .py-\[0\.1rem\] {
        padding-block: 0.1rem;
    }

    .py-\[0\.4rem\] {
        padding-block: 0.4rem;
    }

    .py-\[1\.6rem\] {
        padding-block: 1.6rem;
    }

    .py-\[2\.4rem\] {
        padding-block: 2.4rem;
    }

    .py-\[3\.2rem\] {
        padding-block: 3.2rem;
    }

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

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

    .pt-\[1\.5rem\] {
        padding-top: 1.5rem;
    }

    .pt-\[2\.4rem\] {
        padding-top: 2.4rem;
    }

    .pt-\[3\.2rem\] {
        padding-top: 3.2rem;
    }

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

    .pb-\[1\.6rem\] {
        padding-bottom: 1.6rem;
    }

    .pb-\[2\.4rem\] {
        padding-bottom: 2.4rem;
    }

    .pb-\[3\.6rem\] {
        padding-bottom: 3.6rem;
    }

    .pb-\[4\.8rem\] {
        padding-bottom: 4.8rem;
    }

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

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

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

    .hd-1 {
        word-wrap: break-word;
        font-family:
            Georgia,
            Times New Roman,
            serif;
        font-size: 2.88rem;
        font-weight: 700;
        line-height: 1.2;
    }

    @media screen and (min-width: 768px) {
        .hd-1 {
            font-size: 4.8rem;
        }
    }

    .hd-2,
    .hd-3,
    .hd-4 {
        word-wrap: break-word;
        font-family:
            Georgia,
            Times New Roman,
            serif;
        font-size: 2.88rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .hd-4-three {
        word-wrap: break-word;
        font-family:
            Georgia,
            Times New Roman,
            serif;
        font-size: 2.4rem;
        font-weight: 700;
        line-height: 1.2;
    }

    .font-sans {
        font-family: var(--font-sans);
    }

    .text-\[1\.1rem\] {
        font-size: 1.1rem;
    }

    .text-\[1\.6rem\] {
        font-size: 1.6rem;
    }

    .text-\[1\.8rem\] {
        font-size: 1.8rem;
    }

    .text-\[2rem\] {
        font-size: 2rem;
    }

    .leading-\[1\.2\] {
        --tw-leading: 1.2;
        line-height: 1.2;
    }

    .leading-\[1\.5\] {
        --tw-leading: 1.5;
        line-height: 1.5;
    }

    .leading-\[2\.4rem\] {
        --tw-leading: 2.4rem;
        line-height: 2.4rem;
    }

    .leading-\[2\] {
        --tw-leading: 2;
        line-height: 2;
    }

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

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

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

    .tracking-\[0\.5px\] {
        --tw-tracking: 0.5px;
        letter-spacing: 0.5px;
    }

    .whitespace-nowrap {
        white-space: nowrap;
    }

    .text-\[\#8d969e\] {
        color: #53585d;
    }

    .text-\[\#595959\] {
        color: #595959;
    }

    .text-\[\#D0D0D0\] {
        color: #d0d0d0;
    }

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

    .text-dark-primary {
        color: var(--color-dark-primary);
    }

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

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

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

    .uppercase {
        text-transform: uppercase;
    }

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

    .opacity-0 {
        opacity: 0;
    }

    .opacity-\[0\.48\] {
        opacity: 0.48;
    }

    .shadow-mobile-navigation {
        --tw-shadow: 0 0 3.5rem 0 var(--tw-shadow-color, #000000bf);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }

    .transition-\[height\] {
        transition-property: height;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }

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

    .transition-colors {
        transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from,
            --tw-gradient-via, --tw-gradient-to;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }

    .transition-transform {
        transition-property: transform, translate, scale, rotate;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
    }

    .duration-200 {
        --tw-duration: 0.2s;
        transition-duration: 0.2s;
    }

    .duration-300 {
        --tw-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .ease-in-out {
        --tw-ease: var(--ease-in-out);
        transition-timing-function: var(--ease-in-out);
    }

    .ease-linear {
        --tw-ease: linear;
        transition-timing-function: linear;
    }

    .ease-out {
        --tw-ease: var(--ease-out);
        transition-timing-function: var(--ease-out);
    }

    @media (hover: hover) {
        .group-hover\:rotate-180:is(:where(.group):hover *) {
            rotate: 180deg;
        }
    }

    .group-hocus\:border-black:is(:is(:where(.group):hover, :where(.group):focus) *) {
        border-color: var(--color-black);
    }

    .group-hocus\:bg-black:is(:is(:where(.group):hover, :where(.group):focus) *) {
        background-color: var(--color-black);
    }

    .group-hocus\:text-white:is(:is(:where(.group):hover, :where(.group):focus) *) {
        color: var(--color-white);
    }

    .after\:absolute:after {
        content: var(--tw-content);
        position: absolute;
    }

    .after\:top-full:after {
        content: var(--tw-content);
        top: 100%;
    }

    .after\:left-0:after {
        content: var(--tw-content);
        left: calc(var(--spacing) * 0);
    }

    .after\:h-\[0\.2rem\]:after {
        content: var(--tw-content);
        height: 0.2rem;
    }

    .after\:w-full:after {
        content: var(--tw-content);
        width: 100%;
    }

    .after\:translate-y-\[1rem\]:after {
        content: var(--tw-content);
        --tw-translate-y: 1rem;
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .after\:bg-black:after {
        content: var(--tw-content);
        background-color: var(--color-black);
    }

    .after\:opacity-0:after {
        content: var(--tw-content);
        opacity: 0;
    }

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

    .after\:duration-200:after {
        content: var(--tw-content);
        --tw-duration: 0.2s;
        transition-duration: 0.2s;
    }

    .after\:ease-linear:after {
        content: var(--tw-content);
        --tw-ease: linear;
        transition-timing-function: linear;
    }

    .after\:content-\[\'\'\]:after {
        --tw-content: "";
        content: var(--tw-content);
    }

    @media not all and (min-width: 76.25rem) {
        .max-xl\:hidden {
            display: none;
        }
    }

    @media not all and (min-width: 64rem) {
        .max-lg\:hidden {
            display: none;
        }
    }

    @media (min-width: 48rem) {
        .md\:flex {
            display: flex;
        }

        .md\:max-w-\[28rem\] {
            max-width: 28rem;
        }

        .md\:grow {
            flex-grow: 1;
        }

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

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

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

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

        .md\:flex-row {
            flex-direction: row;
        }

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

        .md\:items-start {
            align-items: flex-start;
        }

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

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

        .md\:justify-start {
            justify-content: flex-start;
        }

        .md\:gap-\[2\.4rem\] {
            gap: 2.4rem;
        }

        .md\:gap-\[4\.8rem\] {
            gap: 4.8rem;
        }

        .md\:gap-\[5\.6rem\] {
            gap: 5.6rem;
        }

        .md\:gap-\[6\.4rem\] {
            gap: 6.4rem;
        }

        .md\:p-0 {
            padding: calc(var(--spacing) * 0);
        }

        .md\:p-\[3\.2rem\] {
            padding: 3.2rem;
        }

        .md\:px-\[4\.8rem\] {
            padding-inline: 4.8rem;
        }

        .md\:px-\[6\.4rem\] {
            padding-inline: 6.4rem;
        }

        .md\:py-0 {
            padding-block: calc(var(--spacing) * 0);
        }

        .md\:py-\[6\.4rem\] {
            padding-block: 6.4rem;
        }

        .md\:py-\[7\.2rem\] {
            padding-block: 7.2rem;
        }

        .md\:pb-0 {
            padding-bottom: calc(var(--spacing) * 0);
        }

        .md\:pb-2 {
            padding-bottom: calc(var(--spacing) * 2);
        }

        .md\:pb-\[8\.8rem\] {
            padding-bottom: 8.8rem;
        }

        .md\:text-start {
            text-align: start;
        }

        :is(.md\:\*\:basis-1\/2 > *) {
            flex-basis: 50%;
        }
    }

    @media (min-width: 53.125rem) {
        .y\:basis-\[30\%\] {
            flex-basis: 30%;
        }

        .y\:flex-row {
            flex-direction: row;
        }

        .y\:items-start {
            align-items: flex-start;
        }

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

        .y\:gap-8 {
            gap: calc(var(--spacing) * 8);
        }

        .y\:object-left {
            -o-object-position: left;
            object-position: left;
        }

        .y\:py-\[6\.8rem\] {
            padding-block: 6.8rem;
        }

        .y\:text-end {
            text-align: end;
        }

        .y\:text-start {
            text-align: start;
        }
    }

    @media (min-width: 64rem) {
        .lg\:hidden {
            display: none;
        }

        .lg\:hidden\! {
            display: none !important;
        }

        .lg\:max-w-\[30\.2rem\] {
            max-width: 30.2rem;
        }

        .lg\:p-\[3\.2rem\] {
            padding: 3.2rem;
        }

        .lg\:px-\[8rem\] {
            padding-inline: 8rem;
        }

        .lg\:px-\[9\.6rem\] {
            padding-inline: 9.6rem;
        }
    }

    @media (min-width: 76.25rem) {
        .xl\:hidden {
            display: none;
        }

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

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

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

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

        .xl\:gap-10 {
            gap: calc(var(--spacing) * 10);
        }
    }

    .hocus\:bg-primary-hover:hover,
    .hocus\:bg-primary-hover:focus {
        background-color: var(--color-primary-hover);
    }

    .hocus\:text-black:hover,
    .hocus\:text-black:focus {
        color: var(--color-black);
    }

    .hocus\:text-white:hover,
    .hocus\:text-white:focus {
        color: var(--color-white);
    }

    :is(.hocus\:after\:translate-y-0:hover, .hocus\:after\:translate-y-0:focus):after {
        content: var(--tw-content);
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    :is(.hocus\:after\:opacity-100:hover, .hocus\:after\:opacity-100:focus):after {
        content: var(--tw-content);
        opacity: 1;
    }

    .current\:bg-black.current {
        background-color: var(--color-black);
    }

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

    .current\:after\:translate-y-0.current:after {
        content: var(--tw-content);
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
    }

    .current\:after\:opacity-100.current:after {
        content: var(--tw-content);
        opacity: 1;
    }

    .\[\&_a\]\:text-link a {
        color: var(--color-link);
    }

    .\[\&_a\]\:transition-colors a {
        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));
    }

    @media (hover: hover) {
        .\[\&_a\]\:hover\:text-link-hover a:hover {
            color: var(--color-link-hover);
        }
    }

    .\[\&_section\]\:even\:bg-light-gray section:nth-child(2n) {
        background-color: var(--color-light-gray);
    }

    html {
        -webkit-text-size-adjust: none;
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-font-smoothing: antialiased;
        scroll-behavior: smooth;
        color: #0a0a0a;
        background: #fefefe;
        font-size: 62.5%;
        overflow-x: hidden !important;
    }

    *,
    :before,
    :after {
        box-sizing: inherit;
    }

    body {
        box-sizing: border-box;
        margin: 0;
        font-size: 1.6rem;
    }

    ::-moz-selection {
        color: #fff;
        background: #000;
    }

    ::selection {
        color: #fff;
        background: #000;
    }

    ::-webkit-selection {
        color: #fff;
        background: #000;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    figure {
        margin: 0;
    }

    q:before,
    q:after {
        display: none;
    }

    button {
        color: inherit;
        vertical-align: middle;
        text-align: center;
        text-transform: none;
        font: inherit;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background: 0 0;
        border: 0;
        outline: 0;
        margin: 0;
        padding: 0;
        line-height: normal;
        text-decoration: none;
        display: inline-block;
        overflow: visible;
    }

    blockquote {
        margin-block: 0;
        margin-inline: 0;
    }

    #svg-- {
        display: none;
    }

    .mfp-wrap {
        overflow: hidden auto;
        position: fixed !important;
        top: 0 !important;
    }

    .flip-card {
        transform-style: preserve-3d;
        transition: transform 1s;
    }

    .flip-card-front,
    .flip-card-back {
        backface-visibility: hidden;
    }

    .flip-card-back,
    .flip-card-wrapper:hover .flip-card {
        transform: rotateY(180deg);
    }
}

.job-description ul,
.job-description ol {
    list-style-type: initial;
    unicode-bidi: isolate;
    margin-block: 1em;
    margin-inline: 0;
    padding-inline-start: 20px;
    display: block;
}

.job-description li {
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
    display: list-item;
}

.job-description p {
    unicode-bidi: isolate;
    margin-block: 1em;
    margin-inline: 0;
    display: block;
}

@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-leading {
    syntax: "*";
    inherits: false;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@property --tw-content {
    syntax: "*";
    inherits: false;
    initial-value: "";
}


.open-jobs {
    padding: 48px 0;
    background-color: #000;
}

.open-jobs h2 {
    font-size: 28.8px;
    line-height: normal;
    color: white;
    font-weight: bold;
    text-align: center;
            font-family:
                    Georgia,
                    Times New Roman,
                    serif;
}


.job-description .job-description-content p,
.job-description .job-description-content span,
.job-description .job-description-content li,
.job-description .job-skills p,
.job-description .job-skills span,
.job-description .job-skills li,
.job-description .job-notes.important-notes p,
.job-description .job-notes.important-notes span,
.job-description .job-notes.important-notes li {
    font-size: 16px
}


.job-description ul,
.job-description ol {
    display: block;
    list-style-type: initial;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
}

.job-description li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

/* Remove default list styles */
.job-description p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}