/*! 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-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-duration: initial;
            --tw-ease: initial
        }
    }
/* } */

/* @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-light: 300;
        --font-weight-medium: 500;
        --font-weight-semibold: 600;
        --font-weight-bold: 700;
        --font-weight-extrabold: 800;
        --font-weight-black: 900;
        --ease-in: cubic-bezier(.4, 0, 1, 1);
        --ease-out: cubic-bezier(0, 0, .2, 1);
        --ease-in-out: cubic-bezier(.4, 0, .2, 1);
        --default-transition-duration: .15s;
        --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        --default-font-family: var(--font-sans);
        --default-mono-font-family: var(--font-mono);
        --color-gray: #535353;
        --color-light-gray: #666;
        --color-lightest-gray: #a8afb4
    }
/* } */

/* @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: -.25em
    }

    sup {
        top: -.5em
    }

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

    :-moz-focusring {
        outline: auto
    }

    progress {
        vertical-align: baseline
    }

    summary {
        display: list-item
    }

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

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

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

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

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

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

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

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

    ::-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 { */
    .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-1\/2 {
        top: 50%
    }

    .top-\[calc\(100\%-0\.8rem\)\] {
        top: calc(100% - .8rem)
    }

    .top-full {
        top: 100%
    }

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

    .bottom-full {
        bottom: 100%
    }

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

    .left-full {
        left: 100%
    }

    .z-100 {
        z-index: 100
    }

    .z-\[999\] {
        z-index: 999
    }

    .container {
        width: 100%
    }

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

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

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

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

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

    .mx-auto {
        margin-inline: auto
    }

    .my-\[2\.8rem\] {
        margin-block: 2.8rem
    }

    .my-\[2\.4rem\] {
        margin-block: 2.4rem
    }

    .mt-\[0\.4rem\] {
        margin-top: .4rem
    }

    .mt-\[0\.8rem\] {
        margin-top: .8rem
    }

    .mt-\[1\.2rem\] {
        margin-top: 1.2rem
    }

    .mt-\[1\.6rem\] {
        margin-top: 1.6rem
    }

    .mt-\[2\.4rem\] {
        margin-top: 2.4rem
    }

    .mt-\[3\.2rem\] {
        margin-top: 3.2rem
    }

    .mt-auto {
        margin-top: auto
    }

    .mt-2 {
        margin-top: 2rem
    }

    .section-container {
        width: 100%;
        max-width: 144rem;
        margin-left: auto;
        margin-right: auto
    }

    .mr-\[1\.6rem\] {
        margin-right: 1.6rem
    }

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

    .mb-\[1\.2rem\] {
        margin-bottom: 1.2rem
    }

    .mb-\[1\.6rem\] {
        margin-bottom: 1.6rem
    }

    .mb-\[2\.4rem\] {
        margin-bottom: 2.4rem
    }

    .ml-auto {
        margin-left: auto
    }

    .block {
        display: block
    }

    .flex {
        display: flex
    }

    .hidden {
        display: none
    }

    .size-8 {
        width: calc(var(--spacing)*8);
        height: calc(var(--spacing)*8)
    }

    .size-10 {
        width: calc(var(--spacing)*10);
        height: calc(var(--spacing)*10)
    }

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

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

    .size-\[2\.4rem\] {
        width: 2.4rem;
        height: 2.4rem
    }

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

    .size-\[3\.5rem\] {
        width: 3.5rem;
        height: 3.5rem
    }

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

    .size-full {
        width: 100%;
        height: 100%
    }

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

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

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

    .h-\[0\.2rem\] {
        height: .2rem
    }

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

    .h-\[1\.8rem\] {
        height: 1.8rem
    }

    .h-\[2\.4rem\] {
        height: 2.4rem
    }

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

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

    .h-\[19\.3rem\] {
        height: 19.3rem
    }

    .h-\[9\.3rem\] {
        height: 9.3rem
    }

    .h-auto {
        height: auto
    }

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

    .h-full {
        height: 100%
    }

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

    .max-h-\[calc\(100vh-76px\)\] {
        max-height: calc(100vh - 76px)
    }

    .min-h-\[3\.3rem\] {
        min-height: 3.3rem
    }

    .min-h-\[6\.7rem\] {
        min-height: 6.7rem
    }

    .w-2\/3 {
        width: 66.6667%
    }

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

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

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

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

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

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

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

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

    .w-\[13\.4rem\] {
        width: 13.4rem
    }

    .w-\[calc\(\(100\%-1\.6rem\)\/2\)\] {
        width: calc(50% - .8rem)
    }

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

    .w-full {
        width: 100%
    }

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

    .w-screen {
        width: 100vw
    }

    .max-w-81 {
        max-width: calc(var(--spacing)*81)
    }

    .max-w-84 {
        max-width: calc(var(--spacing)*84)
    }

    .max-w-104 {
        max-width: calc(var(--spacing)*104)
    }

    .max-w-118 {
        max-width: calc(var(--spacing)*118)
    }

    .max-w-\[53\.4rem\] {
        max-width: 53.4rem
    }

    .max-w-\[81\.4rem\] {
        max-width: 81.4rem
    }

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

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

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

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

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

    .shrink-0 {
        flex-shrink: 0
    }

    .grow {
        flex-grow: 1
    }

    .translate-y-\[-50\%\] {
        --tw-translate-y: -50%;
        translate: var(--tw-translate-x) var(--tw-translate-y)
    }

    .rotate-180 {
        rotate: 180deg
    }

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

    .cursor-pointer {
        cursor: pointer
    }

    .list-outside {
        list-style-position: outside
    }

    .list-disc {
        list-style-type: disc
    }

    .flex-col {
        flex-direction: column
    }

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

    .flex-row {
        flex-direction: row
    }

    .flex-wrap {
        flex-wrap: wrap
    }

    .items-center {
        align-items: center
    }

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

    .items-stretch {
        align-items: stretch
    }

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

    .justify-center {
        justify-content: center
    }

    .justify-end {
        justify-content: flex-end
    }

    .justify-start {
        justify-content: flex-start
    }

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

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

    .gap-\[0\.4rem\] {
        gap: .4rem
    }

    .gap-\[0\.6rem\] {
        gap: .6rem
    }

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

    .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-\[1rem\] {
        gap: 1rem
    }

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

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

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

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

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

    .gap-x-\[4\.8rem\] {
        -moz-column-gap: 4.8rem;
        column-gap: 4.8rem
    }

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

    .overflow-auto {
        overflow: auto
    }

    .overflow-hidden {
        overflow: hidden
    }

    .rounded-\[0\.2rem\] {
        border-radius: .2rem
    }

    .rounded-\[0\.4rem\] {
        border-radius: .4rem
    }

    .rounded-\[0\.6rem\] {
        border-radius: .6rem
    }

    .rounded-\[1rem\] {
        border-radius: 1rem
    }

    .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: .1rem
    }

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

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

    .border-\[\#929292\] {
        border-color: #929292
    }

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

    .border-black\/30 {
        border-color: #0000004d
    }

    @supports (color:color-mix(in lab, red, red)) {
        .border-black\/30 {
            border-color: color-mix(in oklab, var(--color-black) 30%, transparent)
        }
    }

    .border-lightest-gray {
        border-color: var(--color-lightest-gray)
    }

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

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

    .bg-black\/5 {
        background-color: #0000000d
    }

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

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

    .\!bg-transparent {
        background-color: #0000 !important
    }

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

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

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

    .object-top {
        -o-object-position: top;
        object-position: top
    }

    .object-right {
        -o-object-position: right;
        object-position: right
    }

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

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

    .p-\[0\.45rem\] {
        padding: .45rem
    }

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

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

    .px-\[0\.4rem\] {
        padding-inline: .4rem
    }

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

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

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

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

    .py-\[0\.2rem\] {
        padding-block: .2rem
    }

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

    .py-\[0\.7rem\] {
        padding-block: .7rem
    }

    .py-\[0\.8rem\] {
        padding-block: .8rem
    }

    .py-\[1\.2rem\] {
        padding-block: 1.2rem
    }

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

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

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

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

    .py-\[4\.8rem\] {
        padding-block: 4.8rem
    }

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

    .pt-\[0\.8rem\] {
        padding-top: 0.8rem
    }

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

    .pt-\[4\.8rem\] {
        padding-top: 4.8rem
    }

    .pt-\[5\.2rem\] {
        padding-top: 5.2rem
    }

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

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

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

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

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

    .pb-\[45\%\] {
        padding-bottom: 45%
    }

    .pb-\[47\%\] {
        padding-bottom: 47%
    }

    .pb-\[52\%\] {
        padding-bottom: 52%
    }

    .pb-\[56\.2\%\] {
        padding-bottom: 56.2%
    }

    .pb-\[57\%\] {
        padding-bottom: 57%
    }

    .pb-\[58\%\] {
        padding-bottom: 58%
    }

    .pb-\[65\%\] {
        padding-bottom: 65%
    }

    .pb-\[70\%\] {
        padding-bottom: 70%
    }

    .pb-\[84\%\] {
        padding-bottom: 84%
    }

    .pb-\[85\.7\%\] {
        padding-bottom: 85.7%
    }

    .pb-\[100\%\] {
        padding-bottom: 100%
    }

    .pb-\[102\.9\%\] {
        padding-bottom: 102.9%
    }

    .pb-\[106\%\] {
        padding-bottom: 106%
    }

    .pb-\[116\%\] {
        padding-bottom: 116%
    }

    .pb-\[125\%\] {
        padding-bottom: 125%
    }

    .pb-\[138\%\] {
        padding-bottom: 138%
    }

    .pb-\[139\%\] {
        padding-bottom: 139%
    }

    .pb-\[156\%\] {
        padding-bottom: 156%
    }

    .pb-\[159\%\] {
        padding-bottom: 159%
    }

    .pb-\[160\%\] {
        padding-bottom: 160%
    }

    .pb-\[163\%\] {
        padding-bottom: 163%
    }

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

    .pl-\[1\.6rem\] {
        padding-left: 1.6rem
    }

    .text-center {
        text-align: center
    }

    .text-left {
        text-align: left
    }

    .h1 {
        letter-spacing: 0;
        font-family: Brandon Grotesque, sans-serif;
        font-size: 6.4rem;
        font-weight: 500;
        line-height: 8rem
    }

    @media screen and (max-width:767px) {
        .h1 {
            letter-spacing: 0;
            font-size: 3.6rem;
            line-height: 4.8rem
        }
    }

    .h2 {
        letter-spacing: 0;
        font-family: Brandon Grotesque, sans-serif;
        /* font-size: 3.2rem; */
        font-size: 2.8rem;
        font-weight: 500;
        line-height: 4rem
    }

    .h3 {
        letter-spacing: 0;
        font-family: Brandon Grotesque, sans-serif;
        font-size: 2.1rem;
        font-weight: 500;
        line-height: 2.5rem
    }

    .nav-link {
        letter-spacing: .05rem;
        font-family: helvetica-neue-lt-pro, sans-serif;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.7rem
    }

    .pg {
        letter-spacing: 0;
        font-family: helvetica-lt-pro, sans-serif;
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 2.4rem
    }

    .pg-s {
        letter-spacing: 0;
        font-family: helvetica-lt-pro, sans-serif;
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 2.4rem
    }

    .pg-xs {
        letter-spacing: 0;
        font-family: helvetica-lt-pro, sans-serif;
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.8rem
    }

    .\!font-brandon-grotesque {
        font-family: brandon-grotesque, sans-serif !important
    }

    .font-brandon-grotesque {
        font-family: brandon-grotesque, sans-serif
    }

    .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-\[2\.4rem\] {
        font-size: 2.4rem
    }

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

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

    .text-\[3\.2rem\] {
        font-size: 3.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
    }

    .leading-\[3\.5rem\] {
        --tw-leading: 3.5rem;
        line-height: 3.5rem
    }

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

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

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

    .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-light {
        --tw-font-weight: var(--font-weight-light);
        font-weight: var(--font-weight-light)
    }

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

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

    .whitespace-nowrap {
        white-space: nowrap
    }

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

    .text-\[\#1D6B80\] {
      color: #1D6B80
    }
    
    .text-\[\#0603AC\] {
      color: #0603AC
    }

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

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

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

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

    .text-white\/90 {
        color: #ffffffe6
    }

    @supports (color:color-mix(in lab, red, red)) {
        .text-white\/90 {
            color: color-mix(in oklab, var(--color-white) 90%, transparent)
        }
    }

    .uppercase {
        text-transform: uppercase
    }

    .underline {
        text-decoration: underline
    }

    .italic {
        font-style: italic
    }

    .not-italic {
        font-style: normal
    }

    .opacity-0 {
        opacity: 0
    }

    .opacity-50 {
        opacity: .5
    }

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

    .shadow-\[inset_0_0_0_0\.1rem_\#000\] {
        --tw-shadow: inset 0 0 0 .1rem var(--tw-shadow-color, #000);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    .shadow-header {
        box-shadow: 0 .2rem 1rem .2rem #0000001a
    }

    .shadow-nav-menu {
        box-shadow: 0 .6rem .6rem .2rem #0000001a
    }

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

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

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

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

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

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

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

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

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

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

    @media (hover:hover) {
        .group-hover\:translate-x-0\.5:is(:where(.group):hover *) {
            --tw-translate-x: calc(var(--spacing)*.5);
            translate: var(--tw-translate-x) var(--tw-translate-y)
        }

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

    .group-current\:opacity-100:is(:where(.group).current *) {
        opacity: 1
    }

    @media (hover:hover) {
        .hover\:bg-black:hover {
            background-color: var(--color-black)
        }

        .hover\:bg-transparent:hover {
            background-color: #0000
        }

        .hover\:text-black:hover {
            color: var(--color-black)
        }

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

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

    @media (min-width:48rem) {
        .md\:mr-\[3\.2rem\] {
            margin-right: 3.2rem
        }
        
        .md\:mt-\[0\.8rem\] {
            margin-top: 0.8rem
        }
        
        .md\:mt-\[3\.2rem\] {
            margin-top: 3.2rem
        }
        
        .md\:mb-\[3\.2rem\] {
            margin-bottom: 3.2rem
        }

        .md\:my-\[3\.2rem\] {
          margin-block: 3.2rem
        }

        .md\:block {
            display: block
        }

        .md\:hidden {
            display: none
        }

        .md\:w-1\/2 {
            width: 50%
        }

        .md\:w-15 {
            width: calc(var(--spacing)*15)
        }

        .md\:w-2\/5 {
            width: 40%
        }

        .md\:w-\[26\%\] {
            width: 26%
        }

        .md\:w-\[calc\(\(100\%-1\.6rem\)\/2\)\] {
            width: calc(50% - .8rem)
        }

        .md\:w-\[calc\(\(100\%-2\.4rem\)\/2\)\] {
            width: calc(50% - 1.2rem)
        }

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

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

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

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

        .md\:items-end {
            align-items: flex-end
        }

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

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

        .md\:gap-6 {
            gap: calc(var(--spacing)*6)
        }

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

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

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

        .md\:px-\[3\.2rem\] {
            padding-inline: 3.2rem
        }

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

        .md\:pr-0 {
            padding-right: calc(var(--spacing)*0)
        }

        .md\:pb-0 {
            padding-bottom: 0rem;
        }

        .md\:pb-4 {
            padding-bottom: 4rem;
        }

        .md\:pt-\[1\.6rem\] {
            padding-top: 1.6rem;
        }

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

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

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

        .md\:pb-\[47\%\] {
          padding-bottom: 47%
        }

        .md\:pb-\[52\%\] {
            padding-bottom: 52%
        }

        .md\:pb-\[53\%\] {
            padding-bottom: 53%
        }

        .md\:pb-\[57\%\] {
            padding-bottom: 57%
        }

        .md\:pb-\[70\%\] {
            padding-bottom: 70%
        }

        .md\:pb-\[84\.4\%\] {
            padding-bottom: 84.4%
        }

        .md\:pb-\[95\.4\%\] {
            padding-bottom: 95.4%
        }

        .md\:pb-\[106\%\] {
            padding-bottom: 106%
        }

        .md\:pb-\[113\%\] {
            padding-bottom: 113%
        }

        .md\:pb-\[125\%\] {
          padding-bottom: 125%
        }

        .md\:pb-\[160\%\] {
          padding-bottom: 160%
        }

        .md\:pl-\[3\.2rem\] {
            padding-left: 3.2rem
        }

        .md\:text-right {
            text-align: right
        }

        .md\:text-\[3\.2rem\] {
          font-size: 3.2rem
        }

        .md\:py-\[0\.8rem\] {
            padding-block: 0.8rem;
        }

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

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

        .md\:py-\[4\.8rem\] {
            padding-block: 4.8rem;
        }

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

        .md\:pt-\[5\.2rem\] {
            padding-top: 5.2rem;
        }
    }

    @media (min-width:64rem) {
        .lg\:mr-0 {
            margin-right: calc(var(--spacing)*0)
        }

        .lg\:mt-\[4\.8rem\] {
            margin-top: 4.8rem
        }

        .lg\:mb-\[4\.8rem\] {
            margin-bottom: 4.8rem
        }

        .lg\:my-\[4\.8rem\] {
          margin-block: 4.8rem
        }

        .lg\:block {
            display: block
        }

        .lg\:flex {
            display: flex
        }

        .lg\:hidden {
            display: none
        }

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

        .lg\:max-h-0 {
            max-height: calc(var(--spacing)*0)
        }

        .lg\:w-1\/3 {
            width: 33.3333%
        }

        .lg\:w-1\/5 {
            width: 20%
        }

        .lg\:w-\[calc\(\(100\%-3\.2rem\)\/3\)\] {
            width: calc(33.3333% - 1.06667rem)
        }

        .lg\:w-\[calc\(\(100\%-7\.2rem\)\/4\)\] {
            width: calc(25% - 1.8rem)
        }

        .lg\:w-\[calc\(\(100\%-9\.6rem\)\/5\)\] {
            width: calc(20% - 1.92rem)
        }

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

        .lg\:max-w-\[50\.3rem\] {
            max-width: 50.3rem
        }

        .lg\:h-\[9\.7rem\] {
            height: 9.7rem
        }

        .lg\:flex-row {
            flex-direction: row
        }

        .lg\:items-center {
            align-items: center
        }

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

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

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

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

        .lg\:px-\[0\.4rem\] {
            padding-inline: .4rem
        }

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

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

        .lg\:pr-\[3\.2rem\] {
            padding-right: 3.2rem
        }

        .lg\:pb-\[45\%\] {
            padding-bottom: 45%
        }

        .lg\:pb-\[47\%\] {
            padding-bottom: 47%
        }

        .lg\:pb-\[49\%\] {
            padding-bottom: 49%
        }

        .lg\:pb-\[60\%\] {
            padding-bottom: 60%
        }

        .lg\:pb-\[70\%\] {
            padding-bottom: 70%
        }
        
        .lg\:pb-\[156\%\] {
          padding-bottom: 156%
        }

        .lg\:pb-4 {
          padding-bottom: 4rem;
        }

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

        .lg\:pt-\[4\.8rem\] {
          padding-top: 4.8rem;
        }

        .lg\:pl-\[1\.6rem\] {
            padding-left: 1.6rem
        }

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

        .lg\:py-\[4\.8rem\] {
          padding-block: 4.8rem;
        }

        .lg\:opacity-0 {
            opacity: 0
        }

        @media (hover:hover) {
            .lg\:group-hover\:max-h-40:is(:where(.group):hover *) {
                max-height: calc(var(--spacing)*40)
            }

            .lg\:group-hover\:opacity-100:is(:where(.group):hover *) {
                opacity: 1
            }

            .lg\:group-hover\:flex:is(:where(.group):hover *) {
                display: flex
            }
        }
    }

    .\[\&\.active\]\:opacity-100.active {
        opacity: 1
    }

    .\[\&\.active\]\:shadow-\[inset_0_-0\.1rem_0_\#000\].active {
        --tw-shadow: inset 0 -.1rem 0 var(--tw-shadow-color, #000);
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)
    }

    html {
        -webkit-text-size-adjust: none;
        -webkit-font-smoothing: subpixel-antialiased;
        -webkit-font-smoothing: antialiased;
        scroll-behavior: smooth;
        scroll-padding-top: 10.24rem;
        font-size: 62.5%;
        overflow-x: hidden !important
    }

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

    * {
        font-family: helvetica-lt-pro, sans-serif
    }

    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
    }

    button {
        display: flex
    }

    .hamburger {
        z-index: 999;
        background-color: #fff;
        border: .2rem solid #e5fcfb;
        border-radius: 1.8rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: .5rem;
        width: 6.5rem;
        height: 6.5rem;
        display: flex;
        position: relative
    }

    .hamburger.active .hamburger-bar:first-child {
        transform: rotate(-45deg)
    }

    .hamburger.active .hamburger-bar:nth-child(2) {
        opacity: 0
    }

    .hamburger.active .hamburger-bar:nth-child(3) {
        transform: rotate(45deg)
    }

    .hamburger-bar {
        background-color: #191919;
        width: 2.2rem;
        height: .2rem;
        margin: 0 auto;
        transition: all .3s;
        display: block;
        position: absolute
    }

    .hamburger-bar:first-of-type {
        top: 50%;
        transform: translateY(calc(-50% - .6rem))
    }

    .hamburger-bar:nth-of-type(3) {
        top: 50%;
        transform: translateY(calc(.6rem - 50%))
    }

    .carousel--prev[disabled=disabled],
    .carousel--next[disabled=disabled] {
        opacity: .5;
        pointer-events: none;
        cursor: not-allowed
    }

    .carousel--slide {
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none
    }

    .mfp-content {
        border: .3rem solid #000;
        border-radius: .6rem;
        overflow: hidden
    }

    .mfp-iframe-holder .mfp-content {
        max-width: 80% !important
    }

    @media screen and (max-width:767px) {
        .mfp-iframe-holder .mfp-content {
            max-width: 100% !important
        }
    }

    .mfp-iframe-holder .mfp-close {
        opacity: 1 !important;
        background-color: #fff !important;
        justify-content: center !important;
        align-items: center !important;
        width: 4.8rem !important;
        height: 4.8rem !important;
        padding: 1.1rem !important;
        display: flex !important;
        top: 1.6rem !important;
        right: 1.6rem !important
    }

    .mfp-iframe-holder .mfp-close:after {
        content: "";
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjQuNjkwNyAzLjkyNzg2QzI1LjQxMzggMy4yMDQ3NiAyNS40MTM4IDIuMDMyMzggMjQuNjkwNyAxLjMwOTI5QzIzLjk2NzYgMC41ODYxODcgMjIuNzk1MiAwLjU4NjE4NyAyMi4wNzIxIDEuMzA5MjlMMTMgMTAuMzgxNEwzLjkyNzg2IDEuMzA5MjlDMy4yMDQ3NiAwLjU4NjE4OCAyLjAzMjM4IDAuNTg2MTg3IDEuMzA5MjkgMS4zMDkyOUMwLjU4NjE4NyAyLjAzMjM4IDAuNTg2MTg3IDMuMjA0NzYgMS4zMDkyOSAzLjkyNzg2TDEwLjM4MTQgMTNMMS4zMDkyOSAyMi4wNzIxQzAuNTg2MTg4IDIyLjc5NTIgMC41ODYxODggMjMuOTY3NiAxLjMwOTI5IDI0LjY5MDdDMi4wMzIzOCAyNS40MTM4IDMuMjA0NzYgMjUuNDEzOCAzLjkyNzg2IDI0LjY5MDdMMTMgMTUuNjE4NkwyMi4wNzIxIDI0LjY5MDdDMjIuNzk1MiAyNS40MTM4IDIzLjk2NzYgMjUuNDEzOCAyNC42OTA3IDI0LjY5MDdDMjUuNDEzOCAyMy45Njc2IDI1LjQxMzggMjIuNzk1MiAyNC42OTA3IDIyLjA3MjFMMTUuNjE4NiAxM0wyNC42OTA3IDMuOTI3ODZaIiBmaWxsPSIjQTlBOUE5Ii8+PC9zdmc+);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: contain;
        background-color: #fff !important;
        width: 2.4rem !important;
        height: 2.4rem !important;
        display: flex !important;
        position: absolute !important
    }

    .mfp-iframe-scaler iframe {
        background-color: #fff !important
    }

    .mfp-bg {
        opacity: .5 !important;
        background-color: #000 !important
    }

    .accordion--toggle__icon {
        transition: rotate .2s ease-in
    }
/* } */

@font-face {
    font-family: Brandon Grotesque;
    src: url(https://d25zu39ynyitwy.cloudfront.net/oms/4175/font/2025/6/Z6OHG_Brandon-Grotesque-Black/Brandon-Grotesque-Black.ttf) format("truetype")
}

#nav a,
#mobile-nav nav a,
#footer-nav a {
    transition: box-shadow .2s ease-out
}

#nav a.current,
#nav a:hover,
#mobile-nav nav a.current,
#mobile-nav nav a:hover,
#footer-nav a.current,
#footer-nav a:hover {
    box-shadow: inset 0 -.2rem #000
}

.timeline-dot {
    background-image: linear-gradient(#000 35%, #0000 35%);
    transform: translateY(15%)
}

.slide-up-item {
    opacity: 0;
    transition: transform 1s cubic-bezier(.85, 0, 0, 1);
    transform: translateY(100%)
}

.slide-up-item.slide-up {
    opacity: 1;
    transform: translateY(0)
}

.fade-in-item {
    opacity: 0;
    transition: opacity 1s cubic-bezier(.85, 0, 0, 1);
}

.fade-in-item.fade-in {
    opacity: 1;
}

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

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