@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 700;
    src: url(fonts/Inter-Bold-eccbcfa9bc0203198ac64a4db0cded7e.woff2)
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    src: url(fonts/Inter-Medium-8a50feca5194fae5cc45db842f63dc06.woff2)
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    src: url(fonts/Inter-Regular-6fcad65b7a8f7ffabb8e061a8be9d59e.woff2)
}

@font-face {
    font-display: swap;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    src: url(fonts/Inter-SemiBold-ab564c2dbbe039da8cb5293721b7590e.woff2)
}

* {
    box-sizing: border-box
}

a {
    text-decoration: none
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-text-size-adjust: 100% !important
}

.embla__button {
    fill: #129dff;
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    height: 30px;
    justify-content: center;
    outline: 0;
    padding: 0;
    touch-action: manipulation;
    transform: translateY(75%);
    width: 30px;
    z-index: 1
}

.embla__button:disabled {
    cursor: default;
    opacity: 0
}

.embla__button__svg {
    height: 100%
}

.embla__button--prev {
    left: 12px
}

.embla__button--next {
    right: 12px
}

.embla__dots {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-bottom: 40px;
    padding-top: 20px
}

.embla__dot {
    height: 14px;
    width: 14px
}

.twink-star {
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-name: twinkStar;
    animation-timing-function: ease-in;
    background-color: #fff;
    border-radius: 50%;
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px
}

@keyframes twinkStar {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.form-modal .container {
    flex-direction: column;
    height: auto;
    width: 100%
}

.form-modal .row {
    display: flex;
    flex: 1 1;
    flex-direction: "row";
    justify-content: space-between
}

@media (max-width:480px) {
    .form-modal .row {
        display: block
    }
}

.form-modal .input:hover {
    background-color: rgba(108, 194, 255, .16)
}

.form-modal .logo {
    width: 86px
}

.form-modal .title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center
}

.form-modal .subTitle {
    color: #a0a9be;
    font-size: 14px;
    font-weight: 400;
    line-height: 155%;
    margin-left: auto;
    margin-right: auto
}

.form-modal .submit-container,
.form-modal .title-container {
    text-align: center
}

@media (max-width:768px) {
    .form-modal .active-button {
        background-color: #fff
    }

    .form-modal .active-button,
    .form-modal .disabled-submit-button {
        border-radius: 40px;
        border-width: 0;
        color: #000;
        cursor: pointer;
        font-weight: 600;
        gap: 12px;
        height: 38px;
        padding: 10px 40px;
        width: 100%
    }

    .form-modal .disabled-submit-button {
        background-color: #f7f9fa;
        opacity: .3
    }
}

@media (min-width:769px) {
    .form-modal .active-button {
        background-color: #f7f9fa;
        background-color: #fff;
        opacity: .5;
        opacity: 1
    }

    .form-modal .active-button,
    .form-modal .disabled-submit-button {
        border-radius: 40px;
        border-width: 0;
        color: #000;
        cursor: pointer;
        font-weight: 600;
        gap: 12px;
        height: 38px;
        margin: 12px 0 32px;
        padding: 10px 40px;
        width: 135px
    }

    .form-modal .disabled-submit-button {
        background-color: #f7f9fa;
        opacity: .5
    }
}

@media (max-width:769px) {

    .form-modal .active-button,
    .form-modal .disabled-submit-button {
        width: 100%
    }
}

.form-modal .form-footer {
    color: #a0a9be;
    font-size: 12px;
    font-weight: 400;
    margin: 30px 0;
    text-align: center
}

.form-modal .form-privacy-note {
    color: #eaeef4;
    text-decoration: underline
}

.form-modal .input::placeholder {
    color: #fff;
    font-style: italic;
    opacity: .4
}

.form-modal .input::-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    opacity: .4
}

@media (max-width:767px) {
    .gradient-border-container {
        position: relative
    }
}

@media (min-width:768px) {
    .gradient-border-container {
        position: relative;
        transform: translateY(-100px)
    }
}

.gradient-border-container:before {
    background: #fff;
    border-radius: 16px;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    position: absolute;
    z-index: -1
}

.email-form .container {
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    padding: 80px 24px;
    width: auto
}

@media (min-width:769px) and (max-width:1128px) {
    .email-form .container {
        padding: 80px 0
    }
}

@media (min-width:1129px) {
    .email-form .container {
        padding: 120px 208px
    }
}

.email-form .background-wrapper {
    background: radial-gradient(152.35% 62.22% at 50% 0, #041337 9.64%, rgba(2, 5, 15, 0) 100%), linear-gradient(180deg, #010a27, #02071f)
}

.email-form .block {
    max-width: 500px
}

.email-form .row {
    display: flex;
    flex: 1 1;
    flex-direction: row;
    gap: 16px;
    justify-content: space-between
}

@media (max-width:480px) {
    .email-form .container {
        width: 100%
    }

    .email-form .row {
        display: block
    }
}

.email-form .input:hover {
    background-color: rgba(108, 194, 255, .16)
}

.email-form .logo {
    width: 86px
}

.email-form .title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: center
}

.email-form .subtitle {
    color: #a0a9be;
    font-size: 14px;
    font-weight: 400;
    line-height: 155%;
    margin-left: auto;
    margin-right: auto;
    max-width: 355px;
    text-align: center
}

.email-form .title-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center
}

.email-form .submit-container {
    text-align: center
}

@media (max-width:768px) {
    .email-form .active-button {
        background-color: #fff
    }

    .email-form .active-button,
    .email-form .disabled-submit-button {
        border-radius: 40px;
        border-width: 0;
        color: #000;
        cursor: pointer;
        font-weight: 600;
        gap: 12px;
        height: 38px;
        padding: 10px 40px;
        width: 100%
    }

    .email-form .disabled-submit-button {
        background-color: #f7f9fa;
        opacity: .3
    }
}

@media (min-width:769px) {
    .email-form .active-button {
        background-color: #f7f9fa;
        background-color: #fff;
        opacity: .5;
        opacity: 1
    }

    .email-form .active-button,
    .email-form .disabled-submit-button {
        border-radius: 40px;
        border-width: 0;
        color: #000;
        cursor: pointer;
        font-weight: 600;
        gap: 12px;
        height: 38px;
        margin: 12px 0 32px;
        padding: 10px 40px;
        width: 135px
    }

    .email-form .disabled-submit-button {
        background-color: #f7f9fa;
        opacity: .5
    }
}

@media (max-width:769px) {

    .email-form .active-button,
    .email-form .disabled-submit-button {
        width: 100%
    }
}

.email-form .form-footer {
    color: #a0a9be;
    font-size: 12px;
    font-weight: 400;
    text-align: center
}

.email-form .form-privacy-note {
    color: #eaeef4;
    text-decoration: underline
}

.email-form .input::placeholder {
    color: #fff;
    font-style: italic;
    opacity: .4
}

.email-form .input::-ms-input-placeholder {
    color: #fff;
    font-style: italic;
    opacity: .4
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin: 1rem auto;
    transform: scale(.9)
}

.label {
    color: #f7f9fa;
    font-size: 14px;
    font-weight: 600
}

.input {
    background-color: transparent !important;
    border: 1px solid #6cc2ff;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    margin-top: 5px;
    padding: 8px 16px;
    position: relative;
    width: 100%
}

.input::placeholder {
    font-size: 14px
}

.input:focus {
    outline: none !important
}

.error-msg {
    color: #e0485c;
    font-size: 12px;
    font-weight: 500
}

.label-optional {
    color: #7b849b;
    font-weight: 400
}

.label-input-container {
    margin: 20px 0;
    position: relative
}

@media (max-width:767px) {
    .row .label-input-container {
        margin-bottom: 0;
        width: 100%
    }
}

@media (min-width:768px) {
    .row .label-input-container {
        margin-bottom: 0;
        width: 242px
    }
}

.select-label-input-container {
    margin: 20px 0;
    position: relative
}

.select-label-input-container:focus {
    outline: none
}

.select-label {
    color: #f7f9fa;
    font-size: 14px;
    font-weight: 600
}

.arrow-symbol,
.arrow-symbol-opened {
    height: 15px;
    width: 15px
}

.arrow-symbol-opened {
    transform: rotate(180deg)
}

.select-container {
    align-items: center;
    background-color: transparent;
    border: 1px solid #6cc2ff;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: space-between;
    margin-top: 5px;
    padding: 8px 16px;
    position: relative;
    width: 100%
}

.select-container-opened {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select-container-closed {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.select-options-list {
    background-color: #152946;
    border: 1px solid #1199fa;
    border-radius: 8px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 300px;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    z-index: 999
}

.select-options-item {
    padding: 16px
}

.select-options-item:hover {
    background-color: rgba(17, 153, 250, .1);
    cursor: pointer
}

.input-hidden {
    display: none
}

.checkbox-text {
    color: #7b849b;
    font-size: 12px;
    font-weight: 500;
    margin: 0 5px
}

.checkbox-container,
.embla__dot {
    align-items: center;
    display: flex
}

.embla__dot {
    background-color: #0e213b;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    height: 10px;
    margin-left: 7.5px;
    margin-right: 7.5px;
    outline: 0;
    padding: 0;
    position: relative;
    width: 10px
}

.embla__dot.is-selected:after,
.embla__dot:after {
    background-color: #efefef;
    border-radius: 50%;
    content: "";
    width: 100%
}

.embla__dot.is-selected:after {
    height: 100%
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    opacity: .35;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    font-variant: normal;
    letter-spacing: 0;
    line-height: 1;
    text-transform: none !important;
    text-transform: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    position: relative;
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px
}

button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    opacity: 1
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin: 6px 0
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s, top .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, left .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s, right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    height: 100%;
    left: 0;
    top: 0;
    width: 4px
}

.swiper-pagination-white {
    --swiper-pagination-color: #fff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    background: rgba(0, 0, 0, .1);
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none
}

.swiper-container-horizontal>.swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50
}

.swiper-container-vertical>.swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50
}

.swiper-scrollbar-drag {
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top: 4px solid transparent;
    box-sizing: border-box;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: .6;
    position: absolute;
    width: 100%;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    background: #000;
    bottom: 0;
    content: "";
    filter: blur(50px);
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 0
}

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff")
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    box-sizing: content-box;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-css-mode>.swiper-wrapper {
    -ms-overflow-style: none;
    overflow: auto;
    scrollbar-width: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.home-page-banner .swiper-slide {
    align-items: center;
    flex-shrink: 0;
    justify-content: center
}

.home-page-banner .swiper-slide,
.home-page-banner .swiper-wrapper {
    display: flex;
    height: 100%;
    max-height: 100%;
    width: 100% !important
}

.home-page-banner .swiper-container {
    height: 100%;
    width: 100% !important
}

.app-hero-background {
    background-color: #01011a;
    padding-top: 24px
}

.app-hero-container {
    background: radial-gradient(108.9% 134.89% at 70.47% 100%, #3763c1 0, #23469d 19.68%, #142b72 38.97%, #0a1549 63.53%, #020a30 79.56%, #010118 100%);
    border-radius: 40px;
    height: 594px;
    margin: 0 24px;
    width: auto
}

.app-hero-content-container {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 1082px
}

.app-hero-text-container {
    margin-top: 60px
}

.app-hero-text-open-qr-container {
    margin-top: 45px
}

.app-hero-desktop-image-container {
    display: block;
    margin-right: -60px;
    padding-top: 51px
}

.app-hero-desktop-image {
    width: 620px
}

.app-hero-title {
    font-size: 48px;
    line-height: 60px;
    margin: 0
}

.app-hero-sub-title,
.app-hero-title {
    color: #fff;
    font-style: normal;
    font-weight: 600
}

.app-hero-sub-title {
    font-size: 18px;
    line-height: 19.8px;
    margin: 16px 0
}

.app-hero-offered-by {
    color: #92d1ff
}

.app-hero-description {
    color: #c9cfdd;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.9px;
    margin: 0 0 32px
}

.app-hero-phone-image,
.app-hero-tablet-image {
    display: none
}

.app-hero-button-container {
    margin-top: -10px
}

.app-hero-button {
    margin: 0 !important
}

@media only screen and (max-width:1392px) {
    .app-hero-desktop-image-container {
        margin-right: -25px
    }
}

@media only screen and (max-width:1130px) {
    .app-hero-desktop-image-container {
        margin-right: -15px
    }
}

@media only screen and (max-width:1127px) {
    .app-hero-desktop-image-container {
        display: none
    }

    .app-hero-tablet-image {
        display: block;
        margin: 20px auto -4px;
        width: 550px
    }

    .app-hero-container {
        height: auto;
        margin: 0 56px;
        padding-top: 72px;
        text-align: center;
        width: auto
    }

    .app-hero-text-container {
        margin-top: 0
    }

    .app-hero-content-container {
        display: block;
        width: 100%
    }

    .app-hero-title {
        font-size: 32px;
        line-height: 40px;
        margin: 0 200px
    }

    .app-hero-sub-title {
        font-size: 14px
    }

    .app-hero-description {
        font-size: 16px;
        line-height: 23.2px
    }

    .app-hero-button-container {
        display: flex;
        justify-content: center;
        margin-bottom: 0;
        margin-top: 0
    }
}

@media only screen and (max-width:768px) {
    .app-hero-phone-image {
        display: block;
        margin: 20px auto -3px;
        width: 94%
    }

    .app-hero-tablet-image {
        display: none
    }

    .app-hero-container {
        margin: 0 12px
    }

    .app-hero-text-container {
        margin-top: 0
    }

    .app-hero-title {
        margin: 0
    }

    .app-hero-description {
        font-size: 14px;
        line-height: 21.7px
    }
}

.get-stated-download-app-preview {
    align-items: center;
    background: #f7f9fa;
    border: none;
    border-radius: 40px;
    color: #00254f;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    gap: 12px;
    height: 44px;
    justify-content: center;
    line-height: 17.6px;
    margin-bottom: 24px;
    padding: 15px 24px;
    width: 255px
}

.get-stated-download-app {
    color: #00254f
}

.app-qr-code-container {
    margin-bottom: 20px
}

.app-qr-code-image {
    border: 1px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    padding: 10px;
    width: 100px
}

.app-download-device-logo {
    height: 20px;
    width: 20px
}

.strike-up-down-options-container {
    align-items: center;
    display: flex;
    height: 460px;
    justify-content: center;
    margin: 80px auto;
    width: 1082px
}

.strike-up-down-options-card-button-container {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0 16px;
    padding: 0;
    position: relative
}

.strike-up-down-options-card-container {
    border-radius: 20px;
    height: 300px;
    position: relative;
    width: 524px
}

.app-strike-up-down-text-layer {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: rgba(1, 1, 24, .5);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    bottom: 0;
    height: 128px;
    padding: 16px 24px;
    position: absolute;
    text-align: left;
    width: 100%
}

.app-strike-up-down-text {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.9px;
    margin: 0 10px 0 0
}

.app-strike-up-down-title {
    height: 34px;
    width: 221px
}

.app-strike-up-down-text-container {
    display: flex;
    justify-content: space-between
}

.app-strike-up-down-arrow {
    height: 40px;
    width: 40px
}

@media only screen and (max-width:1128px) {
    .strike-up-down-options-container {
        height: 364px;
        padding: 56px;
        width: 100%
    }

    .strike-up-down-options-container button:first-child {
        margin-right: 8px
    }

    .strike-up-down-options-container button:nth-child(2) {
        margin-left: 8px
    }

    .strike-up-down-options-card-button-container {
        margin: 0
    }

    .strike-up-down-options-card-container {
        height: auto;
        width: 100%
    }

    .app-strike-up-down-text {
        font-size: 14px;
        line-height: 21.7px
    }

    .app-strike-up-down-title {
        height: auto;
        width: 186px
    }

    .app-strike-up-down-arrow {
        height: 32px;
        width: 32px
    }
}

@media only screen and (max-width:768px) {
    .strike-up-down-options-container {
        display: block;
        height: auto;
        margin: 0;
        padding: 80px 24px;
        text-align: center
    }

    .strike-up-down-options-container button:first-child,
    .strike-up-down-options-container button:nth-child(2) {
        margin: 0
    }

    .strike-up-down-options-card-button-container {
        margin: 0;
        padding: 0;
        width: 100%
    }

    .strike-up-down-options-card-container {
        height: auto;
        margin: 8px 0;
        width: 100%
    }
}

.app-derivatives-highlight-container {
    margin: 0 auto;
    width: 1082px
}

.app-derivatives-highlight-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    margin: 80px 0 48px
}

.app-derivatives-highlight-card-container {
    display: flex;
    justify-content: space-between;
    margin: 0 -8px;
    padding-bottom: 120px
}

.app-derivatives-highlight-card {
    background-color: #15152a;
    border-radius: 24px;
    margin: 0 8px;
    padding: 28px;
    width: 258.5px
}

.app-derivatives-highlight-card-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 24px 0 8px
}

.app-derivatives-highlight-card-text {
    color: #a0a9be;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.8px;
    margin: 0
}

.app-derivatives-highlight-image {
    height: 56px;
    width: 56px
}

@media only screen and (max-width:1128px) {
    .app-derivatives-highlight-container {
        padding: 64px 56px;
        width: auto
    }

    .app-derivatives-highlight-card-container {
        display: flex;
        justify-content: left;
        margin: 16px -8px;
        padding: 0
    }

    .app-derivatives-highlight-card-container-reverse {
        flex-direction: row-reverse
    }

    .app-derivatives-highlight-card-container div:first-child {
        width: 40%
    }

    .app-derivatives-highlight-card-container div:nth-child(2) {
        width: 60%
    }
}

@media only screen and (max-width:768px) {
    .app-derivatives-highlight-container {
        padding: 24px
    }

    .app-derivatives-highlight-image {
        height: 48px;
        margin-right: 20px;
        width: 48px
    }

    .app-derivatives-highlight-card-container {
        display: block;
        margin: 0
    }

    .app-derivatives-highlight-card-mobile {
        background-color: #15152a;
        border-radius: 24px;
        display: flex;
        margin: 16px 0;
        padding: 28px;
        width: 258.5px;
        width: 100%
    }

    .app-derivatives-highlight-card-title {
        margin-top: 0
    }

    .app-derivatives-highlight-card {
        margin: 8px 0;
        width: 100%
    }

    .app-derivatives-highlight-card-container div:first-child,
    .app-derivatives-highlight-card-container div:nth-child(2) {
        width: 100%
    }

    .app-derivatives-highlight-title {
        margin-top: 64px !important
    }
}

.get-started-desktop-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: 1082px
}

.get-started-desktop-image-container {
    height: 550px;
    position: absolute;
    width: 1192px;
    z-index: 10
}

.get-started-container {
    background: radial-gradient(108.9% 134.89% at 70.47% 100%, #3763c1 0, #23469d 19.68%, #142b72 38.97%, #0a1549 63.53%, #020a30 79.56%, #010118 100%);
    border-radius: 40px;
    height: 550px;
    margin: 0 24px;
    width: auto
}

.get-started-content-container {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    width: 1082px
}

.get-started-desktop-content {
    margin-top: 85px;
    text-align: center;
    z-index: 90
}

.get-started-middle-content {
    flex-shrink: 0;
    text-align: center
}

.get-started-title {
    color: #fff;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
    text-align: center
}

.get-started-description {
    color: #c9cfdd;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin: 24px 0 40px
}

.get-stated-download-app {
    align-items: center;
    background: #f7f9fa;
    border: none;
    border-radius: 40px;
    color: var(--Blue-800, #00254f);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    gap: 12px;
    height: 44px;
    justify-content: center;
    line-height: 17.6px;
    margin-bottom: 24px;
    padding: 15px 24px;
    width: 255px
}

.get-stated-download-app:hover {
    opacity: .9
}

.get-started-qr-image {
    height: 24px;
    width: 24px
}

.get-stated-explore-all-features {
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    gap: 12px;
    height: 44px;
    justify-content: center;
    line-height: 17.6px;
    padding: 0 24px;
    width: 255px
}

.get-stated-explore-all-features:hover {
    opacity: .9
}

.get-started-arrow-image {
    height: 24px;
    width: 24px
}

.get-started-button-container {
    display: flex;
    justify-content: center;
    margin-bottom: 24px
}

.get-started-tablet-image {
    margin-bottom: -4px;
    margin-top: 20px;
    width: 550px
}

.get-started-phone-image {
    margin-bottom: -3px;
    margin-top: 20px;
    width: 94%
}

@media only screen and (max-width:1392px) {
    .get-started-container {
        width: auto
    }
}

@media only screen and (max-width:1254px) {
    .get-started-desktop-image-container {
        width: 1080px
    }
}

@media only screen and (max-width:1127px) {
    .get-started-container {
        height: auto;
        margin: 0 56px;
        padding-top: 72px;
        width: auto
    }

    .get-started-content-container {
        display: block;
        width: 100%
    }

    .get-started-title {
        font-size: 40px
    }

    .get-started-button-container {
        margin-bottom: 0
    }
}

@media only screen and (max-width:768px) {
    .get-started-container {
        margin: 0 12px
    }

    .get-started-title {
        font-size: 32px;
        line-height: 40px;
        margin: 0 32px
    }

    .get-started-description {
        font-size: 16px;
        margin-left: 32px;
        margin-right: 32px
    }
}

.app-learn-more-container {
    background-color: #fff;
    margin: 0 auto;
    padding: 80px 0
}

.app-learn-more-content-container {
    margin: 0 auto;
    width: 1082px
}

.app-learn-more-article-container {
    display: flex;
    justify-content: space-between
}

.app-learn-more-card-view {
    cursor: pointer;
    width: 33%
}

.app-learn-more-title {
    color: #0b1426;
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 47.5px;
    margin: 0 0 24px
}

.app-learn-more-image {
    border-radius: 8px;
    height: 202px;
    margin: 0;
    object-fit: contain;
    width: 333px
}

.app-learn-more-type-beginner {
    color: #0577da
}

.app-learn-more-type-advanced,
.app-learn-more-type-beginner {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18.6px;
    margin: 16px 0 7.5px
}

.app-learn-more-type-advanced {
    color: #e0485c
}

.app-learn-more-article-title {
    color: var(--Black-Black, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0
}

.app-learn-more-university-text {
    color: #034481;
    margin-right: 15px
}

.app-learn-more-minutes,
.app-learn-more-university-text {
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 17.05px
}

.app-learn-more-minutes {
    color: var(--Black-a50, rgba(0, 0, 0, .5))
}

.app-learn-tablet-card-view {
    cursor: pointer;
    display: flex;
    margin-bottom: 24px
}

.app-learn-more-sub-title {
    margin: 0
}

.app-learn-more-tablet-text-container {
    margin-left: 24px
}

@media only screen and (max-width:1128px) {
    .app-learn-more-content-container {
        width: 100%
    }

    .app-learn-more-container {
        padding: 48px 56px
    }

    .app-learn-more-title {
        font-size: 24px
    }

    .app-learn-more-image {
        height: 179px;
        width: 296px
    }

    .app-learn-more-type-advanced,
    .app-learn-more-type-beginner {
        font-size: 11px
    }

    .app-learn-more-article-title {
        font-size: 18px;
        margin: 12px 0 14px
    }
}

@media only screen and (max-width:768px) {
    .app-learn-tablet-card-view {
        display: block
    }

    .app-learn-more-container {
        padding: 56px 24px
    }

    .app-learn-more-title {
        font-size: 32px
    }

    .app-learn-more-image {
        height: auto;
        width: 100%
    }

    .app-learn-more-tablet-text-container {
        margin-left: 0
    }

    .app-learn-more-sub-title {
        margin-top: 24px
    }
}

.app-derivatives-wrapper-container {
    background-color: #010119
}

.article-container .iframe-video {
    margin: 40px auto;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.article-container .iframe-video .responsive-iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.article-container .article-box-image {
    height: auto;
    width: 100%
}

.article-container .article-box-image figure {
    margin: 0
}

.article-container .instagram-media {
    margin: 40px auto !important
}

.article-box {
    margin: auto;
    max-width: 100%
}

.article-box-content {
    margin: 0 auto
}

.article-box-content img {
    cursor: pointer
}

.article-box-text {
    color: #323c52;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.2px;
    padding-bottom: 48px;
    word-break: break-word
}

@media(min-width:1128px) {
    .article-box-text {
        font-size: 18px;
        line-height: 27.9px
    }
}

.article-box-text p {
    margin-bottom: 24px
}

.article-box-text h1,
.article-box-text h2,
.article-box-text h3,
.article-box-text h4,
.article-box-text h5,
.article-box-text h6 {
    color: #0b1426;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

@media(min-width:1128px) {

    .article-box-text h1,
    .article-box-text h2,
    .article-box-text h3,
    .article-box-text h4,
    .article-box-text h5,
    .article-box-text h6 {
        font-size: 38px;
        line-height: 48px
    }
}

.article-box-text h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    margin-top: 48px
}

@media(min-width:1128px) {
    .article-box-text h1 {
        font-size: 38px;
        line-height: 48px
    }
}

.article-box-text h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
    margin-top: 48px
}

@media(min-width:1128px) {
    .article-box-text h2 {
        font-size: 38px;
        line-height: 48px
    }
}

.article-box-text h2:target {
    scroll-margin-top: 100px
}

.article-box-text h3 {
    font-size: 18px;
    line-height: 25.2px;
    margin-bottom: 16px
}

@media(min-width:1128px) {
    .article-box-text h3 {
        font-size: 28px;
        line-height: 39.2px
    }
}

.article-box-text h4,
.article-box-text h5,
.article-box-text h6 {
    font-weight: 600
}

.article-box-text blockquote {
    background-color: #fff;
    color: #001b3c;
    font-size: 28px;
    font-weight: 400;
    line-height: 35px;
    margin-bottom: 48px;
    margin-left: -20px;
    margin-top: 0;
    padding: 120px 20px;
    text-align: center;
    width: calc(100% + 40px)
}

@media(min-width:1128px) {
    .article-box-text blockquote {
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
        margin: 48px 0;
        padding: 120px 0;
        width: 100%
    }
}

.article-box-text blockquote p {
    margin-bottom: 17px;
    margin-top: 0
}

.article-box-text blockquote cite {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27.9px
}

.article-box-text a {
    color: #0577da;
    cursor: pointer;
    text-decoration: none;
    word-break: break-word
}

.article-box-text ul {
    margin: 0;
    padding: 0 0 0 20px
}

.article-box-text ul.wp-block-social-links {
    font-size: 24px
}

.article-box-text figure {
    margin: 0 0 24px
}

.article-box-text figure.wp-block-image {
    margin: 32px 0
}

.article-box-text figure.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: unset
}

@media(min-width:768px) {
    .article-box-text figure.wp-block-gallery {
        gap: 20px
    }
}

@media(min-width:1128px) {
    .article-box-text figure.wp-block-gallery {
        gap: 24px
    }
}

.article-box-text figure.wp-block-gallery figure.wp-block-image {
    flex-basis: 100%;
    flex-grow: 1
}

@media(min-width:768px) {
    .article-box-text figure.wp-block-gallery figure.wp-block-image {
        flex-basis: 31%
    }
}

.article-box-text .table-title {
    margin-bottom: 12px
}

.article-box-text .wp-table-wrap {
    color: #2d3540;
    margin: 0 0 10px;
    word-break: normal
}

.article-box-text .wp-table-wrap ::-webkit-scrollbar {
    display: none
}

.article-box-text .wp-table-wrap .wp-table-no-mobile {
    border-collapse: collapse;
    border-spacing: 0;
    display: none;
    width: 100%
}

@media(min-width:768px) {
    .article-box-text .wp-table-wrap .wp-table-no-mobile {
        display: table
    }
}

.article-box-text .wp-table-wrap .wp-table-no-mobile thead tr {
    background-color: #002d74;
    border: none;
    color: #fff;
    font-weight: 700
}

.article-box-text .wp-table-wrap .wp-table-no-mobile thead tr th {
    line-height: 21.6px;
    padding: 8px 16px
}

@media(min-width:768px) {
    .article-box-text .wp-table-wrap .wp-table-no-mobile thead tr th {
        line-height: 25.2px
    }
}

@media(min-width:1128px) {
    .article-box-text .wp-table-wrap .wp-table-no-mobile thead tr th {
        line-height: 28.8px
    }
}

.article-box-text .wp-table-wrap .wp-table-no-mobile tbody tr {
    background-color: #fff;
    border-bottom: 1px solid #002d74
}

.article-box-text .wp-table-wrap .wp-table-no-mobile tbody tr td {
    padding: 24px 12px;
    text-align: center
}

.article-box-text .wp-table-wrap .wp-table-no-mobile tbody tr td br {
    content: " ";
    display: block;
    margin: 12px 0
}

.article-box-text .wp-table-wrap .wp-table-mobile {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    margin-bottom: 8px;
    table-layout: auto;
    width: 100%
}

@media(min-width:768px) {
    .article-box-text .wp-table-wrap .wp-table-mobile {
        display: none;
        table-layout: fixed
    }
}

.article-box-text .wp-table-wrap .wp-table-mobile tbody tr:not(:first-child) td {
    position: relative
}

.article-box-text .wp-table-wrap .wp-table-mobile tbody tr:not(:first-child) td:after {
    border-top: 1px solid #002f61;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% - 24px)
}

.article-box-text .wp-table-wrap .wp-table-mobile tbody tr:first-child {
    padding: 16px 16px 12px
}

.article-box-text .wp-table-wrap .wp-table-mobile tbody tr th {
    background-color: #002f61;
    border: none;
    color: #fff;
    font-weight: 700;
    width: 40%
}

.article-box-text .wp-table-wrap .wp-table-mobile tbody tr td {
    background-color: #fff;
    height: 45px;
    min-height: 45px;
    padding: 12px 16px;
    text-align: left;
    vertical-align: top
}

.article-box-text .wp-table-wrap .wp-table-mobile tbody tr td br {
    content: " ";
    display: block;
    margin: 12px 0
}

.article-box-text figcaption {
    font-style: italic;
    font-weight: 400
}

.article-box-text figure>* {
    max-width: 100%;
    width: 100%
}

.article-box-text img {
    border-radius: 12px;
    height: auto;
    margin: 0;
    max-width: 100%;
    object-fit: contain;
    opacity: 1 !important;
    width: 100% !important
}

.wp-block-button.is-style-outline {
    border: 1px solid #002f61;
    border-radius: 37px;
    cursor: pointer;
    height: 50px;
    margin-bottom: 32px;
    padding: 18px 24px
}

.wp-block-button.is-style-outline a {
    color: #002f61;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .015em;
    line-height: 100%;
    text-align: center
}

.wp-block-button.is-style-outline a:hover {
    border-bottom: none
}

.wp-block-button.is-style-fill {
    background: #002f61;
    border: 1px solid #fff;
    border-radius: 37px;
    cursor: pointer;
    height: 50px;
    margin-bottom: 32px;
    padding: 18px 24px
}

.wp-block-button.is-style-fill a {
    color: #f7f9fa;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .015em;
    line-height: 100%;
    text-align: center
}

.wp-block-button.is-style-fill a:hover {
    border-bottom: none
}

.light-box {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: unset;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9998
}

@media(min-width:768px) {
    .light-box {
        padding: 16px
    }
}

@media(min-width:1128px) {
    .light-box {
        padding: 140px
    }
}

.light-box-bg {
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    top: 0;
    width: 100%
}

.light-box-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
    z-index: 9999
}

.light-box-image {
    max-height: 100%;
    max-width: 100%
}
.gatsby-image-wrapper {
    position: relative;
    overflow: hidden
}

.gatsby-image-wrapper picture.object-fit-polyfill {
    position: static !important
}

.gatsby-image-wrapper img {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: cover
}

.gatsby-image-wrapper [data-main-image] {
    opacity: 0;
    transform: translateZ(0);
    transition: opacity .25s linear;
    will-change: opacity
}

.gatsby-image-wrapper-constrained {
    display: inline-block;
    vertical-align: top
}
html,
body,
h1,
h2,
h3,
p,
span,
input,
textarea,
button {
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-style: normal;
}

html,
body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}
html,
main {
    color: #F4F4F4;
    background-color: #061121;
}
.css-13t26oh {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-1rts8je {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #061121;
    width: 100%;
    height: 62px;
    max-width: 100vw;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-1rts8je {
        height: 62px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1rts8je {
        height: 78px;
    }
}
.css-1r1ydpx {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .css-1r1ydpx {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1r1ydpx {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.css-zo6unh {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-zo6unh {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-zo6unh {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.css-dsw6j7 {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-lo01dc {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}        .css-vg7m4q {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
    display: none;
}

@media screen and (min-width: 768px) {
    .css-vg7m4q {
        display: none;
    }
}

@media screen and (min-width: 1128px) {
    .css-vg7m4q {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.css-rpt4zk {
    box-sizing: border-box;
    margin: 0;
}
.css-y1wu3j {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

.css-y1wu3j .hoverOpacity {
    opacity: 0.5;
}

.css-y1wu3j:hover .hoverOpacity {
    opacity: 1;
}
.css-15xckjb {
    box-sizing: border-box;
    margin: 0;
    color: #F4F4F4;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
}
.css-1iyqllu {
    box-sizing: border-box;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
}
.css-18wcznz {
    box-sizing: border-box;
    margin: 0;
    font-size: 1em;
    color: #F4F4F4;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 20px;
    width: 20px;
}

.css-18wcznz svg {
    width: 20px;
    height: 20px;
}
.css-1yxi1dj {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-1yxi1dj.mkt-navbar-download-ru {
    max-width: 174px;
}
.css-1vwlhit {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px 16px;
    height: 44px;
    min-width: 44px;
    position: relative;
    border: 2px solid rgba(17, 153, 249, 0.5);
    border-radius: 40px;
    cursor: default;
    background-color: #061121;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


@media screen and (min-width: 1128px) {
    .css-1vwlhit {
        padding: 12px 24px;
    }
}

@media screen and (min-width: 768px) {
    .css-1vwlhit {
        min-width: 174px;
    }
}

@media screen and (min-width: 768px) {
    .css-1vwlhit {
        border: 1.5px solid rgba(17, 153, 249, 0.5);
    }
}

.css-1vwlhit:hover {
    background-color: #23273a;
}
.css-8f8e9y {
    box-sizing: border-box;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-ykbhld {
    box-sizing: border-box;
    margin: 0;
    color: white;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
}

.css-ykbhld1 {
    box-sizing: border-box;
    margin: 0;
    color: white;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 22px;
    font-weight: 600;
    line-height: 110%;
}

.css-1072utm {
    box-sizing: border-box;
    margin: 0;
    margin-left: 0;
    display: block;
    width: 16px;
    height: 16px;
}

@media screen and (min-width: 768px) {
    .css-1072utm {
        margin-left: 8px;
    }
}

@media screen and (min-width: 768px) {
    .css-1072utm {
        display: none;
    }
}

@media screen and (min-width: 1128px) {
    .css-1072utm {
        display: block;
    }
}
.css-1w27nno {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    display: none;
}

@media screen and (min-width: 768px) {
    .css-1w27nno {
        display: none;
    }
}

@media screen and (min-width: 1128px) {
    .css-1w27nno {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.css-m0oknl {
    box-sizing: border-box;
    margin: 0;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 22px;
}
.css-1viv8ha {
    box-sizing: border-box;
    margin: 0;
    margin-left: 6px;
    margin-top: 2px;
    color: #fff;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.28px;
}
.css-9ategg {
    box-sizing: border-box;
    margin: 0;
    margin-left: 24px;
    margin-right: 3px;
    display: block;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .css-9ategg {
        margin-left: 40px;
    }
}

@media screen and (min-width: 768px) {
    .css-9ategg {
        display: block;
    }
}

@media screen and (min-width: 1128px) {
    .css-9ategg {
        display: none;
    }
}
.css-n1pcz8 {
    box-sizing: border-box;
    margin: 0;
    color: #D1D0D1;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 22px;
}
.css-13yu9wq {
    box-sizing: border-box;
    margin: 0;
    background-color: #010118;
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .css-13yu9wq {
        padding-top: 120px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1128px) {
    .css-13yu9wq {
        padding-top: 100px;
        padding-bottom: 0px;
    }
}

.css-13yu9wq1 {
    box-sizing: border-box;
    margin: 0;
    background-color: #010118;
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .css-13yu9wq1 {
        padding-top: 120px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1128px) {
    .css-13yu9wq1 {
        padding-top: 100px;
        padding-bottom: 70px;
    }
}


.css-h38tln {
    box-sizing: border-box;
    margin: 0;
    background: linear-gradient(0deg, #010118 0%, rgba(1, 1, 24, 0.2) 100%);
    position: absolute;
    height: 508px;
    width: 100%;
    top: 0%;
}

@media (min-width: 768px) {
    .css-h38tln {
        height: 500px;
    }
}

@media (min-width: 1128px) {
    .css-h38tln {
        height: 663px;
    }
}
.css-7mrudt {
    box-sizing: border-box;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
    overflow-x: hidden;
    z-index: 2;
    position: relative;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .css-7mrudt {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1128px) {
    .css-7mrudt {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media screen and (min-width: 768px) {
    .css-7mrudt {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media screen and (min-width: 1128px) {
    .css-7mrudt {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.css-7mrudt1 {
    box-sizing: border-box;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
    overflow-x: hidden;
    z-index: 2;
    position: relative;
    max-width: 1128px;
    margin-left: 0PX;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
}

@media screen and (min-width: 768px) {
    .css-7mrudt1 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 1128px) {
    .css-7mrudt1 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 768px) {
    .css-7mrudt1 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media screen and (min-width: 1128px) {
    .css-7mrudt1 {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.css-xv1cmn {
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .css-xv1cmn {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .css-xv1cmn {
        margin-bottom: 48px;
    }
}

@media screen and (min-width: 768px) {
    .css-xv1cmn {
        max-width: 589px;
    }
}

@media screen and (min-width: 1128px) {
    .css-xv1cmn {
        max-width: 996px;
    }
}

.css-xv1cmn1 {
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .css-xv1cmn1 {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .css-xv1cmn1 {
        margin-bottom: 48px;
    }
}

@media screen and (min-width: 768px) {
    .css-xv1cmn1 {
        max-width: 589px;
    }
}

@media screen and (min-width: 1128px) {
    .css-xv1cmn1 {
        max-width: 900px;
    }
}

.css-qrx0qm {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    margin-bottom: 24px;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.01em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-qrx0qm {
        font-size: 32px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-qrx0qm {
        font-size: 36px;
        font-weight: 600;
    }
}

.css-qrx0qm4 {
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    margin-bottom: 6px;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.01em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-qrx0qm4 {
        font-size: 28px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-qrx0qm4 {
        font-size: 22px;
        font-weight: 600;
    }
}

.css-qrx0qm2 {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 24px;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.01em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-qrx0qm2 {
        font-size: 20px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-qrx0qm2 {
        font-size: 18px;
        font-weight: 600;
    }
}

.css-qrx0qm3 {
    box-sizing: border-box;
    margin: 0;
    text-align: LEFT;
    margin-bottom: 12px;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.01em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .css-qrx0qm3 {
        font-size: 14px;
        font-weight: 400;
    }
}

@media screen and (min-width: 1128px) {
    .css-qrx0qm3 {
        font-size: 14px;
        font-weight: 400;
    }
}

.css-qrx0qm1 {
    box-sizing: border-box;
    margin: 0;
    text-align: inherit;
    margin-bottom: 24px;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.01em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-qrx0qm1 {
        font-size: 40px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-qrx0qm1 {
        font-size: 52px;
        font-weight: 600;
    }
}


.css-1td7jzt {
    box-sizing: border-box;
    margin: 0;
    display: block;
}

@media screen and (min-width: 768px) {
    .css-1td7jzt {
        display: none;
    }
}
.css-ohcxbr {
    box-sizing: border-box;
    margin: 0;
    display: none;
}

@media screen and (min-width: 768px) {
    .css-ohcxbr {
        display: block;
    }
}
.css-1yntfi0 {
    box-sizing: border-box;
    margin: 0;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 24px;
    color: #C9CFDD;
    white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
    .css-1yntfi0 {
        font-size: 28px;
    }
}
.css-nbzc7y {
    box-sizing: border-box;
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .css-nbzc7y {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 768px) {
    .css-nbzc7y {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}
.css-bkw9a {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-bkw9ag {
    box-sizing: border-box;
    margin: 50px 0 0 0;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-bkw9ag1 {
    box-sizing: border-box;
    margin: 50px 0 0 0;
    margin-bottom: 8px;
    display: inline-grid;
}

.css-bkw9ag12 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 8px;
    display: inline-grid;
}

.css-j72qy5 {
    box-sizing: border-box;
    margin: 0;
    margin-right: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 10px;
    background-color: #1199FA;
}
.css-14wjzgn {
    font-size: 12px;
    color: #F4F4F4;
}
.css-1q5bgyg {
    box-sizing: border-box;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    color: #F4F4F4;
}
.css-i4eeoz {
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    color: #D1D0D1;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: -4px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

@media screen and (min-width: 768px) {
    .css-i4eeoz {
        font-size: 16px;
        line-height: 140%;
        margin-top: -3.5px;
        -webkit-transform: translateY(3.5px);
        -moz-transform: translateY(3.5px);
        -ms-transform: translateY(3.5px);
        transform: translateY(3.5px);
    }
}

@media screen and (min-width: 1128px) {
    .css-i4eeoz {
        font-size: 18px;
        line-height: 140%;
        margin-top: -5px;
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}

.css-i4eeoz2 {
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    color: #D1D0D1;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0em;
    font-weight: 500;
    margin-top: -4px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
}

@media screen and (min-width: 768px) {
    .css-i4eeoz2 {
        font-size: 14px;
        line-height: 140%;
        margin-top: -3.5px;
        -webkit-transform: translateY(3.5px);
        -moz-transform: translateY(3.5px);
        -ms-transform: translateY(3.5px);
        transform: translateY(3.5px);
    }
}

@media screen and (min-width: 1128px) {
    .css-i4eeoz2 {
        font-size: 14px;
        line-height: 140%;
        margin-top: -5px;
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}

.css-1rtqjb4 {
    box-sizing: border-box;
    margin: 0;
    color: #1199FA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0em;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .css-1rtqjb4 {
        font-size: 16px;
        line-height: 140%;
    }
}

@media screen and (min-width: 1128px) {
    .css-1rtqjb4 {
        font-size: 18px;
        line-height: 140%;
    }
}
.css-xpcfki {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom:200px;
}
.css-1cc18dj {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 32px;
    display: none;
    min-height: 167px;
}

@media screen and (min-width: 768px) {
    .css-1cc18dj {
        margin-bottom: 48px;
    }
}

@media screen and (min-width: 768px) {
    .css-1cc18dj {
        display: none;
    }
}

@media screen and (min-width: 1128px) {
    .css-1cc18dj {
        display: block;
    }
}
.css-t43owr {
    box-sizing: border-box;
    margin: 0;
    background-color: transparent;
    border: none;
}
.css-1tolz45 {
    box-sizing: border-box;
    margin: 0;
    font-size: 18px;
    line-height: 110%;
    font-weight: 600;
    padding-top: 3px;
    white-space: pre-wrap;
}
.css-1i61qph {
    box-sizing: border-box;
    margin: 0;
    font-size: 24px;
    margin-left: 8px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.css-sjkdqx {
    box-sizing: border-box;
    margin: 0;
}
.css-1ocijob {
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;
    position: relative;
    background: radial-gradient(45.87% 50% at 50% 50%, #3763C1 0%, rgba(35, 70, 157, 0.5) 38.39%, rgba(20, 43, 114, 0) 100%);
}
.css-ickcwh {
    box-sizing: border-box;
    margin: 0;
    perspective: 1000px;
}
.css-m9lb4t {
    box-sizing: border-box;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 220px;
    max-width: 100%;
    height: 440px;
    display: block;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .css-m9lb4t {
        width: 300px;
        height: 600px;
    }
}

@media screen and (min-width: 1128px) {
    .css-m9lb4t {
        width: 470px;
        height: 940px;
    }
}

.css-m9lb4tb {
    box-sizing: border-box;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    display: block;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .css-m9lb4tb {
        width: 800px;
        height: 600px;
    }
}

@media screen and (min-width: 1128px) {
    .css-m9lb4tb {
        width: 70%;
        height: 100%;
    }
}

.css-4wthnp {
    box-sizing: border-box;
    margin: 0;
    background-color: #010118;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .css-4wthnp {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1128px) {
    .css-4wthnp {
        padding-top: 128px;
        padding-bottom: 40px;
    }
}
.css-sjkdqx {
    box-sizing: border-box;
    margin: 0;
}
.css-1l2m8wm {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
}
.css-1glxw39 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #1199FA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .css-1glxw39 {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1glxw39 {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-1glxw39 {
        font-size: 15px;
        line-height: 145%;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1glxw39 {
        font-size: 18px;
        line-height: 115%;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}
.css-1f37nfm {
    box-sizing: border-box;
    margin: 0;
    margin: auto;
    margin-bottom: 24px;
    color: #FFFFFF;
    max-width: 327px;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.01em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-1f37nfm {
        max-width: 558px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1f37nfm {
        max-width: 872px;
    }
}

@media screen and (min-width: 768px) {
    .css-1f37nfm {
        font-size: 32px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1f37nfm {
        font-size: 42px;
        font-weight: 600;
    }
}
.css-1rovsc0 {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    margin-top: 32px;
}
.css-1c8lbko {
    box-sizing: border-box;
    margin: 0;
    white-space: normal !important;
    border: none;
    cursor: pointer;
    outline: none;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.02em;
    font-weight: 600;
    white-space: nowrap;
    padding-left: 24px;
    padding-right: 24px;
    height: 54px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-color: #F4F4F4;
    background-color: transparent;
    color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .css-1c8lbko {
        letter-spacing: 0.015em;
    }
}

@media screen and (min-width: 1128px) {
    .css-1c8lbko {
        letter-spacing: 0.015em;
    }
}

.css-1c8lbko:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.css-14sw2mc {
    box-sizing: border-box;
    margin: 0;
    margin-left: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.css-18ma887 {
    box-sizing: border-box;
    margin: 0;
    margin-top: 64px;
}

@media screen and (min-width: 768px) {
    .css-18ma887 {
        margin-top: 88px;
    }
}
.css-1k1nyk {
    box-sizing: border-box;
    margin: 0;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

.css-1k1nykb {
    box-sizing: border-box;
    margin: 0;
    /* max-width: 900px; */
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .css-1k1nyk {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1k1nyk {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.css-oxamzq {
    box-sizing: border-box;
    margin: 0;
    background: linear-gradient(180deg, #000A1F 0%, #00143C 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .css-oxamzq {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1128px) {
    .css-oxamzq {
        padding-top: 110px;
        padding-bottom: 110px;
    }
}
.css-1k1nyk {
    box-sizing: border-box;
    margin: 0;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .css-1k1nyk {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1k1nyk {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.css-kxcmu6 {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    margin-bottom: 72px;
}

@media screen and (min-width: 768px) {
    .css-kxcmu6 {
        margin-bottom: 88px;
    }
}

@media screen and (min-width: 1128px) {
    .css-kxcmu6 {
        margin-bottom: 88px;
    }
}
.css-1bp0ce5 {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 125%;
    color: #FFFFFF;
    white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
    .css-1bp0ce5 {
        font-size: 40px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1bp0ce5 {
        font-size: 48px;
    }
}
.css-1qbsseo {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    gap: 12px;
}

@media screen and (min-width: 768px) {
    .css-1qbsseo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1128px) {
    .css-1qbsseo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.css-1qbsseo1 {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-align-items: inherit;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    display: none;
    gap: 12px;
}

@media screen and (min-width: 768px) {
    .css-1qbsseo1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1128px) {
    .css-1qbsseo1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.css-vciggo {
    box-sizing: border-box;
    margin: 0;
    gap: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-1fl2iug {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-1xrwhu0 {
    box-sizing: border-box;
    margin: 0;
    padding: 32px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 280px;
    position: relative;
    border-radius: 24px;
    background: radial-gradient(123.14% 44.41% at 77.00% 45.58%, rgba(17, 153, 250, 0.20) 0%, rgba(17, 153, 250, 0.00) 100%), radial-gradient(172.02% 136.06% at 4.78% 96.68%, rgba(1, 1, 24, 0.40) 0%, rgba(1, 1, 24, 0.00) 100%), #002F61;
}

@media screen and (min-width: 1128px) {
    .css-1xrwhu0 {
        padding: 32px 48px;
    }
}

@media screen and (min-width: 768px) {
    .css-1xrwhu0 {
        width: 335px;
        height: 280px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1xrwhu0 {
        width: 450px;
        height: 275px;
        min-height: 275px;
    }
}

.css-1xrwhu01 {
    box-sizing: border-box;
    margin: 0;
    padding: 30px 15px 30px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    /*  min-height: 280px; */  
    position: relative;
    border-radius: 16px;
    background: radial-gradient(123.14% 44.41% at 77.00% 45.58%, rgba(17, 153, 250, 0.20) 0%, rgba(17, 153, 250, 0.00) 100%), radial-gradient(172.02% 136.06% at 4.78% 96.68%, rgba(1, 1, 24, 0.40) 0%, rgba(1, 1, 24, 0.00) 100%), #002F61;
    text-align: center;
}

@media screen and (min-width: 1128px) {
    .css-1xrwhu01 {
        padding: 30px 15px 30px 15px;
    }
}

@media screen and (min-width: 768px) {
    .css-1xrwhu01 {
       /*  width: 335px; */ 
        /*  height: 280px; */
    }
}

@media screen and (min-width: 1128px) {
    .css-1xrwhu01 {
        width: 260px; 
        height: auto;
        min-height: 150px;
    }
}

.css-8s4q0l {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-8f2zi {
    box-sizing: border-box;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    color: #1199FA;
    white-space: pre-wrap;
}

.css-8f2zi1 {
    box-sizing: border-box;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: #1199FA;
    white-space: pre-wrap;
}

.css-1yidjia {
    box-sizing: border-box;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    color: #F7F9FA;
    max-width: 206px;
    display: none;
    white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
    .css-1yidjia {
        display: none;
    }
}

@media screen and (min-width: 1128px) {
    .css-1yidjia {
        display: block;
    }
}
.css-13fm3h7 {
    box-sizing: border-box;
    margin: 0;
    display: block;
}

@media screen and (min-width: 768px) {
    .css-13fm3h7 {
        display: block;
    }
}

@media screen and (min-width: 1128px) {
    .css-13fm3h7 {
        display: none;
    }
}
.css-465ejc {
    box-sizing: border-box;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    color: #F7F9FA;
    max-width: 148px;
    white-space: pre-wrap;
}
.css-1di2l99 {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-2m6efj {
    box-sizing: border-box;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    margin-right: 8px;
    color: #F7F9FA;
    white-space: pre-wrap;
}
.css-1b6rz4r {
    box-sizing: border-box;
    margin: 0;
    width: 260px;
    position: absolute;
    right: 0.1%;
    bottom: 0px;
}

@media screen and (min-width: 768px) {
    .css-1b6rz4r {
        width: 148px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1b6rz4r {
        width: 260px;
    }
}
.css-19jwx9r {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 32px 24px 16px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 464px;
    border-radius: 24px;
    background: radial-gradient(175.99% 129.34% at -0.00% 100.00%, rgba(1, 1, 24, 0.40) 0%, rgba(1, 1, 24, 0.00) 100%), var(--blue-700, #002F61);
}

@media screen and (min-width: 1128px) {
    .css-19jwx9r {
        padding: 32px 40px;
    }
}

@media screen and (min-width: 768px) {
    .css-19jwx9r {
        width: 335px;
        height: 464px;
    }
}

@media screen and (min-width: 1128px) {
    .css-19jwx9r {
        width: 450px;
        height: 562px;
        min-height: 562px;
    }
}
.css-v6pwpd {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-1v32sjg {
    box-sizing: border-box;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    color: #F7F9FA;
    white-space: pre-wrap;
}
.css-6qgdel {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
    .css-6qgdel {
        width: 335px;
        height: 556px;
    }
}

@media screen and (min-width: 1128px) {
    .css-6qgdel {
        width: 450px;
        height: 637px;
    }
}
.css-1aogo5p {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 32px 24px 0px 24px;
    width: 100%;
    height: 100%;
    min-height: 537px;
    border-radius: 24px;
    background: radial-gradient(276.49% 100% at 50.11% 100.00%, rgba(17, 153, 250, 0.40) 0%, rgba(17, 153, 250, 0.00) 100%), linear-gradient(0deg, rgba(1, 1, 24, 0.40) 0%, rgba(1, 1, 24, 0.40) 100%), #002F61;
    gap: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 1128px) {
    .css-1aogo5p {
        padding: 40px 40px 0px 40px;
    }
}

@media screen and (min-width: 768px) {
    .css-1aogo5p {
        min-height: 556px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1aogo5p {
        min-height: 637px;
    }
}

@media screen and (min-width: 768px) {
    .css-1aogo5p {
        gap: unset;
    }
}
.css-1yxn2w9 {
    box-sizing: border-box;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 140%;
    color: #1199FA;
    max-width: 365px;
    white-space: pre-wrap;
}
.css-6yapeq {
    box-sizing: border-box;
    margin: 0;
    width: 293px;
}

@media screen and (min-width: 768px) {
    .css-6yapeq {
        width: 287px;
    }
}

@media screen and (min-width: 1128px) {
    .css-6yapeq {
        width: 370px;
    }
}
.css-q6wts5 {
    box-sizing: border-box;
    margin: 0;
    padding: 32px 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    min-height: 188px;
    position: relative;
    border-radius: 24px;
    background: radial-gradient(172.02% 136.06% at 4.78% 96.68%, rgba(1, 1, 24, 0.40) 0%, rgba(1, 1, 24, 0.00) 100%), radial-gradient(84.57% 52.26% at 78.22% 43.54%, rgba(17, 153, 250, 0.40) 0%, rgba(17, 153, 250, 0.00) 100%), #002F61;
}

@media screen and (min-width: 1128px) {
    .css-q6wts5 {
        padding: 80px 48px 32px 40px;
    }
}

@media screen and (min-width: 768px) {
    .css-q6wts5 {
        width: 335px;
        height: 188px;
    }
}

@media screen and (min-width: 1128px) {
    .css-q6wts5 {
        width: 450px;
        height: 200px;
    }
}
.css-lyfoua {
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    color: #F7F9FA;
    max-width: 200px;
    white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
    .css-lyfoua {
        max-width: 160px;
    }
}

@media screen and (min-width: 1128px) {
    .css-lyfoua {
        max-width: 200px;
    }
}
.css-1gwerad {
    box-sizing: border-box;
    margin: 0;
    width: 45%;
    position: absolute;
    right: 0%;
    bottom: 10%;
}

@media screen and (min-width: 768px) {
    .css-1gwerad {
        bottom: 11%;
    }
}

@media screen and (min-width: 1128px) {
    .css-1gwerad {
        bottom: 0%;
    }
}
.css-1bzwrrn {
    box-sizing: border-box;
    margin: 0;
    display: none;
}

@media screen and (min-width: 768px) {
    .css-1bzwrrn {
        display: none;
    }
}

@media screen and (min-width: 1128px) {
    .css-1bzwrrn {
        display: block;
    }
}
.css-1cmem7f {
    box-sizing: border-box;
    margin: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 16px 56px 16px 40px;
    background-color: #FFFFFF;
    width: 912px;
    height: 118px;
    border-radius: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-1cmem7f1 {
    box-sizing: border-box;
    margin: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 16px 56px 16px 40px;
    background-color: #FFFFFF;
    /* width: 912px; */
    height: 118px;
    border-radius: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-r2rtyw {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: 40px;
    gap: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-1do064 {
    box-sizing: border-box;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
    color: rgba(6, 17, 33, 0.50);
    white-space: pre-wrap;
}
.css-1ogat18 {
    box-sizing: border-box;
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 125%;
    color: #061121;
    white-space: pre-wrap;
}
.css-1t0jh0j {
    box-sizing: border-box;
    margin: 0;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin-right: 24px;
    color: #061121;
    white-space: pre-wrap;
    max-width: 200px;
}
.css-16j014p {
    box-sizing: border-box;
    margin: 0;
    width: 86px;
}
.css-1kbg34x {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 40px;
    background-color: #FFFFFF;
    width: 100%;
    height: auto;
    min-height: 172px;
    border-radius: 24px;
    gap: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-1kbg34x {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .css-1kbg34x {
        width: 682px;
        height: 96px;
        min-height: unset;
    }
}

@media screen and (min-width: 768px) {
    .css-1kbg34x {
        gap: unset;
    }
}
.css-1nyeqpb {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-1nyeqpb {
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
}
.css-1477pjq {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 110%;
    color: rgba(6, 17, 33, 0.50);
    white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
    .css-1477pjq {
        text-align: left;
    }
}
.css-1fksr78 {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    font-size: 31px;
    font-weight: 600;
    line-height: 125%;
    color: #061121;
    white-space: pre-wrap;
}

@media screen and (min-width: 768px) {
    .css-1fksr78 {
        text-align: left;
    }
}
.css-1x5s5o3 {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .css-1x5s5o3 {
        width: 233px;
    }
}
.css-u9g71y {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}

@media screen and (min-width: 768px) {
    .css-u9g71y {
        display: none;
    }
}

@media screen and (min-width: 1128px) {
    .css-u9g71y {
        display: none;
    }
}
.css-1awj4vv {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 642px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-1awj4vv {
        height: 682px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1awj4vv {
        height: 1074px;
    }
}
.css-1e8yejr {
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
    object-fit: cover;
}
.css-133fcgh {
    box-sizing: border-box;
    margin: 0;
    position: relative;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .css-133fcgh {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media screen and (min-width: 1128px) {
    .css-133fcgh {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.css-1wgt5q3 {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 462px;
}

@media screen and (min-width: 768px) {
    .css-1wgt5q3 {
        max-width: 805px;
    }
}

.css-1wgt5q4 {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
}

@media screen and (min-width: 768px) {
    .css-1wgt5q4 {
        max-width: 600px;
    }
}

.css-1glxw39 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #1199FA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .css-1glxw39 {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1glxw39 {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-1glxw39 {
        font-size: 15px;
        line-height: 145%;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1glxw39 {
        font-size: 18px;
        line-height: 115%;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}
.css-101u33c {
    box-sizing: border-box;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
    color: #FFFFFF;
    max-width: inherit;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.015em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-101u33c {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 1128px) {
    .css-101u33c {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 768px) {
    .css-101u33c {
        max-width: inherit;
    }
}

@media screen and (min-width: 1128px) {
    .css-101u33c {
        max-width: 750px;
    }
}

@media screen and (min-width: 768px) {
    .css-101u33c {
        font-size: 32px;
        letter-spacing: -0.25px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-101u33c {
        font-size: 48px;
        letter-spacing: -0.015em;
        font-weight: 600;
    }
}
.css-aetcrb {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 64px;
    color: #C9CFDD;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .css-aetcrb {
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.15px;
    }
}

@media screen and (min-width: 1128px) {
    .css-aetcrb {
        font-size: 20px;
        line-height: 145%;
        letter-spacing: 0em;
    }
}

.css-aetcra {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 30px;
    color: #C9CFDD;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .css-aetcra {
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.15px;
    }
}

@media screen and (min-width: 1128px) {
    .css-aetcra {
        font-size: 20px;
        line-height: 145%;
        letter-spacing: 0em;
        max-width: 580px;
    }
}

.css-1pj2jnh {
    box-sizing: border-box;
    margin: 0;
    width: auto;
    border: none;
    cursor: pointer;
    outline: none;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.02em;
    font-weight: 600;
    white-space: nowrap;
    border-width: 1.5px;
    border-style: solid;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 24px;
    padding-right: 24px;
    height: 54px;
    background-color: #F4F4F4;
    color: #0E213B;
    border-color: transparent;
}

@media screen and (min-width: 768px) {
    .css-1pj2jnh {
        letter-spacing: 0.015em;
    }
}

@media screen and (min-width: 1128px) {
    .css-1pj2jnh {
        letter-spacing: 0.015em;
    }
}

.css-1pj2jnh:hover {
    border-color: #1199FA;
    background-color: transparent;
    color: #F4F4F4;
}
.css-sjkdqx {
    box-sizing: border-box;
    margin: 0;
}
.css-14sw2mc {
    box-sizing: border-box;
    margin: 0;
    margin-left: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.css-15k9rw9 {
    box-sizing: border-box;
    margin: 0;
    background: radial-gradient(74.93% 41.79% at 50.13% 69.2%, #3763C1 0%, #23469D 19.68%, #142B72 38.97%, #0A1549 63.53%, #020A30 79.56%, #010118 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .css-15k9rw9 {
        background: radial-gradient(27.85% 45.61% at 22.15% 49.95%, #3763C1 0%, #23469D 19.68%, #142B72 38.97%, #0A1549 63.53%, #020A30 79.56%, #010118 100%);
    }
}

@media screen and (min-width: 1128px) {
    .css-15k9rw9 {
        background: radial-gradient(27.85% 45.61% at 28.15% 49.95%, #3763C1 0%, #23469D 19.68%, #142B72 38.97%, #0A1549 63.53%, #020A30 79.56%, #010118 100%);
    }
}

@media screen and (min-width: 768px) {
    .css-15k9rw9 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1128px) {
    .css-15k9rw9 {
        padding-top: 128px;
        padding-bottom: 128px;
    }
}

.css-15k9rw91 {
    box-sizing: border-box;
    margin: 0;
    padding-top: 80px;
    padding-bottom: 80px;
}


@media screen and (min-width: 768px) {
    .css-15k9rw91 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1128px) {
    .css-15k9rw91 {
        padding-top: 128px;
        padding-bottom: 128px;
    }
}

.css-1k1nyk {
    box-sizing: border-box;
    margin: 0;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .css-1k1nyk {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1k1nyk {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.css-769gad {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .css-769gad {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 1128px) {
    .css-769gad {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.css-1uh0d70 {
    box-sizing: border-box;
    margin: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 64px;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

@media screen and (min-width: 768px) {
    .css-1uh0d70 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (min-width: 768px) {
    .css-1uh0d70 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .css-1uh0d70 {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .css-1uh0d70 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1uh0d70 {
        padding-left: 10px;
        padding-right: 10px;
    }
}
.css-1gw9lst {
    box-sizing: border-box;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-1gw9lst {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        -webkit-justify-content: left;
        justify-content: left;
    }
}
.css-1noo91y {
    box-sizing: border-box;
    margin: 0;
    width: 68%;
    max-width: 250px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .css-1noo91y {
        max-width: 300px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1noo91y {
        max-width: 400px;
    }
}
.css-1a22a6u {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 3.5%;
    left: 28%;
    z-index: 2;
}
.css-1814wpd {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 20%;
    left: 32%;
    z-index: 2;
}
.css-1uiodrx {
    box-sizing: border-box;
    margin: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

@media screen and (min-width: 768px) {
    .css-1uiodrx {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (min-width: 768px) {
    .css-1uiodrx {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .css-1uiodrx {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1uiodrx {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.css-1uiodrx1 {
    box-sizing: border-box;
    margin: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

@media screen and (min-width: 768px) {
    .css-1uiodrx1 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (min-width: 768px) {
    .css-1uiodrx1 {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .css-1uiodrx1 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1uiodrx1 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.css-1pj12ck {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .css-1pj12ck {
        text-align: center;
    }
}

.css-1pj12ck1 {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .css-1pj12ck1 {
        text-align: center;
    }
}

.css-1glxw39 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #1199FA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .css-1glxw39 {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1glxw39 {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-1glxw39 {
        font-size: 15px;
        line-height: 145%;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1glxw39 {
        font-size: 18px;
        line-height: 115%;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}
.css-13x7dlk {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 32px;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.015em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-13x7dlk {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 1128px) {
    .css-13x7dlk {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 768px) {
    .css-13x7dlk {
        font-size: 32px;
        letter-spacing: -0.25px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-13x7dlk {
        font-size: 48px;
        letter-spacing: -0.015em;
        font-weight: 600;
    }
}

.css-13x7dlm {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: -0.015em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-13x7dlm {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 1128px) {
    .css-13x7dlm {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-13x7dlm {
        font-size: 16px;
        letter-spacing: -0.25px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-13x7dlm {
        font-size: 18px;
        letter-spacing: -0.015em;
        font-weight: 600;
    }
}

.css-9vw9ps {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 64px;
    color: #D1D0D1;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .css-9vw9ps {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9ps {
        margin-bottom: 64px;
    }
}

@media screen and (min-width: 768px) {
    .css-9vw9ps {
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.15px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9ps {
        font-size: 20px;
        line-height: 145%;
        letter-spacing: 0em;
    }
}

.css-9vw9ps1 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 0px;
    color: #D1D0D1;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .css-9vw9ps1 {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9ps1 {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    .css-9vw9ps1 {
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.15px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9ps1 {
        font-size: 14px;
        line-height: 145%;
        letter-spacing: 0em;
    }
}


.css-9vw9pw {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 22px;
    color: #D1D0D1;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 0em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .css-9vw9pw {
        margin-bottom: 22px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9pw {
        margin-bottom: 22px;
    }
}

@media screen and (min-width: 768px) {
    .css-9vw9pw {
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.15px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9pw {
        font-size: 14px;
        line-height: 145%;
        letter-spacing: 0em;
    }
}

.css-9vw9pf {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 64px;
    color: #D1D0D1;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0em;
    font-weight: 400;
    max-width:210px;
}

@media screen and (min-width: 768px) {
    .css-9vw9pf {
        margin-bottom: 32px;
        max-width:170px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9pf {
        margin-bottom: 64px;
        max-width:210px;
    }
}

@media screen and (min-width: 768px) {
    .css-9vw9pf {
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.15px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9pf {
        font-size: 20px;
        line-height: 145%;
        letter-spacing: 0em;
        max-width:220px;
    }
}

.css-9vw9p9 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 30px;
    color: #717171;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .css-9vw9p9 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9p9 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .css-9vw9p9 {
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.15px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9p9 {
        font-size: 20px;
        line-height: 145%;
        letter-spacing: 0em;
    }
}

.css-9vw9p92 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 30px;
    color: #717171;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .css-9vw9p92 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9p92 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .css-9vw9p92 {
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.15px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9p92 {
        font-size: 18px;
        line-height: 145%;
        letter-spacing: 0em;
    }
}

.css-9vw9p921 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 30px;
    color: #a2a2a2;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: 0em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .css-9vw9p921 {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9p921 {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 768px) {
    .css-9vw9p921 {
        font-size: 20px;
        line-height: 135%;
        letter-spacing: 0.15px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9p921 {
        font-size: 22px;
        line-height: 145%;
        letter-spacing: 0em;
    }
}

.css-9vw9p91 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 30px;
    color: #a2a2a2;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .css-9vw9p91 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9p91 {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .css-9vw9p91 {
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.15px;
    }
}

@media screen and (min-width: 1128px) {
    .css-9vw9p91 {
        font-size: 16px;
        line-height: 145%;
        letter-spacing: 0em;
    }
}

.css-ix4f6h {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 64px;
    border: none;
    cursor: pointer;
    outline: none;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.02em;
    font-weight: 600;
    white-space: nowrap;
    padding-left: 24px;
    padding-right: 24px;
    height: 54px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-color: #F4F4F4;
    background-color: transparent;
    color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .css-ix4f6h {
        margin-bottom: 64px;
    }
}

@media screen and (min-width: 1128px) {
    .css-ix4f6h {
        margin-bottom: 96px;
    }
}

@media screen and (min-width: 768px) {
    .css-ix4f6h {
        letter-spacing: 0.015em;
    }
}

@media screen and (min-width: 1128px) {
    .css-ix4f6h {
        letter-spacing: 0.015em;
    }
}

.css-ix4f6h:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.css-sjkdqx {
    box-sizing: border-box;
    margin: 0;
}
.css-14sw2mc {
    box-sizing: border-box;
    margin: 0;
    margin-left: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.css-cxd8j4 {
    box-sizing: border-box;
    margin: 0;
    padding-top: 72px;
    padding-bottom: 72px;
    background-color: rgba(0, 0, 0, 0.6);
    background: url(../images/exchange-hero-desktop-1f4ff4ae5f89ea3aff393ac2ca5ea8f8.webp) center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .css-cxd8j4 {
        padding-top: 64px;
        padding-bottom: 56px;
    }
}

@media screen and (min-width: 1128px) {
    .css-cxd8j4 {
        padding-top: 96px;
        padding-bottom: 72px;
    }
}

@media (min-width: 768px) and (max-width: 1128px) {
    .css-cxd8j4 {
        background: url(../images/exchange-hero-tablet-6c4b65ebbd894f5cfafe8eb26e24702f.webp) center 40%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media (min-width: 375px) and (max-width: 767px) {
    .css-cxd8j4 {
        background: url(../images/exchange-hero-mobile-01165fa7a1051296dc2f2a6887ccafa8.webp) center -56px;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
}

@media (max-width: 374px) {
    .css-cxd8j4 {
        background: url(../images/exchange-hero-mobile-01165fa7a1051296dc2f2a6887ccafa8.webp) center 30%;
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
    }
}
.css-2ecffc {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .css-2ecffc {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 1128px) {
    .css-2ecffc {
        margin-bottom: 196px;
    }
}
.css-1k1nyk {
    box-sizing: border-box;
    margin: 0;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .css-1k1nyk {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1k1nyk {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.css-ksd5r3 {
    box-sizing: border-box;
    margin: 0;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: auto;
}

@media screen and (min-width: 768px) {
    .css-ksd5r3 {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    .css-ksd5r3 {
        max-width: 505px;
    }
}

@media screen and (min-width: 1128px) {
    .css-ksd5r3 {
        max-width: 936px;
    }
}
.css-1fzkm5j {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
    .css-1fzkm5j {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1fzkm5j {
        margin-bottom: 24px;
    }
}
.css-adukoq {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    color: #1199FA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .css-adukoq {
        font-size: 15px;
        line-height: 145%;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-adukoq {
        font-size: 18px;
        line-height: 115%;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}
.css-11t5ugq {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.015em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-11t5ugq {
        font-size: 32px;
        letter-spacing: -0.25px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-11t5ugq {
        font-size: 48px;
        letter-spacing: -0.015em;
        font-weight: 600;
    }
}
.css-2tt65x {
    box-sizing: border-box;
    margin: 0;
    display: none;
    width: 50%;
    min-height: 329px;
}

@media screen and (min-width: 768px) {
    .css-2tt65x {
        display: none;
    }
}

@media screen and (min-width: 1128px) {
    .css-2tt65x {
        display: block;
    }
}
.css-ave7h3 {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-aa0xoa {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-1izc9hh {
    box-sizing: border-box;
    margin: 0;
    border: none;
    cursor: pointer;
    outline: none;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.02em;
    font-weight: 600;
    white-space: nowrap;
    padding-left: 24px;
    padding-right: 24px;
    height: 54px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-color: #F4F4F4;
    background-color: transparent;
    color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .css-1izc9hh {
        letter-spacing: 0.015em;
    }
}

@media screen and (min-width: 1128px) {
    .css-1izc9hh {
        letter-spacing: 0.015em;
    }
}

.css-1izc9hh:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.css-sjkdqx {
    box-sizing: border-box;
    margin: 0;
}
.css-14sw2mc {
    box-sizing: border-box;
    margin: 0;
    margin-left: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.css-1bzwrrn {
    box-sizing: border-box;
    margin: 0;
    display: none;
}

@media screen and (min-width: 768px) {
    .css-1bzwrrn {
        display: none;
    }
}

@media screen and (min-width: 1128px) {
    .css-1bzwrrn {
        display: block;
    }
}
.css-t43owr {
    box-sizing: border-box;
    margin: 0;
    background-color: transparent;
    border: none;
    color:white;
}
.css-1tolz45 {
    box-sizing: border-box;
    margin: 0;
    font-size: 18px;
    line-height: 110%;
    font-weight: 600;
    padding-top: 3px;
    white-space: pre-wrap;
}
.css-1i61qph {
    box-sizing: border-box;
    margin: 0;
    font-size: 24px;
    margin-left: 8px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.css-1vgodrk {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-1vgodrk {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1128px) {
    .css-1vgodrk {
        display: none;
    }
}
.css-xj9v4u {
    box-sizing: border-box;
    margin: 0;
    height: 463px;
}

@media screen and (min-width: 768px) {
    .css-xj9v4u {
        height: 524px;
    }
}

@media screen and (min-width: 1128px) {
    .css-xj9v4u {
        height: 349px;
    }
}
.css-jd2s4y {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-jd2s4y {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
}
.css-131lhh7 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 56px;
    max-width: auto;
}

@media screen and (min-width: 768px) {
    .css-131lhh7 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .css-131lhh7 {
        max-width: 150px;
    }
}

@media screen and (min-width: 1128px) {
    .css-131lhh7 {
        max-width: 335px;
    }
}
.css-bn5avs {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 22px;
    line-height: 125%;
    letter-spacing: 0em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-bn5avs {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 1128px) {
    .css-bn5avs {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 768px) {
    .css-bn5avs {
        font-size: 21px;
        line-height: 130%;
        letter-spacing: 0.1px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-bn5avs {
        font-size: 32px;
        line-height: 125%;
        letter-spacing: 0em;
        font-weight: 600;
    }
}
.css-ros9vq {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 8px;
    color: #C9CFDD;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: 0em;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .css-ros9vq {
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 1128px) {
    .css-ros9vq {
        margin-bottom: 12px;
    }
}

@media screen and (min-width: 768px) {
    .css-ros9vq {
        font-size: 14px;
        line-height: 135%;
        letter-spacing: 0.15px;
    }
}

@media screen and (min-width: 1128px) {
    .css-ros9vq {
        font-size: 20px;
        line-height: 145%;
        letter-spacing: 0em;
    }
}
.css-133ekk1 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 56px;
    max-width: auto;
}

@media screen and (min-width: 768px) {
    .css-133ekk1 {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) {
    .css-133ekk1 {
        max-width: 240px;
    }
}

@media screen and (min-width: 1128px) {
    .css-133ekk1 {
        max-width: 335px;
    }
}
.css-grtbah {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 0;
    max-width: auto;
}

@media screen and (min-width: 768px) {
    .css-grtbah {
        max-width: 240px;
    }
}

@media screen and (min-width: 1128px) {
    .css-grtbah {
        max-width: 335px;
    }
}
.css-hixwfw {
    box-sizing: border-box;
    margin: 0;
    background-color: #F4F4F4;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .css-hixwfw {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1128px) {
    .css-hixwfw {
        padding-top: 128px;
        padding-bottom: 128px;
    }
}
.css-1k1nyk {
    box-sizing: border-box;
    margin: 0;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .css-1k1nyk {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1k1nyk {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.css-769gad {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .css-769gad {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 1128px) {
    .css-769gad {
        margin-left: -10px;
        margin-right: -10px;
    }
}
.css-u8slpu {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

@media screen and (min-width: 768px) {
    .css-u8slpu {
        width: 50%;
    }
}

@media screen and (min-width: 1128px) {
    .css-u8slpu {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .css-u8slpu {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-u8slpu {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.css-u8slpu2 {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
}

@media screen and (min-width: 768px) {
    .css-u8slpu2 {
        width: 100%;
    }
}

@media screen and (min-width: 1128px) {
    .css-u8slpu2 {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .css-u8slpu2 {
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-u8slpu2 {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.css-zi7dke {
    box-sizing: border-box;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-zi7dke {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
}

.css-zi7dke1 {
    box-sizing: border-box;
    margin: 0;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-zi7dke1 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: left;
        justify-content: left;
    }
}


.css-9o1jsw {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .css-9o1jsw {
        text-align: left;
    }
}

@media screen and (min-width: 1128px) {
    .css-9o1jsw {
        text-align: left;
    }
}
.css-1rhu1jr {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #0058AA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .css-1rhu1jr {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1rhu1jr {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-1rhu1jr {
        font-size: 15px;
        line-height: 145%;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1rhu1jr {
        font-size: 18px;
        line-height: 115%;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}

.css-1rhu1jr2 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 10px;
    color: #0058AA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .css-1rhu1jr2 {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1rhu1jr2 {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .css-1rhu1jr2 {
        font-size: 15px;
        line-height: 145%;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1rhu1jr2 {
        font-size: 20px;
        line-height: 115%;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}

.css-1rhu1jr1 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 5px;
    color: #0058AA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .css-1rhu1jr1 {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1rhu1jr1 {
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 768px) {
    .css-1rhu1jr1 {
        font-size: 15px;
        line-height: 145%;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1rhu1jr1 {
        font-size: 20px;
        line-height: 115%;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}

.css-1rhu1jr5 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 5px;
    color: #0058AA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .css-1rhu1jr5 {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1rhu1jr5 {
        margin-bottom: 5px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 768px) {
    .css-1rhu1jr5 {
        font-size: 15px;
        line-height: 145%;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1rhu1jr5 {
        font-size: 20px;
        line-height: 115%;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}


.css-1rhu1jrh {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #0058AA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .css-1rhu1jrh {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1rhu1jrh {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-1rhu1jrh {
        font-size: 15px;
        line-height: 145%;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1rhu1jrh {
        font-size: 18px;
        line-height: 115%;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}

.css-6vk890 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 32px;
    color: #000000;
    max-width: 500px;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.015em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-6vk890 {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 1128px) {
    .css-6vk890 {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 768px) {
    .css-6vk890 {
        font-size: 32px;
        letter-spacing: -0.25px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-6vk890 {
        font-size: 48px;
        letter-spacing: -0.015em;
        font-weight: 600;
    }
}

.css-6vk8901 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 32px;
    color: #ffffff;
    max-width: 500px;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.015em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-6vk8901 {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 1128px) {
    .css-6vk8901 {
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 768px) {
    .css-6vk8901 {
        font-size: 32px;
        letter-spacing: -0.25px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-6vk8901 {
        font-size: 48px;
        letter-spacing: -0.015em;
        font-weight: 600;
    }
}

.css-1tuizsb {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #7D7D7D;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-1tuizsb {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1tuizsb {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-1tuizsb {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.1px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1tuizsb {
        font-size: 24px;
        line-height: 145%;
        letter-spacing: 0em;
        font-weight: 600;
    }
}
.css-cbnzwy {
    box-sizing: border-box;
    margin: 0;
    color: #000000;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-cbnzwy {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.1px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-cbnzwy {
        font-size: 24px;
        line-height: 145%;
        letter-spacing: 0em;
        font-weight: 600;
    }
}
.css-1tyw610 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #7D7D7D;
    width: unset;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-1tyw610 {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1tyw610 {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-1tyw610 {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.1px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1tyw610 {
        font-size: 24px;
        line-height: 145%;
        letter-spacing: 0em;
        font-weight: 600;
    }
}
.css-6l1w99 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 64px;
    color: #7D7D7D;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-6l1w99 {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.1px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-6l1w99 {
        font-size: 24px;
        line-height: 145%;
        letter-spacing: 0em;
        font-weight: 600;
    }
}
.css-1vnncmb {
    box-sizing: border-box;
    margin: 0;
    display: none;
    min-width: 585px;
    min-height: 139px;
}

@media screen and (min-width: 768px) {
    .css-1vnncmb {
        display: none;
    }
}

@media screen and (min-width: 1128px) {
    .css-1vnncmb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.css-1du59dg {
    box-sizing: border-box;
    margin: 0;
    border: none;
    cursor: pointer;
    outline: none;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.02em;
    font-weight: 600;
    white-space: nowrap;
    padding-left: 24px;
    padding-right: 24px;
    height: 54px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-color: #00254F;
    background-color: transparent;
    color: #00254F;
}

@media screen and (min-width: 768px) {
    .css-1du59dg {
        letter-spacing: 0.015em;
    }
}

@media screen and (min-width: 1128px) {
    .css-1du59dg {
        letter-spacing: 0.015em;
    }
}

.css-1du59dg:hover {
    background-color: rgba(19, 53, 100, 0.1);
}
.css-sjkdqx {
    box-sizing: border-box;
    margin: 0;
}
.css-jm6gnj {
    box-sizing: border-box;
    margin: 0;
    margin-right: 16px;
}
.css-154y5zk {
    box-sizing: border-box;
    margin: 0;
    font-size: 24px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.css-13fm3h7 {
    box-sizing: border-box;
    margin: 0;
    display: block;
}

@media screen and (min-width: 768px) {
    .css-13fm3h7 {
        display: block;
    }
}

@media screen and (min-width: 1128px) {
    .css-13fm3h7 {
        display: none;
    }
}
.css-1f5z056 {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-1f5z056 {
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
}
.css-1gqoydk {
    box-sizing: border-box;
    margin: 0;
    border: none;
    cursor: pointer;
    outline: none;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.02em;
    font-weight: 600;
    white-space: nowrap;
    border-width: 1.5px;
    border-style: solid;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 32px;
    padding-right: 32px;
    height: 54px;
    background-color: #0E213B;
    color: #F4F4F4;
    border-color: transparent;
}

@media screen and (min-width: 768px) {
    .css-1gqoydk {
        letter-spacing: 0.015em;
    }
}

@media screen and (min-width: 1128px) {
    .css-1gqoydk {
        letter-spacing: 0.015em;
    }
}

.css-1gqoydk:hover {
    border-color: #0E213B;
    background-color: transparent;
    color: #0E213B;
}
.css-14sw2mc {
    box-sizing: border-box;
    margin: 0;
    margin-left: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.css-13vggb2 {
    box-sizing: border-box;
    margin: 0;
    padding-left: 30px;
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .css-13vggb2 {
        padding-left: 70px;
        padding-top: 20px;
    }
}

.css-13vggb3 {
    box-sizing: border-box;
    margin: 0;
    padding-left: 30px;
    padding-top: 50px;
}

@media screen and (min-width: 768px) {
    .css-13vggb3 {
        padding-left: 180px;
        padding-top: 20px;
    }
}

.css-w1xl77 {
    box-sizing: border-box;
    margin: 0;
    background-color: #061121;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .css-w1xl77 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1128px) {
    .css-w1xl77 {
        padding-top: 128px;
        padding-bottom: 128px;
    }
}
.css-1k1nyk {
    box-sizing: border-box;
    margin: 0;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .css-1k1nyk {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1k1nyk {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.css-8jb5hp {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.css-1glxw39 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #1199FA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .css-1glxw39 {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1glxw39 {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-1glxw39 {
        font-size: 15px;
        line-height: 145%;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1glxw39 {
        font-size: 18px;
        line-height: 115%;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}

.css-1glxw40 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #1199FA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .css-1glxw40 {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1glxw40 {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-1glxw40 {
        font-size: 18px;
        line-height: 145%;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1glxw40 {
        font-size: 22px;
        line-height: 115%;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}

.css-1glxw41 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #1199FA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 125%;
    letter-spacing: 0.03em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .css-1glxw41 {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1glxw41 {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-1glxw41 {
        font-size: 16px;
        line-height: 145%;
        letter-spacing: 0.4px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1glxw41 {
        font-size: 20px;
        line-height: 115%;
        letter-spacing: 0.03em;
        font-weight: 600;
    }
}

.css-ap8nms {
    box-sizing: border-box;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    color: #F4F4F4;
    max-width: inherit;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.015em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-ap8nms {
        max-width: 276px;
    }
}

@media screen and (min-width: 1128px) {
    .css-ap8nms {
        max-width: 550px;
    }
}

@media screen and (min-width: 768px) {
    .css-ap8nms {
        font-size: 32px;
        letter-spacing: -0.25px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-ap8nms {
        font-size: 48px;
        letter-spacing: -0.015em;
        font-weight: 600;
    }
}

.css-ap8nms1 {
    box-sizing: border-box;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    color: #F4F4F4;
    max-width: inherit;
    /* white-space: pre-wrap; */
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.015em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-ap8nms1 {
        max-width: 276px;
    }
}

@media screen and (min-width: 1128px) {
    .css-ap8nms1 {
        max-width: 550px;
    }
}

@media screen and (min-width: 768px) {
    .css-ap8nms1 {
        font-size: 32px;
        letter-spacing: -0.25px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-ap8nms1 {
        font-size: 36px;
        letter-spacing: -0.015em;
        font-weight: 600;
    }
}


.css-1bm74o1 {
    box-sizing: border-box;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-smoto8 {
    box-sizing: border-box;
    margin: 0;
    width: 321px;
}

.css-smoto81 {
    box-sizing: border-box;
    margin: 0;
    width: 900px;
}

@media screen and (min-width: 768px) {
    .css-smoto8 {
        width: 444px;
    }
}

@media screen and (min-width: 1128px) {
    .css-smoto8 {
        width: 555px;
    }
}
.css-1yy7y6z {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 64px;
}

@media screen and (min-width: 768px) {
    .css-1yy7y6z {
        margin-bottom: 64px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1yy7y6z {
        margin-bottom: 88px;
    }
}
.css-1h8ndmc {
    box-sizing: border-box;
    margin: 0;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: -16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-p5gr2v {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    padding: 16px;
    margin: 0 auto;
    width: 50%;
}

@media screen and (min-width: 768px) {
    .css-p5gr2v {
        width: 33.3%;
    }
}
.css-1abjbmm {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 8px;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-1abjbmm {
        margin-bottom: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1abjbmm {
        margin-bottom: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-1abjbmm {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.1px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1abjbmm {
        font-size: 24px;
        line-height: 145%;
        letter-spacing: 0em;
        font-weight: 600;
    }
}
.css-18pkdky {
    box-sizing: border-box;
    margin: 0;
    color: #1199FA;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 32px;
    line-height: 125%;
    letter-spacing: -0.015em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-18pkdky {
        font-size: 32px;
        letter-spacing: -0.25px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-18pkdky {
        font-size: 48px;
        letter-spacing: -0.015em;
        font-weight: 600;
    }
}
.css-17p4izv {
    box-sizing: border-box;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-1izc9hh {
    box-sizing: border-box;
    margin: 0;
    border: none;
    cursor: pointer;
    outline: none;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: 0.02em;
    font-weight: 600;
    white-space: nowrap;
    padding-left: 24px;
    padding-right: 24px;
    height: 54px;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 40px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-color: #F4F4F4;
    background-color: transparent;
    color: #FFFFFF;
}

@media screen and (min-width: 768px) {
    .css-1izc9hh {
        letter-spacing: 0.015em;
    }
}

@media screen and (min-width: 1128px) {
    .css-1izc9hh {
        letter-spacing: 0.015em;
    }
}

.css-1izc9hh:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.css-sjkdqx {
    box-sizing: border-box;
    margin: 0;
}
.css-14sw2mc {
    box-sizing: border-box;
    margin: 0;
    margin-left: 16px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.css-17jfenm {
    box-sizing: border-box;
    margin: 0;
    background-color: #0B1426;
    width: 100%;
    border-bottom: 1px solid #323c52;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .css-17jfenm {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width: 1128px) {
    .css-17jfenm {
        padding-top: 128px;
        padding-bottom: 128px;
    }
}
.css-1k1nyk {
    box-sizing: border-box;
    margin: 0;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .css-1k1nyk {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1k1nyk {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.css-jszw3d {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-jszw3d {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 1128px) {
    .css-jszw3d {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .css-jszw3d {
        gap: 32px;
    }
}

@media screen and (min-width: 1128px) {
    .css-jszw3d {
        gap: 64px;
    }
}
.css-13112d4 {
    box-sizing: border-box;
    margin: 0;
    padding-top: 0;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 24px;
    line-height: 140%;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-13112d4 {
        padding-top: 0;
    }
}

@media screen and (min-width: 1128px) {
    .css-13112d4 {
        padding-top: 40px;
    }
}

@media screen and (min-width: 768px) {
    .css-13112d4 {
        font-size: 28px;
    }
}

@media screen and (min-width: 1128px) {
    .css-13112d4 {
        font-size: 28px;
    }
}
.css-1cmptr4 {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    max-width: unset;
}

@media screen and (min-width: 768px) {
    .css-1cmptr4 {
        max-width: unset;
    }
}

@media screen and (min-width: 1128px) {
    .css-1cmptr4 {
        max-width: 768px;
    }
}
.css-1ychmuf {
    box-sizing: border-box;
    margin: 0;
    border-bottom-color: #7D7D7D;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.css-5missb {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    padding: 0;
    text-align: left;
    color: white;
    display: flex;
}

.css-5missb1 {
    box-sizing: border-box;
    margin: 0;
    /* width: 100%; */
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    padding: 0;
    text-align: left;
    color: white;
    display: flex;
}

.css-1o7s4zx {
    margin: 0px 0px 24px;
}

.css-x9ycrl {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-uip4on {
    box-sizing: border-box;
    margin: 0;
    width: 80%;
}

@media screen and (min-width: 768px) {
    .css-uip4on {
        width: 100%;
    }
}

@media screen and (min-width: 1128px) {
    .css-uip4on {
        width: 100%;
    }
}
.css-1in01ci {
    box-sizing: border-box;
    margin: 0;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0em;
    font-weight: 600;
}

@media screen and (min-width: 768px) {
    .css-1in01ci {
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.1px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1128px) {
    .css-1in01ci {
        font-size: 24px;
        line-height: 145%;
        letter-spacing: 0em;
        font-weight: 600;
    }
}
.css-y5l02i {
    box-sizing: border-box;
    margin: 0;
    font-size: 24px;
    color: #FFFFFF;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.css-1m1xipi {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 24px;
    color: #A0A9BE;
    white-space: pre-wrap;
    visibility: hidden;
    line-height: 0%;
    margin-bottom: 0;
    height: 0;
}
.css-1bc65i5 {
    box-sizing: border-box;
    margin: 0;
    font-weight: 700;
    color: #F4F4F4;
    white-space: pre-wrap;
}
.css-d96udu {
    box-sizing: border-box;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 110%;
    margin-top: 32px;
    white-space: pre-wrap;
}
.css-d6w9ui {
    color: primaryBrightBlue;
    font-weight: 400;
    color: #1199FA;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-d6w9ui:visited {
    color: #1199FA;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.css-d6w9ui:hover {
    color: #1199FA;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.css-a00l69 {
    box-sizing: border-box;
    margin: 0;
    background-color: #0B1426;
}
.css-1mvwxc9 {
    box-sizing: border-box;
    margin: 0;
    padding-top: 64px;
    padding-bottom: 64px;
    max-width: 1128px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
}

@media screen and (min-width: 768px) {
    .css-1mvwxc9 {
        padding-left: 56px;
        padding-right: 56px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1mvwxc9 {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.css-10ceo5p {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 64px;
    width: 100%;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 768px) {
    .css-10ceo5p {
        height: 30px;
            margin-bottom: 0px;
    }
}

@media screen and (min-width: 1128px) {
    .css-10ceo5p {
        height: 40px;
    }
}
.css-fsk6ft {
    box-sizing: border-box;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
}

@media screen and (max-width: 768px) {
    .css-fsk6ft {
        height: 60px;
    }
}

@media screen and (min-width: 1128px) {
    .css-fsk6ft {
        height: 60px;
    }
}
.css-796hwu {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #323C52;
    height: 1px;
    display: none;
}

@media screen and (min-width: 768px) {
    .css-796hwu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1128px) {
    .css-796hwu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.css-14qa1q8 {
    box-sizing: border-box;
    margin: 0;
    display: none;
    gap: 8px;
}

@media screen and (min-width: 768px) {
    .css-14qa1q8 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1128px) {
    .css-14qa1q8 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .css-14qa1q8 {
        gap: 8px;
    }
}

@media screen and (min-width: 1128px) {
    .css-14qa1q8 {
        gap: 12px;
    }
}
.css-1mrwya3 {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
    border: 1px solid #323C52;
    border-radius: 24px;
}

@media screen and (min-width: 768px) {
    .css-1mrwya3 {
        width: 30px;
        height: 30px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1mrwya3 {
        width: 40px;
        height: 40px;
    }
}

.css-1mrwya3:hover {
    border: 1px solid #EAEEF4;
}

.css-1mrwya5 {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
}

@media screen and (min-width: 768px) {
    .css-1mrwya5 {
        width: 80px;
        height: 100%;
    }
}

@media screen and (min-width: 1128px) {
    .css-1mrwya5 {
        width: 160px;
        height: 100%;
    }
}

.css-1mrwya6 {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    height: 30px;
}

@media screen and (min-width: 768px) {
    .css-1mrwya6 {
        width: 100px;
        height: 100%;
    }
}

@media screen and (min-width: 1128px) {
    .css-1mrwya6 {
        width: 185px;
        height: 100%;
    }
}

.css-1dn2fjo {
    box-sizing: border-box;
    margin: 0;
    display: none;
    gap: 92px;
}

@media screen and (min-width: 768px) {
    .css-1dn2fjo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .css-1dn2fjo {
        gap: 92px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1dn2fjo {
        gap: 20px;
    }
}
.css-sattj9 {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: center;
    width: 200px;
    display: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-sattj9 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1128px) {
    .css-sattj9 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}
.css-1ef6rmj {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.css-1i8tc27 {
    box-sizing: border-box;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 24px;
    border-left: 1px solid #fff;
    -webkit-transition: padding 0.3s, border-left 0.3s;
    transition: padding 0.3s, border-left 0.3s;
}

.css-1i8tc27:hover {
    border-left: 2px solid #1199fa;
    padding-left: 5px;
}
.css-imj9nx {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 64px;
    width: 185px;
    display: none;
    gap: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-imj9nx {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1128px) {
    .css-imj9nx {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .css-imj9nx {
        gap: 16px;
    }
}
.css-1p8hta6 {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    color: #EAEEF4;
    width: 100%;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
}

@media screen and (min-width: 768px) {
    .css-1p8hta6 {
        width: 120px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1p8hta6 {
        width: 120px;
    }
}
.css-2v6wp8 {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-2v6wp8 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1128px) {
    .css-2v6wp8 {
        display: none;
    }
}

.css-11w850w {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    color: #EAEEF4;
    display: none;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
}

@media screen and (min-width: 768px) {
    .css-11w850w {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1128px) {
    .css-11w850w {
        display: none;
    }
}

.css-3jw2no {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 32px 16px;
    display: none;
    width: 100%;
    border: 1.5px solid rgba(17, 153, 249, 0.5);
    border-radius: 20px;
}

@media screen and (min-width: 768px) {
    .css-3jw2no {
        padding: 32px 32px 16px;
    }
}

@media screen and (min-width: 1128px) {
    .css-3jw2no {
        padding: 16px;
    }
}

@media screen and (min-width: 768px) {
    .css-3jw2no {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.css-1e257hi {
    box-sizing: border-box;
    margin: 0;
    width: 121px;
}

.css-14trd4e {
    box-sizing: border-box;
    margin: 0;
    text-align: center;
    margin-top: 14px;
    color: #EAEEF4;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 14px;
    line-height: 110%;
    font-weight: 600;
}

.css-1gtgv4r {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex: 730px 0;
    -ms-flex: 730px 0;
    flex: 730px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .css-1gtgv4r {
        display: none;
    }
}

@media screen and (min-width: 1128px) {
    .css-1gtgv4r {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .css-1gtgv4r {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1gtgv4r {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.css-1nm9ryh {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-left: 0px;
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-1b6ygsf {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 0;
}

.css-68e2et {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 16px;
    color: #EAEEF4;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0px;
}

.css-12ha2o2 {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.css-1h8eite {
    box-sizing: border-box;
    margin: 0;
    color: #FFFFFF;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: 0px;
}

.css-tjwgig {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.css-2yr98n {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 32px;
}

.css-o3cpet {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex: 364px 1;
    -ms-flex: 364px 1;
    flex: 364px 1;
    -webkit-align-items: space-around;
    -webkit-box-align: space-around;
    -ms-flex-align: space-around;
    align-items: space-around;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: none;
    gap: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .css-o3cpet {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 1128px) {
    .css-o3cpet {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .css-o3cpet {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media screen and (min-width: 1128px) {
    .css-o3cpet {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.css-ibeyio {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    padding-left: 0px;
    width: 33%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-1yy782m {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    display: none;
    gap: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-1yy782m {
        width: 185px;
        display: none;
    }
}

@media screen and (min-width: 1128px) {
    .css-1yy782m {
        width: 153px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (min-width: 768px) {
    .css-1yy782m {
        gap: 16px;
    }
}

.css-f2g6cw {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-f2g6cw {
        display: none;
    }
}

.css-iehq0o {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

.css-4f3pml {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    padding: 0;
    text-align: left;
}

.css-1x3stm3 {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-lo01dc {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-1uwojvw {
    box-sizing: border-box;
    margin: 0;
    color: #EAEEF4;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 0px;
}

.css-5c72z7 {
    box-sizing: border-box;
    margin: 0;
    font-size: 1em;
    color: #EAEEF4;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 14px;
    fill: #EAEEF4;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
}

.css-5c72z7 svg {
    width: 14px;
}

.css-1kjy2m1 {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 64px;
    width: 100%;
    gap: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-1kjy2m1 {
        gap: 16px;
    }
}

.css-ckomyj {
    box-sizing: border-box;
    margin: 0;
    margin-top: 64px;
    width: 100%;
}

.css-1s7hu36 {
    box-sizing: border-box;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 48px;
    border: 1px solid #323C52;
    border-radius: 24px;
}

.css-1s7hu36:hover {
    border: 1px solid #EAEEF4;
}

.css-1vdii3d {
    box-sizing: border-box;
    margin: 0;
    margin-top: 64px;
}

@media screen and (min-width: 768px) {
    .css-1vdii3d {
        margin-top: 40px;
    }
}

.css-fzrhkf {
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 40px;
    background-color: #323C52;
    height: 1px;
    display: none;
}

@media screen and (min-width: 768px) {
    .css-fzrhkf {
        display: block;
    }
}

.css-1gcajaj {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-1gcajaj {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 1128px) {
    .css-1gcajaj {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.css-dqa1jl {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .css-dqa1jl {
        width: 100%;
    }
}

@media screen and (min-width: 1128px) {
    .css-dqa1jl {
        width: 100%;
    }
}

.css-i9lqtn {
    box-sizing: border-box;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 135%;
    color: #A0A9BE;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.css-i9lqtn+.css-i9lqtn {
    margin-top: 16px;
}

.css-1vzf0kp {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    padding: 0px;
}

@media screen and (min-width: 768px) {
    .css-1vzf0kp {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: flex-start;
        align-self: flex-start;
    }
}

@media screen and (min-width: 1128px) {
    .css-1vzf0kp {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: flex-end;
        align-self: flex-end;
    }
}

.css-6yxbel {
    box-sizing: border-box;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
}

@media (min-width: 768px) {
    .css-6yxbel {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 24px;
    }
}

@media (min-width: 1128px) {
    .css-6yxbel {
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 173px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        row-gap: 16px;
    }
}

.css-1at7nlt {
    box-sizing: border-box;
    margin: 0;
    height: 50px;
    width: 50px;
}

.css-4b375e {
    height: 100%;
}

.css-16b5n7 {
    box-sizing: border-box;
    margin: 0;
    margin-top: 40px;
    margin-bottom: 16px;
    background-color: #323C52;
    height: 1px;
}

.css-1cceosy {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-1cceosy {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (min-width: 1128px) {
    .css-1cceosy {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.css-13tprpn {
    box-sizing: border-box;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    row-gap: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-13tprpn {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.css-1pxxceo {
    box-sizing: border-box;
    margin: 0;
    font-size: 12px;
    line-height: 11px;
    font-weight: 400;
    margin-right: 0;
    color: #A0A9BE;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

@media screen and (min-width: 768px) {
    .css-1pxxceo {
        margin-right: 16px;
    }
}

@media screen and (min-width: 1128px) {
    .css-1pxxceo {
        margin-right: 24px;
    }
}

.css-1engmyx {
    box-sizing: border-box;
    margin: 0;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8px;
    row-gap: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .css-1engmyx {
        margin-top: 0;
    }
}

@media screen and (min-width: 1128px) {
    .css-1engmyx {
        margin-top: 0;
    }
}

.css-9z6agp {
    box-sizing: border-box;
    margin: 0;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid rgba(244, 244, 244, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-1jkoyjq {
    box-sizing: border-box;
    margin: 0;
    font-size: 12px;
    line-height: 11px;
    font-weight: 500;
    color: #A0A9BE;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.css-1yej5qa {
    box-sizing: border-box;
    margin: 0;
    padding-right: 8px;
    margin-right: 0;
    border-right: unset;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.css-1eimq02 {
    box-sizing: border-box;
    margin: 0;
    font-size: 12px;
    line-height: 11px;
    font-weight: 500;
    padding-left: 8px;
    color: #A0A9BE;
    border-left: 1px solid rgba(244, 244, 244, 0.5);
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.css-o22z9b {
    box-sizing: border-box;
    margin: 12px 0px 0px;
    text-align: left;
    padding-left: 36px;
    color: rgb(160, 169, 190);
    white-space: pre-wrap;
}
.css-1uzn69w {
    box-sizing: border-box;
    margin: 0;
    background-color: #FFFFFF;
    opacity: 0.5;
    width: 1px;
    height: 20px;
}
.css-1scxvar {
    box-sizing: border-box;
    margin: 0;
    max-height: 60px;
}
.css-14fned3 {
    box-sizing: border-box;
    margin: 0px;
    color: white;
    display: inline-flex;
    width: 16px;
}
.css-1jh5ut {
    box-sizing: border-box;
    margin: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    height: 48px;
    background-color: rgb(5, 119, 218);
    color: rgb(247, 249, 250);
    width: 100%;
    border-radius: 40px;
    cursor: pointer;
}
.css-1dut2if {
    box-sizing: border-box;
    margin: 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    white-space: pre-wrap;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.css-hrqkhl {
    box-sizing: border-box;
    margin: 0px;
    padding: 10px 16px 14px;
    background-color: rgb(255 255 255 / 0%);
    width: 100%;
    display: block;
    position: sticky;
    bottom: 0px;
    z-index: 10;
}
.css-rus7lz {
    box-sizing: border-box;
    margin: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    height: 48px;
    background-color: rgb(5, 119, 218);
    color: rgb(247, 249, 250);
    width: 100%;
    border-radius: 40px;
    cursor: pointer;
}
.css-w3vjpv {
    box-sizing: border-box;
    margin: 0px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    display: inline-flex;
}
.css-1cyi990 {
    box-sizing: border-box;
    margin: 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    white-space: pre-wrap;
}

.css-1nhq6pq {
    box-sizing: border-box;
    margin: 0px;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {
        .css-1nhq6pq {
            width: 135px;
            height: 135px;
        }
    }