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

.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: #e5e7eb
}

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

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

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

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

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

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

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

.h1-m {
    font-size: 3.8rem;
    line-height: normal
}

.h2-d {
    font-size: 3.2rem;
    line-height: normal
}

.h2-m {
    font-size: 2.6rem;
    line-height: normal
}

.h3 {
    font-size: 2.2rem;
    line-height: normal
}

.nav {
    font-size: 2.6rem;
    line-height: normal
}

.button,
.paragraph {
    font-size: 1.8rem;
    line-height: normal
}

.container {
    max-width: 144rem;
    margin: 0 auto
}

.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.img-contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.visible {
    visibility: visible
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.-left-2 {
    left: -2rem
}

.bottom-0 {
    bottom: 0
}

.bottom-full {
    bottom: 100%
}

.left-0 {
    left: 0
}

.right-0 {
    right: 0
}

.top-0 {
    top: 0
}

.top-1 {
    top: 1rem
}

.top-1\/2 {
    top: 50%
}

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

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

.top-full {
    top: 100%
}

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

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

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

.mx-2 {
    margin-left: 2rem;
    margin-right: 2rem
}

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

.-ml-1 {
    margin-left: -1rem
}

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

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

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

.ml-auto {
    margin-left: auto
}

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

.mr-3 {
    margin-right: 3rem
}

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

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.contents {
    display: contents
}

.\!hidden {
    display: none !important
}

.hidden {
    display: none
}

.h-2 {
    height: 2rem
}

.h-6 {
    height: 6rem
}

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

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

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

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

.h-\[21\.9rem\] {
    height: 21.9rem
}

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

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

.h-\[25\.9rem\] {
    height: 25.9rem
}

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

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

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

.h-\[31\.9rem\] {
    height: 31.9rem
}

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

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

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

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

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

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

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

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

.h-auto {
    height: auto
}

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

.h-full {
    height: 100%
}

.w-6 {
    width: 6rem
}

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

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

.w-\[19\.5rem\] {
    width: 19.5rem
}

.w-\[20\%\] {
    width: 20%
}

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

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

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

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

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

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

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

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

.w-auto {
    width: auto
}

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

.w-full {
    width: 100%
}

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

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

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

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

.max-w-\[115\.4rem\] {
    max-width: 115.4rem;
}

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

.shrink-0 {
    flex-shrink: 0
}

.grow {
    flex-grow: 1
}

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

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

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

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

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

.items-center {
    align-items: center
}

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

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

.justify-center {
    justify-content: center
}

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

.gap-1 {
    gap: 1rem
}

.gap-2 {
    gap: 2rem
}

.gap-3 {
    gap: 3rem
}

.gap-4 {
    gap: 4rem
}

.gap-6 {
    gap: 6rem
}

.gap-8 {
    gap: 8rem
}

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
    overflow: hidden
}

.whitespace-nowrap {
    white-space: nowrap
}

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

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

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

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

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

.rounded-bl-\[2rem\] {
    border-bottom-left-radius: 2rem
}

.rounded-bl-\[3rem\] {
    border-bottom-left-radius: 3rem
}

.rounded-br-\[2rem\] {
    border-bottom-right-radius: 2rem
}

.rounded-tl-\[2rem\] {
    border-top-left-radius: 2rem
}

.rounded-tl-\[3rem\] {
    border-top-left-radius: 3rem
}

.rounded-tr-\[2rem\] {
    border-top-right-radius: 2rem
}

.rounded-tr-\[3rem\] {
    border-top-right-radius: 3rem
}

.border {
    border-width: 1px
}

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

.border-\[0\.3rem\] {
    border-width: .3rem
}

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

.border-solid {
    border-style: solid
}

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

.border-tp-navy {
    --tw-border-opacity: 1;
    border-color: rgb(22 20 95 / var(--tw-border-opacity))
}

.bg-\[\#E5F6FC\] {
    --tw-bg-opacity: 1;
    background-color: rgb(229 246 252 / var(--tw-bg-opacity))
}

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

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

.bg-black\/10 {
    background-color: #0000001a
}

.bg-black\/20 {
    background-color: #0003
}

.bg-tp-aqua {
    --tw-bg-opacity: 1;
    background-color: rgb(0 156 222 / var(--tw-bg-opacity))
}

.bg-tp-light-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(240 240 240 / var(--tw-bg-opacity))
}

.bg-tp-navy {
    --tw-bg-opacity: 1;
    background-color: rgb(22 20 95 / var(--tw-bg-opacity))
}

.bg-tp-navy-secondary {
    background-color: #009cde1a
}

.bg-transparent {
    background-color: transparent
}

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

.bg-contain {
    background-size: contain
}

.bg-right {
    background-position: right
}

.bg-no-repeat {
    background-repeat: no-repeat
}

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

.p-1 {
    padding: 1rem
}

.p-2 {
    padding: 2rem
}

.p-3 {
    padding: 3rem
}

.p-4 {
    padding: 4rem
}

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

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

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

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

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

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

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

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

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

.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\.4rem\] {
    padding-top: .4rem;
    padding-bottom: .4rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-1 {
    padding-left: 1rem
}

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

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

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

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

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

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

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

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

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

.text-center {
    text-align: center
}

.font-sans {
    font-family: Mulish, sans-serif
}

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

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

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

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

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

.font-bold {
    font-weight: 700
}

.font-extrabold {
    font-weight: 800
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.uppercase {
    text-transform: uppercase
}

.italic {
    font-style: italic
}

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

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

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

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

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

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

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

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

.text-\[\#595959\] {
    --tw-text-opacity: 1;
    color: rgb(89 89 89 / var(--tw-text-opacity))
}

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

.text-tp-aqua {
    --tw-text-opacity: 1;
    color: rgb(0 156 222 / var(--tw-text-opacity))
}

.text-tp-navy {
    --tw-text-opacity: 1;
    color: rgb(22 20 95 / var(--tw-text-opacity))
}

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

.underline {
    text-decoration-line: underline
}

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

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

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

.wh-5 {
    width: 5rem;
    height: 5rem
}

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

.tab-button {
    width: 100%;
    padding: 2.4rem 2rem;
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.6rem;
    align-items: center;
    justify-content: center;
    background-color: #f0f0f0;
    border: 3px solid #f0f0f0
}

.tab-button.active {
    background-color: #fff;
    border: 3px solid #009cde !important;
    border-bottom-width: 1px !important
}

@media (min-width: 768px) {
    .tab-button.active {
        border-bottom-width: 3px !important;
        border-right-width: 1px !important
    }
}

.tab-button:last-child.active {
    border-bottom-width: 3px !important
}

@media (min-width: 768px) {
    .tab-button:last-child.active {
        border-right-width: 3px !important
    }
}

.tab-button:not(:first-child) {
    border-top: 2px solid #009cde
}

@media (min-width: 768px) {
    .tab-button:not(:first-child) {
        border-color: #f0f0f0;
        border-left: 2px solid #009cde
    }
}

.tab-content {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.4rem
}

.accordion-section {
    width: 100%
}

.accordion-item:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.accordion-item {
    transition: transform .2s ease-in-out
}

.accordion-header {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0
}

.accordion-header svg {
    transition: transform .2s ease-in-out
}

.accordion-header[aria-expanded=true] svg {
    transform: rotate(180deg)
}

.accordion-header:focus-visible {
    outline: 2px solid #005fcc;
    outline-offset: 2px
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-in-out
}

.image-section {
    width: 100%
}

#accordion-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: opacity .2s ease-in-out
}

#accordion-image.fade {
    opacity: 0
}

@media (prefers-reduced-motion: reduce) {

    .accordion-content,
    #accordion-image {
        transition: none
    }
}

.underline-animated {
    position: relative
}

.underline-animated:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0%;
    height: 2px;
    background-color: #009CDE;
    transition: width .3s ease-in-out
}

.underline-animated:hover:after {
    width: 100%
}

button:focus-visible {
    outline: 1px solid #005fcc;
    outline-offset: 2px
}

@media (min-width: 768px) {
    .md\:h1-d {
        font-size: 4.8rem;
        line-height: normal
    }
}

.hover\:bg-tp-aqua:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 156 222 / var(--tw-bg-opacity))
}

.hover\:bg-tp-navy:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(22 20 95 / var(--tw-bg-opacity))
}

.hover\:bg-tp-navy-secondary:hover {
    background-color: rgba(0, 156, 222, 0.10);
}

.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:hover .group-hover\:fill-tp-aqua {
    fill: #009cde
}

.group:hover .group-hover\:stroke-white {
    stroke: #fff
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1;
}

.opacity-0 {
    opacity: 0;
}

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

@media not all and (min-width: 768px) {
    .max-md\:block {
        display: block
    }

    .max-md\:min-h-\[73\.9rem\] {
        min-height: 73.9rem
    }
}

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

    .md\:mx-3 {
        margin-left: 3rem;
        margin-right: 3rem
    }

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

    .md\:-mr-4 {
        margin-right: -4rem
    }

    .md\:-mt-7 {
        margin-top: -7rem
    }

    .md\:mr-3 {
        margin-right: 3rem
    }

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

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:h-\[12\.5rem\] {
        height: 12.5rem
    }

    .md\:h-\[29\.5rem\] {
        height: 29.5rem
    }

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

    .md\:h-\[48\.9rem\] {
        height: 48.9rem
    }

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

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

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

    .md\:w-\[27\.5rem\] {
        width: 27.5rem
    }

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

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

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

    .md\:w-\[51\.5rem\] {
        width: 51.5rem
    }

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

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

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

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

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

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

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

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

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

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

    .md\:gap-1 {
        gap: 1rem
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:-mr-8 {
        margin-right: -8rem
    }

    .lg\:mr-5 {
        margin-right: 5rem
    }

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

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

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

    .lg\:hidden {
        display: none
    }

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

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

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

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

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

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

    .lg\:w-\[50\.8rem\] {
        width: 50.8rem
    }

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

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

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

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

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

    .lg\:min-w-\[32\.2rem\] {
        min-width: 32.2rem
    }

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

    .lg\:max-w-\[67\.6rem\] {
        max-width: 67.6rem
    }

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

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

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

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

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

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

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

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

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

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

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

    .lg\:self-stretch {
        align-self: stretch
    }

    .lg\:whitespace-nowrap {
        white-space: nowrap
    }

    .lg\:object-center-20 {
        -o-object-position: center 20%;
        object-position: center 20%
    }

    .lg\:p-0 {
        padding: 0
    }

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

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

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

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

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

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

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

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

    .lg\:pl-\[10\.6rem\] {
        padding-left: 10.6rem
    }

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

    .lg\:leading-\[6\.5rem\] {
        line-height: 6.5rem
    }
}

@media (min-width: 1536px) {
    .\32xl\:-mr-\[12rem\] {
        margin-right: -12rem
    }

    .\32xl\:px-\[12rem\] {
        padding-left: 12rem;
        padding-right: 12rem
    }

    .\32xl\:px-\[20rem\] {
        padding-left: 20rem;
        padding-right: 20rem
    }
}

.shadow-custom {
    --tw-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);
    --tw-shadow-colored: 0px 4px 4px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.h1-d {
    color: #16145F;
    text-align: center;
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

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

.img-fill {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

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

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

@media (min-width: 768px) {
    .md\:h-\[15rem\] {
        height: 15rem;
    }

    .md\:w-\[26\.7rem\] {
        width: 26.7rem;
    }

}

@media (min-width: 1024px) {
    .lg\:h-\[17rem\] {
        height: 17rem;
    }

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

    .lg\:mx-4 {
        margin-left: 4rem;
        margin-right: 4rem;
    }

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

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

.z-\[99\] {
    z-index: 99;
}

.z-\[20\] {
    z-index: 20;
}

.shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.border-b-\[0\.5rem\] {
    border-bottom-width: 0.5rem;
}

.border-b-tp-aqua {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(0 156 222 / var(--tw-border-opacity));
}