@font-face {
    font-family: Barlow;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/82dbc095-7d22-4410-b01e-88988eba034e.woff2) format("woff2")
}

@font-face {
    font-family: Barlow;
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/3ec8c9a6-f786-44ad-8060-1a6cd8ab34fc.woff2) format("woff2")
}

@font-face {
    font-family: Barlow;
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/efc68753-e0f1-4e50-afda-be404b48684e.woff2) format("woff2")
}

@font-face {
    font-family: Barlow;
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/907615e6-5a0d-4dd4-8e74-1e3cd53e5ed3.woff2) format("woff2")
}

@font-face {
    font-family: Palace Arthur;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/430baab6-6332-451a-8392-f709f86cd811.woff2) format("woff2")
}

@font-face {
    font-family: Palace Main;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/3323b31f-4cb5-4fca-9853-29feca5fbd43.woff2) format("woff2")
}

figure, h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0
}

ul {
    padding: 0;
    list-style: none
}

img {
    vertical-align: top
}

b, strong {
    font-weight: 700
}

button, input, select, textarea {
    font: inherit
}

.title-1 {
    font-family: Palace Main, Impact, arial, sans‑serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 1
}

@media screen and (min-width: 1024px) {
    .title-1 {
        font-size: 72px;
        letter-spacing: -3.6px
    }
}

.title-2 {
    font-family: Palace Main, Impact, arial, sans‑serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -1.6px;
    line-height: 1.25
}

@media screen and (min-width: 1024px) {
    .title-2 {
        font-size: 48px;
        letter-spacing: -2.4px;
        line-height: .83
    }
}

.copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
    word-break: break-word
}

@media screen and (min-width: 1024px) {
    .copy {
        font-size: 18px;
        line-height: 1.89
    }
}

.bold {
    font-weight: 700
}

.text-link {
    font-weight: 500
}

.text-link, .text-link-underline {
    padding: 0;
    background-color: #0000;
    border: none;
    cursor: pointer;
    color: #0055a5
}

.text-link-underline {
    text-decoration: underline
}

.size-6-12 {
    width: 50%
}

:root {
    --theme-color: 24, 24, 24
}

*, :after, :before {
    box-sizing: border-box
}

[data-whatinput=mouse] :focus, [data-whatintent=touch] :focus {
    outline: none
}

.html {
    position: relative;
    overflow-y: scroll;
    height: 100%;
    font-size: 100%
}

.html.is-blocked {
    overflow: hidden
}

.html.is-blocked .compensate-scroll {
    padding-right: var(--scrollbar)
}

.html.is-blocked-touch {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100%
}

body {
    --side-gap: 0;
    --viewport-height: 100vh;
    --scrollbar: 0
}

.body {
    height: 100%;
    margin: 0;
    font-family: Barlow, arial, sans‑serif;
    font-size: 100%;
    -webkit-font-smoothing: antialiased
}

.page {
    grid-template-columns:100%;
    grid-template-rows:auto 1fr auto;
    display: grid;
    min-height: 100%
}

#__next, .main > :only-child {
    height: 100%
}

.container {
    max-width: 1280px
}

.container, .container-middle {
    margin-right: auto;
    margin-left: auto
}

.container-middle {
    max-width: 1062px
}

.container-mid {
    max-width: 1038px
}

.container-mid, .container-small {
    margin-right: auto;
    margin-left: auto
}

.container-small {
    max-width: 844px
}

.container-tiny {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto
}

.section-side-gaps, .side-gaps {
    --side-gap: 20px;
    box-sizing: initial;
    padding-right: var(--side-gap);
    padding-left: var(--side-gap)
}

.container-wide {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto
}

.table-side-gaps {
    --side-gap: 8px;
    padding-right: var(--side-gap);
    padding-left: var(--side-gap)
}

@media screen and (min-width: 1024px) {
    .table-side-gaps {
        --side-gap: 40px
    }

    .only-desktop-side-gaps {
        --side-gap: 40px;
        box-sizing: initial;
        padding-right: var(--side-gap);
        padding-left: var(--side-gap)
    }

    .section-side-gaps {
        --side-gap: 40px
    }
}

.link {
    color: inherit;
    font-family: inherit;
    text-decoration: none
}

.icon {
    flex-shrink: 0;
    vertical-align: top;
    fill: currentColor
}

.icon path {
    fill: inherit
}

.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    white-space: nowrap
}

.hidden {
    display: none
}

.overflow-hidden {
    overflow: hidden
}

.of-contain, .of-cover {
    position: relative;
    z-index: 0;
    background-color: #e4e4e4
}

.of-contain > img, .of-contain > picture, .of-contain > picture > img, .of-contain > video, .of-cover > img, .of-cover > picture, .of-cover > picture > img, .of-cover > video {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.of-contain.transparent, .of-cover.transparent {
    background-color: #0000
}

.of-cover > img, .of-cover > picture, .of-cover > picture > img, .of-cover > video {
    object-fit: cover;
    object-position: center 66.6%
}

.of-contain > img, .of-contain > picture, .of-contain > picture > img, .of-contain > video {
    object-fit: contain
}

.scrollbar::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.scrollbar::-webkit-scrollbar-track {
    background: #fff
}

.scrollbar::-webkit-scrollbar-thumb {
    background: #0003;
    border-radius: 6px
}



@keyframes finish {
    0% {
        opacity: 1;
        visibility: visible
    }
    to {
        opacity: 0;
        visibility: hidden
    }
}

.lazyloaded {
    opacity: 1;
    transition: opacity .3s
}

.lazyloaded + [loading=lazy] {
    animation: finish .3s linear both
}

.initial-mt-0 {
    margin-top: 0
}

.initial-mt-5 {
    margin-top: .3125rem
}

.initial-mt-10 {
    margin-top: .625rem
}

.initial-mt-15 {
    margin-top: .9375rem
}

.initial-mt-20 {
    margin-top: 1.25rem
}

.initial-mt-30 {
    margin-top: 1.875rem
}

.initial-mt-40 {
    margin-top: 2.5rem
}

.initial-mt-50 {
    margin-top: 3.125rem
}

.initial-mt-60 {
    margin-top: 3.75rem
}

.initial-mb-0 {
    margin-bottom: 0
}

.initial-mb-5 {
    margin-bottom: .3125rem
}

.initial-mb-10 {
    margin-bottom: .625rem
}

.initial-mb-15 {
    margin-bottom: .9375rem
}

.initial-mb-20 {
    margin-bottom: 1.25rem
}

.initial-mb-30 {
    margin-bottom: 1.875rem
}

.initial-mb-40 {
    margin-bottom: 2.5rem
}

.initial-mb-50 {
    margin-bottom: 3.125rem
}

.initial-mb-60 {
    margin-bottom: 3.75rem
}

@media screen and (min-width: 768px) {
    .tablet-mt-0 {
        margin-top: 0
    }

    .tablet-mt-5 {
        margin-top: .3125rem
    }

    .tablet-mt-10 {
        margin-top: .625rem
    }

    .tablet-mt-15 {
        margin-top: .9375rem
    }

    .tablet-mt-20 {
        margin-top: 1.25rem
    }

    .tablet-mt-30 {
        margin-top: 1.875rem
    }

    .tablet-mt-40 {
        margin-top: 2.5rem
    }

    .tablet-mt-50 {
        margin-top: 3.125rem
    }

    .tablet-mt-60 {
        margin-top: 3.75rem
    }

    .tablet-mb-0 {
        margin-bottom: 0
    }

    .tablet-mb-5 {
        margin-bottom: .3125rem
    }

    .tablet-mb-10 {
        margin-bottom: .625rem
    }

    .tablet-mb-15 {
        margin-bottom: .9375rem
    }

    .tablet-mb-20 {
        margin-bottom: 1.25rem
    }

    .tablet-mb-30 {
        margin-bottom: 1.875rem
    }

    .tablet-mb-40 {
        margin-bottom: 2.5rem
    }

    .tablet-mb-50 {
        margin-bottom: 3.125rem
    }

    .tablet-mb-60 {
        margin-bottom: 3.75rem
    }
}

@media screen and (min-width: 1024px) {
    .desktop-mt-0 {
        margin-top: 0
    }

    .desktop-mt-5 {
        margin-top: .3125rem
    }

    .desktop-mt-10 {
        margin-top: .625rem
    }

    .desktop-mt-15 {
        margin-top: .9375rem
    }

    .desktop-mt-20 {
        margin-top: 1.25rem
    }

    .desktop-mt-30 {
        margin-top: 1.875rem
    }

    .desktop-mt-40 {
        margin-top: 2.5rem
    }

    .desktop-mt-50 {
        margin-top: 3.125rem
    }

    .desktop-mt-60 {
        margin-top: 3.75rem
    }

    .desktop-mb-0 {
        margin-bottom: 0
    }

    .desktop-mb-5 {
        margin-bottom: .3125rem
    }

    .desktop-mb-10 {
        margin-bottom: .625rem
    }

    .desktop-mb-15 {
        margin-bottom: .9375rem
    }

    .desktop-mb-20 {
        margin-bottom: 1.25rem
    }

    .desktop-mb-30 {
        margin-bottom: 1.875rem
    }

    .desktop-mb-40 {
        margin-bottom: 2.5rem
    }

    .desktop-mb-50 {
        margin-bottom: 3.125rem
    }

    .desktop-mb-60 {
        margin-bottom: 3.75rem
    }
}