﻿html {
    line-height: 1;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp,
pre {
    padding: .4em;
    font-family: monospace, monospace;
    font-size: 100%;
    background-color: var(--cr-subtle)
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted
}

fieldset {
    padding: 0
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: inherit;
    font-weight: inherit
}

h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty,
p:empty,
ol:empty,
ul:empty {
    display: none
}

a {
    position: relative;
    word-wrap: break-word;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
    cursor: pointer
}

img,
figure,
picture,
video,
canvas,
svg,
audio,
iframe,
embed,
object {
    display: block
}

img,
figure,
picture,
video,
canvas {
    max-width: 100%;
    height: auto;
    border: none;
    outline: none;
    margin: 0
}

input,
select,
optgroup,
button,
textarea {
    display: block;
    padding: 0;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none
}

button,
input[type=submit] {
    cursor: pointer
}

textarea {
    resize: vertical
}

table {
    border-collapse: collapse
}

:-moz-focusring {
    outline: auto
}

::placeholder {
    color: inherit
}

::-webkit-input-placeholder {
    color: inherit
}

:-moz-placeholder {
    color: inherit
}

:-ms-input-placeholder {
    color: inherit
}

@media(prefers-reduced-motion: reduce) {
    body {
        scroll-behavior: auto
    }
}

:root {
    --cr-subtle: rgba(125, 125, 125, 0.2);
    --cr-subtle-1: rgba(125, 125, 125, 0.2);
    --cr-subtle-2: rgba(125, 125, 125, 0.4);
    --cr-subtle-3: rgba(125, 125, 125, 0.6);
    --cr-subtle-4: rgba(125, 125, 125, 0.8);
    --cr-subtle-5: rgba(125, 125, 125, 1)
}

.cr-subtle,
.cr-subtle-1 {
    color: var(--cr-subtle-1)
}

.cr-subtle-2 {
    color: var(--cr-subtle-2)
}

.cr-subtle-3 {
    color: var(--cr-subtle-3)
}

.cr-subtle-4 {
    color: var(--cr-subtle-4)
}

.cr-subtle-5 {
    color: var(--cr-subtle-5)
}

.bg-subtle,
.bg-subtle-1 {
    background-color: var(--cr-subtle-1)
}

.bg-subtle-2 {
    background-color: var(--cr-subtle-2)
}

.bg-subtle-3 {
    background-color: var(--cr-subtle-3)
}

.bg-subtle-4 {
    background-color: var(--cr-subtle-4)
}

.bg-subtle-5 {
    background-color: var(--cr-subtle-5)
}

.c,
.c-1,
.c-2,
.c-3,
.c-4,
.c-5 {
    position: relative;
    width: calc(100vw - var(--s-contain)*2);
    max-width: var(--s-contain-max);
    margin-left: auto;
    margin-right: auto
}

.c-1,
.w-1 {
    max-width: var(--w-1)
}

.c-2,
.w-2 {
    max-width: var(--w-2)
}

.c-3,
.w-3 {
    max-width: var(--w-3)
}

.c-4,
.w-4 {
    max-width: var(--w-4)
}

.c-5,
.w-5 {
    max-width: var(--w-5)
}

.f-h,
.f-v {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.f-v {
    flex-direction: column
}

.f-w {
    flex-wrap: wrap
}

.f-nw {
    flex-wrap: nowrap
}

.f-a-s {
    align-items: stretch
}

.f-a-c {
    align-items: center
}

.f-a-e {
    align-items: flex-end
}

.f-j-s {
    justify-content: flex-start
}

.f-j-c {
    justify-content: center
}

.f-j-e {
    justify-content: flex-end
}

.f-j-b {
    justify-content: space-between
}

.g {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr))
}

.g-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr)
}

.g-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.g-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr)
}

.g-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.g-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr)
}

.g-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr)
}

.object-fit,
.object-contain {
    --offset: 1px;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    overflow: hidden;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}

.object-fit>*:not(picture),
.object-fit>picture>img,
.object-contain>*:not(picture),
.object-contain>picture>img {
    position: absolute;
    max-width: unset;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden
}

.object-fit>*:not(picture),
.object-fit>picture>img {
    width: calc(100% + var(--offset)*2) !important;
    height: calc(100% + var(--offset)*2) !important;
    object-fit: cover
}

.object-contain>*:not(picture),
.object-contain>picture>img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain
}

.child-fit>*,
.child-cover>*,
.child-contain>* {
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.child-fit>*,
.child-cover>* {
    height: 101%;
    object-fit: cover
}

.child-contain>* {
    height: 100%;
    object-fit: contain
}

.p-fill {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%
}

.p-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.p-center-h {
    left: 50%;
    transform: translate3d(-50%, 50%, 0)
}

.p-center-v {
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.icon-close,
.icon-plus,
.icon-minus {
    --thickness: 1px;
    position: relative;
    display: inline-block;
    width: .75em;
    height: .75em
}

.icon-close:before,
.icon-close:after,
.icon-plus:before,
.icon-plus:after,
.icon-minus:before,
.icon-minus:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%
}

.icon-close:before,
.icon-plus:before,
.icon-minus:before {
    border-top: var(--thickness) solid
}

.icon-close:after,
.icon-plus:after,
.icon-minus:after {
    border-bottom: var(--thickness) solid
}

.icon-close.icon-close:before,
.icon-plus.icon-close:before,
.icon-minus.icon-close:before {
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.icon-close.icon-close:after,
.icon-plus.icon-close:after,
.icon-minus.icon-close:after {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.icon-close.icon-plus:before,
.icon-close.icon-minus:before,
.icon-plus.icon-plus:before,
.icon-plus.icon-minus:before,
.icon-minus.icon-plus:before,
.icon-minus.icon-minus:before {
    transform: translate3d(-50%, -50%, 0) rotate(90deg)
}

.icon-close.icon-plus:after,
.icon-close.icon-minus:after,
.icon-plus.icon-plus:after,
.icon-plus.icon-minus:after,
.icon-minus.icon-plus:after,
.icon-minus.icon-minus:after {
    transform: translate3d(-50%, -50%, 0)
}

.icon-close.icon-minus:before,
.icon-plus.icon-minus:before,
.icon-minus.icon-minus:before {
    display: none
}

.icon-caret,
.icon-caret-left,
.icon-caret-right,
.icon-caret-top,
.icon-caret-bottom,
.icon-arrow,
.icon-arrow-left,
.icon-arrow-right,
.icon-arrow-top,
.icon-arrow-bottom {
    --thickness: 1px;
    position: relative;
    display: inline-block;
    width: .75em;
    height: .75em
}

.icon-caret:before,
.icon-caret-left:before,
.icon-caret-right:before,
.icon-caret-top:before,
.icon-caret-bottom:before,
.icon-arrow:before,
.icon-arrow-left:before,
.icon-arrow-right:before,
.icon-arrow-top:before,
.icon-arrow-bottom:before {
    content: "";
    display: block;
    position: absolute;
    width: 65%;
    height: 65%;
    top: 50%;
    left: 50%;
    border-top: var(--thickness) solid;
    border-left: var(--thickness) solid;
    border-radius: .5px;
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.icon-caret[class*=icon-arrow]:after,
.icon-caret-left[class*=icon-arrow]:after,
.icon-caret-right[class*=icon-arrow]:after,
.icon-caret-top[class*=icon-arrow]:after,
.icon-caret-bottom[class*=icon-arrow]:after,
.icon-arrow[class*=icon-arrow]:after,
.icon-arrow-left[class*=icon-arrow]:after,
.icon-arrow-right[class*=icon-arrow]:after,
.icon-arrow-top[class*=icon-arrow]:after,
.icon-arrow-bottom[class*=icon-arrow]:after {
    content: "";
    display: block;
    position: absolute;
    width: 94%;
    top: 50%;
    left: 50%;
    border-top: var(--thickness) solid;
    border-radius: 3px;
    transform: translate3d(-50%, -50%, 0)
}

.icon-caret[class*=icon-arrow]:before,
.icon-caret-left[class*=icon-arrow]:before,
.icon-caret-right[class*=icon-arrow]:before,
.icon-caret-top[class*=icon-arrow]:before,
.icon-caret-bottom[class*=icon-arrow]:before,
.icon-arrow[class*=icon-arrow]:before,
.icon-arrow-left[class*=icon-arrow]:before,
.icon-arrow-right[class*=icon-arrow]:before,
.icon-arrow-top[class*=icon-arrow]:before,
.icon-arrow-bottom[class*=icon-arrow]:before {
    width: 45%;
    height: 45%
}

.icon-caret[class*=icon-arrow-left]:before,
.icon-caret-left[class*=icon-arrow-left]:before,
.icon-caret-right[class*=icon-arrow-left]:before,
.icon-caret-top[class*=icon-arrow-left]:before,
.icon-caret-bottom[class*=icon-arrow-left]:before,
.icon-arrow[class*=icon-arrow-left]:before,
.icon-arrow-left[class*=icon-arrow-left]:before,
.icon-arrow-right[class*=icon-arrow-left]:before,
.icon-arrow-top[class*=icon-arrow-left]:before,
.icon-arrow-bottom[class*=icon-arrow-left]:before {
    left: 32%
}

.icon-caret[class*=icon-arrow-right]:before,
.icon-caret-left[class*=icon-arrow-right]:before,
.icon-caret-right[class*=icon-arrow-right]:before,
.icon-caret-top[class*=icon-arrow-right]:before,
.icon-caret-bottom[class*=icon-arrow-right]:before,
.icon-arrow[class*=icon-arrow-right]:before,
.icon-arrow-left[class*=icon-arrow-right]:before,
.icon-arrow-right[class*=icon-arrow-right]:before,
.icon-arrow-top[class*=icon-arrow-right]:before,
.icon-arrow-bottom[class*=icon-arrow-right]:before {
    left: 69%
}

.icon-caret[class*=icon-arrow-top]:after,
.icon-caret[class*=icon-arrow-bottom]:after,
.icon-caret-left[class*=icon-arrow-top]:after,
.icon-caret-left[class*=icon-arrow-bottom]:after,
.icon-caret-right[class*=icon-arrow-top]:after,
.icon-caret-right[class*=icon-arrow-bottom]:after,
.icon-caret-top[class*=icon-arrow-top]:after,
.icon-caret-top[class*=icon-arrow-bottom]:after,
.icon-caret-bottom[class*=icon-arrow-top]:after,
.icon-caret-bottom[class*=icon-arrow-bottom]:after,
.icon-arrow[class*=icon-arrow-top]:after,
.icon-arrow[class*=icon-arrow-bottom]:after,
.icon-arrow-left[class*=icon-arrow-top]:after,
.icon-arrow-left[class*=icon-arrow-bottom]:after,
.icon-arrow-right[class*=icon-arrow-top]:after,
.icon-arrow-right[class*=icon-arrow-bottom]:after,
.icon-arrow-top[class*=icon-arrow-top]:after,
.icon-arrow-top[class*=icon-arrow-bottom]:after,
.icon-arrow-bottom[class*=icon-arrow-top]:after,
.icon-arrow-bottom[class*=icon-arrow-bottom]:after {
    transform: translate3d(-50%, -50%, 0) rotate(-90deg)
}

.icon-caret[class*=icon-arrow-top]:before,
.icon-caret-left[class*=icon-arrow-top]:before,
.icon-caret-right[class*=icon-arrow-top]:before,
.icon-caret-top[class*=icon-arrow-top]:before,
.icon-caret-bottom[class*=icon-arrow-top]:before,
.icon-arrow[class*=icon-arrow-top]:before,
.icon-arrow-left[class*=icon-arrow-top]:before,
.icon-arrow-right[class*=icon-arrow-top]:before,
.icon-arrow-top[class*=icon-arrow-top]:before,
.icon-arrow-bottom[class*=icon-arrow-top]:before {
    top: 32%
}

.icon-caret[class*=icon-arrow-bottom]:before,
.icon-caret-left[class*=icon-arrow-bottom]:before,
.icon-caret-right[class*=icon-arrow-bottom]:before,
.icon-caret-top[class*=icon-arrow-bottom]:before,
.icon-caret-bottom[class*=icon-arrow-bottom]:before,
.icon-arrow[class*=icon-arrow-bottom]:before,
.icon-arrow-left[class*=icon-arrow-bottom]:before,
.icon-arrow-right[class*=icon-arrow-bottom]:before,
.icon-arrow-top[class*=icon-arrow-bottom]:before,
.icon-arrow-bottom[class*=icon-arrow-bottom]:before {
    top: 69%
}

.icon-caret-left:before,
.icon-arrow-left:before {
    transform: translate3d(-50%, -50%, 0) rotate(315deg)
}

.icon-caret-right:before,
.icon-arrow-right:before {
    transform: translate3d(-50%, -50%, 0) rotate(135deg)
}

.icon-caret-top:before,
.icon-arrow-top:before {
    top: 60%;
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.icon-caret-bottom:before,
.icon-arrow-bottom:before {
    top: 40%;
    transform: translate3d(-50%, -50%, 0) rotate(225deg)
}

hr {
    margin: 0;
    border: none;
    outline: none;
    border-top: 1px solid
}

.no-text-space {
    font-size: 0;
    line-height: 0
}

.avoid-style-flash {
    visibility: hidden
}

.user-select-disable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

.screen-reader-only {
    position: absolute !important;
    left: -10000px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important
}

.is-hidden {
    display: none !important
}

.expand-clickable-area {
    --clickable-area: 5px;
    position: relative
}

.expand-clickable-area:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + var(--clickable-area)*2);
    height: calc(100% + var(--clickable-area)*2);
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

@media(max-width: 1024px) {
    .tablet-up-only {
        display: none !important
    }
}

@media(min-width: 1025px) {
    .tablet-down-only {
        display: none !important
    }
}

@media(max-width: 600px) {
    .mobile-up-only {
        display: none !important
    }
}

@media(min-width: 601px) {
    .mobile-down-only {
        display: none !important
    }
}

.header-space {
    height: calc(var(--s-header) + var(--s-announcement))
}

.t-center {
    text-align: center
}

.t-italic {
}

.t-uppercase {
    text-transform: uppercase
}

.t-underline {
    text-decoration: underline
}

@font-face {
    font-family: "Immortel Infra G1";
    font-weight: 400;
    font-display: block;
    src: url('{{ "font-monument-grotesk-regular.woff" | asset_url }}') format('woff');
}

@font-face {
    font-family: "Immortel Infra G1";
    font-weight: 400;
    font-style: normal;
    font-display: block;
    src: url('{{ "font-monument-grotesk-regular.woff" | asset_url }}') format('woff');
}

@font-face {
    font-family: "NEXT Book";
    font-weight: 500;
    font-style: normal;
    font-display: block;
    src: url('{{ "font-monument-grotesk-regular.woff" | asset_url }}') format('woff');
}

@font-face {
    font-family: "NEXT Book";
    font-weight: 400;
    font-style: normal;
    font-display: block;
    src: url('{{ "font-monument-grotesk-regular.woff" | asset_url }}') format('woff');
}

@font-face {
    font-family: "NEXT Book";
    font-weight: 300;
    font-style: normal;
    font-display: block;
    src: url('{{ "font-monument-grotesk-regular.woff" | asset_url }}') format('woff');
}


:root {
    --cr-white: #fcfcfa;
    --cr-white-1: #ffffff;
    --cr-black: #231f20;
    --cr-black-1: #000000;
    --cr-gray: #e7e7e6;
    --cr-red: #ea4e32;
    --t-h-1: 400 95px/0.95 "Immortel Infra G1", serif;
    --t-h-2: 400 65px/0.95 "Immortel Infra G1", serif;
    --t-h-3: 400 45px/0.95 "Immortel Infra G1", serif;
    --t-h-4: 400 30px/1 "Immortel Infra G1", serif;
    --t-h-5: 400 18px/1 "Immortel Infra G1", serif;
    --t-h-6: italic 400 18px/1 "Immortel Infra G1", serif;
    --t-b-1: 300 20px/1.25 "NEXT Book", sans-serif;
    --t-b-2: 300 18px/1.25 "NEXT Book", sans-serif;
    --t-b-3: 300 15px/1.25 "NEXT Book", sans-serif;
    --t-l-1: 500 15px/1 "NEXT Book", sans-serif;
    --t-l-2: 500 12px/1 "NEXT Book", sans-serif;
    --w-1: 1500px;
    --w-2: 1200px;
    --w-3: 900px;
    --w-4: 600px;
    --w-5: 300px;
    --s-section: 120px;
    --s-contain: 4vw;
    --s-contain-max: 2000px;
    --s-main-min-height: calc(var(--s-vp-height, 0px) - var(--s-announcement, 0px) - var(--s-header, 0px));
    --s-edge: var(--s-contain);
    --e-inOut-sin: cubic-bezier(0.37, 0, 0.63, 1);
    --e-inOut-quad: cubic-bezier(0.45, 0, 0.55, 1);
    --e-inOut-cubic: cubic-bezier(0.65, 0, 0.35, 1);
    --e-inOut-quart: cubic-bezier(0.76, 0, 0.24, 1);
    --e-inOut-quint: cubic-bezier(0.83, 0, 0.17, 1);
    --e-inOut-expo: cubic-bezier(0.87, 0, 0.13, 1);
    --e-inOut-circ: cubic-bezier(0.85, 0, 0.15, 1)
}

@media screen and (max-width: 1024px) {
    :root {
        --t-h-1: 400 72px/0.95 "Immortel Infra G1", serif;
        --t-h-2: 400 55px/0.95 "Immortel Infra G1", serif;
        --t-h-3: 400 40px/0.95 "Immortel Infra G1", serif
    }
}

@media screen and (max-width: 600px) {
    :root {
        --t-h-1: 400 40px/0.95 "Immortel Infra G1", serif;
        --t-h-2: 400 36px/0.95 "Immortel Infra G1", serif;
        --t-h-3: 400 30px/0.95 "Immortel Infra G1", serif;
        --t-h-4: 400 26px/1 "Immortel Infra G1", serif;
        --t-b-1: 300 18px/1.25 "NEXT Book", sans-serif;
        --t-b-2: 300 16px/1.25 "NEXT Book", sans-serif;
        --s-section: 60px
    }
}

@media screen and (min-width: 2174px) {
    :root {
        --s-edge: calc((100vw - var(--s-contain-max)) / 2)
    }
}

html {
    scroll-padding-top: calc(var(--s-announcement, 0px) + var(--s-header, 0px) + 20px);
    padding-bottom: 0 !important
}

::selection {
    text-shadow: none;
    color: var(--cr-white-1);
    background-color: var(--cr-red)
}

::-moz-selection {
    text-shadow: none;
    color: var(--cr-white-1);
    background-color: var(--cr-red)
}

@media(hover: hover) {
    * {
        outline-offset: 2px;
        outline-color: rgba(0, 0, 0, 0)
    }

    *:focus-visible {
        outline-style: dashed;
        outline-color: var(--cr-accent) !important
    }
}

html {
    color: var(--cr-white-1);
    background-color: var(--cr-black-1)
}

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

.cr-black-1 {
    color: var(--cr-black-1)
}

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

.cr-white-1 {
    color: var(--cr-white-1)
}

.cr-red {
    color: var(--cr-red)
}

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

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

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

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

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

.bg-red {
    background-color: var(--cr-red)
}

.bg-gray {
    background-color: var(--cr-gray)
}

body {
    font: var(--t-b-3);
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.t-h-1 {
    font: var(--t-h-1);
    text-transform: uppercase
}

.t-h-2 {
    font: var(--t-h-2);
    text-transform: uppercase
}

.t-h-3 {
    font: var(--t-h-3);
    text-transform: uppercase
}

.t-h-4 {
    font: var(--t-h-4);
    text-transform: uppercase
}

.t-h-5 {
    text-transform: uppercase;
    font: var(--t-h-5)
}

.t-h-6 {
    font: var(--t-h-6)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-wrap: balance
}

.t-b-1 {
    font: var(--t-b-1)
}

.t-b-2 {
    font: var(--t-b-2)
}

.t-b-3 {
    font: var(--t-b-3)
}

.t-l-1 {
    font: var(--t-l-1);
    text-transform: uppercase;
    letter-spacing: .1em
}

.t-l-2 {
    font: var(--t-l-2);
    text-transform: uppercase;
    letter-spacing: .2em
}

p,
ol,
ul {
    text-wrap: pretty
}

.btn,
.btn-outline,
.btn-underline {
    --height: 35px;
    --outline: 1px;
    --t-duration: 0.3s;
    position: relative;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-align: center;
    box-shadow: unset;
    border: unset;
    outline: unset;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    font: var(--t-l-2);
    height: var(--height);
    line-height: calc(var(--height) - .5px);
    text-transform: uppercase;
    letter-spacing: .25em
}

.btn,
.btn-outline {
    padding: 0 30px;
    overflow: hidden;
    transition: opacity var(--t-duration), background-color var(--t-duration), color var(--t-duration)
}

.btn {
    color: var(--cr-white-1);
    background-color: var(--cr-black)
}

@media(hover: hover) {
    .btn:hover {
        background-color: var(--cr-black-1)
    }
}

.btn.is-active {
    color: var(--cr-black);
    background-color: var(--cr-white);
    pointer-events: none
}

.btn.is-dark {
    background-color: var(--cr-black-1)
}

@media(hover: hover) {
    .btn.is-dark:not([disabled]):hover {
        color: var(--cr-white);
        background-color: var(--cr-red)
    }
}

.btn.is-light {
    color: var(--cr-black);
    background-color: var(--cr-white)
}

@media(hover: hover) {
    .btn.is-light:not([disabled]):hover {
        color: var(--cr-white);
        background-color: var(--cr-red)
    }
}

.btn.is-red {
    color: var(--cr-white);
    background-color: var(--cr-red)
}

@media(hover: hover) {
    .btn.is-red:not([disabled]):hover {
        opacity: .7
    }
}

.btn.is-transparent-hover {
    border: 1px solid var(--cr-black)
}

@media(hover: hover) {
    .btn.is-transparent-hover:hover {
        color: var(--cr-black);
        background-color: rgba(0, 0, 0, 0)
    }
}

.btn.is-transparent-hover.is-light {
    border: 1px solid var(--cr-white)
}

@media(hover: hover) {
    .btn.is-transparent-hover.is-light:hover {
        color: var(--cr-white);
        background-color: rgba(0, 0, 0, 0)
    }
}

.btn-outline {
    color: inherit;
    border: var(--outline) solid;
    line-height: calc(var(--height) - var(--outline)*2)
}

@media(hover: hover) {
    .btn-outline:hover {
        color: var(--cr-white)
    }
}

.btn-underline {
    --height: unset;
    transition: color var(--t-duration)
}

.btn-underline.is-large {
    font: var(--t-h-4);
    letter-spacing: 0px
}

.btn-underline.is-active:after {
    transform: scaleX(1);
    pointer-events: none
}

.btn-underline:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: calc(100% + 5px);
    left: 0;
    border-top: var(--outline) solid;
    transform-origin: right
}

.btn-underline:after {
    transform: scaleX(0);
    border-color: var(--cr-accent);
    transition: transform var(--t-duration)
}

@media(hover: hover) {
    .btn-underline:hover:after {
        transform: scaleX(1);
        transform-origin: left
    }
}

.btn-underline.is-active .icon-caret-top {
    transform: rotate(180deg)
}

@media screen and (max-width: 600px) {
    .btn-underline.is-large {
        font-size: 18px
    }
}

.btn-icon {
    --width: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--width);
    height: var(--width);
    border-radius: 100%;
    border: 1px solid var(--cr-white-1);
    background-color: var(--cr-black);
    transition: background-color .3s, color .3s, transform .3s, border .3s
}

.btn-icon.is-dark {
    border-color: rgba(0, 0, 0, 0);
    background-color: var(--cr-black-1)
}

.btn-icon.is-outline {
    border-color: currentColor;
    background-color: rgba(0, 0, 0, 0)
}

@media(hover: hover) {
    .btn-icon:hover {
        background-color: var(--cr-white-1);
        color: var(--cr-black-1)
    }
}

@media(hover: hover) {
    .btn-icon-wrapper:hover .btn-underline:after {
        transform: scaleX(1);
        transform-origin: left
    }

    .btn-icon-wrapper:hover .btn-icon {
        background-color: var(--cr-white-1);
        color: var(--cr-black-1)
    }
}

.btn[disabled],
button[disabled],
input[disabled] {
    color: inherit;
    background-color: var(--cr-subtle-2);
    cursor: not-allowed
}

input,
select,
textarea,
progress {
    accent-color: var(--cr-accent)
}

input[type=radio],
input[type=checkbox] {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 1px solid;
    cursor: pointer;
    transition: background .2s
}

input[type=radio]~label,
input[type=checkbox]~label {
    padding-left: .5em;
    vertical-align: bottom;
    font: var(--t-b-3);
    line-height: 1;
    cursor: pointer
}

input[type=radio][type=radio],
input[type=checkbox][type=radio] {
    border-radius: 100%
}

input[type=radio][type=radio]:checked,
input[type=checkbox][type=radio]:checked {
    background-color: var(--cr-accent);
    box-shadow: inset 0 0 0 2px var(--cr-white)
}

input[type=radio][type=checkbox],
input[type=checkbox][type=checkbox] {
    background: center/80% no-repeat
}

input[type=radio][type=checkbox]:checked,
input[type=checkbox][type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800.01 586.81'%3E%3Cpath fill='%23000000' d='M796.74 87.51 300.72 583.53c-4.37 4.37-11.44 4.37-15.8 0L3.27 301.88c-4.36-4.35-4.36-11.42 0-15.79l68.44-68.44c4.37-4.36 11.44-4.36 15.8 0l205.32 205.31L712.51 3.27c4.38-4.36 11.43-4.36 15.8 0l68.43 68.44c4.37 4.36 4.37 11.42 0 15.8Z'/%3E%3C/svg%3E")
}

.field,
.field-cols {
    --field-gap: 15px;
    --height: 45px;
    --line-height: 20px;
    --padding-h: 16px;
    --floating-label-focus-offset: 5px
}

@media screen and (max-width: 600px) {

    .field,
    .field-cols {
        --field-gap: 10px;
        --padding-h: 14px
    }
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--cr-white);
    transition: filter .2s
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=week]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=search]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--cr-white);
    transition: filter .2s
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--cr-white);
    transition: filter .2s
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=week]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=search]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: var(--cr-white);
    transition: filter .2s
}

input[type=text]:placeholder,
input[type=email]:placeholder,
input[type=tel]:placeholder,
input[type=url]:placeholder,
input[type=password]:placeholder,
input[type=number]:placeholder,
input[type=date]:placeholder,
input[type=datetime-local]:placeholder,
input[type=month]:placeholder,
input[type=week]:placeholder,
input[type=time]:placeholder,
input[type=search]:placeholder,
select:placeholder,
textarea:placeholder {
    color: var(--cr-white);
    transition: filter .2s
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
    outline: none
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=datetime-local]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=week]:focus::placeholder,
input[type=time]:focus::placeholder,
input[type=search]:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
    filter: brightness(0.5)
}

input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=text][type=number],
input[type=email][type=number],
input[type=tel][type=number],
input[type=url][type=number],
input[type=password][type=number],
input[type=number][type=number],
input[type=date][type=number],
input[type=datetime-local][type=number],
input[type=month][type=number],
input[type=week][type=number],
input[type=time][type=number],
input[type=search][type=number],
select[type=number],
textarea[type=number] {
    -moz-appearance: textfield
}

.field input[type=text],
.field input[type=email],
.field input[type=tel],
.field input[type=url],
.field input[type=password],
.field input[type=number],
.field input[type=date],
.field input[type=datetime-local],
.field input[type=month],
.field input[type=week],
.field input[type=time],
.field input[type=search],
.field select,
.field textarea {
    height: var(--height);
    padding: calc((var(--height) - var(--line-height))/2) var(--padding-h);
    font: var(--t-b-3);
    line-height: var(--line-height);
    position: relative;
    display: block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: none;
    color: inherit;
    transition: .2s;
    outline-style: solid;
    outline-offset: 0px;
    outline-color: rgba(0, 0, 0, 0)
}

@media(hover: hover) {

    .field input[type=text]:focus-visible,
    .field input[type=email]:focus-visible,
    .field input[type=tel]:focus-visible,
    .field input[type=url]:focus-visible,
    .field input[type=password]:focus-visible,
    .field input[type=number]:focus-visible,
    .field input[type=date]:focus-visible,
    .field input[type=datetime-local]:focus-visible,
    .field input[type=month]:focus-visible,
    .field input[type=week]:focus-visible,
    .field input[type=time]:focus-visible,
    .field input[type=search]:focus-visible,
    .field select:focus-visible,
    .field textarea:focus-visible {
        outline-style: solid !important;
        outline-color: var(--cr-subtle-4) !important
    }
}

.field.is-floating-label input[type=text]~label,
.field.is-floating-label input[type=email]~label,
.field.is-floating-label input[type=tel]~label,
.field.is-floating-label input[type=url]~label,
.field.is-floating-label input[type=password]~label,
.field.is-floating-label input[type=number]~label,
.field.is-floating-label input[type=date]~label,
.field.is-floating-label input[type=datetime-local]~label,
.field.is-floating-label input[type=month]~label,
.field.is-floating-label input[type=week]~label,
.field.is-floating-label input[type=time]~label,
.field.is-floating-label input[type=search]~label,
.field.is-floating-label select~label,
.field.is-floating-label textarea~label {
    height: var(--height);
    padding: calc((var(--height) - var(--line-height))/2) var(--padding-h);
    font: var(--t-b-3);
    line-height: var(--line-height);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    transition: .2s
}

.field.is-floating-label input[type=text]:not(select):focus,
.field.is-floating-label input[type=text]:placeholder-shown,
.field.is-floating-label input[type=text].is-contain-value,
.field.is-floating-label input[type=email]:not(select):focus,
.field.is-floating-label input[type=email]:placeholder-shown,
.field.is-floating-label input[type=email].is-contain-value,
.field.is-floating-label input[type=tel]:not(select):focus,
.field.is-floating-label input[type=tel]:placeholder-shown,
.field.is-floating-label input[type=tel].is-contain-value,
.field.is-floating-label input[type=url]:not(select):focus,
.field.is-floating-label input[type=url]:placeholder-shown,
.field.is-floating-label input[type=url].is-contain-value,
.field.is-floating-label input[type=password]:not(select):focus,
.field.is-floating-label input[type=password]:placeholder-shown,
.field.is-floating-label input[type=password].is-contain-value,
.field.is-floating-label input[type=number]:not(select):focus,
.field.is-floating-label input[type=number]:placeholder-shown,
.field.is-floating-label input[type=number].is-contain-value,
.field.is-floating-label input[type=date]:not(select):focus,
.field.is-floating-label input[type=date]:placeholder-shown,
.field.is-floating-label input[type=date].is-contain-value,
.field.is-floating-label input[type=datetime-local]:not(select):focus,
.field.is-floating-label input[type=datetime-local]:placeholder-shown,
.field.is-floating-label input[type=datetime-local].is-contain-value,
.field.is-floating-label input[type=month]:not(select):focus,
.field.is-floating-label input[type=month]:placeholder-shown,
.field.is-floating-label input[type=month].is-contain-value,
.field.is-floating-label input[type=week]:not(select):focus,
.field.is-floating-label input[type=week]:placeholder-shown,
.field.is-floating-label input[type=week].is-contain-value,
.field.is-floating-label input[type=time]:not(select):focus,
.field.is-floating-label input[type=time]:placeholder-shown,
.field.is-floating-label input[type=time].is-contain-value,
.field.is-floating-label input[type=search]:not(select):focus,
.field.is-floating-label input[type=search]:placeholder-shown,
.field.is-floating-label input[type=search].is-contain-value,
.field.is-floating-label select:not(select):focus,
.field.is-floating-label select:placeholder-shown,
.field.is-floating-label select.is-contain-value,
.field.is-floating-label textarea:not(select):focus,
.field.is-floating-label textarea:placeholder-shown,
.field.is-floating-label textarea.is-contain-value {
    padding-top: calc((var(--height) - var(--line-height))/2 + var(--floating-label-focus-offset));
    padding-bottom: calc((var(--height) - var(--line-height))/2 - var(--floating-label-focus-offset))
}

.field.is-floating-label input[type=text]:not(select):focus~label,
.field.is-floating-label input[type=text]:placeholder-shown~label,
.field.is-floating-label input[type=text].is-contain-value~label,
.field.is-floating-label input[type=email]:not(select):focus~label,
.field.is-floating-label input[type=email]:placeholder-shown~label,
.field.is-floating-label input[type=email].is-contain-value~label,
.field.is-floating-label input[type=tel]:not(select):focus~label,
.field.is-floating-label input[type=tel]:placeholder-shown~label,
.field.is-floating-label input[type=tel].is-contain-value~label,
.field.is-floating-label input[type=url]:not(select):focus~label,
.field.is-floating-label input[type=url]:placeholder-shown~label,
.field.is-floating-label input[type=url].is-contain-value~label,
.field.is-floating-label input[type=password]:not(select):focus~label,
.field.is-floating-label input[type=password]:placeholder-shown~label,
.field.is-floating-label input[type=password].is-contain-value~label,
.field.is-floating-label input[type=number]:not(select):focus~label,
.field.is-floating-label input[type=number]:placeholder-shown~label,
.field.is-floating-label input[type=number].is-contain-value~label,
.field.is-floating-label input[type=date]:not(select):focus~label,
.field.is-floating-label input[type=date]:placeholder-shown~label,
.field.is-floating-label input[type=date].is-contain-value~label,
.field.is-floating-label input[type=datetime-local]:not(select):focus~label,
.field.is-floating-label input[type=datetime-local]:placeholder-shown~label,
.field.is-floating-label input[type=datetime-local].is-contain-value~label,
.field.is-floating-label input[type=month]:not(select):focus~label,
.field.is-floating-label input[type=month]:placeholder-shown~label,
.field.is-floating-label input[type=month].is-contain-value~label,
.field.is-floating-label input[type=week]:not(select):focus~label,
.field.is-floating-label input[type=week]:placeholder-shown~label,
.field.is-floating-label input[type=week].is-contain-value~label,
.field.is-floating-label input[type=time]:not(select):focus~label,
.field.is-floating-label input[type=time]:placeholder-shown~label,
.field.is-floating-label input[type=time].is-contain-value~label,
.field.is-floating-label input[type=search]:not(select):focus~label,
.field.is-floating-label input[type=search]:placeholder-shown~label,
.field.is-floating-label input[type=search].is-contain-value~label,
.field.is-floating-label select:not(select):focus~label,
.field.is-floating-label select:placeholder-shown~label,
.field.is-floating-label select.is-contain-value~label,
.field.is-floating-label textarea:not(select):focus~label,
.field.is-floating-label textarea:placeholder-shown~label,
.field.is-floating-label textarea.is-contain-value~label {
    top: var(--floating-label-focus-offset);
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
    font-size: 11px;
    color: var(--cr-subtle-5)
}

.field {
    position: relative;
    line-height: 1
}

.field label {
    display: block;
    font: var(--t-h-5);
    line-height: 1
}

.field label:not(:last-child) {
    margin-bottom: 10px
}

.field select {
    padding-right: calc(var(--padding-h) + 8px + var(--padding-h));
    color: var(--cr-black);
    background: var(--cr-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 5'%3E%3Cpath fill-rule='evenodd' d='m3,5L6,0H0l3,5'/%3E%3C/svg%3E") right var(--padding-h) center/8px no-repeat;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

.field textarea {
    white-space: normal;
    min-height: var(--height);
    height: 200px;
    scroll-padding-block: 6px;
    resize: vertical
}

.field-cols {
    display: flex;
    flex-wrap: wrap;
    gap: var(--field-gap)
}

.field-cols .field {
    flex: 1;
    margin-bottom: 0
}

.field-cols:not(:last-of-type) {
    margin-bottom: var(--field-gap)
}

@media screen and (max-width: 600px) {
    .field-cols .field {
        width: 100%;
        flex: unset
    }
}

.wysiwyg>*:not(:last-child),
.wysiwyg-page>*:not(:last-child),
.wysiwyg-b-1>*:not(:last-child),
.wysiwyg-ul>*:not(:last-child) {
    margin-bottom: 16px
}

.wysiwyg h1:not(:first-child),
.wysiwyg h2:not(:first-child),
.wysiwyg h3:not(:first-child),
.wysiwyg h4:not(:first-child),
.wysiwyg h5:not(:first-child),
.wysiwyg h6:not(:first-child),
.wysiwyg .t-h-1:not(:first-child),
.wysiwyg .t-h-2:not(:first-child),
.wysiwyg .t-h-3:not(:first-child),
.wysiwyg .t-h-4:not(:first-child),
.wysiwyg .t-h-5:not(:first-child),
.wysiwyg .t-h-6:not(:first-child),
.wysiwyg-page h1:not(:first-child),
.wysiwyg-page h2:not(:first-child),
.wysiwyg-page h3:not(:first-child),
.wysiwyg-page h4:not(:first-child),
.wysiwyg-page h5:not(:first-child),
.wysiwyg-page h6:not(:first-child),
.wysiwyg-page .t-h-1:not(:first-child),
.wysiwyg-page .t-h-2:not(:first-child),
.wysiwyg-page .t-h-3:not(:first-child),
.wysiwyg-page .t-h-4:not(:first-child),
.wysiwyg-page .t-h-5:not(:first-child),
.wysiwyg-page .t-h-6:not(:first-child),
.wysiwyg-b-1 h1:not(:first-child),
.wysiwyg-b-1 h2:not(:first-child),
.wysiwyg-b-1 h3:not(:first-child),
.wysiwyg-b-1 h4:not(:first-child),
.wysiwyg-b-1 h5:not(:first-child),
.wysiwyg-b-1 h6:not(:first-child),
.wysiwyg-b-1 .t-h-1:not(:first-child),
.wysiwyg-b-1 .t-h-2:not(:first-child),
.wysiwyg-b-1 .t-h-3:not(:first-child),
.wysiwyg-b-1 .t-h-4:not(:first-child),
.wysiwyg-b-1 .t-h-5:not(:first-child),
.wysiwyg-b-1 .t-h-6:not(:first-child),
.wysiwyg-ul h1:not(:first-child),
.wysiwyg-ul h2:not(:first-child),
.wysiwyg-ul h3:not(:first-child),
.wysiwyg-ul h4:not(:first-child),
.wysiwyg-ul h5:not(:first-child),
.wysiwyg-ul h6:not(:first-child),
.wysiwyg-ul .t-h-1:not(:first-child),
.wysiwyg-ul .t-h-2:not(:first-child),
.wysiwyg-ul .t-h-3:not(:first-child),
.wysiwyg-ul .t-h-4:not(:first-child),
.wysiwyg-ul .t-h-5:not(:first-child),
.wysiwyg-ul .t-h-6:not(:first-child) {
    margin-top: 30px
}

.wysiwyg h1 a,
.wysiwyg h2 a,
.wysiwyg h3 a,
.wysiwyg h4 a,
.wysiwyg h5 a,
.wysiwyg h6 a,
.wysiwyg .t-h-1 a,
.wysiwyg .t-h-2 a,
.wysiwyg .t-h-3 a,
.wysiwyg .t-h-4 a,
.wysiwyg .t-h-5 a,
.wysiwyg .t-h-6 a,
.wysiwyg-page h1 a,
.wysiwyg-page h2 a,
.wysiwyg-page h3 a,
.wysiwyg-page h4 a,
.wysiwyg-page h5 a,
.wysiwyg-page h6 a,
.wysiwyg-page .t-h-1 a,
.wysiwyg-page .t-h-2 a,
.wysiwyg-page .t-h-3 a,
.wysiwyg-page .t-h-4 a,
.wysiwyg-page .t-h-5 a,
.wysiwyg-page .t-h-6 a,
.wysiwyg-b-1 h1 a,
.wysiwyg-b-1 h2 a,
.wysiwyg-b-1 h3 a,
.wysiwyg-b-1 h4 a,
.wysiwyg-b-1 h5 a,
.wysiwyg-b-1 h6 a,
.wysiwyg-b-1 .t-h-1 a,
.wysiwyg-b-1 .t-h-2 a,
.wysiwyg-b-1 .t-h-3 a,
.wysiwyg-b-1 .t-h-4 a,
.wysiwyg-b-1 .t-h-5 a,
.wysiwyg-b-1 .t-h-6 a,
.wysiwyg-ul h1 a,
.wysiwyg-ul h2 a,
.wysiwyg-ul h3 a,
.wysiwyg-ul h4 a,
.wysiwyg-ul h5 a,
.wysiwyg-ul h6 a,
.wysiwyg-ul .t-h-1 a,
.wysiwyg-ul .t-h-2 a,
.wysiwyg-ul .t-h-3 a,
.wysiwyg-ul .t-h-4 a,
.wysiwyg-ul .t-h-5 a,
.wysiwyg-ul .t-h-6 a {
    text-decoration: underline
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg-page h1,
.wysiwyg-page h2,
.wysiwyg-b-1 h1,
.wysiwyg-b-1 h2,
.wysiwyg-ul h1,
.wysiwyg-ul h2 {
    font: var(--t-h-2);
    text-transform: uppercase
}

.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg-page h3,
.wysiwyg-page h4,
.wysiwyg-page h5,
.wysiwyg-page h6,
.wysiwyg-b-1 h3,
.wysiwyg-b-1 h4,
.wysiwyg-b-1 h5,
.wysiwyg-b-1 h6,
.wysiwyg-ul h3,
.wysiwyg-ul h4,
.wysiwyg-ul h5,
.wysiwyg-ul h6 {
    font: var(--t-h-4);
    text-transform: uppercase
}

.wysiwyg .btn,
.wysiwyg .btn-outline,
.wysiwyg .btn-underline,
.wysiwyg-page .btn,
.wysiwyg-page .btn-outline,
.wysiwyg-page .btn-underline,
.wysiwyg-b-1 .btn,
.wysiwyg-b-1 .btn-outline,
.wysiwyg-b-1 .btn-underline,
.wysiwyg-ul .btn,
.wysiwyg-ul .btn-outline,
.wysiwyg-ul .btn-underline {
    text-decoration: unset
}

.wysiwyg .btn:not(:first-child),
.wysiwyg .btn-outline:not(:first-child),
.wysiwyg .btn-underline:not(:first-child),
.wysiwyg-page .btn:not(:first-child),
.wysiwyg-page .btn-outline:not(:first-child),
.wysiwyg-page .btn-underline:not(:first-child),
.wysiwyg-b-1 .btn:not(:first-child),
.wysiwyg-b-1 .btn-outline:not(:first-child),
.wysiwyg-b-1 .btn-underline:not(:first-child),
.wysiwyg-ul .btn:not(:first-child),
.wysiwyg-ul .btn-outline:not(:first-child),
.wysiwyg-ul .btn-underline:not(:first-child) {
    margin-top: 20px
}

.wysiwyg p,
.wysiwyg ol,
.wysiwyg ul,
.wysiwyg-page p,
.wysiwyg-page ol,
.wysiwyg-page ul,
.wysiwyg-b-1 p,
.wysiwyg-b-1 ol,
.wysiwyg-b-1 ul,
.wysiwyg-ul p,
.wysiwyg-ul ol,
.wysiwyg-ul ul {
    font: var(--t-b-2);
    text-wrap: pretty
}

.wysiwyg p a,
.wysiwyg ol a,
.wysiwyg ul a,
.wysiwyg-page p a,
.wysiwyg-page ol a,
.wysiwyg-page ul a,
.wysiwyg-b-1 p a,
.wysiwyg-b-1 ol a,
.wysiwyg-b-1 ul a,
.wysiwyg-ul p a,
.wysiwyg-ul ol a,
.wysiwyg-ul ul a {
    text-decoration: underline
}

.wysiwyg ul,
.wysiwyg ol,
.wysiwyg-page ul,
.wysiwyg-page ol,
.wysiwyg-b-1 ul,
.wysiwyg-b-1 ol,
.wysiwyg-ul ul,
.wysiwyg-ul ol {
    padding-left: 1em;
    list-style-position: inside
}

.wysiwyg ol,
.wysiwyg-page ol,
.wysiwyg-b-1 ol,
.wysiwyg-ul ol {
    list-style-type: decimal
}

.wysiwyg ul,
.wysiwyg-page ul,
.wysiwyg-b-1 ul,
.wysiwyg-ul ul {
    list-style-type: disc
}

.wysiwyg blockquote,
.wysiwyg-page blockquote,
.wysiwyg-b-1 blockquote,
.wysiwyg-ul blockquote {
    margin: 30px auto;
    quotes: "“" "”" "‘" "’"
}

.wysiwyg blockquote,
.wysiwyg blockquote p,
.wysiwyg-page blockquote,
.wysiwyg-page blockquote p,
.wysiwyg-b-1 blockquote,
.wysiwyg-b-1 blockquote p,
.wysiwyg-ul blockquote,
.wysiwyg-ul blockquote p {
    font: var(--t-h-2)
}

.wysiwyg blockquote p,
.wysiwyg-page blockquote p,
.wysiwyg-b-1 blockquote p,
.wysiwyg-ul blockquote p {
    display: inline;
    margin: 0
}

.wysiwyg blockquote:before,
.wysiwyg-page blockquote:before,
.wysiwyg-b-1 blockquote:before,
.wysiwyg-ul blockquote:before {
    content: open-quote;
    display: inline
}

.wysiwyg blockquote:after,
.wysiwyg-page blockquote:after,
.wysiwyg-b-1 blockquote:after,
.wysiwyg-ul blockquote:after {
    content: close-quote;
    display: inline
}

.wysiwyg table,
.wysiwyg-page table,
.wysiwyg-b-1 table,
.wysiwyg-ul table {
    width: 100%;
    font: var(--t-b-3);
    border-collapse: collapse;
    border-spacing: 0
}

.wysiwyg table th,
.wysiwyg table td,
.wysiwyg-page table th,
.wysiwyg-page table td,
.wysiwyg-b-1 table th,
.wysiwyg-b-1 table td,
.wysiwyg-ul table th,
.wysiwyg-ul table td {
    font-weight: 400;
    text-align: left;
    padding: 5px;
    border: 1px solid var(--cr-subtle)
}

.wysiwyg table th,
.wysiwyg-page table th,
.wysiwyg-b-1 table th,
.wysiwyg-ul table th {
    background-color: var(--cr-subtle)
}

.wysiwyg table p,
.wysiwyg-page table p,
.wysiwyg-b-1 table p,
.wysiwyg-ul table p {
    font: inherit
}

.wysiwyg-page h1,
.wysiwyg-page h2,
.wysiwyg-page h3,
.wysiwyg-page h4,
.wysiwyg-page h5,
.wysiwyg-page h6 {
    font: var(--t-h-4)
}

.wysiwyg-page p,
.wysiwyg-page ul,
.wysiwyg-page ol {
    font: var(--t-b-3)
}

.wysiwyg-page ul li:not(:last-child),
.wysiwyg-page ol li:not(:last-child) {
    margin-bottom: .3em
}

.wysiwyg-page ul {
    list-style-type: disc
}

.wysiwyg-b-1 p,
.wysiwyg-b-1 ul,
.wysiwyg-b-1 ol {
    font: var(--t-b-1)
}

.wysiwyg-ul p {
    font: var(--t-b-2)
}

.wysiwyg-ul ul,
.wysiwyg-ul ol {
    padding-left: 0;
    list-style-type: none;
    list-style-position: inside;
    font: var(--t-l-2);
    text-transform: uppercase;
    letter-spacing: .25em
}

.wysiwyg-ul ul li:not(:last-child),
.wysiwyg-ul ol li:not(:last-child) {
    margin-bottom: 1em
}

[data-loader] {
    position: relative
}

[data-loader] .loader {
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .4s var(--e-inOut-circ);
    background-color: var(--cr-accent);
    z-index: 500
}

[data-loader][data-loader-progress="101"] .loader {
    transform-origin: right center;
    transform: scaleX(0);
    transition-duration: .8s
}

[data-loader]:where(html)>.loader {
    position: fixed
}

.custom-dropdown {
    position: relative;
    display: flex;
    justify-content: center;
    width: calc(100% - var(--s-contain)*2);
    margin-left: auto;
    margin-right: auto
}

.custom-dropdown__trigger {
    width: 100%;
    gap: 10px;
    padding: 10px 30px
}

.custom-dropdown__trigger>* {
    pointer-events: none
}

.custom-dropdown__trigger-icon {
    width: 30px;
    height: 30px;
    border: 1px solid var(--cr-black-1);
    border-radius: 100%;
    transition: transform .3s var(--e-inOut-sin)
}

.custom-dropdown__options {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    border-top: 1px solid;
    transition: opacity .4s var(--e-inOut-sin)
}

.custom-dropdown__option {
    width: 100%;
    padding: 15px 30px;
    border-bottom: 1px solid var(--cr-white);
    transition: color .3s var(--e-inOut-sin)
}

.custom-dropdown__option.is-active {
    color: var(--cr-red);
    pointer-events: none
}

@media(hover: hover) {
    .custom-dropdown__option:hover {
        color: var(--cr-red)
    }
}

.custom-dropdown.is-active .custom-dropdown__trigger-icon {
    transform: rotate(180deg)
}

.custom-dropdown.is-active .custom-dropdown__options {
    opacity: 1;
    pointer-events: auto
}

:root {
    --e-inOut-sin: cubic-bezier(0.37, 0, 0.63, 1);
    --e-inOut-quad: cubic-bezier(0.45, 0, 0.55, 1);
    --e-inOut-cubic: cubic-bezier(0.65, 0, 0.35, 1);
    --e-inOut-quart: cubic-bezier(0.76, 0, 0.24, 1);
    --e-inOut-quint: cubic-bezier(0.83, 0, 0.17, 1);
    --e-inOut-expo: cubic-bezier(0.87, 0, 0.13, 1);
    --e-inOut-circ: cubic-bezier(0.85, 0, 0.15, 1)
}

#main,
.g-footer,
.g-header,
.g-announcement {
    opacity: 0
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 60px, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpLarge {
    0% {
        opacity: 0;
        transform: translate3d(0, 40%, 0)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUpRotate {
    0% {
        opacity: 0;
        transform: translate3d(0, 15px, 0) rotate(3deg)
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(0deg)
    }
}

html.is-loaded #main,
html.is-loaded .g-announcement,
html.is-loaded .g-header {
    animation: .8s .4s fadeIn both
}

html.is-loaded .g-footer {
    animation: .8s 1.2s fadeIn both
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes dash {
    from {
        stroke-dashoffset: 1
    }

    to {
        stroke-dashoffset: 0
    }
}

html.is-leaving #main,
html.is-leaving .g-header,
html.is-leaving .g-announcement {
    animation: .8s fadeOut both !important;
    pointer-events: none
}

html.is-leaving .g-footer {
    animation: .2s fadeOut both !important;
    pointer-events: none
}

.css_fade_out {
    animation: .6s fadeOut both
}

.css_fade_in {
    animation: .6s fadeIn both
}

.lazyload,
.lazyloading,
.lazyloaded {
    display: block;
    width: 100%
}

.lazyload,
.lazyloading {
    visibility: hidden;
    opacity: 0
}

.lazyloaded {
    animation: 1.2s fadeIn both
}

[data-animate]>*,
[data-animate-image] {
    opacity: 0
}

[data-animate].is-animated>* {
    -webkit-animation: fadeIn 1.6s ease-out both;
    animation: fadeIn 1.6s ease-out both
}

[data-animate=stagger].is-animated>*:not([data-animate=letter]) {
    animation: var(--e-inOut-sin) 1.2s fadeInUp both
}

[data-animate*=letter].is-animated .letter {
    animation: var(--e-inOut-sin) .6s var(--ani-delay) fadeInUpRotate both
}

[data-animate-image].is-animated {
    animation: var(--e-inOut-sin) 1.6s fadeInUp both
}

.word {
    display: inline-block
}

.letter {
    display: inline-block;
    opacity: 0
}

.letter.letter:not(:last-child) {
    margin-right: -0.01em
}

[data-animate=stagger]>*:not([data-animate=letter]):nth-of-type(2) {
    animation-delay: 1.6s
}

[data-animate=stagger]>*:not([data-animate=letter]):nth-of-type(3) {
    animation-delay: 1.8s
}
