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

a:focus-visible,
button:focus-visible {
    text-decoration: underline !important;
}

@media screen and (min-width: 768px) {
    html {
        scroll-padding-top: 11.6rem
    }
}

@media screen and (min-width: 1024px) {
    html {
        scroll-padding-top: 11.8rem
    }
}

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

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

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

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

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

h1,
h2,
h3,
p {
    margin: 0
}

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

.button {
    padding: 1.1rem 3.1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2.1rem;
    gap: 1.2rem;
}

.button .open-new-tab-icon,
.btn--primary .open-new-tab-icon {
    display: none;
    width: 1.6rem;
    height: 1.6rem;
}

.button:focus-visible .open-new-tab-icon,
.btn--primary:focus-visible .open-new-tab-icon {
    display: block;
}

.button-primary {
    background-color: #003963;
    color: #fff;
    transition: ease-in-out .2s all
}

.button-primary:hover {
    background-color: #0071c2;
    box-shadow: 0 .4rem 1.6rem #00000047;
    /* added this due to ada */
    color: #fff;
}

.button-primary[aria-disabled=true] {
    color: gray;
    cursor: not-allowed;
    box-shadow: none;
    background-color: #003963;
}

.button-primary[data-loading=false] .loading {
    display: none;
}

.button-secondary {
    background-color: #008dd1;
    color: #fff;
    transition: ease-in-out .2s all
}

.button-secondary:hover {
    background-color: #4bc4ff;
    box-shadow: 0 .4rem 1.6rem #00000047
}

.button-tertiary {
    background-color: #0071C2;
    color: #fff;
    transition: ease-in-out .2s all
}

.button-tertiary:hover,
.button-tertiary:focus {
    background-color: #003963;
    box-shadow: 0 .4rem 1.6rem #00000047
}

.button-quaternary {
    background-color: #fff;
    color: #0071C2;
    transition: ease-in-out .2s all
}

.button-quaternary:hover,
.button-quaternary:focus {
    background-color: #f5f5f5;
    color: #0071C2;
    transition: ease-in-out .2s all
}

.button-quinary {
    background-color: #F0F7FC;
    color: #003963;
    transition: ease-in-out .2s all
}

.button-quinary:hover,
.button-quinary:focus {
    background-color: #4bc4ff;
    color: #003963;
    transition: ease-in-out .2s all
}

.button-quinary:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
    border-radius: 2px
}

.button:not(.button-quinary):focus-visible {
    /* outline: 3px solid #0CB161 !important; */
    outline: 3px solid #075F34 !important;
    outline-offset: 2px;
    border-radius: 2px
}

/* hack for HNAS sorry */
h1+p+a.button[href="/jobs?keyword=HNAS"]:focus-visible {
    outline: 3px solid #fff !important;
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: ease all .5s;
    z-index: 999;
    position: relative;
    width: 3.2rem;
    height: 2.4rem;
    gap: .5rem
}

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

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

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

.hamburger-bar {
    display: block;
    width: 2.4rem;
    height: .3rem;
    margin: 0 auto;
    border-radius: .1rem;
    transition: ease all .5s;
    position: absolute
}

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

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

.visible-focus:focus-visible {
    /* outline: 3px solid #0CB161 !important; */
    outline: 3px solid #075F34 !important;
    outline-offset: 2px;
    border-radius: 2px;
}



*,
:before,
:after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

:before,
:after {}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: sofia-pro, sans-serif;
    font-feature-settings: normal;
    font-variation-settings: normal
}

body {
    margin: 0;
    line-height: inherit
}

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

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

strong {
    font-weight: bolder
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-size: 1em
}

button,
input {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button {
    text-transform: none
}

button,
[type=button],
[type=submit] {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

h1,
h2,
h3,
p {
    margin: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

input::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder {
    opacity: 1;
    color: #9ca3af
}

button,
[role=button] {
    cursor: pointer
}

img,
svg,
video {
    display: block;
    vertical-align: middle
}

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

[hidden] {
    display: none
}

*,
:before,
:after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

::backdrop {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1
}

.container {
    width: 100%
}

@media (min-width: 640px) {
    .container {
        max-width: 640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width: 1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width: 1536px
    }
}

.header-primary {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -.1rem;
    line-height: 2.8rem
}

@media (min-width: 768px) {
    .header-primary {
        font-size: 8.8rem;
        line-height: 8rem
    }
}

.header-secondary {
    font-size: 3.1rem;
    font-weight: 700;
    letter-spacing: -.031rem;
    line-height: normal
}

@media (min-width: 768px) {
    .header-secondary {
        font-size: 6.1rem;
        line-height: 6.4rem;
        letter-spacing: -.061rem
    }
}

.header-secondary-2 {
    font-size: 3.1rem;
    font-weight: 700;
    letter-spacing: -.031rem;
    line-height: normal
}

@media (min-width: 1024px) {
    .header-secondary-2 {
        font-size: 3.2rem;
        line-height: 1.6
    }
}

.header-quaternary {
    font-size: 2.1rem;
    font-weight: 400;
    letter-spacing: -.1rem;
    line-height: normal
}

.paragraph {
    font-size: 1.7rem;
    line-height: 2.5rem
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

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

.-ml-3 {
    margin-left: -3rem;
}

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

.z-10 {
    z-index: 10
}

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

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

.z-50 {
    z-index: 50
}

.z-999 {
    z-index: 999
}

.float-right {
    float: right;
}

.mx-\[0\.5rem\] {
    margin-left: .5rem;
    margin-right: .5rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.m-0 {
    margin: 0;
}

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

.ml-2 {
    margin-left: 2rem;
}

.ml-4 {
    margin-left: 4rem;
}

.mr-2 {
    margin-right: 2rem;
}

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

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

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

.mt-auto {
    margin-top: auto
}

.mb-0 {
    margin-bottom: 0;
}

.block {
    display: block
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.h-1 {
    height: 1rem
}

.h-10 {
    height: 10rem
}

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

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

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

.h-\[1\.4rem\] {
    height: 1.4rem
}

.h-\[1\.573rem\] {
    height: 1.573rem
}

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

.h-\[15\.3rem\] {
    height: 15.3rem
}

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

.h-\[15\.311rem\] {
    height: 15.311rem
}

.h-\[15\.31rem\] {
    height: 15.31rem
}

.h-\[15\.33rem\] {
    height: 15.33rem
}

.h-\[22\.5rem\] {
    height: 22.5rem
}

.h-\[15rem\] {
    height: 15rem
}

.h-\[30rem\] {
    height: 30rem
}

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

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

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

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

.h-\[24\.4rem\] {
    height: 24.4rem
}

.h-\[26\.8rem\] {
    height: 26.8rem
}

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

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

.h-\[3\.459rem\] {
    height: 3.459rem
}

.h-\[3\.5rem\] {
    height: 3.5rem
}

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

.h-\[4\.6rem\] {
    height: 4.6rem
}

.h-20 {
    height: 20rem
}

.h-\[25\.1rem\] {
    height: 25.1rem
}

.h-\[30\.338rem\] {
    height: 30.338rem
}

.h-\[31\.1rem\] {
    height: 31.1rem
}

.h-\[34rem\] {
    height: 34rem
}

.h-\[37\.3rem\] {
    height: 37.3rem
}

.h-\[38\.3rem\] {
    height: 38.3rem
}

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

.h-\[24\.3rem\] {
    height: 24.3rem
}

.h-\[53\.6rem\] {
    height: 53.6rem
}

.h-\[58\.27rem\] {
    height: 58.27rem
}

.h-\[58\.3rem\] {
    height: 58.3rem
}

.h-\[6\.819rem\] {
    height: 6.819rem
}

.h-\[61\.269rem\] {
    height: 61.269rem
}

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

.h-\[90\%\] {
    height: 90%
}

.h-full {
    height: 100%
}

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

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

.min-h-\[36\.53rem\] {
    min-height: 36.53rem
}

.w-1 {
    width: 1rem
}

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

.w-10 {
    width: 10rem
}

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

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

.w-\[0\.875rem\] {
    width: .875rem
}

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

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

.w-\[40\.9rem\] {
    width: 40.9rem
}

.max-w-\[40\.9rem\] {
    max-width: 40.9rem
}

.max-w-71 {
    max-width: 71rem;
}

.w-\[10\.3345rem\] {
    width: 10.3345rem
}

.w-\[10\.867rem\] {
    width: 10.867rem
}

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

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

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

.w-\[23\.796rem\] {
    width: 23.796rem
}

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

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

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

.w-\[4\.6rem\] {
    width: 4.6rem
}

.w-\[7\.3rem\] {
    width: 7.3rem
}

.w-\[8\.2909rem\] {
    width: 8.2909rem
}

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

.w-full {
    width: 100%
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.max-h-32 {
    max-height: 32rem;
}

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

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

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

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

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

.max-w-\[83\.4rem\] {
    max-width: 83.4rem
}

.max-w-\[75\.8rem\] {
    max-width: 75.8rem
}

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

.max-w-\[83\.8rem\] {
    max-width: 83.8rem
}

.w-1\/2 {
    width: calc(50% + 1.5rem);
    max-width: 40.5rem;
}

.max-w-59 {
    max-width: 59rem;
}

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

.max-h-\[calc\(100vh-7rem\)\] {
    max-height: calc(100vh - 7rem);
}

.overflow-auto {
    overflow: auto;
}

.shrink-0 {
    flex-shrink: 0
}

.grow {
    flex-grow: 1
}

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

.translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-1\/3 {
    --tw-translate-y: 33%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-full {
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-180 {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

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

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

.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-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr))
}

.grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr))
}



.flex-1 {
    flex: 1 1 0%;
}

.basis-1\/3 {
    flex-basis: 33.333333%;
}

.basis-1\/2 {
    flex-basis: 50%;
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

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

.items-center {
    align-items: center
}

.items-end {
    align-items: end
}

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

.justify-center {
    justify-content: center
}

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

.justify-items-center {
    justify-items: center
}

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

.gap-0 {
    gap: 0
}

.gap-0\.5 {
    gap: .5rem
}

.gap-1 {
    gap: 1rem
}

.gap-1\.5 {
    gap: 1.5rem
}

.gap-2 {
    gap: 2rem
}

.gap-2\.5 {
    gap: 2.5rem
}

.gap-3 {
    gap: 3rem
}

.gap-4 {
    gap: 4rem
}

.gap-6 {
    gap: 6rem
}

.gap-8 {
    gap: 8rem
}

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

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

.gap-\[1\.3rem\] {
    gap: 1.3rem
}

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

.gap-\[1rem\] {
    gap: 1rem
}

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

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

.gap-y-3 {
    row-gap: 3rem
}

.gap-y-6 {
    row-gap: 6rem
}

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

.overflow-hidden {
    overflow: hidden
}

.rounded-full {
    border-radius: 9999px
}

.border-b-\[0\.1rem\] {
    border-bottom-width: .1rem
}

.border-solid {
    border-style: solid
}

.border-b-blue-2 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 57 99 / var(--tw-border-opacity))
}

.bg-\[\#F2F2F2\] {
    --tw-bg-opacity: 1;
    background-color: rgb(242 242 242 / var(--tw-bg-opacity))
}

.bg-\[rgba\(0\,50\,87\,0\.16\)\] {
    background-color: rgba(0, 50, 87, 0.16)
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(68 70 75 / var(--tw-bg-opacity))
}

.bg-blue-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 141 209 / var(--tw-bg-opacity))
}

.bg-blue-2 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 57 99 / var(--tw-bg-opacity))
}

.bg-blue-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(75 196 255 / var(--tw-bg-opacity))
}

.bg-blue-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(172 228 255 / var(--tw-bg-opacity))
}

.bg-light-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(240 247 252 / var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-opacity-20 {
    --tw-bg-opacity: .2
}

.bg-opacity-90 {
    --tw-bg-opacity: .9
}

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

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

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

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

.p-2 {
    padding: 2rem
}

.p-3 {
    padding: 3rem
}

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

.pl-2 {
    padding-left: 2rem;
}

.px-1 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-1\.5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-2 {
    padding-left: 2rem;
    padding-right: 2rem
}

.px-3 {
    padding-left: 3rem;
    padding-right: 3rem
}

.px-\[1\.5rem\] {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

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

.px-\[2\.2rem\] {
    padding-left: 2.2rem;
    padding-right: 2.2rem
}

.px-\[2\.5rem\] {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-\[2\.7rem\] {
    padding-left: 2.7rem;
    padding-right: 2.7rem
}

.px-\[3rem\] {
    padding-left: 3rem;
    padding-right: 3rem
}

.py-1 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-\[6rem\] {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-12 {
    padding-top: 12rem;
    padding-bottom: 12rem
}

.py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-4 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem
}

.py-\[0\.6rem\] {
    padding-top: .6rem;
    padding-bottom: .6rem
}

.py-\[0\.8rem\] {
    padding-top: .8rem;
    padding-bottom: .8rem
}

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

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

.py-\[12rem\] {
    padding-top: 12rem;
    padding-bottom: 12rem
}

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

.py-\[6rem\] {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.pb-12 {
    padding-bottom: 12rem
}

.pb-2 {
    padding-bottom: 2rem
}

.pb-6 {
    padding-bottom: 6rem
}

.pb-\[6\.4rem\] {
    padding-bottom: 6.4rem
}

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

.pb-\[7\.6rem\] {
    padding-bottom: 7.6rem
}

.pt-12 {
    padding-top: 12rem
}

.pt-4 {
    padding-top: 4rem
}

.pt-6 {
    padding-top: 6rem
}

.italic {
    font-style: italic;
}

.text-center {
    text-align: center
}

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

.text-right {
    text-align: right
}

.text-start {
    text-align: start
}

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

.text-\[1\.3rem\] {
    font-size: 1.3rem
}

.text-\[1\.4rem\] {
    font-size: 1.4rem
}

.text-\[1\.5rem\] {
    font-size: 1.5rem
}

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

.text-\[1\.7rem\] {
    font-size: 1.7rem
}

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

.text-\[1\.9rem\] {
    font-size: 1.9rem
}

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

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

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

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

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

.text-\[4\.8rem\] {
    font-size: 4.8rem
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.leading-\[1\.1\] {
    line-height: 1.1
}

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

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

.leading-\[1\.6\] {
    line-height: 1.6
}

.leading-\[1\.7\] {
    line-height: 1.7
}

.leading-\[1\.98rem\] {
    line-height: 1.98rem
}

.leading-2\.5 {
    line-height: 2.5
}

.leading-\[2\.55rem\] {
    line-height: 2.55rem
}

.leading-\[2\.6rem\] {
    line-height: 2.6rem
}

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

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

.leading-\[3\.96rem\] {
    line-height: 3.96rem
}

.leading-\[normal\] {
    line-height: normal
}

.tracking-\[-0\.08rem\] {
    letter-spacing: -.08rem
}

.tracking-\[0\.1rem\] {
    letter-spacing: .1rem
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(68 70 75 / var(--tw-text-opacity))
}

.text-blue-1 {
    --tw-text-opacity: 1;
    color: rgb(0 141 209 / var(--tw-text-opacity))
}

.text-blue-2 {
    --tw-text-opacity: 1;
    color: rgb(0 57 99 / var(--tw-text-opacity))
}

.text-blue-3 {
    color: #0071C2;
}

.text-light-gray {
    --tw-text-opacity: 1;
    color: rgb(194 194 194 / var(--tw-text-opacity))
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.underline {
    text-decoration-line: underline
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

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

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

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.text-shadow-outer-medium {
    text-shadow: 0 .4rem 1.6rem rgba(0, 0, 0, .28)
}

.text-shadow-small {
    text-shadow: .1rem .1rem 0 #000
}

.max-w-144 {
    max-width: 144rem;
}

.font-semibold {
    font-weight: 600;
}

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

.rounded-\[0\.8rem\] {
    border-radius: 0.8rem;
}

.h-\[38\.9rem\] {
    height: 38.9rem;
}

.h-\[58\.9rem\] {
    height: 58.9rem;
}

.text-pretty {
    text-wrap: pretty;
}

.hocus\:text-blue-2:hover,
.hocus\:text-blue-2:focus {
    --tw-text-opacity: 1;
    color: rgb(0 57 99 / var(--tw-text-opacity));
}

.hover\:bg-blue-1:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 141 209 / var(--tw-bg-opacity))
}

.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.hover\:bg-green:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(12 177 97 / var(--tw-bg-opacity))
}

.hover\:text-blue-hover:hover {
    --tw-text-opacity: 1;
    color: rgb(0 113 194 / var(--tw-text-opacity))
}

.hover\:text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.hover\:text-green:hover {
    --tw-text-opacity: 1;
    color: rgb(12 177 97 / var(--tw-text-opacity))
}

.focus\:bg-green:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(12 177 97 / var(--tw-bg-opacity))
}

.focus\:text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

.focus\:text-black:focus {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity))
}

.focus\:bg-blue-1:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(0 141 209 / var(--tw-bg-opacity))
}

.disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed
}

.group.current .group-current\:rotate-0 {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.current\:rotate-0.current {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.current\:bg-green.current {
    --tw-bg-opacity: 1;
    background-color: rgb(12 177 97 / var(--tw-bg-opacity))
}

.group.current .group-current\:translate-y-0 {
    --tw-translate-y: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-y-180 {
    transform: rotateY(180deg)
}

:is(.\*\:not-last\:mb-2 > *):not(:last-child, div) {
    margin-bottom: calc(1rem * 2);
}

@media not all and (min-width: 1024px) {
    @media (min-width: 768px) {
        .max-lg\:md\:flex-wrap {
            flex-wrap: wrap;
        }
    }

    .max-lg\:hidden {
        display: none
    }

    .max-lg\:mx-auto {
        margin: 0 auto;
    }
}

@media not all and (min-width: 768px) {
    .max-md\:w-full {
        width: 100%
    }

    .max-md\:basis-full {
        flex-basis: 100%
    }

    .max-md\:hidden {
        display: none;
    }

    .max-md\:pb-\[7\.6rem\] {
        padding-bottom: 7.6rem;
    }
}

@media (min-width: 768px) {

    .md\:mx-1\.5,
    .md\:mx-\[1\.5rem\] {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .md\:-ml-3 {
        margin-left: -3rem
    }

    .md\:h-\[29\.4rem\] {
        height: 29.4rem;
    }

    .md\:h-\[38\.3rem\] {
        height: 38.3rem
    }

    .md\:h-\[46\.9rem\] {
        height: 46.9rem
    }

    .md\:h-\[61\.3rem\] {
        height: 61.3rem
    }

    .md\:h-\[55\.5rem\] {
        height: 55.5rem
    }

    .md\:h-\[37\.1rem\] {
        height: 37.1rem;
    }

    .md\:min-h-\[45\.3rem\] {
        min-height: 45.3rem
    }

    .md\:min-h-\[60rem\] {
        min-height: 60rem
    }

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

    .md\:w-\[29\.7rem\] {
        width: 29.7rem
    }

    .md\:w-\[31\.9rem\] {
        width: 31.9rem
    }

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

    .md\:w-\[37\.5rem\] {
        width: 37.5rem
    }

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

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

    .md\:w-\[53\.3rem\] {
        width: 53.3rem;
    }

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

    .md\:max-w-\[36\.6rem\] {
        max-width: 36.6rem
    }

    .md\:max-w-\[31\.7rem\] {
        max-width: 31.7rem
    }

    .md\:max-w-32pc {
        max-width: 32%
    }

    .md\:shrink-0 {
        flex-shrink: 0
    }

    .md\:basis-1\/2 {
        flex-basis: 50%
    }

    .md\:basis-\[26\%\] {
        flex-basis: 26%
    }

    .md\:basis-\[48\%\] {
        flex-basis: 48%
    }

    .md\:basis-\[calc\(\(100\%-3rem\)\/2\)\] {
        flex-basis: calc((100% - 3rem)/2)
    }

    .md\:basis-\[calc\(50\%-2rem\)\] {
        flex-basis: calc(50% - 2rem);
    }

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

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

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

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

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

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

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

    .md\:gap-4 {
        gap: 4rem;
    }

    .md\:gap-6 {
        gap: 6rem;
    }

    .md\:p-4 {
        padding: 4rem
    }

    .md\:p-6 {
        padding: 6rem
    }

    .md\:p-0 {
        padding-left: 0rem;
        padding-right: 0rem;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .md\:px-3 {
        padding-left: 3rem;
        padding-right: 3rem
    }

    .md\:px-4 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .md\:px-6 {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .md\:px-\[2\.5rem\] {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .md\:px-\[5\.7rem\] {
        padding-left: 5.7rem;
        padding-right: 5.7rem
    }

    .md\:px-\[7\.2rem\] {
        padding-left: 7.2rem;
        padding-right: 7.2rem
    }

    .md\:py-6 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .md\:py-8 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .md\:py-12 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .md\:pl-4 {
        padding-left: 4rem;
    }

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

    .md\:pl-\[5\.7rem\] {
        padding-left: 5.7rem
    }

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

    .md\:text-\[3\.6rem\] {
        font-size: 3.6rem
    }

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

    .md\:leading-\[4\.2rem\] {
        line-height: 4.2rem
    }

    .md\:hidden {
        display: none;
    }

    /* .md\:bg-transparent {
        background-color: transparent;
    } */

    .md\:self-end {
        align-self: end;
    }

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

    .md\:px-6 {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .md\:pl-4 {
        padding-left: 4rem;
    }

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

    .md\:absolute {
        position: absolute;
    }

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

    .md\:h-hero {
        height: min(82vw, 80vh);
        overflow: hidden;
    }

    .md\:mt-3 {
        margin-top: 3rem;
    }

    .allegheny-title {
        line-height: 10rem !important;
    }
}

@media not all and (min-width: 1024px) {
    @media (min-width: 768px) {
        .max-lg\:md\:col-span-2 {
            grid-column: span 2 / span 2
        }

        .max-lg\:md\:mx-auto {
            margin-left: auto;
            margin-right: auto
        }

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

@media (min-width: 1024px) {
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0;
    }

    .lg\:ml-0 {
        margin-left: 0;
    }

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

    .lg\:justify-end {
        justify-content: flex-end;
    }

    .lg\:mr-3 {
        margin-right: 3rem;
    }

    .lg\:-ml-\[9\.7rem\] {
        margin-left: -9.7rem
    }

    .lg\:-mr-\[9\.7rem\] {
        margin-right: -9.7rem
    }

    .lg\:hidden {
        display: none
    }

    .lg\:shrink {
        flex-shrink: 1;
    }

    .lg\:basis-1\/4 {
        flex-basis: 25%;
    }

    .lg\:basis-1\/3 {
        flex-basis: 33.333333%;
    }

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

    .lg\:leading-\[6\.4rem\] {
        line-height: 6.4rem;
    }

    .lg\:max-w-\[47\.1rem\] {
        max-width: 47.1rem;
    }

    .lg\:h-\[67\.4rem\] {
        height: 67.4rem;
    }

    .lg\:h-50 {
        height: 50rem
    }

    .lg\:h-\[15\.2rem\] {
        height: 15.2rem
    }

    .lg\:h-\[30\.338rem\] {
        height: 30.338rem
    }

    .lg\:h-\[5\.27rem\] {
        height: 5.27rem
    }

    .lg\:h-\[61\.29rem\] {
        height: 61.29rem
    }

    .lg\:h-\[42\.1rem\] {
        height: 42.1rem
    }

    .lg\:h-\[61\.6rem\] {
        height: 61.6rem
    }

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

    .lg\:min-h-\[68\.2rem\] {
        min-height: 68.2rem
    }

    .lg\:w-\[18\.3935rem\] {
        width: 18.3935rem
    }

    .lg\:w-\[44\.3rem\] {
        width: 44.3rem
    }

    .lg\:w-\[47\.3rem\] {
        width: 47.3rem
    }

    .lg\:w-\[54rem\] {
        width: 54rem
    }

    .lg\:w-\[70rem\] {
        width: 70rem
    }

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

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

    .lg\:max-w-\[83\.934rem\] {
        max-width: 83.934rem
    }

    .lg\:max-w-\[126\.6rem\] {
        max-width: 126.6rem;
    }

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

    .lg\:shrink-0 {
        flex-shrink: 0
    }

    .lg\:basis-1\/2 {
        flex-basis: 50%
    }

    .lg\:basis-\[calc\(\(100\%-6rem\)\/3\)\] {
        flex-basis: calc((100% - 6rem) / 3)
    }

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

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

    .lg\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr))
    }

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

    .lg\:flex-1 {
        flex: 1;
    }

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

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

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

    .lg\:justify-center {
        justify-content: center
    }

    .lg\:gap-3 {
        gap: 3rem;
    }

    .lg\:gap-12 {
        gap: 12rem
    }

    .lg\:gap-8 {
        gap: 8rem
    }

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

    .lg\:gap-\[3\.73rem\] {
        gap: 3.73rem
    }

    .lg\:pt-12 {
        padding-top: 12rem;
    }

    .lg\:px-8 {
        padding-left: 8rem;
        padding-right: 8rem
    }

    .lg\:p-6 {
        padding: 6rem;
    }

    .lg\:px-10 {
        padding-left: 10rem;
        padding-right: 10rem
    }

    .lg\:px-\[12\.5rem\] {
        padding-left: 12.5rem;
        padding-right: 12.5rem
    }

    .lg\:px-\[15\.5rem\] {
        padding-left: 15.5rem;
        padding-right: 15.5rem
    }

    .lg\:px-\[24\.5rem\] {
        padding-left: 24.5rem;
        padding-right: 24.5rem
    }

    .lg\:px-\[6rem\] {
        padding-left: 6rem;
        padding-right: 6rem
    }

    .lg\:py-\[0\.5rem\] {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

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

    .lg\:py-6 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .lg\:py-12 {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }

    .lg\:pl-\[15\.5rem\] {
        padding-left: 15.5rem
    }

    .lg\:pl-8 {
        padding-left: 8rem
    }

    .lg\:pl-\[9rem\] {
        padding-left: 9rem
    }

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

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

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

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

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

    .lg\:translate-y-1\/3 {
        --tw-translate-y: 33%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .lg\:self-end {
        align-self: end;
    }

    .lg\:mt-\[10\%\] {
        margin-top: 10%;
    }
}

.carousel-dot-btn {
    width: 2.4rem;
    height: 2.4rem;
    padding: 0.6rem
}

.carousel-dot-btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 50, 87, 0.16);
    border-radius: 0.6rem;
}

.carousel-dot-btn.current::before {
    background-color: rgb(12 177 97);
}

@media (min-width: 1280px) {
    .xl\:translate-y-1\/3 {
        --tw-translate-y: 33%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .xl\:translate-y-1\/4 {
        --tw-translate-y: 25%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .xl\:self-center {
        align-self: center;
    }
}




/* New CSS */
.h-hero {
    height: min(82vw, 80vh);

}

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

.bg-\[\#00A3E2\] {
    background-color: #00a3e2;
}

.bg-\[\#00a4e4\] {
    background-color: #00a4e4;
}

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

/* I had to bring this below the new css due to bg showing on desktop  */

/*  this fixes the /brands/ahn on mobile  */
h1.text-\[\#003963\],
p.text-\[\#003963\] {
    color: #fff;
}

@media (min-width: 768px) {
    .md\:bg-transparent {
        background-color: transparent;
    }

    /*  this makes the text blue on desktop /brands/ahn */
    h1.text-\[\#003963\],
    p.text-\[\#003963\] {
        color: #003963;
    }
}


@media (min-width: 1024px) {
    .lg\:pt-24 {
        padding-top: 24rem;
    }

    .lg\:pt-6 {
        padding-top: 6rem;
    }

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

@media (min-width: 1280px) {
    .xl\:self-center {
        align-self: center;
    }

    .xl\:translate-y-1\/4 {
        --tw-translate-y: 25%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .xl\:h-75 {
        height: 75rem
    }
}


.text-swoosh-blue {
    color: #00a4e3;
}

#nav-dropdown a.current {
    color: #1269D3;
}


.card-title {
    color: #003963;
    text-align: center;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
}

.card-title-2 {
    color: #003963;
    text-align: center;
    font-size: 2.1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 23.1px;
    margin: 0;
}

.new-pg {
    color: #44464B;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.tuition-table th,
.tuition-table td,
.tuition-table tr {
    padding: 0;
    margin: 0;
}

/* Container for the video */
.white-popup {
    position: relative;
    background: #000;
    /* Black background for a cinema feel */
    padding: 0;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    line-height: 0;
    /* Removes extra space at the bottom of the video */
}

@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-space-y-reverse: 0;
            --tw-border-style: solid;
            --tw-gradient-position: initial;
            --tw-gradient-from: #0000;
            --tw-gradient-via: #0000;
            --tw-gradient-to: #0000;
            --tw-gradient-stops: initial;
            --tw-gradient-via-stops: initial;
            --tw-gradient-from-position: 0%;
            --tw-gradient-via-position: 50%;
            --tw-gradient-to-position: 100%;
            --tw-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-backdrop-blur: initial;
            --tw-backdrop-brightness: initial;
            --tw-backdrop-contrast: initial;
            --tw-backdrop-grayscale: initial;
            --tw-backdrop-hue-rotate: initial;
            --tw-backdrop-invert: initial;
            --tw-backdrop-opacity: initial;
            --tw-backdrop-saturate: initial;
            --tw-backdrop-sepia: initial;
            --tw-duration: initial;
            --tw-ease: initial;
        }

    }

}

:root,
:host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-purple-600: oklch(55.8% 0.288 302.321);
    --color-black: #44464b;
    --color-white: #fff;
    --spacing: 1rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-semibold: 600;
    --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);
    --blur-sm: 8px;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "sofia-pro", sans-serif;
    --default-mono-font-family: var(--font-mono);
    --color-blue-1: #008dd1;
    --color-blue-2: #003963;
    --color-blue-3: #4bc4ff;
    --color-blue-4: #ace4ff;
    --color-light-blue: #f0f7fc;
    --color-green: #0cb161;
    --color-light-gray: #c2c2c2;
}

*,
: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;
}

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

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

::-webkit-calendar-picker-indicator {
    line-height: 1;
}

:-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;
}

.invisible {
    visibility: hidden;
}

.visible {
    visibility: visible;
}

.sticky {
    position: sticky;
}

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

.top-full {
    top: 100%;
}

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

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

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

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

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

.inline {
    display: inline;
}

.table {
    display: table;
}

.aspect-square {
    aspect-ratio: 1;
}

.size-\[1\.8rem\] {
    width: 1.8rem;
    height: 1.8rem;
}

.size-\[20rem\] {
    width: 20rem;
    height: 20rem;
}

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

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

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

.h-\[27\.5rem\] {
    height: 27.5rem;
}

.w-auto {
    width: auto;
}

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

.resize {
    resize: both;
}


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

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

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

:where(.space-y-\[0\.5rem\] > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(0.5rem * var(--tw-space-y-reverse));
    margin-block-end: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
}

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

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

.border-light-blue {
    border-color: var(--color-light-blue);
}

.bg-black\/20 {
    background-color: #44464b33;
}

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

}

.bg-blue-2\/90 {
    background-color: #003963e6;
}

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

}

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

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

.bg-white\/90 {
    background-color: #ffffffe6;
}

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

}

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

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

.via-\[\#008DD1\]\/20 {
    --tw-gradient-via: oklab(61.4487% -0.0697164 -0.124241/.2);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position),
        var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
}

.to-\[\#008DD1\]\/60 {
    --tw-gradient-to: oklab(61.4487% -0.0697164 -0.124241/.6);
    --tw-gradient-stops: var(--tw-gradient-via-stops,
            var(--tw-gradient-position),
            var(--tw-gradient-from) var(--tw-gradient-from-position),
            var(--tw-gradient-to) var(--tw-gradient-to-position));
}

.object-\[center_30\%\] {
    -o-object-position: center 30%;
    object-position: center 30%;
}

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

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

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

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

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

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

.pr-\[5\.7rem\] {
    padding-right: 5.7rem;
}

.pl-\[2\.4rem\] {
    padding-left: 2.4rem;
}

.header-secondary-3 {
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.2rem;
}

@media (min-width: 48rem) {
    .header-secondary-3 {
        font-size: 4.8rem;
        font-weight: 700;
        line-height: 6rem;
    }

}

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

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

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

/* .leading-1\.5 {
    --tw-leading: calc(var(--spacing) * 1.5);
    line-height: calc(var(--spacing) * 1.5);
} */

.leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
}

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

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

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

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

.text-blue-600 {
    color: var(--color-blue-600);
}

.lowercase {
    text-transform: lowercase;
}

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

.shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

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

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

.backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
}

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

:is(.\*\:not-last\:mb-2 > *):not(:last-child) {
    margin-bottom: calc(var(--spacing) * 2);
}

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

}

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

/* .group-current\:translate-y-0:is(:where(.group).current *) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
} */

.group-current\:rotate-0:is(:where(.group).current *) {
    rotate: none;
}

.visited\:text-purple-600:visited {
    color: var(--color-purple-600);
}

@media (hover: hover) {
    .hover\:text-blue-800:hover {
        color: var(--color-blue-800);
    }

}

@media (min-width: 48rem) {
    .md\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .md\:mx-1\.5 {
        margin-inline: calc(var(--spacing) * 1.5);
    }

    .md\:mx-\[1\.5rem\] {
        margin-inline: 1.5rem;
    }

    .md\:h-\[34\.3rem\] {
        height: 34.3rem;
    }

    .md\:h-\[38\.4937rem\] {
        height: 38.4937rem;
    }

    .md\:h-\[42\.5rem\] {
        height: 42.5rem;
    }

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

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

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

    .md\:bg-\[\#003963\] {
        background-color: #003963;
    }

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

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

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

    .md\:leading-\[1\.6\] {
        --tw-leading: 1.6;
        line-height: 1.6;
    }

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

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

    :is(.md\:\*\:basis-\[calc\(50\%-2rem\)\] > *) {
        flex-basis: calc(50% - 2rem);
    }

}

@media not all and (min-width: 64rem) {
    @media (min-width: 48rem) {
        :is(.max-lg\:md\:\*\:basis-1\/2 > *) {
            flex-basis: 50%;
        }

    }

}

@media (min-width: 64rem) {
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }

    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

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

    .lg\:h-\[48\.5rem\] {
        height: 48.5rem;
    }

    .lg\:h-auto {
        height: auto;
    }

    .lg\:w-5\/12 {
        width: 41.6667%;
    }

    .lg\:w-7\/12 {
        width: 58.3333%;
    }

    .lg\:max-w-95 {
        max-width: calc(var(--spacing) * 95);
    }

    .lg\:max-w-\[40\.5rem\] {
        max-width: 40.5rem;
    }

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

    .lg\:flex-nowrap {
        flex-wrap: nowrap;
    }

    .lg\:gap-9 {
        gap: calc(var(--spacing) * 9);
    }

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

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

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

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

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

    .lg\:pr-\[15\.5rem\] {
        padding-right: 15.5rem;
    }

    .lg\:pl-0 {
        padding-left: calc(var(--spacing) * 0);
    }

    .lg\:leading-\[6rem\] {
        --tw-leading: 6rem;
        line-height: 6rem;
    }

}

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

.hocus\:underline:hover,
.hocus\:underline:focus {
    text-decoration-line: underline;
}

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






@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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

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

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

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

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

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

@property --tw-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-backdrop-blur {
  syntax: "*";
  inherits: false;
}

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

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

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

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

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

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

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

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

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

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