
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

a {
    background-color: transparent
}

img {
    border-style: none
}

button,
input,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button {
    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 ButtonText
}

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
}

[hidden] {
    display: none
}

dd,
dl,
h1,
h2,
h3,
p {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none;
    padding: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

ul {
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

html {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid #e2e8f0
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

h1,
h2,
h3 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

iframe,
img,
svg {
    display: block;
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto
}

.debug-grid {
    position: fixed;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    z-index: 50;
    width: 100%;
    height: 100vh;
    pointer-events: none
}

.teaser-grid .title {
    letter-spacing: 3px
}

.teaser-grid__copy p {
    --text-opacity: 1;
    color: #0091df;
    color: rgba(0, 145, 223, var(--text-opacity));
    line-height: 1.5
}

@media (min-width:768px) {
    .teaser-grid>div:nth-child(odd) {
        flex-direction: row-reverse
    }
}

@media (max-width:1150px) {
    .teaser-grid__copy a,
    .teaser-grid__copy p {
        letter-spacing: .125rem;
        font-size: 20px
    }
}

.site-footer a,
.site-footer p {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    font-family: helvetica-medium;
    letter-spacing: .125rem;
    line-height: 1.5625rem
}

.site-footer a:not(:last-child) {
    margin-right: 1.5rem
}

.site-footer__backtotop svg {
    height: 1.5rem;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .25rem
}

.site-footer__icon {
    height: 22px;
    width: 100%
}

.site-footer__icon svg {
    width: auto;
    height: 100%
}

.site-footer__icon svg path {
    transition: fill .2s ease-in-out
}

.site-footer__icon:hover svg path {
    fill: #56d0e0
}

@media (min-width:768px) {
    .site-footer__backtotop svg {
        height: 1.5rem;
        width: 1.5rem;
        margin-right: 0;
        margin-left: auto;
        margin-bottom: .25rem
    }
    .site-footer a:not(:last-child) {
        margin-right: 2.5rem
    }
    .site-footer__icon {
        height: 37px;
        width: 37px
    }
}

.page-header+.textbox,
.page-header+div>.textbox:first-of-type {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.textbox.blue {
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    background-color: #0091df;
    background-color: rgba(0, 145, 223, var(--bg-opacity))
}

.textbox.blue,
.textbox.white {
    --text-opacity: 1;
    --bg-opacity: 1
}

.textbox.white {
    color: #0091df;
    color: rgba(0, 145, 223, var(--text-opacity));
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.textbox__copy p {
    letter-spacing: .125rem;
    line-height: 1.45
}

@media (max-width:575px) {
    .textbox h3 {
        font-size: 33px;
        letter-spacing: 1.69px;
        line-height: 50px
    }
}

.title {
    @apply m-0;
    letter-spacing: .22rem;
    line-height: 1.9;
    position: relative;
    display: inline-block;
    font-family: helvetica-medium
}

.title:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px;
    opacity: .9;
    background-image: linear-gradient(90deg, currentColor 1px, currentColor 3px, transparent 4px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x
}

.title--blue:after {
    background-image: linear-gradient(90deg, #0091df 1px, #0091df 3px, transparent 4px, transparent 6px)
}

.title--narrow:after {
    bottom: -2px
}

@media (min-width:768px) {
    .title {
        font-family: helvetica-light
    }
    .title:after {
        bottom: -1px
    }
    .title--narrow:after {
        bottom: 2px
    }
}

.is-menu-open .site-header {
    --bg-opacity: 1;
    background-color: #0091df;
    background-color: rgba(0, 145, 223, var(--bg-opacity));
    height: 100%
}

.is-menu-open .site-header>div {
    flex-direction: column
}

.site-header.blue .burger>span {
    background-color: #56d0e0
}

.site-header__headline {
    letter-spacing: .4rem
}



.is-menu-open .site-header__nav {
    display: block;
    width: 100%
}

.site-header__nav ul {
    display: flex;
    justify-content: center;
}

.site-header__nav ul li {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-transform: uppercase
}


.site-header__nav ul a {
    font-family: helvetica-bold;
    letter-spacing: .18rem;
    line-height: 1.3;
    font-size: 3.75rem;
    color: #333;
}

.site-header .burger {
    display: block;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    width: 30px;
    height: 31px;
    pointer-events: auto
}

.site-header .burger span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #56d0e0;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: all .25s ease-in-out
}

.site-header .burger span:first-child {
    top: 0
}

.site-header .burger span:nth-child(2),
.site-header .burger span:nth-child(3) {
    top: 9px
}

.site-header .burger span:nth-child(4) {
    top: 18px
}

.is-menu-open .site-header .burger {
    position: absolute;
    top: 0;
    right: 0
}

.is-menu-open .site-header .burger span {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.is-menu-open .site-header .burger span:first-child {
    top: 9px;
    width: 0;
    left: 50%
}

.is-menu-open .site-header .burger span:nth-child(2) {
    transform: rotate(45deg)
}

.is-menu-open .site-header .burger span:nth-child(3) {
    transform: rotate(-45deg)
}

.is-menu-open .site-header .burger span:nth-child(4) {
    top: 9px;
    width: 0;
    left: 50%
}

@media (min-width:768px) {
    .site-header {
        pointer-events: none
    }
    .site-header__container span:not(:first-child) {
        padding-left: 1rem
    }
    .site-header__nav {
        pointer-events: all
    }
}

.values-grid {
    --text-opacity: 1;
    color: #0091df;
    color: rgba(0, 145, 223, var(--text-opacity))
}

.values-grid__item {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.values-grid__item:not(:last-child):after {
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    bottom: 0;
    content: "";
    background-image: linear-gradient(90deg, currentColor 1px, currentColor 3px, transparent 4px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x
}

@media (min-width:768px) {
    .values-grid__item:nth-child(n+4):after {
        content: none
    }
    .values-grid {
        background-image: linear-gradient(180deg, currentColor 1px, currentColor 3px, transparent 4px, transparent 6px), linear-gradient(180deg, currentColor 1px, currentColor 3px, transparent 4px, transparent 6px);
        background-size: 1px 6px;
        background-repeat: repeat-y;
        background-position: 33% 0, 66% 0
    }
    .values-grid__item {
        width: 33.333333%
    }
    .values-grid__item p {
        line-height: 25px
    }
}

.griddy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.griddy,
.griddy__item {
    overflow: hidden;
    position: relative
}

.griddy__item {
    text-align: center;
    cursor: pointer
}

.griddy__item>p:first-of-type,
.griddy__item>p:last-of-type {
    letter-spacing: .06rem;
    line-height: 1.6
}

.griddy__item>p:last-of-type {
    font-size: 16px
}

.griddy__item>button>img {
    transform-origin: center center;
    transition: all .2s ease-in-out;
    transform: rotate(0)
}

.is-open.griddy__item>button>img {
    transform: rotate(135deg)
}

.griddy__item--btn img {
    width: 40px;
    height: 37px
}

.griddy__item--members {
    padding-top: 5rem;
    padding-bottom: 5rem;
    --text-opacity: 1;
    color: #0091df;
    color: rgba(0, 145, 223, var(--text-opacity))
}

.griddy__item--members>img {
    width: 66.666667%
}

.griddy__item--board {
    padding-top: 5rem;
    padding-bottom: 5rem;
    --text-opacity: 1;
    color: #0091df;
    color: rgba(0, 145, 223, var(--text-opacity))
}

.griddy__item--board>img {
    width: 66.666667%
}

.griddy__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    z-index: 10;
    --border-opacity: 1;
    border: 1px solid #0091df;
    border-color: rgba(0, 145, 223, var(--border-opacity));
    overflow-y: scroll;
    opacity: 0;
    font-size: 13px;
    transition: all .3s ease;
    margin: auto
}

.griddy__overlay p {
    letter-spacing: .0625rem;
    line-height: 1.6
}

.is-open .griddy__overlay {
    opacity: 1
}

@media (min-width:768px) {
    .griddy {
        justify-content: flex-start
    }
    .griddy__item:hover .griddy__overlay {
        visibility: visible;
        opacity: 1
    }
    .griddy__item:hover .griddy__overlay--img {
        opacity: .9
    }
    .griddy__item:hover>button>img {
        transform: rotate(135deg)
    }
    .griddy__item--board .griddy__overlay,
    .griddy__item--members .griddy__overlay {
        max-width: 400px
    }
    .griddy__item--members {
        padding-top: 5rem;
        padding-bottom: 5rem;
        width: 50%;
        margin-right: 0
    }
    .griddy__item--members img {
        max-width: 210px
    }
    .griddy__item--board {
        padding-top: 5rem;
        padding-bottom: 5rem;
        width: 50%;
        margin-right: 0
    }
    .griddy__item--board img {
        max-width: 210px
    }
    .griddy__item--board:nth-child(3n) {
        margin-right: 0
    }
}

@media (min-width:992px) {
    .griddy__item--board {
        width: 33.333333%
    }
    .griddy__item--members {
        width: 50%
    }
}

.debug-grid__inner {
    display: flex;
    width: 100%;
    height: 100%
}

.debug-grid__inner>div:not(:first-child) {
    margin-left: 1rem
}

.badger-accordion__panel {
    overflow: hidden;
    transition: all .3s ease-in-out
}

.badger-accordion__panel.-ba-is-hidden {
    max-height: 0 !important;
    visibility: hidden
}

.badger-accordion__header button {
    line-height: 2.5;
    letter-spacing: .125rem
}

.badger-accordion__header button.-ba-is-active>img {
    transform: rotate(135deg)
}

.badger-accordion__header>button>img {
    width: 40px;
    height: 40px;
    transform-origin: center center;
    transform: rotate(0deg);
    transition: all .2s ease-in-out
}

@media (max-width:575px) {
    .badger-accordion__header button {
        font-size: 18px;
        letter-spacing: 1.2px;
        line-height: 3.5
    }
}

.text-stroke-yes .text-outline--static,
.text-stroke-yes .text-outline>span {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-stroke: 1px #fff;
    text-stroke-color: #fff
}

.text-stroke-yes .text-outline--static {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #0091df;
    text-stroke: 2px #0091df;
    text-stroke-color: #0091df
}

.text-animation {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.text-animation h1 {
    letter-spacing: 2px !important
}

.text-animation__container {
    width: 100%;
    font-family: helvetica-bold;
    letter-spacing: .18rem;
    line-height: 1.3;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    text-align: center
}

.text-animation__container>span {
    opacity: 1;
    letter-spacing: .125rem;
    transition: opacity .2s ease-in-out
}

.text-animation__container>span.fade {
    opacity: 0
}

.text-animation__container--fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.text-animation__container--fill>span {
    opacity: 0;
    letter-spacing: .125rem;
    transition: opacity .2s ease-in-out
}

.text-animation__container--fill>span.fade {
    opacity: 1
}

@media (min-width:768px) {
    .text-stroke-yes .text-outline>span {
        -webkit-text-stroke-width: 2px;
        text-stroke: 2px #fff
    }
    .text-stroke-yes .text-outline--thin>span {
        -webkit-text-stroke-width: 1px;
        text-stroke: 1px #fff
    }
}

.decorator {
    position: absolute;
    top: 0;
    margin-top: 12rem;
    display: none
}

.decorator--right {
    right: 0
}

.decorator--right>img {
    transform: scaleX(-1)
}

.decorator--left {
    left: 0
}

@media (min-width:992px) {
    .decorator {
        display: block
    }
}

@media (min-width:576px) {
    .jobs-grid {
        background-image: linear-gradient(180deg, currentColor 1px, currentColor 3px, transparent 4px, transparent 6px);
        background-size: 1px 6px;
        background-repeat: repeat-y;
        background-position: 50% 0
    }
}

.page-header {
    /* height: calc(100vh - 5.8rem) */
}

.page-header .text-animation {
    max-width: 85vw
}

@media (min-width:992px) {
    .page-header .text-animation {
        max-width: 48rem
    }
}

.join-section__copy a {
    font-size: 22px
}

@media (min-width:768px) {
    .join-section__copy a {
        font-size: 35px
    }
    .join-section__button svg path {
        transition: fill .2s ease-in-out
    }
    .join-section__button:hover svg path {
        fill: #56d0e0
    }
}

@media (min-width:992px) {
    .join-section__copy a {
        font-size: 70px
    }
}

@media (max-width:767px) {
    .contact {
        width: 100%;
        height: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
        max-width: 90rem;
        margin-left: auto;
        margin-right: auto
    }
    .contact__item:not(:last-child) {
        position: relative
    }
    .contact__item:not(:last-child):after {
        position: absolute;
        display: block;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
        content: "";
        background-image: linear-gradient(90deg, currentColor 1px, currentColor 3px, transparent 4px, transparent 6px);
        background-size: 6px 1px;
        background-repeat: repeat-x
    }
}

@media (min-width:768px) {
    .contact {
        @apply w-full h-full px-8 max-w-7xl mx-auto
    }
    .contact__item:nth-child(-n+2):before {
        position: absolute;
        display: block;
        height: 1px;
        width: 100%;
        left: 0;
        bottom: 0;
        content: "";
        background-image: linear-gradient(90deg, currentColor 1px, currentColor 3px, transparent 4px, transparent 6px);
        background-size: 6px 1px;
        background-repeat: repeat-x
    }
    .contact__item {
        position: relative
    }
    .contact__item:after {
        position: absolute;
        display: block;
        width: 1px;
        height: 100%;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        content: "";
        background-image: linear-gradient(180deg, currentColor 1px, currentColor 3px, transparent 4px, transparent 6px);
        background-size: 1px 6px;
        background-repeat: repeat-y
    }
}

@media (min-width:992px) {
    .contact__item:nth-child(3):after,
    .contact__item:nth-child(-n+2):before {
        content: none
    }
}

.error-message {
    font-size: .75rem;
    letter-spacing: .1em;
    margin-top: -1rem;
    margin-bottom: 1.25rem;
    --text-opacity: 1;
    color: #f56565;
    color: rgba(245, 101, 101, var(--text-opacity))
}

.contact-form.loading {
    opacity: .5;
    pointer-events: none
}

.contact-form input#phone {
    height: 0;
    overflow: hidden
}

.process__item {
    width: 100%
}

.process__item div:last-child {
    min-height: 8.5rem
}

.process__label {
    text-align: center;
    font-size: .9375rem;
    letter-spacing: .025em;
    --bg-opacity: 1;
    background-color: #0091df;
    background-color: rgba(0, 145, 223, var(--bg-opacity));
    border-radius: 9999px;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
    width: 140px
}

.process__copy {
    transition: opacity .2s ease-in-out;
    opacity: .2;
    cursor: pointer
}

.is-open .process__copy {
    opacity: 1
}

@media (min-width:992px) {
    .process__item {
        display: flex
    }
    .process__item:nth-child(2n),
    .process__item:nth-child(2n) div:first-child {
        flex-direction: row-reverse
    }
}

.animated-entry {
    transition: transform 1s ease, opacity 1.5s ease .2s;
    opacity: 1
}

.animated-entry--below {
    transform: scale(.95) translateY(40px);
    opacity: 0
}

.animated-entry--above {
    transform: scale(.95) translateY(-40px);
    opacity: 0
}

.animated-entry--intro {
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s
}

@-webkit-keyframes fadeIn-delayed {
    to {
        opacity: 1
    }
}

@keyframes fadeIn-delayed {
    0%,
    70% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.bg-local {
    background-attachment: local
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-brandblue {
    --bg-opacity: 1;
    background-color: #0091df;
    background-color: rgba(0, 145, 223, var(--bg-opacity))
}

.bg-lightblue {
    --bg-opacity: 1;
    background-color: #56d0e0;
    background-color: rgba(153, 207, 219, var(--bg-opacity))
}

.bg-center {
    background-position: 50%
}

.bg-repeat {
    background-repeat: repeat
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.border-brandblue {
    --border-opacity: 1;
    border-color: #0091df;
    border-color: rgba(0, 145, 223, var(--border-opacity))
}

.border-0 {
    border-width: 0
}

.border {
    border-width: 1px
}

.border-t-2 {
    border-top-width: 2px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-center {
    align-items: center
}

.self-start {
    align-self: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.content-center {
    align-content: center
}

.flex-none {
    flex: none
}

.flex-grow {
    flex-grow: 1
}

.font-hel-bold {
    font-family: helvetica-bold
}

.font-hel-medium {
    font-family: helvetica-medium
}

.font-hel-light {
    font-family: helvetica-light
}

.h-16 {
    height: 4rem
}

.h-48 {
    height: 12rem
}

.h-500 {
    height: 31rem
}

.h-600 {
    height: 37.5rem
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.text-96 {
    font-size: 6rem
}

.text-xs {
    font-size: .8125rem
}

.text-sm {
    font-size: .9375rem
}

.text-xl {
    font-size: 1.25rem
}

.text-2xl {
    font-size: 3.75rem
}

.text-l {
    font-size: 1.25rem
}

.text-navi {
    font-size: 3.125rem
}

.leading-tight {
    line-height: 1.25
}

.leading-normal {
    line-height: 1.5
}

.leading-relaxed {
    line-height: 1.625
}

.leading-loose {
    line-height: 2
}

.my-3 {
    margin-top: .75rem;
    margin-bottom: .75rem
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mr-3 {
    margin-right: .75rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-4 {
    margin-top: 1rem
}

.mr-4 {
    margin-right: 1rem
}

.mb-4 {
    margin-bottom: 1rem
}

.ml-4 {
    margin-left: 1rem
}

.mt-6 {
    margin-top: 1.5rem
}

.mr-6 {
    margin-right: 1.5rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-6 {
    margin-left: 1.5rem
}

.mt-8 {
    margin-top: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mb-16 {
    margin-bottom: 4rem
}

.mt-20 {
    margin-top: 5rem
}

.mb-20 {
    margin-bottom: 5rem
}

.mb-24 {
    margin-bottom: 6rem
}

.mr-auto {
    margin-right: auto
}

.ml-auto {
    margin-left: auto
}

.mb-px {
    margin-bottom: 1px
}

.-mt-8 {
    margin-top: -2rem
}

.-mt-24 {
    margin-top: -6rem
}

.max-w-xs {
    max-width: 20rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-2xl {
    max-width: 42rem
}

.overflow-x-hidden {
    /* overflow-x: hidden */
}

.p-2 {
    padding: .5rem
}

.p-8 {
    padding: 2rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-1 {
    padding-bottom: .25rem
}

.pt-2 {
    padding-top: .5rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pt-4 {
    padding-top: 1rem
}

.pr-4 {
    padding-right: 1rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pt-12 {
    padding-top: 3rem
}

.pb-12 {
    padding-bottom: 3rem
}

.pt-16 {
    padding-top: 4rem
}

.pb-16 {
    padding-bottom: 4rem
}

.pt-20 {
    padding-top: 5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pt-32 {
    padding-top: 8rem
}

.pb-32 {
    padding-bottom: 8rem
}

.pointer-events-auto {
    pointer-events: auto
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.top-0 {
    top: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-brandblue {
    --text-opacity: 1;
    color: #0091df;
    color: rgba(0, 145, 223, var(--text-opacity))
}

.uppercase {
    text-transform: uppercase
}

.tracking-wide {
    letter-spacing: .025em
}

.tracking-wider {
    letter-spacing: .05em
}

.tracking-widest {
    letter-spacing: .1em
}

.tracking-superwide {
    letter-spacing: .35em
}

.w-8 {
    width: 2rem
}

.w-12 {
    width: 3rem
}

.w-20 {
    width: 5rem
}

.w-32 {
    width: 8rem
}

.w-48 {
    width: 12rem
}

.w-auto {
    width: auto
}

.w-1\/6 {
    width: 16.666667%
}

.w-1\/12 {
    width: 8.333333%
}

.w-full {
    width: 100%
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.aspect-ratio-square {
    padding-top: 100%
}

.aspect-ratio-3\/2 {
    padding-top: 66.67%
}

.aspect-ratio-4\/6 {
    padding-top: 150%
}

.aspect-ratio-16\/9 {
    padding-top: 56.25%
}

.aspect-ratio-24\/7 {
    padding-top: 29.17%
}

.w-logo-fluid {
    width: 165px
}

@media (min-width:320px) {
    .w-logo-fluid {
        width: calc(165px + (5500vw - 17600px)/1120)
    }
}

@media (min-width:1440px) {
    .w-logo-fluid {
        width: 220px
    }
}

.w-logobg-fluid {
    width: 300px
}

@media (min-width:320px) {
    .w-logobg-fluid {
        width: calc(300px + (14000vw - 44800px)/1120)
    }
}

@media (min-width:1440px) {
    .w-logobg-fluid {
        width: 440px
    }
}

.text-sm-fluid {
    font-size: 12px
}

@media (min-width:320px) {
    .text-sm-fluid {
        font-size: calc(12px + (300vw - 960px)/1120)
    }
}

@media (min-width:1440px) {
    .text-sm-fluid {
        font-size: 15px
    }
}

.text-m-fluid {
    font-size: 15px
}

@media (min-width:320px) {
    .text-m-fluid {
        font-size: calc(15px + (500vw - 1600px)/1120)
    }
}

@media (min-width:1440px) {
    .text-m-fluid {
        font-size: 20px
    }
}

.text-l-fluid {
    font-size: 20px
}

@media (min-width:320px) {
    .text-l-fluid {
        font-size: calc(20px + (1000vw - 3200px)/1120)
    }
}

@media (min-width:1440px) {
    .text-l-fluid {
        font-size: 30px
    }
}

.text-header-fluid {
    font-size: 27px
}

@media (min-width:320px) {
    .text-header-fluid {
        font-size: calc(27px + (4300vw - 13760px)/1120)
    }
}

@media (min-width:1440px) {
    .text-header-fluid {
        font-size: 70px
    }
}

.text-h3-fluid {
    font-size: 22px
}

@media (min-width:320px) {
    .text-h3-fluid {
        font-size: calc(22px + (1700vw - 5440px)/1120)
    }
}

@media (min-width:1440px) {
    .text-h3-fluid {
        font-size: 39px
    }
}

.panel {
    width: 100%;
    height: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    .hover-lightblue,
    .hover-lightblue p {
        transition: color .2s
    }
    .hover-lightblue svg path {
        transition: all .2s
    }
    .hover-lightblue:after {
        transition: background-image .2s;
        background-image: linear-gradient(90deg, #0091df 1px, #0091df 3px, transparent 4px, transparent 6px)
    }
    .hover-lightblue:hover,
    .hover-lightblue:hover p {
        color: #56d0e0
    }
    .hover-lightblue:hover svg path {
        stroke: #56d0e0
    }
    .hover-lightblue:hover:after {
        background-image: linear-gradient(90deg, #56d0e0 1px, #56d0e0 3px, transparent 4px, transparent 6px)
    }
    .hover-lightblue--svgfill .icon path,
    .hover-lightblue--svgfill span,
    .hover-lightblue--svgfill svg path {
        transition: all .2s
    }
    .hover-lightblue--svgfill:hover .icon path:first-child,
    .hover-lightblue--svgfill:hover svg path:first-child {
        fill: #56d0e0
    }
    .hover-lightblue--svgfill:hover span {
        color: #56d0e0
    }
}

.tf-absolute-x-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.u-p {
    margin: 0;
    letter-spacing: .22rem;
    line-height: 1.9
}

.u-p--small {
    font-size: 20px;
    letter-spacing: .21875rem !important;
    line-height: 30px
}

body {
    font-family: helvetica-light
}

h1 {
    font-family: helvetica-bold;
    letter-spacing: .18rem;
    line-height: 1.3
}

h2 {
    font-family: helvetica-medium
}

h2,
h3 {
    letter-spacing: .125rem;
    line-height: 1.25
}

h3 {
    font-family: helvetica-bold
}

p:empty {
    padding-top: 2.5rem
}

.separator {
    display: block;
    height: 1px;
    width: 100%;
    background-image: linear-gradient(90deg, currentColor 1px, currentColor 3px, transparent 4px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x
}

.separator-b,
.separator-t {
    position: relative
}

.separator-b:after,
.separator-t:before {
    display: block;
    height: 1px;
    width: 100%;
    content: "";
    background-image: linear-gradient(90deg, #0091df 1px, #0091df 3px, transparent 4px, transparent 6px);
    background-size: 6px 1px;
    background-repeat: repeat-x
}

.separator-t:before {
    top: 0
}

.separator-b:after {
    bottom: 0
}

.separator--absolute:after,
.separator--absolute:before {
    position: absolute
}

button:focus,
input:focus,
textarea:focus {
    outline: none
}

body {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

body.is-menu-open {
    position: fixed;
    overflow: hidden
}

@media (max-width:575px) {
    .mo\:text-sm {
        font-size: .9375rem
    }
    .mo\:text-l {
        font-size: 1.25rem
    }
    .mo\:mr-4 {
        margin-right: 1rem
    }
    .mo\:ml-4 {
        margin-left: 1rem
    }
    .mo\:mt-6 {
        margin-top: 1.5rem
    }
    .mo\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .mo\:pb-12 {
        padding-bottom: 3rem
    }
    .mo\:pt-24 {
        padding-top: 6rem
    }
    .mo\:w-full {
        width: 100%
    }
    .mo\:aspect-ratio-square {
        padding-top: 100%
    }
    .mo\:aspect-ratio-3\/2 {
        padding-top: 66.67%
    }
    .mo\:aspect-ratio-4\/6 {
        padding-top: 150%
    }
    .mo\:aspect-ratio-16\/9 {
        padding-top: 56.25%
    }
    .mo\:aspect-ratio-24\/7 {
        padding-top: 29.17%
    }
    .mo\:separator-t {
        position: relative
    }
    .mo\:separator-t:before {
        display: block;
        height: 1px;
        width: 100%;
        content: "";
        background-image: linear-gradient(90deg, #0091df 1px, #0091df 3px, transparent 4px, transparent 6px);
        background-size: 6px 1px;
        background-repeat: repeat-x
    }
    .mo\:separator-t:before {
        top: 0
    }
}

@media (max-width:768px) {
    .tablet\:aspect-ratio-square {
        padding-top: 100%
    }
    .tablet\:aspect-ratio-3\/2 {
        padding-top: 66.67%
    }
    .tablet\:aspect-ratio-4\/6 {
        padding-top: 150%
    }
    .tablet\:aspect-ratio-16\/9 {
        padding-top: 56.25%
    }
    .tablet\:aspect-ratio-24\/7 {
        padding-top: 29.17%
    }
}

@media (min-width:576px) {
    .sm\:bg-cover {
        background-size: cover
    }
    .sm\:flex {
        display: flex
    }
    .sm\:flex-wrap {
        flex-wrap: wrap
    }
    .sm\:flex-grow {
        flex-grow: 1
    }
    .sm\:leading-normal {
        line-height: 1.5
    }
    .sm\:mb-0 {
        margin-bottom: 0
    }
    .sm\:mb-1 {
        margin-bottom: .25rem
    }
    .sm\:mt-4 {
        margin-top: 1rem
    }
    .sm\:mb-16 {
        margin-bottom: 4rem
    }
    .sm\:mt-20 {
        margin-top: 5rem
    }
    .sm\:mb-24 {
        margin-bottom: 6rem
    }
    .sm\:pb-5 {
        padding-bottom: 1.25rem
    }
    .sm\:pt-16 {
        padding-top: 4rem
    }
    .sm\:pr-16 {
        padding-right: 4rem
    }
    .sm\:pt-20 {
        padding-top: 5rem
    }
    .sm\:absolute {
        position: absolute
    }
    .sm\:inset-0 {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
    .sm\:w-1\/2 {
        width: 50%
    }
    .sm\:aspect-ratio-square {
        padding-top: 100%
    }
    .sm\:aspect-ratio-3\/2 {
        padding-top: 66.67%
    }
    .sm\:aspect-ratio-4\/6 {
        padding-top: 150%
    }
    .sm\:aspect-ratio-16\/9 {
        padding-top: 56.25%
    }
    .sm\:aspect-ratio-24\/7 {
        padding-top: 29.17%
    }
    .sm\:separator-b,
    .sm\:separator-t {
        position: relative
    }
    .sm\:separator-b:after,
    .sm\:separator-t:before {
        display: block;
        height: 1px;
        width: 100%;
        content: "";
        background-image: linear-gradient(90deg, #0091df 1px, #0091df 3px, transparent 4px, transparent 6px);
        background-size: 6px 1px;
        background-repeat: repeat-x
    }
    .sm\:separator-t:before {
        top: 0
    }
    .sm\:separator-b:after {
        bottom: 0
    }
}

@media (min-width:768px) {
    .md\:bg-fixed {
        background-attachment: fixed
    }
    .md\:border-t-0 {
        border-top-width: 0
    }
    .md\:border-l-2 {
        border-left-width: 2px
    }
    .md\:block {
        display: block
    }
    .md\:flex {
        display: flex
    }
    .md\:hidden {
        display: none
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:flex-wrap {
        flex-wrap: wrap
    }
    .md\:justify-end {
        justify-content: flex-end
    }
    .md\:justify-center {
        justify-content: center
    }
    .md\:font-hel-bold {
        font-family: helvetica-bold
    }
    .md\:mx-4 {
        margin-left: 1rem;
        margin-right: 1rem
    }
    .md\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem
    }
    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .md\:-mx-2 {
        margin-left: -.5rem;
        margin-right: -.5rem
    }
    .md\:mr-0 {
        margin-right: 0
    }
    .md\:mb-0 {
        margin-bottom: 0
    }
    .md\:mb-8 {
        margin-bottom: 2rem
    }
    .md\:mt-16 {
        margin-top: 4rem
    }
    .md\:mb-32 {
        margin-bottom: 8rem
    }
    .md\:ml-auto {
        margin-left: auto
    }
    .md\:-mt-16 {
        margin-top: -4rem
    }
    .md\:max-w-7rem {
        max-width: 7rem
    }
    .md\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }
    .md\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .md\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .md\:py-32 {
        padding-top: 8rem;
        padding-bottom: 8rem
    }
    .md\:pt-0 {
        padding-top: 0
    }
    .md\:pb-0 {
        padding-bottom: 0
    }
    .md\:pt-2 {
        padding-top: .5rem
    }
    .md\:pt-6 {
        padding-top: 1.5rem
    }
    .md\:pt-8 {
        padding-top: 2rem
    }
    .md\:pt-9 {
        padding-top: 2.25rem
    }
    .md\:pb-12 {
        padding-bottom: 3rem
    }
    .md\:pb-16 {
        padding-bottom: 4rem
    }
    .md\:absolute {
        position: absolute
    }
    .md\:text-left {
        text-align: left
    }
    .md\:text-right {
        text-align: right
    }
    .md\:w-1\/2 {
        width: 50%
    }
    .md\:w-8\/12 {
        width: 66.666667%
    }
    .md\:w-10\/12 {
        width: 83.333333%
    }
    .md\:aspect-ratio-square {
        padding-top: 100%
    }
    .md\:aspect-ratio-3\/2 {
        padding-top: 66.67%
    }
    .md\:aspect-ratio-4\/6 {
        padding-top: 150%
    }
    .md\:aspect-ratio-16\/9 {
        padding-top: 56.25%
    }
    .md\:aspect-ratio-24\/7 {
        padding-top: 29.17%
    }
    .md\:separator-t {
        position: relative
    }
    .md\:separator-t:before {
        display: block;
        height: 1px;
        width: 100%;
        content: "";
        background-image: linear-gradient(90deg, #0091df 1px, #0091df 3px, transparent 4px, transparent 6px);
        background-size: 6px 1px;
        background-repeat: repeat-x
    }
    .md\:separator-t:before {
        top: 0
    }
}

@media (min-width:992px) {
    .lg\:block {
        display: block
    }
    .lg\:flex {
        display: flex
    }
    .lg\:flex-row {
        flex-direction: row
    }
    .lg\:justify-start {
        justify-content: flex-start
    }
    .lg\:justify-end {
        justify-content: flex-end
    }
    .lg\:flex-1 {
        flex: 1 1 0%
    }
    .lg\:h-800 {
        height: 50rem
    }
    .lg\:mx-8 {
        margin-left: 2rem;
        margin-right: 2rem
    }
    .lg\:mt-0 {
        margin-top: 0
    }
    .lg\:mt-10 {
        margin-top: 2.5rem
    }
    .lg\:mr-10 {
        margin-right: 2.5rem
    }
    .lg\:ml-10 {
        margin-left: 2.5rem
    }
    .lg\:mb-12 {
        margin-bottom: 3rem
    }
    .lg\:mb-32 {
        margin-bottom: 8rem
    }
    .lg\:max-w-full {
        max-width: 100%
    }
    .lg\:p-4 {
        padding: 1rem
    }
    .lg\:p-16 {
        padding: 4rem
    }
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .lg\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .lg\:pt-16 {
        padding-top: 4rem
    }
    .lg\:pb-16 {
        padding-bottom: 4rem
    }
    .lg\:w-32 {
        width: 8rem
    }
    .lg\:w-1\/2 {
        width: 50%
    }
    .lg\:w-1\/3 {
        width: 33.333333%
    }
    .lg\:w-1\/12 {
        width: 8.333333%
    }
    .lg\:w-6\/12 {
        width: 50%
    }
    .lg\:w-8\/12 {
        width: 66.666667%
    }
    .lg\:w-2\/8 {
        width: 23.5%
    }
    .lg\:aspect-ratio-square {
        padding-top: 100%
    }
    .lg\:aspect-ratio-3\/2 {
        padding-top: 66.67%
    }
    .lg\:aspect-ratio-4\/6 {
        padding-top: 150%
    }
    .lg\:aspect-ratio-16\/9 {
        padding-top: 56.25%
    }
    .lg\:aspect-ratio-24\/7 {
        padding-top: 29.17%
    }
    .lg\:separator-l {
        position: relative
    }
    .lg\:separator-l:before {
        display: block;
        height: 100%;
        width: 1px;
        content: "";
        background-image: linear-gradient(180deg, currentColor 1px, currentColor 3px, transparent 4px, transparent 6px);
        background-size: 1px 6px;
        background-repeat: repeat-y
    }
    .lg\:separator-l:before {
        left: 0
    }
}

@media (min-width:1440px) {
    .xl\:aspect-ratio-square {
        padding-top: 100%
    }
    .xl\:aspect-ratio-3\/2 {
        padding-top: 66.67%
    }
    .xl\:aspect-ratio-4\/6 {
        padding-top: 150%
    }
    .xl\:aspect-ratio-16\/9 {
        padding-top: 56.25%
    }
    .xl\:aspect-ratio-24\/7 {
        padding-top: 29.17%
    }
}
