@keyframes styles_rotate__8D869 {
    to {
        transform: rotate(1turn)
    }
}

@keyframes styles_dash__Dlv0d {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.styles_spinner__E6NK6 {
    animation: styles_rotate__8D869 2s linear infinite
}

.styles_spinner__E6NK6 circle {
    stroke-linecap: round;
    animation: styles_dash__Dlv0d 1.5s ease-in-out infinite
}

.styles_heading__YwDIe {
    font-family: ABC Diatype Bold, sans-serif;
    font-feature-settings: "case", "ss02", "ss04", "ss06"
}

.styles_heading1__x7mlf {
    font-size: 130px;
    line-height: 100%;
    letter-spacing: -.05em
}

@media (max-width: 800px) {
    .styles_heading1__x7mlf {
        font-size: 64px;
        line-height: 51.2px
    }
}

.styles_heading2__nr0wE {
    font-size: 80px;
    line-height: 100%;
    letter-spacing: -.04em
}

@media (max-width: 800px) {
    .styles_heading2__nr0wE {
        font-size: 50px;
        letter-spacing: -.03em
    }
}

.styles_heading3__iwGXC {
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -.03em
}

@media (max-width: 800px) {
    .styles_heading3__iwGXC {
        font-size: 32px;
        line-height: 100%;
        letter-spacing: -.02em
    }
}

.styles_heading4__h0dFu {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -.02em
}

@media (max-width: 800px) {
    .styles_heading4__h0dFu {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -.02em
    }
}

.styles_heading5__CHcH1 {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.02em
}

.styles_heading6__GOm05 {
    font-size: 16px;
    line-height: 140%
}

.styles_text__LlfBJ {
    font-family: ABC Diatype, sans-serif;
    font-feature-settings: "ss02", "ss04", "ss06";
    color: var(--color-grey-100)
}

.styles_text1___WCK1 {
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -.03em
}

@media (max-width: 800px) {
    .styles_text1___WCK1 {
        font-size: 20px;
        line-height: 120%;
        letter-spacing: -.01em
    }
}

.styles_text2__xsLxi {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -.01em
}

@media (max-width: 800px) {
    .styles_text2__xsLxi {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -.01em
    }
}

.styles_text3__Jd2fb {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em
}

.styles_text4__zFO4j {
    font-size: 12px;
    line-height: 140%
}

.styles_anchor__OG73y {
    font-family: ABC Diatype, sans-serif;
    font-feature-settings: "case", "ss06";
    text-transform: uppercase;
    color: var(--color-grey-100)
}

.styles_anchor1__sZWpl {
    font-size: 17px;
    line-height: 120%;
    letter-spacing: .03em
}

.styles_anchor2__5Nde8 {
    font-size: 14.2px;
    line-height: 125%;
    letter-spacing: .04em
}

.styles_numeric__16iEp {
    font-family: ABC Diatype Thin, sans-serif;
    font-feature-settings: "case", "ss09";
    text-transform: uppercase;
    color: var(--color-grey-100)
}

.styles_numeric3__ytNe_ {
    font-size: 50px;
    line-height: 100%;
    letter-spacing: -.02em
}

.styles_numeric4__RshVE {
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -.02em
}

.styles_numeric5__mrdQg {
    font-family: ABC Diatype, sans-serif;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: -.02em
}

.styles_colorWhite__UuUMU {
    color: var(--color-grey-100)
}

.styles_colorBlack__d7Lqy {
    color: var(--color-grey-8)
}

.styles_colorBlue__yosSC {
    color: var(--color-blue-125)
}

.styles_colorGrey__ZiDfp {
    color: var(--color-grey-70)
}

.styles_colorLightGrey__YFeJn {
    color: var(--color-grey-80)
}

.styles_colorGreen__TTehu {
    color: var(--color-green-fg)
}

.styles_colorOrange__iZABN {
    color: var(--color-orange-fg)
}

.styles_colorCyan__qstTi {
    color: var(--color-cyan-fg)
}

.styles_colorPink__U5QA0 {
    color: var(--color-pink-fg)
}

.styles_colorPurple__7OlBW {
    color: var(--color-purple-fg)
}

.styles_button__gAHKk {
    border-radius: 20px;
    background-color: transparent;
    outline: none;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-height: 40px;
    padding: 2px 16px 0;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    cursor: pointer
}

.styles_button__gAHKk:disabled {
    opacity: .7;
    pointer-events: none
}

.styles_button__gAHKk:disabled span {
    opacity: 0!important
}

.styles_button__gAHKk img {
    margin-top: -1px;
    transition: transform .2s ease-in-out
}

.styles_button__gAHKk:hover img {
    transform: translateX(2px)
}

.styles_button__gAHKk:focus-visible {
    box-shadow: 0 0 2px 2px var(--color-blue-100)
}

.styles_button__gAHKk:disabled span {
    opacity: .5
}

.styles_fillGrey__yz8kb {
    background-color: var(--color-grey-95);
    border-color: var(--color-grey-100)
}

.styles_fillGrey__yz8kb:hover {
    background-color: var(--color-grey-70);
    border-color: var(--color-grey-80)
}

.styles_fillBlue__7AYTO {
    background-color: var(--color-blue-100);
    border-color: var(--color-blue-125)
}

.styles_fillBlue__7AYTO:hover {
    background-color: var(--color-blue-125);
    border-color: var(--color-blue-150)
}

.styles_fillPurple__0PB8E {
    background-color: var(--color-purple-bg);
    border-color: var(--color-purple-fg)
}

.styles_fillPurple__0PB8E:hover {
    background-color: var(--color-purple-fg);
    border-color: var(--color-purple-bg)
}

.styles_fillBlack__cLgid {
    background-color: var(--color-grey-0);
    border-color: var(--color-grey-0)
}

.styles_fillWhite___cA0O {
    background-color: var(--color-grey-95);
    border-color: var(--color-grey-100)
}

.styles_outlineGrey__qyVBK {
    padding-top: 2px;
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .33)
}

.styles_outlineGrey__qyVBK:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.styles_outlineBlue__MeCaw {
    padding-top: 2px;
    background-color: transparent;
    border-color: var(--color-blue-125)
}

.styles_outlineBlue__MeCaw:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.styles_ghost__6zb7F {
    background-color: transparent
}

.styles_ghost__6zb7F:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.styles_textIconRight__7obUS {
    margin-right: 10px
}

.styles_textIconLeft__4Lh1o {
    margin-left: 10px
}

.styles_spinner__jCL7s {
    position: absolute;
    margin-top: -1px
}

.styles_input__Tm_1o {
    border: 1px solid var(--color-grey-24);
    border-radius: 12px;
    padding: 0 16px;
    font-family: ABC Diatype, sans-serif;
    font-feature-settings: "ss02", "ss04", "ss06";
    color: var(--color-grey-70);
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -.01em;
    height: 40px;
    background-color: var(--color-grey-16);
    outline: none;
    transition: border-color .2s ease-in-out, opacity .2s ease-in-out
}

.styles_input__Tm_1o:disabled {
    opacity: .7;
    pointer-events: none
}

.styles_input__Tm_1o:focus-within {
    border-color: var(--color-cyan-fg)
}

.styles_form__YW0Rc {
    display: flex;
    margin-top: 10px
}

.styles_form__YW0Rc input {
    margin-right: 10px;
    flex: 1 1
}

.styles_image__9dfzG {
    opacity: 0;
    transition: opacity .15s ease-in-out
}

.styles_loaded__4M8Ff {
    opacity: 1
}

.styles_footer__4l5bt {
    margin-top: 200px;
    margin-bottom: 60px;
    padding: 0 30px
}

.styles_logo__roRmI {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 93px;
    height: 57px;
    margin: 0 auto 60px
}

.styles_navigation__fvQoV {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

@media (max-width: 800px) {
    .styles_footerList__0Exe9 {
        width: 50%;
        margin-bottom: 40px
    }
}

.styles_linkItem__GnEgT {
    margin: 10px 0
}

.styles_linkAnchor__KNNxu {
    position: relative;
    transition: opacity .2s ease-in-out
}

.styles_linkAnchor__KNNxu:hover {
    opacity: .6
}

.styles_sectionTitle__LOrNT {
    margin-bottom: 15px
}

.styles_legal__KJAle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    flex-wrap: wrap
}

.styles_legal__KJAle li {
    flex: 1 1
}

.styles_legal__KJAle li:first-child {
    flex: 2 1
}

@media (max-width: 800px) {
    .styles_legal__KJAle li:first-child {
        width: 100%;
        flex: none;
        text-align: left;
        margin-bottom: 20px
    }
    .styles_legal__KJAle li {
        text-align: center;
        text-align: left
    }
}

@media (max-width: 1250px) {
    .styles_newsLetter__D_So8 {
        width: 100%;
        margin-top: 60px
    }
}

@media (max-width: 800px) {
    .styles_newsLetter__D_So8 {
        width: 100%;
        margin-top: 0
    }
}

.styles_input__HApME {
    max-width: 250px
}

@media (max-width: 800px) {
    .styles_input__HApME {
        max-width: 100%;
        min-width: 0
    }
}

.styles_anchor__0805S {
    border-radius: 20px;
    background-color: transparent;
    outline: none;
    border: 1px solid transparent;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-height: 40px;
    padding: 2px 16px 0;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    cursor: pointer
}

.styles_anchor__0805S:disabled {
    opacity: .7;
    pointer-events: none
}

.styles_anchor__0805S:disabled span {
    opacity: 0!important
}

.styles_anchor__0805S img {
    margin-top: -1px;
    transition: transform .2s ease-in-out
}

.styles_anchor__0805S:hover img {
    transform: translateX(2px)
}

.styles_anchor__0805S:focus-visible {
    box-shadow: 0 0 2px 2px var(--color-blue-100)
}

.styles_anchor__0805S:disabled span {
    opacity: .5
}

.styles_fillGrey___pDer {
    background-color: var(--color-grey-95);
    border-color: var(--color-grey-100)
}

.styles_fillGrey___pDer:hover {
    background-color: var(--color-grey-70);
    border-color: var(--color-grey-80)
}

.styles_fillBlue__2UUAN {
    background-color: var(--color-blue-100);
    border-color: var(--color-blue-125)
}

.styles_fillBlue__2UUAN:hover {
    background-color: var(--color-blue-125);
    border-color: var(--color-blue-150)
}

.styles_fillPurple__cz6ei {
    background-color: var(--color-purple-bg);
    border-color: var(--color-purple-fg)
}

.styles_fillPurple__cz6ei:hover {
    background-color: var(--color-purple-fg);
    border-color: var(--color-purple-bg)
}

.styles_fillBlack__Nw5vB {
    background-color: var(--color-grey-0);
    border-color: var(--color-grey-0)
}

.styles_outlineGrey__8S9UP {
    padding-top: 2px;
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .33)
}

.styles_outlineGrey__8S9UP:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.styles_outlineBlue__b2xzZ {
    padding-top: 2px;
    background-color: transparent;
    border-color: var(--color-blue-125)
}

.styles_outlineBlue__b2xzZ:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.styles_ghost__okJJU {
    background-color: transparent
}

.styles_ghost__okJJU:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.styles_textIconRight__I1BBo {
    margin-right: 10px
}

.styles_textIconLeft__kInub {
    margin-left: 10px
}

.styles_spinner__g06K4 {
    position: absolute;
    margin-top: -1px
}

.styles_button__zk_LZ {
    border-radius: 50%;
    background-color: transparent;
    outline: none;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    min-height: 40px;
    min-width: 40px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.styles_button__zk_LZ:focus-visible {
    box-shadow: 0 0 2px 2px var(--color-blue-100)
}

.styles_button__zk_LZ:disabled span {
    opacity: .5
}

.styles_fillGrey__Hps97 {
    background-color: var(--color-grey-95);
    border-color: var(--color-grey-100)
}

.styles_fillGrey__Hps97:hover {
    background-color: var(--color-grey-70);
    border-color: var(--color-grey-80)
}

.styles_fillBlue__jdDDF {
    background-color: var(--color-blue-100);
    border-color: var(--color-blue-125)
}

.styles_fillBlue__jdDDF:hover {
    background-color: var(--color-blue-125);
    border-color: var(--color-blue-150)
}

.styles_outlineGrey__sN77O {
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .33)
}

.styles_outlineGrey__sN77O:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.styles_outlineBlue__5zKer {
    background-color: transparent;
    border-color: var(--color-blue-125)
}

.styles_outlineBlue__5zKer:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

.styles_ghost__Kuqvz {
    background-color: transparent
}

.styles_ghost__Kuqvz:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

#styles_header__KZ1Y1 {
    top: 8px;
    left: 90px;
    right: 90px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 4px 0 8px;
    border-radius: 48px;
    background-color: rgba(39, 42, 42, .66);
    border: 1px solid hsla(0, 0%, 100%, .1);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
    position: fixed;
    z-index: 3;
    max-width: calc(1440px - 180px);
    margin: 0 auto;
    overflow: hidden;
    transition: margin .1s ease-in-out
}

@supports (-moz-appearance: none) {
    #styles_header__KZ1Y1 {
        background-color: rgba(39, 42, 42, .95)
    }
}

@media (max-width: 1100px) {
    #styles_header__KZ1Y1 {
        left: 20px;
        right: 20px
    }
}

@media (max-width: 1000px) {
    #styles_header__KZ1Y1 {
        left: 10px;
        right: 10px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        padding: 7px 10px 10px
    }
}

#styles_container__yH3RZ {
    display: flex;
    align-items: center;
    flex: 1 1
}

@media (max-width: 1000px) {
    #styles_container__yH3RZ {
        margin: 28px 0;
        align-items: flex-start;
        width: 100%
    }
    #styles_container__yH3RZ nav {
        width: 100%
    }
}

.styles_logo__rasCe {
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin-right: 16px
}

.styles_logo__rasCe:hover {
    opacity: .8
}

.styles_item__wjxNh {
    display: inline-block;
    margin-left: 10px
}

@media (max-width: 1000px) {
    .styles_item__wjxNh {
        display: block
    }
}

.styles_hamburger__sOsWb {
    width: 18px;
    height: 16px;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 16px;
    right: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    background-color: transparent;
    border: none;
    padding: 0
}

@media (max-width: 1000px) {
    .styles_hamburger__sOsWb {
        display: block
    }
}

.styles_hamburger__sOsWb:focus-visible span {
    box-shadow: 0 0 2px 2px var(--color-blue-100)
}

#styles_hamburgerText__DdKwO {
    display: none
}

#styles_hamburgerBottom__FUVpL,
#styles_hamburgerTop__vBZrI {
    left: 0;
    content: "";
    display: block;
    width: 18px;
    height: 1.5px;
    background-color: var(--color-grey-90);
    position: absolute;
    transform-origin: center
}

#styles_hamburgerTop__vBZrI {
    top: 3px
}

#styles_hamburgerBottom__FUVpL {
    bottom: 3px
}

@media (max-width: 1000px) {
    #styles_dashboardBtn__uRImL,
    #styles_dashboardBtn__uRImL button {
        width: 100%
    }
    .styles_desktopLink__Bllpq {
        display: none
    }
}

.styles_mobileLink__Ys_3F {
    display: none;
    margin: 28px 0 10px;
    transition: opacity .2s ease-in-out;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -.02em
}

.styles_mobileLink__Ys_3F:hover {
    opacity: .5
}

@media (max-width: 1000px) {
    .styles_mobileLink__Ys_3F {
        display: block
    }
}

#styles_social__5iRcK {
    display: none;
    margin-bottom: 30px;
    margin-top: 28px
}

#styles_social__5iRcK li {
    display: inline-block;
    margin-left: 10px
}

@media (max-width: 1000px) {
    #styles_social__5iRcK {
        display: block
    }
}

.styles_menuContent__q_2qr img {
    width: 24px;
    height: 24px
}

@media (max-width: 1000px) {
    .styles_menuContent__q_2qr {
        opacity: 0;
        transform: translateY(-10)
    }
}

.styles_socialIcon__cAuJY {
    min-height: 24px;
    min-width: 24px;
    display: block
}

.styles_headerTop__PN9b_ {
    margin-top: 2em!important
}

.styles_section__xSYxd {
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    margin: .5em auto
}

.styles_container__Ma4YB {
    display: flex;
    align-items: center;
    justify-content: center;
    isolation: isolate;
    background: transparent;
    border-radius: 26px;
    height: 1.5em;
    width: 100%
}

.styles_container__Ma4YB a {
    height: calc(100% + 2px);
    margin-right: -1px
}

.styles_text__oXZHN {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    padding: 4px 15px;
    display: flex;
    align-items: center;
    text-align: center;
    font-feature-settings: "case" on, "ss06" on;
    background: linear-gradient(90deg, #fff, rgba(232, 242, 252, .75));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 800px) {
    .styles_extraText__KcYim {
        display: none
    }
}

@media (max-width: 600px) {
    .styles_text__oXZHN {
        font-size: 10px;
        letter-spacing: .01em
    }
}

.styles_button__8B1xK {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #3396ff;
    border: 1px solid #66b0ff;
    border-radius: 26px;
    padding: 0 12px;
    min-height: 0!important;
    height: 100%
}

.styles_button__8B1xK span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-feature-settings: "case" on, "ss06" on;
    color: #fff;
    margin-top: 1px
}

*,
:after,
:before {
    box-sizing: border-box
}

* {
    margin: 0
}

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

html:focus-within {
    scroll-behavior: smooth
}

body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5
}

a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-decoration: none
}

canvas,
img,
picture,
video {
    max-width: 100%;
    display: block
}

button,
input,
select,
textarea {
    font: inherit
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    overflow-wrap: break-word
}

#__next,
#root {
    isolation: isolate
}

:root {
    --color-blue-200: #e8f2fc;
    --color-blue-175: #cde5fe;
    --color-blue-150: #99cbff;
    --color-blue-125: #66b0ff;
    --color-blue-100: #3396ff;
    --color-blue-75: #0d7df2;
    --color-blue-50: #1464b8;
    --color-blue-25: #0f4b8a;
    --color-blue-0: #19324c;
    --color-grey-100: #fff;
    --color-grey-95: #f1f3f3;
    --color-grey-90: #e4e7e7;
    --color-grey-80: #c9cfcf;
    --color-grey-70: #9ea9a9;
    --color-grey-64: #9ea9a9;
    --color-grey-50: #7a8484;
    --color-grey-36: #585f5f;
    --color-grey-24: #3b4040;
    --color-grey-16: #272a2a;
    --color-grey-8: #141414;
    --color-grey-0: #000;
    --color-cyan-fg: #1ac6ff;
    --color-cyan-bg: #00ace5;
    --color-green-fg: #2bee4b;
    --color-green-bg: #1dc956;
    --color-orange-fg: #ff974c;
    --color-orange-bg: #eb8b47;
    --color-pink-fg: #e87de8;
    --color-pink-bg: #c653c6;
    --color-purple-fg: #987de8;
    --color-purple-bg: #794cff;
    --breal-mobile: 500px;
    --break-tablet: 800px;
    --break-laptop: 1100px
}

@font-face {
    font-family: ABC Diatype;
    src: url(./fonts/ABCDiatype-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ABC Diatype Bold;
    src: url(/fonts/ABCDiatype-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: ABC Diatype Thin;
    src: url(/fonts/ABCDiatype-Thin.woff2) format("woff2");
    font-weight: lighter;
    font-style: normal
}

html {
    color: transparent;
    background-color: var(--color-grey-8);
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent
}

.noScroll,
body {
    overflow: hidden
}

a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    opacity: 0;
    transition: opacity .15s ease-in-out
}

.fontsLoaded a,
.fontsLoaded button,
.fontsLoaded h1,
.fontsLoaded h2,
.fontsLoaded h3,
.fontsLoaded h4,
.fontsLoaded h5,
.fontsLoaded h6,
.fontsLoaded p,
.fontsLoaded span {
    opacity: 1
}

#__next {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 90px
}

@media (max-width: 1100px) {
    #__next {
        padding: 0 20px
    }
}

@media (max-width: 800px) {
    #__next {
        padding: 0
    }
}

.no-smooth {
    scroll-behavior: unset!important
}
