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
}

@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,
h4,
h5,
h6,
p,
figure {
    margin: 0
}

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

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
}

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

#svg-- {
    display: none
}

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

button {
    display: flex
}

.hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: ease all .5s;
    z-index: 999;
    position: relative;
    width: 5rem;
    height: 5rem;
    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: 3rem;
    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% - .8rem))
}

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

.sticky {
    position: sticky;
}

.slick-dots {
    font-size: 0;
    display: flex;
    flex-direction: row;
    padding: .4rem 1.6rem;
    gap: 1.6rem
}

.slick-dots>li {
    width: 1.6rem;
    height: 1.6rem;
    border: .2rem solid #808285;
    border-radius: 50%;
    transition: ease all .3s
}

.slick-dots>li.slick-active {
    background: #808285
}

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

:before,
:after {
    --tw-content: ""
}

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

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

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;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    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
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

button,
input,
optgroup,
select,
textarea {
    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,
select {
    text-transform: none
}

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

button:focus {
    outline: 2px solid #0078d4;
    /* A strong blue */
    outline-offset: 3px;
    /* Space around the element */
}


:-moz-focusring {
    outline: auto
}

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

progress {
    vertical-align: baseline
}

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

summary {
    display: list-item
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

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

dialog {
    padding: 0
}

textarea {
    resize: vertical
}

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

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

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

:disabled {
    cursor: default
}

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

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

[hidden] {
    display: none
}

*,
:before,
:after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --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;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

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

.section-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 192rem
}

.heading-1 {
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 5.6rem;
    letter-spacing: -.11rem
}

@media (min-width: 768px) {
    .heading-1 {
        font-size: 4.8rem;
        line-height: 5.8rem
    }
}

@media (min-width: 1024px) {
    .heading-1 {
        font-size: 5.6rem;
        line-height: 6.8rem
    }
}

.\!heading-2 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 3.2rem
}

@media (min-width: 768px) {
    .\!heading-2 {
        font-size: 2.8rem;
        line-height: 3.8rem
    }
}

@media (min-width: 1024px) {
    .\!heading-2 {
        font-size: 3.2rem;
        line-height: 4rem
    }
}

.heading-2 {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 3.2rem
}

@media (min-width: 768px) {
    .heading-2 {
        font-size: 2.8rem;
        line-height: 3.8rem
    }
}

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

.heading-4 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.6rem
}

@media (min-width: 1024px) {
    .heading-4 {
        font-size: 2rem;
        line-height: 2.8rem
    }
}

.eyebrow {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 3.2rem
}

.\!text-body,
.text-body {
    font-size: 1.6rem;
    line-height: 2.8rem
}

.text-link {
    font-size: 1.6rem;
    font-weight: 700
}

.text-button {
    font-size: 1.4rem;
    font-weight: 700
}

.text-breadcrumb {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.3rem
}

.p-lr {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (min-width: 768px) {
    .p-lr {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (min-width: 1024px) {
    .p-lr {
        padding-left: 8rem;
        padding-right: 8rem
    }
}

.p-lr-wide {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (min-width: 768px) {
    .p-lr-wide {
        padding-left: 4rem;
        padding-right: 4rem
    }
}

@media (min-width: 1024px) {
    .p-lr-wide {
        padding-left: 12rem;
        padding-right: 12rem
    }
}

.p-card {
    padding: 3rem 2rem
}

.p-card-tall {
    padding: 4rem 2rem
}

.shadow-header {
    box-shadow: 0 6px 10px #0000001a
}

.shadow-menu-inset {
    /* box-shadow: inset 0 16px 10px -10px #0000001a, 0 6px 10px #0000001a */
    box-shadow: inset 0 16px 10px -10px #0000001a
}

.shadow-menu {
    box-shadow: 0 6px 10px #0000001a
}

.button-hover {
    --tw-shadow: inset 0 0 10rem #0000;
    --tw-shadow-colored: inset 0 0 10rem var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: box-shadow;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.button-hover:hover {
    --tw-shadow: inset 0 0 10rem #00000033;
    --tw-shadow-colored: inset 0 0 10rem var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.visible {
    visibility: visible
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.-bottom-\[2rem\] {
    bottom: -2rem
}

.left-0 {
    left: 0
}

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

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-\[-7\.4rem\] {
    top: -7.4rem
}

.top-\[7\.7rem\] {
    top: 7.7rem
}

.top-full {
    top: 100%
}

.top-\[calc\(100\%\+2rem\)\] {
    top: calc(100% + 2rem)
}

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

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

.\!mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

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

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

.my-\[5rem\] {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.\!mt-0 {
    margin-top: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-\[2rem\] {
    margin-left: 2rem
}

.ml-auto {
    margin-left: auto
}

.mr-auto {
    margin-right: auto
}

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

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

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

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

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

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

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

.block {
    display: block
}

.flex {
    display: flex
}

.font-bold {
    font-weight: 700;
}

.hidden {
    display: none
}

.\!h-\[calc\(\(100vw-8rem\)\/1\.7\)\] {
    height: calc((100vw - 8rem) / 1.7) !important
}

.\!h-\[calc\(\(100vw-8rem\)\/2\.5\)\] {
    height: calc((100vw - 8rem)*.4) !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[3\.6rem\] {
    height: 3.6rem
}

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

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

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

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

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

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

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

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

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

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

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

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

.\!w-\[calc\(100vw-8rem\)\] {
    width: calc(100vw - 8rem) !important
}

.\!w-\[calc\(100vw-9\.5rem\)\] {
    width: calc(100vw - 9.5rem) !important
}

.\!w-full {
    width: 100% !important
}

.w-\[1\.4rem\] {
    width: 1.4rem
}

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

.w-\[13\.6rem\] {
    width: 13.6rem
}

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

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

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

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

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

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

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

.w-\[3\.6rem\] {
    width: 3.6rem
}

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

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

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

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

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

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

.w-screen {
    width: 100vw
}

.h-screen {
    height: 100vh
}

.h-\[calc\(100dvh-7\.7rem\)\] {
    height: calc(100dvh - 7.7rem)
}

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

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

.\!max-w-\[96\.8rem\] {
    max-width: 96.8rem !important
}

.\!max-w-\[calc\(100vw-10rem\)\] {
    max-width: calc(100vw - 10rem) !important
}

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

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

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

.max-w-\[43\.4rem\] {
    max-width: 43.4rem
}

.max-w-\[73\.7rem\] {
    max-width: 73.7rem
}

.max-w-\[84\.3rem\] {
    max-width: 84.3rem
}

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

.max-w-\[99\.6rem\] {
    max-width: 99.6rem
}

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

.shrink-0 {
    flex-shrink: 0
}

.grow {
    flex-grow: 1
}

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

.resize {
    resize: both
}

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

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

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

.flex-wrap {
    flex-wrap: wrap
}

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

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

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

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

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

.justify-center {
    justify-content: center
}

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

.\!gap-\[2rem\] {
    gap: 2rem !important
}

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

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

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

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

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

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

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

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

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

.gap-\[4\.5rem\] {
    gap: 4.5rem
}

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

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

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

.gap-y-0 {
    row-gap: 0
}

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

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

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

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

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

.rounded {
    border-radius: .25rem
}

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

.border {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

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

.border-cararra {
    --tw-border-opacity: 1;
    border-color: rgb(238 237 235 / var(--tw-border-opacity))
}

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

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

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(7 27 69 / var(--tw-bg-opacity))
}

.bg-cararra {
    --tw-bg-opacity: 1;
    background-color: rgb(238 237 235 / var(--tw-bg-opacity))
}

.bg-consize {
    background-color: #377CB5
}

.bg-light-blue {
    background-color: #377CB5
}

.bg-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(229 236 242 / var(--tw-bg-opacity))
}

.bg-lime {
    background-color: rgba(40, 174, 202, 1)
}

.bg-passionate-red {
    --tw-bg-opacity: 1;
    background-color: rgb(134 44 73 / var(--tw-bg-opacity))
}

.bg-smalt {
    --tw-bg-opacity: 1;
    background-color: rgb(0 51 160 / var(--tw-bg-opacity))
}

.bg-teal {
    --tw-bg-opacity: 1;
    background-color: rgb(25 110 128 / var(--tw-bg-opacity))
}

.bg-timberwolf {
    --tw-bg-opacity: 1;
    background-color: rgb(220 218 216 / var(--tw-bg-opacity))
}

.bg-transparent {
    background-color: transparent
}

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

.\!object-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important
}

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

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

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

.\!object-\[20\%_center\] {
    -o-object-position: 20% center !important;
    object-position: 20% center !important
}

.\!object-\[30\%_center\] {
    -o-object-position: 30% center !important;
    object-position: 30% center !important
}

.\!object-\[60\%_center\] {
    -o-object-position: 60% center !important;
    object-position: 60% center !important
}

.\!object-\[70\%_center\] {
    -o-object-position: 70% center !important;
    object-position: 70% center !important
}

.\!object-\[70\%_top\] {
    -o-object-position: 70% top !important;
    object-position: 70% top !important
}

.\!object-\[70\%_10\%\] {
    -o-object-position: 70% 10% !important;
    object-position: 70% 10% !important
}

.\!object-\[70\%_20\%\] {
    -o-object-position: 70% 20% !important;
    object-position: 70% 20% !important
}

.\!object-\[70\%_40\%\] {
    -o-object-position: 70% 40% !important;
    object-position: 70% 40% !important
}

.\!object-\[80\%_center\] {
    -o-object-position: 80% center !important;
    object-position: 80% center !important
}

.\!object-\[80\%_24\%\] {
    -o-object-position: 80% 24% !important;
    object-position: 80% 24% !important
}

.\!object-\[90\%_center\] {
    -o-object-position: 90% center !important;
    object-position: 90% center !important
}

.\!object-center {
    -o-object-position: center !important;
    object-position: center !important
}

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

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

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

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

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

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

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

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

.\!py-\[2rem\] {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

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

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

.px-\[1\.8rem\] {
    padding-left: 1.8rem;
    padding-right: 1.8rem
}

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

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

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

.py-\[1\.25rem\] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-\[1\.3rem\] {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem
}

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

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

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

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

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

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

.py-\[4\.5rem\] {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem
}

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

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

.\!pt-\[14rem\] {
    padding-top: 14rem !important
}

.\!pt-\[18rem\] {
    padding-top: 18rem !important
}

.\!pt-\[6rem\] {
    padding-top: 6rem !important
}

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

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

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

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

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

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

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

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

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

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

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

.pt-\[10\.4rem\] {
    padding-top: 10.4rem
}

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

.pt-\[22rem\] {
    padding-top: 22rem
}

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

.pt-\[6rem\] {
    padding-top: 6rem
}

.pt-\[7\.4rem\] {
    padding-top: 7.4rem
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

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

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

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

.capitalize {
    text-transform: capitalize
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(7 27 69 / var(--tw-text-opacity))
}

.text-smalt {
    --tw-text-opacity: 1;
    color: rgb(0 51 160 / var(--tw-text-opacity))
}

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

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

.underline {
    text-decoration-line: underline
}

.opacity-50 {
    opacity: .5
}

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

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

.transition-\[max-height\] {
    transition-property: max-height;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition-\[top\] {
    transition-property: top;
    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
}

.duration-500 {
    transition-duration: .5s
}

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

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

* {
    font-family: Noto Sans, sans-serif;
    font-variation-settings: "wdth"
}

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

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

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

#nav a,
#nav button {
    transition: color .3s ease-in-out
}

@media screen and (min-width: 768px) {

    #nav a.current,
    #nav a:hover,
    #nav button:hover {
        color: #000
    }
}

main section+section {
    margin-top: 1rem
}

.card-list-item.is-snapped {
    opacity: 1
}

.swipe-down-item {
    transition-delay: .2s;
    -o-object-position: center 11rem;
    object-position: center 11rem;
    transform: translateY(-100%) scale(1.1);
    opacity: 0;
    transition: transform .6s, object-position .5s, opacity .6s;
    transition: transform .6s, object-position .5s, opacity .6s, -o-object-position .5s;
    transition-timing-function: cubic-bezier(.57, .21, .69, 1)
}

@media screen and (min-width: 768px) {
    .swipe-down-item {
        transition-delay: .2s;
        -o-object-position: center 18rem;
        object-position: center 18rem
    }
}

.swipe-down-item.swipe-down {
    -o-object-position: center center;
    object-position: center center;
    transform: translateY(0) scale(1);
    opacity: 1
}

.fade-up-with-zoom-item {
    transition-delay: .2s;
    opacity: 0;
    transform: translateY(5rem) scale(1.1);
    transition: opacity .6s, transform .6s;
    transition-timing-function: cubic-bezier(.57, .21, .69, 1)
}

.fade-up-with-zoom-item.fade-up-with-zoom {
    opacity: 1;
    animation: fade-up-with-zoom .6s forwards
}

@keyframes fade-up-with-zoom {
    0% {
        opacity: 0;
        transform: translateY(5rem) scale(1.1)
    }

    50% {
        opacity: 1;
        transform: translateY(0) scale(1.1)
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1)
    }
}

.carousel--prev:disabled,
.carousel--next:disabled {
    cursor: not-allowed;
    opacity: .5
}

@media (min-width: 768px) {
    .md\:\!heading-1 {
        font-size: 4.4rem;
        font-weight: 700;
        line-height: 5.6rem;
        letter-spacing: -.11rem
    }

    .md\:\!heading-1 {
        font-size: 4.8rem;
        line-height: 5.8rem
    }

    @media (min-width: 1024px) {
        .md\:\!heading-1 {
            font-size: 5.6rem;
            line-height: 6.8rem
        }
    }

    .md\:heading-1 {
        font-size: 4.4rem;
        font-weight: 700;
        line-height: 5.6rem;
        letter-spacing: -.11rem
    }

    .md\:heading-1 {
        font-size: 4.8rem;
        line-height: 5.8rem
    }

    @media (min-width: 1024px) {
        .md\:heading-1 {
            font-size: 5.6rem;
            line-height: 6.8rem
        }
    }
}

@media (min-width: 1024px) {
    .lg\:\!heading-1 {
        font-size: 4.4rem;
        font-weight: 700;
        line-height: 5.6rem;
        letter-spacing: -.11rem
    }

    @media (min-width: 768px) {
        .lg\:\!heading-1 {
            font-size: 4.8rem;
            line-height: 5.8rem
        }
    }

    .lg\:\!heading-1 {
        font-size: 5.6rem;
        line-height: 6.8rem
    }
}

.group:hover .group-hover\: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))
}

.group.active .group-active\:\!bg-smalt {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(0 51 160 / var(--tw-bg-opacity)) !important
}

.group.active .group-active\:bg-smalt {
    --tw-bg-opacity: 1;
    background-color: rgb(0 51 160 / var(--tw-bg-opacity))
}

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

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

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

    .md\:\!-mb-\[14rem\] {
        margin-bottom: -14rem !important
    }

    .md\:\!-mb-\[15rem\] {
        margin-bottom: -15rem !important
    }

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

    .md\:-mb-\[20rem\] {
        margin-bottom: -20rem
    }

    .md\:-mb-\[25rem\] {
        margin-bottom: -25rem
    }

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

    .md\:ml-\[-14rem\] {
        margin-left: -14rem
    }

    .md\:mr-\[-14rem\] {
        margin-right: -14rem
    }

    .md\:mr-\[-16rem\] {
        margin-right: -16rem
    }

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

    .md\:block {
        display: block
    }

    .md\:inline {
        display: inline
    }

    .md\:hidden {
        display: none
    }

    .md\:\!h-\[16rem\] {
        height: 16rem !important
    }

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

    .md\:\!h-\[21rem\] {
        height: 21rem !important
    }

    .md\:\!h-\[23rem\] {
        height: 23rem !important
    }

    .md\:h-\[12\.9rem\] {
        height: 12.9rem
    }

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

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

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

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

    .md\:\!w-1\/3 {
        width: 33.333333% !important
    }

    .md\:\!w-\[27rem\] {
        width: 27rem !important
    }

    .md\:\!w-\[37rem\] {
        width: 37rem !important
    }

    .md\:\!w-\[38\.3rem\] {
        width: 38.3rem !important
    }

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

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

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

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

    .md\:w-\[21\.5rem\] {
        width: 21.5rem
    }

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

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

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

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

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

    .md\:min-w-\[unset\] {
        min-width: unset
    }

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

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

    .md\:max-w-\[99\.6rem\] {
        max-width: 99.6rem
    }

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

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

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

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

    .md\:\!flex-nowrap {
        flex-wrap: nowrap !important
    }

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

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

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

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

    .md\:gap-\[20rem\] {
        gap: 20rem
    }

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

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

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

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

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

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

    .md\:top-\[12\.9rem\] {
        top: 12.9rem
    }

    .md\:\!object-\[60\%_center\] {
        -o-object-position: 60% center !important;
        object-position: 60% center !important
    }

    .md\:\!object-center {
        -o-object-position: center !important;
        object-position: center !important
    }

    .md\:\!px-\[1\.8rem\] {
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important
    }

    .md\:\!py-\[1\.3rem\] {
        padding-top: 1.3rem !important;
        padding-bottom: 1.3rem !important
    }

    .md\:\!py-\[4rem\] {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important
    }

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

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

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

    .md\:\!pt-\[6rem\] {
        padding-top: 6rem !important
    }

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

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

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

    .md\:pl-\[16rem\] {
        padding-left: 16rem
    }

    .md\:pr-\[16rem\] {
        padding-right: 16rem
    }

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

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

    .md\:opacity-100 {
        opacity: 1
    }
}

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

    .lg\:\!-mb-\[11rem\] {
        margin-bottom: -11rem !important
    }

    .lg\:\!-mb-\[12rem\] {
        margin-bottom: -12rem !important
    }

    .lg\:\!-mb-\[13rem\] {
        margin-bottom: -13rem !important
    }

    .lg\:\!-mb-\[14rem\] {
        margin-bottom: -14rem !important
    }

    .lg\:\!-mb-\[16rem\] {
        margin-bottom: -16rem !important
    }

    .lg\:\!-mb-\[18rem\] {
        margin-bottom: -18rem !important
    }

    .lg\:\!-mb-\[20rem\] {
        margin-bottom: -20rem !important
    }

    .lg\:\!-mb-\[4rem\] {
        margin-bottom: -4rem !important
    }

    .lg\:\!-mb-\[6rem\] {
        margin-bottom: -6rem !important
    }

    .lg\:\!-mb-\[8rem\] {
        margin-bottom: -8rem !important
    }

    .lg\:\!-mt-\[14rem\] {
        margin-top: -14rem !important
    }

    .lg\:\!-mt-\[16rem\] {
        margin-top: -16rem !important
    }

    .lg\:\!-mt-\[18rem\] {
        margin-top: -18rem !important
    }

    .lg\:-mt-\[20rem\] {
        margin-top: -20rem
    }

    .lg\:-mb-\[25rem\] {
        margin-bottom: -25rem
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:ml-\[-16rem\] {
        margin-left: -16rem
    }

    .lg\:mr-\[-16rem\] {
        margin-right: -16rem
    }

    .lg\:mt-0 {
        margin-top: 0
    }

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

    .lg\:hidden {
        display: none
    }

    .lg\:block {
        display: block
    }

    .lg\:\!h-\[20\.4rem\] {
        height: 20.4rem !important
    }

    .lg\:\!h-\[24rem\] {
        height: 24rem !important
    }

    .lg\:\!h-\[27rem\] {
        height: 27rem !important
    }

    .lg\:\!h-\[28rem\] {
        height: 28rem !important
    }

    .lg\:\!h-\[31rem\] {
        height: 31rem !important
    }

    .lg\:\!h-\[32rem\] {
        height: 32rem !important
    }

    .lg\:\!h-\[35rem\] {
        height: 35rem !important
    }

    .lg\:\!h-\[36\.6rem\] {
        height: 36.6rem !important
    }

    .lg\:\!h-\[37rem\] {
        height: 37rem !important
    }

    .lg\:\!h-\[40rem\] {
        height: 40rem !important
    }

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

    .lg\:\!w-1\/2 {
        width: 50% !important
    }

    .lg\:\!w-\[30rem\] {
        width: 30rem !important
    }

    .lg\:\!w-\[50\.6rem\] {
        width: 50.6rem !important
    }

    .lg\:\!w-\[53rem\] {
        width: 53rem !important
    }

    .lg\:\!w-\[59rem\] {
        width: 59rem !important
    }

    .lg\:\!w-\[61rem\] {
        width: 61rem !important
    }

    .lg\:\!w-\[63\.5rem\] {
        width: 63.5rem !important
    }

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

    .lg\:h-\[calc\(100\%-23rem\)\] {
        height: calc(100% - 23rem);
    }

    .lg\:w-1\/4 {
        width: 25%
    }

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

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

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

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

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

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

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

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

    .lg\:\!flex-wrap {
        flex-wrap: wrap !important
    }

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

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

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

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

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

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

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

    .lg\:gap-\[7\.5rem\] {
        gap: 7.5rem
    }

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

    .lg\:gap-x-\[20rem\] {
        -moz-column-gap: 20rem;
        column-gap: 20rem
    }

    .lg\:gap-x-\[12rem\] {
        -moz-column-gap: 12rem;
        column-gap: 12rem
    }

    .lg\:\!self-start {
        align-self: flex-start !important
    }

    .lg\:self-start {
        align-self: flex-start
    }

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

    .lg\:\!object-\[right_center\] {
        -o-object-position: right center !important;
        object-position: right center !important
    }

    .lg\:\!object-\[right_24\%\] {
        -o-object-position: right 24% !important;
        object-position: right 24% !important
    }

    .lg\:\!object-center {
        -o-object-position: center !important;
        object-position: center !important
    }

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

    .lg\:\!py-\[17rem\] {
        padding-top: 17rem !important;
        padding-bottom: 17rem !important
    }

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

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

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

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

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

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

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

    .lg\:\!pb-\[12rem\] {
        padding-bottom: 12rem !important
    }

    .lg\:\!pb-\[18rem\] {
        padding-bottom: 18rem !important
    }

    .lg\:\!pb-\[22rem\] {
        padding-bottom: 22rem !important
    }

    .lg\:\!pt-0 {
        padding-top: 0 !important
    }

    .lg\:\!pt-\[12rem\] {
        padding-top: 12rem !important
    }

    .lg\:\!pt-\[17rem\] {
        padding-top: 17rem !important;
    }

    .lg\:pb-\[27\.3rem\] {
        padding-bottom: 27.3rem
    }

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

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

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

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

    .lg\:pr-\[16rem\] {
        padding-right: 16rem
    }

    .lg\:pr-\[8rem\] {
        padding-right: 8rem
    }

    .lg\:\!pb-\[17rem\] {
        padding-bottom: 17rem !important;
    }
}

@media (min-width: 1280px) {
    .xl\:\!h-\[30\.6rem\] {
        height: 30.6rem !important
    }

    .xl\:\!h-\[42\.8rem\] {
        height: 42.8rem !important
    }

    .xl\:h-\[44rem\] {
        height: 44rem
    }

    .xl\:\!w-\[75\.9rem\] {
        width: 75.9rem !important
    }

    .xl\:\!w-\[76\.2rem\] {
        width: 76.2rem !important
    }

    .xl\:gap-\[11rem\] {
        gap: 11rem
    }

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

    .xl\:px-\[17\.8rem\] {
        padding-left: 17.8rem;
        padding-right: 17.8rem
    }

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

    .xl\:pb-\[40vw\] {
        padding-bottom: 40vw
    }

    .xl\:pl-\[15rem\] {
        padding-left: 15rem
    }
}

@media (min-width: 1536px) {
    .\32xl\:gap-\[10rem\] {
        gap: 10rem
    }

    .\32xl\:pb-\[36vw\] {
        padding-bottom: 36vw
    }

    .\32xl\:pl-\[15rem\] {
        padding-left: 15rem
    }

    .\32xl\:pl-\[23rem\] {
        padding-left: 23rem
    }

    .\32xl\:pr-\[15rem\] {
        padding-right: 15rem
    }

    .\32xl\:pr-\[23rem\] {
        padding-right: 23rem
    }
}

.career-paths {
    list-style: disc;
    list-style-position: inside;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}