@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap);
@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta2/css/all.min.css);

* {
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
    margin: 0;
    padding: 0
}

body {
    background-color: #f5f5f5;
    color: #1b2132
}

a {
    cursor: pointer;
    text-decoration: none
}

a:hover {
    color: inherit
}

.uppercase {
    text-transform: uppercase
}

.white {
    color: #fff !important
}

.mb-10 {
    margin-bottom: 4rem
}

@media (max-width:767px) {
    .mb-10 {
        margin-bottom: 32px
    }
}

.py-10 {
    padding-bottom: 6rem;
    padding-top: 6rem
}

section * {
    z-index: 2
}

.grecaptcha-badge {
    z-index: 9
}

select * {
    background-color: #fff;
    color: #000
}

.ind-t-10 {
    margin-top: -100px
}

@media screen and (max-width:991px) {
    .ind-t-10 {
        margin-top: 0
    }
}

.ind-t-4 {
    margin-top: -40px
}

@media screen and (max-width:991px) {
    .ind-t-4 {
        margin-top: 2rem
    }
}

.ind-t-15 {
    margin-top: -150px
}

@media screen and (max-width:991px) {
    .ind-t-15 {
        margin-top: 0
    }
}

.ind-t-3 {
    margin-top: -316px
}

@media (max-width:767px) {
    .mb-custom {
        margin-bottom: 80px
    }
}

@media (min-width:1399px) {
    .mt-custom {
        margin-top: 230px
    }
}

@media (max-width:1399px) {
    .mt-custom {
        margin-top: 70px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 2rem
}

h1 {
    font-size: 60px;
    font-weight: 300;
    line-height: 72px
}

@media screen and (max-width:991px) {
    h1 {
        font-size: 34px;
        line-height: 41px
    }
}

h2 {
    font-size: 60px;
    font-weight: 300;
    line-height: 72px
}

@media screen and (max-width:991px) {
    h2 {
        font-size: 34px;
        font-weight: 700;
        line-height: 41px
    }
}

h2.uppercase {
    line-height: 36px
}

h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px
}

h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px
}

@media (max-width:767px) {
    h4 {
        font-size: 21px
    }
}

h5 {
    font-size: 20px;
    font-weight: 500
}

h5,
p {
    line-height: 28px
}

p {
    font-size: 18px;
    font-weight: 400;
    margin: 2rem 0
}

p.title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px
}

p.subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px
}

p.copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

@media screen and (max-width:991px) {
    p {
        font-size: 20px;
        line-height: 25px
    }
}

.paragraph__primary {
    color: #00f
}

.p-custom {
    padding: 0
}

@media (max-width:767px) {
    .p-custom {
        padding: 0 20px
    }
}

.advantages h2 {
    font-size: 45px;
    font-weight: 300;
    line-height: 62px
}

@media screen and (max-width:991px) {
    .advantages h2 {
        font-size: 30px;
        font-weight: 700;
        line-height: 35px
    }
}

.advantages h2.uppercase {
    line-height: 36px
}

.m-bottom {
    margin-bottom: 10px
}

.error {
    color: tomato;
    display: block;
    font-size: 12px !important;
    font-weight: 600;
    margin: 15px 0
}

.chevron-blue {
    filter: invert(8%) sepia(100%) saturate(7296%) hue-rotate(247deg) brightness(95%) contrast(144%)
}

.text-blue {
    color: #009 !important
}

.navigation {
    background-color: #fafafa;
    display: flex;
    height: 146px;
    justify-content: space-between;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
}

.navigation .container {
    position: relative
}

@media (min-width:1202px) {
    .navigation .container {
        max-width: 1440px
    }
}

.navigation .nav__logo {
    margin-top: 52px
}

.navigation .nav__logo img {
    height: 40px
}

@media (max-width:1201px) {
    .navigation .nav__logo.web {
        display: none
    }
}

.navigation .nav__logo.mobile {
    margin-top: 57px;
    padding: 0
}

@media (max-width:767px) {
    .navigation .nav__logo.mobile {
        margin-top: 11px
    }
}

@media (max-width:1201px) {
    .navigation .nav__logo {
        margin-top: 26px
    }
}

@media (max-width:767px) {
    .navigation .nav__logo {
        margin-top: 0
    }
}

.navigation .nav__links {
    display: flex;
    left: 28%;
    position: absolute;
    top: 50%
}

.navigation .nav__links.active {
    left: 0
}

.navigation .nav__links a {
    color: #1b2132;
    margin-right: 1rem;
    transition: color .15s
}

.navigation .nav__links a.active,
.navigation .nav__links a:hover {
    color: #00f
}

@media (max-width:1201px) {
    .navigation .nav__links a.active.button__primary {
        color: #000
    }
}

.navigation .nav__links a:last-of-type {
    margin-right: 0
}

@media screen and (max-width:1201px) {
    .navigation .nav__links a {
        margin: 0 0 1.5rem
    }
}

@media screen and (min-width:1202px) {
    .navigation .nav__links {
        justify-content: center;
        transform: translate(-50%, -50%);
        white-space: nowrap;
        width: auto
    }
}

@media screen and (max-width:1339px) {
    .navigation .nav__links {
        left: 28%
    }
}

@media screen and (max-width:1201px) {
    .navigation .nav__links {
        align-items: center;
        background-color: #fafafa;
        display: flex;
        flex-direction: column;
        font-size: 1.25rem;
        height: calc(100vh - 60px);
        justify-content: center;
        overflow-y: scroll;
        padding-bottom: 3rem;
        position: fixed;
        right: 0;
        top: 60px;
        transform: translateX(100%);
        transition: transform .33s;
        width: 100%
    }
    .navigation .nav__links.active {
        transform: translateX(0)
    }
}

@media (max-width:375px) {
    .navigation .nav__links {
        padding-top: 3rem
    }
}

@media (max-width:767px) {
    .navigation .nav__links {
        padding-right: 0
    }
}

@media screen and (max-device-width:767px) and (orientation:landscape) {
    .navigation .nav__links {
        padding-top: 330px
    }
    .navigation .nav__links .button__primary--inverted {
        margin-bottom: 120px
    }
}

.navigation .mobile {
    display: none
}

@media screen and (max-width:1201px) {
    .navigation .mobile {
        display: flex;
        padding: 0 30px
    }
    .navigation .mobile .button__primary--inverted {
        color: #009 !important;
        width: 343px
    }
    .navigation .mobile.btn {
        width: 200px
    }
    .navigation .mobile.button__primary,
    .navigation .mobile.button__primary--inverted:hover {
        color: #232426
    }
}

.navigation .mobile a {
    font-size: 16px
}

.navigation .mobile .dropdown-wrapper .dropdown-content {
    padding: 0 0 0 12px;
    width: 100%
}

.navigation .mobile .dropdown-wrapper .dropdown-content a {
    margin-bottom: 0 !important;
    padding: 0 !important
}

.navigation .mobile .dropdown-wrapper.btn.button__primary--inverted:hover {
    background-color: #fafafa;
    color: #009
}

.navigation .mobile .dropdown-wrapper.btn.button__primary--inverted:hover .chevron-blue {
    filter: invert(8%) sepia(100%) saturate(7296%) hue-rotate(247deg) brightness(95%) contrast(144%) !important
}

.navigation .nav__buttons {
    align-items: flex-start;
    display: flex;
    margin-top: 50px
}

.navigation .nav__buttons .btn {
    margin-right: 1rem
}

.navigation .nav__buttons .btn:last-of-type {
    margin-right: 0
}

@media screen and (max-width:1201px) {
    .navigation .nav__buttons {
        display: none
    }
}

.navigation .burger {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (max-width:1201px) {
    .navigation .burger {
        display: flex
    }
}

@media screen and (max-width:991px) {
    .navigation .burger {
        right: 1rem
    }
}

@media (max-width:767px) {
    .navigation {
        height: 90px
    }
}

footer {
    background-color: #2626d9;
    border-radius: 100px 100px 0 0;
    padding-bottom: 1.5rem;
    padding-top: 8rem
}

footer * {
    color: #fafafa !important
}

@media (max-width:767px) {
    footer {
        border-radius: 32px 32px 0 0;
        padding-top: 6rem
    }
}

footer .copyright {
    color: #fafafa;
    font-size: 12px
}

@media screen and (max-width:991px) {
    footer .copyright {
        margin: 1rem;
        text-align: center
    }
}

@media (max-width:767px) {
    footer .copyright {
        margin: 0;
        text-align: start
    }
}

footer .copyright.copyright-yp {
    margin-top: 20px;
    text-align: right
}

footer .footer-links {
    display: flex;
    flex-direction: column
}

@media (max-width:1199px) {
    footer .footer-logo {
        width: 40% !important
    }
}

@media (max-width:767px) {
    footer .footer-logo {
        width: 60% !important
    }
}

@media (max-width:480px) {
    footer .footer-logo {
        width: 100% !important
    }
}

.footer__box {
    margin-bottom: -100px
}

.footer__box .box {
    padding: 5rem 3rem;
    width: 100%
}

.footer__box .box .title {
    font-size: 24px;
    text-align: center
}

@media screen and (max-width:991px) {
    .footer__box .box .title.uppercase {
        font-size: 12px;
        line-height: 20px
    }
    .footer__box .box .title {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (max-width:1201px) {
    .footer__box .box {
        padding: 2rem 3rem
    }
}

.footer__box .box__black {
    background-color: rgba(12, 12, 13, .6);
    color: #00f
}

.footer__box .box__primary {
    background-color: #00f;
    color: #272727;
    margin-bottom: 50px
}

.footer__box .box__primary .title {
    color: #272727
}

.title {
    color: #009;
    font-weight: 300
}

@media (max-width:767px) {
    .title {
        font-weight: 700
    }
}

.title.dot {
    position: relative
}

.title.dot.custom-heading-padding:before {
    background-image: url(../images/yellow-eth.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-flex;
    height: .7em;
    left: -12px;
    margin-right: 1rem;
    position: absolute;
    top: 25%;
    transform: translate(-100%, -50%);
    width: .7em
}

@media screen and (max-width:991px) {
    .title.dot.custom-heading-padding:before {
        left: unset;
        position: relative;
        top: unset;
        transform: unset
    }
}

.title.dot:before {
    background-image: url(../images/yellow-eth.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-flex;
    height: .7em;
    left: -12px;
    margin-right: 1rem;
    position: absolute;
    top: 50%;
    transform: translate(-100%, -50%);
    width: .7em
}

@media screen and (max-width:991px) {
    .title.dot:before {
        left: unset;
        position: relative;
        top: unset;
        transform: unset
    }
}

.btn {
    align-items: center;
    border-radius: 36px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 26px;
    padding: 16px
}

.btn.button__primary {
    background-color: #00f;
    border: 2px solid #00f;
    color: #fafafa !important;
    max-height: 58px
}

.btn.button__primary:hover {
    background-color: #fafafa;
    color: #009 !important
}

.btn.button__primary a {
    color: #fafafa
}

.btn.button__primary a:hover {
    color: #00f
}

.btn.button__primary--inverted {
    background-color: #fafafa;
    border: 2px solid #00f;
    color: #009 !important;
    max-height: 58px
}

.btn.button__primary--inverted:hover {
    background-color: #00f;
    color: #fafafa !important
}

.btn.button__primary--inverted:hover .chevron-blue {
    filter: invert(100%) sepia(0) saturate(257%) hue-rotate(72deg) brightness(114%) contrast(96%)
}

.btn.fullWidth {
    width: 100%
}

.btn.big {
    font-size: 20px;
    padding: 10px 37px
}

.btn.large {
    font-size: 20px;
    padding: 10px 70px
}

.btn.font-small {
    font-size: 16px
}

.btn.arrow {
    position: relative
}

.btn.arrow:after {
    background-image: url(../images/chevron-right.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: flex;
    height: 20px;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px
}

.btn.arrow:hover:after {
    background-image: url(../images/chevron-right-dark.svg)
}

.btn:focus {
    box-shadow: none;
    outline: none
}

@media screen and (max-width:576px) {
    .modal-btn {
        font-size: unset
    }
}

@media (max-width:767px) {
    .modal-btn.large {
        font-size: 16px;
        padding: 6px 12px
    }
}

.button__secondary--inverted {
    background-color: transparent;
    border: 1px solid #131314;
    color: #131314
}

.button__secondary,
.button__secondary--inverted:hover {
    background-color: #131314;
    color: #00f
}

.button__secondary {
    border: 2px solid #131314
}

.button__secondary:hover {
    background-color: transparent;
    color: #131314
}

.button__secondary.second:hover {
    background-color: transparent;
    color: #00f;
    text-decoration: underline
}

.btn-desc-wrapper {
    background-color: #fff;
    border: 2px solid #00f;
    border-radius: 36px;
    margin-top: 20px;
    max-height: 56px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.btn-desc-wrapper .btn-desc {
    color: #00f;
    font-weight: 600;
    padding: 13px 24px
}

@media (max-width:1200px) {
    .btn-desc-wrapper .btn-desc {
        background-color: #fff
    }
}

.btn-desc-wrapper .button__primary {
    margin: -2px -2px -2px 0;
    padding: 13px 24px
}

@media (max-width:1399px) {
    .btn-desc-wrapper {
        background-color: transparent;
        border: none;
        display: flex;
        flex-direction: column;
        margin-bottom: 100px;
        text-align: center
    }
    .btn-desc-wrapper .button__primary {
        font-size: 16px
    }
    .btn-desc-wrapper .btn-desc {
        background-color: transparent;
        margin-bottom: 24px
    }
}

.hero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 910px;
    margin: 146px auto 0;
    max-width: 1462px;
    min-height: 600px;
    overflow: hidden;
    position: relative
}

.hero.home {
    background: radial-gradient(70.83% 125.38% at 97.98% 28.85%, #00f 0, rgba(225, 225, 235, 0) 100%)
}

@media (max-width:767px) {
    .hero.home {
        background: radial-gradient(128.24% 182.53% at 155.84% 38.65%, #00f 0, rgba(225, 225, 235, 0) 100%)
    }
}

.hero.about {
    background: radial-gradient(57.73% 150.25% at 107.73% 58.74%, #00f 0, rgba(225, 225, 235, 0) 100%)
}

@media (max-width:767px) {
    .hero.about {
        background: radial-gradient(202.56% 82.07% at 85.26% -24.66%, #00f 0, rgba(225, 225, 235, 0) 100%)
    }
}

.hero.funding {
    background: radial-gradient(58.52% 152.29% at 108.52% 59.12%, #00f 0, rgba(225, 225, 235, 0) 100%)
}

.hero.download {
    background: radial-gradient(106.36% 158.3% at 72.5% -58.3%, #00f 0, rgba(225, 225, 235, 0) 100%)
}

.hero.affilate,
.hero.faq {
    background: radial-gradient(65.02% 75.28% at 78.69% 34.89%, #00f 0, rgba(225, 225, 235, 0) 100%)
}

@media (max-width:480px) {
    .hero.faq {
        display: none
    }
}

.hero.contact {
    background: radial-gradient(100.61% 100% at 54.58% 115.71%, #00f 0, rgba(225, 225, 235, 0) 100%)
}

@media (max-width:767px) {
    .hero.contact {
        background: radial-gradient(191.52% 71.88% at -22.9% 91.07%, #00f 0, rgba(225, 225, 235, 0) 100%)
    }
}

.hero.signup {
    background: radial-gradient(120.12% 120.05% at 86.15% -20.05%, #00f 0, rgba(225, 225, 235, 0) 100%)
}

@media (max-width:767px) {
    .hero.signup {
        background: radial-gradient(156.93% 223.36% at 184.53% 67.04%, #00f 0, rgba(225, 225, 235, 0) 100%)
    }
}

.hero.hero-small {
    height: 448px;
    min-height: 448px
}

.hero.hero-small:after {
    top: -160px
}

.hero.hero-small>.container {
    padding-top: 126px
}

@media (max-width:991px) {
    .hero.hero-small .confirm-container {
        padding-top: 300px
    }
}

.hero>.container {
    padding-bottom: 0;
    padding-top: 200px
}

@media screen and (max-width:1400px) {
    .hero>.container {
        padding-bottom: 20px
    }
}

@media screen and (max-width:991px) {
    .hero>.container {
        padding-bottom: 10px
    }
}

@media (max-width:767px) {
    .hero>.container {
        padding-top: 120px
    }
}

.hero .img-title {
    height: 100px;
    margin-bottom: 60px;
    position: relative
}

.hero .img-title img {
    height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:767px) {
    .hero .img-title img {
        display: none
    }
}

.hero .button__primary--inverted {
    background-color: transparent
}

.hero:after {
    background-image: url(../images/candlestick.png);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 55px;
    transform: translateY(-6%);
    width: 59%
}

@media screen and (max-width:991px) {
    .hero:after {
        background-position: 0;
        background-size: cover;
        height: 80vh;
        width: 90vw
    }
}

@media screen and (max-width:576px) {
    .hero:after {
        background-position: 0;
        background-size: cover;
        height: 80vh;
        width: 90vw
    }
}

@media (max-width:767px) {
    .hero:after {
        content: none
    }
}

.hero * {
    z-index: 1
}

.hero.small {
    height: 50vh;
    min-height: 300px
}

.hero.small:after {
    height: 100vh;
    top: -10vh;
    transform: none;
    width: 100vh
}

@media screen and (max-width:576px) {
    .hero.small:after {
        background-position: 0;
        background-size: cover;
        height: 80vh;
        width: 90vw
    }
}

.hero.small>.container {
    padding-bottom: 40px
}

.hero.success {
    height: 30vh
}

@media screen and (max-width:991px) {
    .hero.about-hero {
        height: 100vh
    }
}

@media screen and (max-width:375px) {
    .hero.about-hero {
        height: 130vh
    }
    .hero.download-hero {
        height: 60vh
    }
}

@media (max-width:991px) {
    .hero {
        margin: unset
    }
    .hero .subtitle-wrapper {
        margin-left: 0;
        padding: 0 8px
    }
}

.card-wrapper {
    background-color: #fafafa;
    border: 2px solid #fafafa;
    border-radius: 64px;
    height: 100%;
    padding: 56px;
    transition: all .2s ease-in-out
}

.card-wrapper .card-icon {
    margin-bottom: 30px
}

.card-wrapper:hover {
    border: 2px solid #00f;
    box-shadow: 0 26px 32px rgba(26, 32, 48, .1);
    cursor: pointer
}

.briefly .col-12 {
    padding-bottom: 24px
}

.our-story .our-story-content {
    border: 2px solid #00f;
    border-radius: 64px;
    padding: 32px 64px
}

@media (max-width:767px) {
    .our-story .our-story-content .box-wrapper {
        border-radius: 32px
    }
}

.our-story img {
    margin-bottom: 3rem
}

@media screen and (max-width:991px) {
    .our-story img {
        height: 100%;
        min-height: 300px;
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%
    }
}

.yellow {
    background-color: #00f;
    color: #131314;
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
    width: 100%
}

.yellow * {
    z-index: 1
}

.yellow h1 {
    font-size: 38px
}

@media screen and (max-width:576px) {
    .yellow h1 {
        font-size: 16px
    }
}

.yellow p {
    font-size: 20px
}

@media screen and (max-width:576px) {
    .yellow p {
        font-size: 15px;
        line-height: 20px
    }
}

.yellow:before {
    background-image: url(../images/feather-bg-yellow.png);
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 50vw
}

@media screen and (max-width:991px) {
    .yellow:before {
        background-position: 100%
    }
}

@media screen and (max-width:1600px) {
    .yellow {
        padding: 4rem 0
    }
}

.faq {
    padding: 5rem 0
}

.faq .faq-btn {
    height: 80px
}

@media screen and (max-width:576px) {
    .faq {
        padding-bottom: 3rem;
        padding-top: 1rem
    }
}

.bg__black {
    background-color: #131314;
    color: #fff
}

.bg__gray {
    background-color: #272727
}

.ind-t-40 {
    margin-top: -400px
}

@media screen and (max-width:991px) {
    .ind-t-40 {
        margin-top: 0
    }
}

.ind-t-46 {
    margin-top: -460px !important
}

@media (max-width:991px) {
    .ind-t-46 {
        margin-top: -560px !important
    }
}

@media (max-width:767px) {
    .ind-t-46 {
        margin-top: -420px !important
    }
}

@media (max-width:480px) {
    .ind-t-46 {
        margin-top: -260px !important
    }
    .mt-150 {
        margin-top: 150px
    }
    .mt-150 .container {
        padding-top: 0 !important
    }
}

@media screen and (max-width:991px) {
    .contact .ind-t-15 {
        margin-top: -150px
    }
}

@media screen and (max-width:375px) {
    .contact .ind-t-15 {
        margin-top: -103px
    }
}

.contact .success-msg {
    margin-bottom: 0 !important
}

.form .label-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem
}

.form label {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 1rem
}

.form .form__control {
    background-clip: padding-box;
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #e1e1eb;
    box-shadow: 0 0 0 0 transparent;
    color: #1b2132 !important;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .5625rem 0;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    width: 100%
}

.form .form__control.placeholder {
    color: hsla(0, 0%, 58%, .8) !important
}

.form .form__control:focus {
    border-color: #e1e1eb;
    box-shadow: none;
    outline: none
}

.form .form__control:-moz-placeholder,
.form .form__control::-moz-placeholder {
    color: rgba(80, 80, 80, .5)
}

.form .form__control:-ms-input-placeholder {
    color: rgba(80, 80, 80, .5)
}

.form .form__control::-webkit-input-placeholder {
    color: rgba(80, 80, 80, .5)
}

.form .form input[type=checkbox] {
    accent-color: #00f;
    margin-right: 1rem
}

.form .form .form__checkbox.primary label {
    color: #00f
}

@media (max-width:767px) {
    .form .form__checkbox {
        margin-bottom: 30px
    }
}

.form .form__checkbox label {
    color: #00f;
    margin-bottom: 0;
    margin-left: 20px
}

.form .form__checkbox label.error {
    color: tomato;
    font-size: 12px !important;
    position: absolute;
    top: 36px
}

@media (max-width:991px) {
    .form .form__checkbox label.error {
        top: 50px
    }
}

@media (max-width:480px) {
    .form .form__checkbox label.error {
        top: 80px
    }
}

@media (max-width:370px) {
    .form .form__checkbox label.error {
        top: 110px
    }
}

.datepicker * {
    color: #1b2132
}

.datepicker.dropdown-menu {
    background-color: #fafafa;
    padding: .9rem
}

.datepicker table tr td.active.active {
    background-color: transparent;
    border: 1px solid #00f;
    border-radius: 4px !important
}

.datepicker table tr td.active {
    background-image: none;
    color: #000
}

.datepicker table tr td.active:hover {
    background-color: transparent;
    background-image: none;
    border: 1px solid #00f;
    border-radius: 4px !important;
    color: #000
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker table tr td.day:hover {
    color: #000
}

.datepicker table tr td span.active.active {
    background-color: transparent;
    background-image: unset;
    border: 1px solid #00f;
    border-radius: 4px !important
}

.datepicker table tr td span.active.active:hover {
    background-color: transparent;
    border: 1px solid #00f;
    border-radius: 4px !important;
    color: #000
}

.datepicker table tr td.active:hover {
    background-color: transparent !important
}

.datepicker table tr td.day:hover {
    background-color: #e0e0eb
}

.modal .modal-content {
    background-color: #131314
}

.modal .modal-content .modal-header {
    border: none
}

.modal .modal-content .modal-header .btn-close {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EDE76A'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    opacity: 1
}

.modal .modal-content .modal-body {
    flex: 1 1 auto;
    padding: 1rem;
    position: relative
}

.modal .modal-content .modal-body h5 {
    margin-bottom: 2rem
}

.modal .modal-content .modal-footer {
    border: none;
    display: flex;
    justify-content: center
}

.scroll-top {
    align-items: center;
    background-color: #fafafa;
    border: 2px solid #00f;
    border-radius: 17px;
    bottom: 9vh;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    opacity: 0;
    position: fixed;
    right: 0;
    transition: background-color .2s ease-in-out;
    width: 50px;
    z-index: 100
}

.scroll-top:hover {
    background-color: #00f
}

.scroll-top:hover .chevron-blue {
    filter: invert(100%) sepia(0) saturate(257%) hue-rotate(72deg) brightness(114%) contrast(96%)
}

.scroll-top.hidden {
    display: none
}

.scroll-top.appearing {
    -webkit-animation: appear .5s;
    animation: appear .5s;
    opacity: 1;
    z-index: 101
}

.scroll-top.disappearing {
    -webkit-animation: disappear .5s;
    animation: disappear .5s;
    opacity: 0
}

.scroll-top img {
    -o-object-fit: contain;
    object-fit: contain;
    transform: rotate(180deg)
}

@-webkit-keyframes disappear {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes disappear {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes appear {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes appear {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.title--black {
    color: #131314;
    font-weight: 700
}

.separator-dash {
    display: flex;
    padding: 2.5rem 0;
    position: relative;
    width: 100%
}

.separator-dash:before {
    background-color: #00f;
    content: "";
    display: flex;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5rem
}

.separator-dash:before.large:before {
    width: 12rem
}

.primary,
.primary-link {
    color: #00f
}

.primary-link:hover {
    color: #00f;
    text-decoration: underline
}

.download .button__secondary:hover {
    background-color: #00f;
    border-color: #00f
}

.weight-normal {
    font-weight: 400 !important
}

.contact * {
    z-index: 100
}

.contact .contact-icon {
    height: 30px;
    margin: 0 auto 1rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: 30px
}

.contact a {
    text-decoration: none;
    transition: color .15s
}

.contact a:hover {
    color: #00f
}

.contact a.btn.button__primary {
    color: #131314
}

.contact a.btn.button__primary:hover,
.contact.form a {
    color: #00f
}

.burger {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 30px;
    justify-content: space-around;
    position: relative;
    width: 30px
}

.burger div {
    background-color: #00f;
    height: 1px;
    width: 100%
}

.burger.active div {
    opacity: 0
}

.burger.active div:first-of-type {
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.burger.active div:last-of-type {
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.alert.alert-danger ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0
}

.js-errors-wrapper {
    min-height: 60px;
    position: relative
}

.js-errors-wrapper .alert-danger {
    position: absolute;
    width: 100%
}

.success-msg {
    align-items: center;
    display: flex;
    justify-content: center
}

@media (max-width:767px) {
    .success-msg {
        font-size: 20px !important;
        line-height: 30px !important;
        margin-bottom: 0 !important
    }
}

.success-msg .fa-check {
    border: 2px solid #00f;
    border-radius: 50%;
    color: #00f;
    padding: 15px
}

.contact-submit span,
.sign-up-submit span {
    margin-right: 6px
}

.contact-submit .fa-spin,
.sign-up-submit .fa-spin {
    display: none
}

.login-link {
    font-size: 20px
}

@media (max-width:480px) {
    .padding-none {
        padding: 0 !important
    }
}

.datepicker {
    color: #fff
}

.custom-z-index {
    z-index: 10
}

.dropdown-wrapper {
    align-items: center;
    background-color: #fafafa;
    border: 2px solid #00f;
    border-radius: 36px;
    color: #009;
    cursor: pointer;
    display: inline-flex;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: center;
    line-height: 26px;
    max-height: unset !important;
    min-height: 42px;
    min-width: 140px;
    overflow: hidden;
    padding: 14px;
    position: relative;
    transition: all .15s ease-in-out
}

.dropdown-wrapper span {
    color: #009 !important;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    min-width: 100%
}

.dropdown-wrapper span img {
    margin-left: 10px
}

.dropdown-wrapper .dropdown-content {
    background-color: #00f;
    display: none;
    flex-direction: column;
    text-align: left;
    white-space: nowrap
}

.dropdown-wrapper .dropdown-content a {
    color: #fafafa;
    font-weight: 400;
    padding: 8px 0;
    text-transform: none
}

.dropdown-wrapper .dropdown-content a.active,
.dropdown-wrapper .dropdown-content a:hover {
    color: #00f
}

.dropdown-wrapper .show {
    align-items: flex-start;
    background-color: #fafafa;
    display: flex
}

.dropdown-wrapper .show a {
    color: #282e3e
}

.dropdown-wrapper.active {
    border-radius: 20px
}

.dropdown-wrapper.active .chevron-blue {
    filter: invert(8%) sepia(100%) saturate(7296%) hue-rotate(247deg) brightness(95%) contrast(144%)
}

.dropdown-wrapper.active:hover {
    background-color: #fafafa;
    color: #00f
}

.dropdown-wrapper.active:hover .chevron-blue {
    filter: invert(8%) sepia(100%) saturate(7296%) hue-rotate(247deg) brightness(95%) contrast(144%)
}

.sign-up-title {
    text-transform: none !important
}

.disclaimer {
    font-size: 12px
}

.modal-text {
    display: block;
    margin-bottom: 10px;
    text-align: center
}

.loader {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    border: 4px solid #009;
    border-radius: 50%;
    border-top-color: #fafafa;
    height: 30px;
    left: 98px;
    position: absolute;
    top: 3px;
    width: 30px
}

@media (max-width:767px) {
    .loader {
        left: 96px;
        top: 4px
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.mx-input {
    background-color: transparent !important;
    border: 1px solid #e1e1eb !important;
    border-radius: 0 !important
}

.mx-datepicker-main {
    background-color: #fafafa !important;
    border: 32px !important;
    border-radius: .25rem !important
}

.mx-datepicker-main * {
    color: #1b2132 !important
}

.mx-datepicker-main .mx-calendar-content .cell div:hover {
    color: #000 !important
}

.mx-datepicker-main .mx-calendar-content .cell:hover {
    border-radius: 4px !important
}

.mx-datepicker-main .mx-calendar-content .cell.not-current-month div {
    color: #1b2132 !important
}

.mx-datepicker-main .mx-table-date .today {
    background-color: #00f !important;
    border-radius: 4px !important
}

.mx-datepicker-main .mx-table-date .today div,
.mx-datepicker-main .mx-table-date .today div:hover {
    color: #000 !important
}

.mx-datepicker-main .mx-table-date .today:hover {
    background-color: #00f !important;
    color: #000 !important
}

.mx-calendar-content .cell.active {
    background-color: transparent !important;
    border: 1px solid #00f;
    border-radius: 4px;
    color: #fafafa !important
}

.mx-calendar-content .cell:hover {
    background-color: transparent !important;
    border: 1px solid #00f;
    border-radius: 32px;
    color: #fafafa !important
}

.backend-error-msg {
    background: #fff;
    border-radius: 64px;
    box-shadow: 0 26px 32px rgba(26, 32, 48, .1);
    color: tomato;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 20px;
    text-align: center
}

.steps-wrapper {
    bottom: 100px;
    position: relative
}

.steps-wrapper h2,
.steps-wrapper h4 {
    text-align: center
}

.subtitle-wrapper {
    margin-left: 100px
}

.box-wrapper {
    border-radius: 64px
}

.box-wrapper h2 {
    font-size: 32px;
    line-height: 40px
}

.box-wrapper .title {
    font-weight: 700
}

.box-wrapper.white-box {
    background-color: #fafafa;
    box-shadow: 0 26px 32px rgba(26, 32, 48, .1);
    padding: 64px
}

.box-wrapper.white-box.white-box-hero {
    padding: 64px 118px
}

@media (max-width:767px) {
    .box-wrapper.white-box.white-box-hero {
        padding: 32px 20px
    }
    .box-wrapper.white-box {
        border-radius: 32px
    }
    .box-wrapper.white-box.white-box-border {
        border: 2px solid #00f;
        border-radius: 32px
    }
}

.box-wrapper.blue-box {
    background: radial-gradient(circle, #00f 0, rgba(0, 0, 255, 0) 100%)
}

.box-wrapper.blue-box img {
    padding: 16px
}

@media (max-width:991px) {
    .box-wrapper {
        border-radius: 32px
    }
    .box-wrapper.white-box {
        margin-top: 10px;
        padding: 64px 20px
    }
}

.accordion-wrapper .accordion-content .accordion-title-wrapper {
    align-items: center;
    border-bottom: 1px solid #009;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding-bottom: 25px
}

.accordion-wrapper .accordion-content .accordion-title-wrapper h4 {
    margin-bottom: 0
}

.accordion-wrapper .accordion-content .accordion-title-wrapper .accordion-plus:after {
    content: url(../images/plus-blue3f0f.svg)
}

.accordion-wrapper .accordion-content .accordion-title-wrapper .accordion-plus.accordion-minus:after {
    content: url(../images/minus-blue324b.svg)
}

.accordion-wrapper .accordion-content .accordion-body-wrapper {
    display: none;
    margin-bottom: 20px
}

.accordion-wrapper .accordion-content .accordion-body-wrapper ul li {
    font-size: 16px;
    padding-bottom: 20px
}

@media (max-width:767px) {
    .accordion-wrapper .accordion-content .accordion-body-wrapper.active {
        margin-bottom: 30px
    }
}

ul li {
    color: #1b2132;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 30px
}

.first-animated-svg-wrapper {
    margin-left: -80px;
    margin-top: 350px
}

.first-animated-svg-wrapper svg .svg-elem-1 {
    stroke-dashoffset: 839.2541503906px;
    stroke-dasharray: 839.2541503906px;
    fill: transparent;
    transition: stroke-dashoffset 1s ease-out 0s, fill .7s cubic-bezier(.47, 0, .745, .715) .8s
}

.first-animated-svg-wrapper svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
    fill: #00f
}

.first-animated-svg-wrapper svg .svg-elem-2 {
    stroke-dashoffset: 1157.87109375px;
    stroke-dasharray: 1157.87109375px;
    fill: transparent;
    transition: stroke-dashoffset 1s ease-out .12s, fill .7s cubic-bezier(.47, 0, .745, .715) .9s
}

.first-animated-svg-wrapper svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
    fill: #00f
}

.first-animated-svg-wrapper svg .svg-elem-3 {
    stroke-dashoffset: 384.9799499512px;
    stroke-dasharray: 384.9799499512px;
    transition: stroke-dashoffset 1s ease-out .24s, fill .7s cubic-bezier(.47, 0, .745, .715) 1s
}

.first-animated-svg-wrapper svg.active .svg-elem-3 {
    stroke-dashoffset: 0
}

.first-animated-svg-wrapper svg .svg-elem-4 {
    stroke-dashoffset: 538.4425048828px;
    stroke-dasharray: 538.4425048828px;
    transition: stroke-dashoffset 1s ease-out .36s, fill .7s cubic-bezier(.47, 0, .745, .715) 1.1s
}

.first-animated-svg-wrapper svg.active .svg-elem-4 {
    stroke-dashoffset: 0
}

.second-animated-svg-wrapper {
    margin-left: 141px;
    margin-top: 340px
}

.second-animated-svg-wrapper svg .svg-elem-1 {
    fill: transparent;
    transition: fill .6s ease-in-out 0s
}

.second-animated-svg-wrapper svg.active .svg-elem-1 {
    fill: #00f
}

.second-animated-svg-wrapper svg .svg-elem-2 {
    fill: transparent;
    transition: fill .6s ease-in-out .1s
}

.second-animated-svg-wrapper svg.active .svg-elem-2 {
    fill: #00f
}

.second-animated-svg-wrapper svg .svg-elem-3 {
    fill: transparent;
    transition: fill .6s ease-in-out .2s
}

.second-animated-svg-wrapper svg.active .svg-elem-3 {
    fill: #00f
}

.second-animated-svg-wrapper svg .svg-elem-4 {
    fill: transparent;
    transition: fill .6s ease-in-out .3s
}

.second-animated-svg-wrapper svg.active .svg-elem-4 {
    fill: #00f
}

.second-animated-svg-wrapper svg .svg-elem-5 {
    fill: transparent;
    transition: fill .6s ease-in-out .4s
}

.second-animated-svg-wrapper svg.active .svg-elem-5 {
    fill: #00f
}

.second-animated-svg-wrapper svg .svg-elem-6 {
    fill: transparent;
    transition: fill .6s ease-in-out .5s
}

.second-animated-svg-wrapper svg.active .svg-elem-6 {
    fill: #00f
}

.second-animated-svg-wrapper svg .svg-elem-7 {
    fill: transparent;
    transition: fill .6s ease-in-out .6s
}

.second-animated-svg-wrapper svg.active .svg-elem-7 {
    fill: #00f
}

.second-animated-svg-wrapper svg .svg-elem-8 {
    fill: transparent;
    transition: fill .6s ease-in-out .7s
}

.second-animated-svg-wrapper svg.active .svg-elem-8 {
    fill: #00f
}

.second-animated-svg-wrapper svg .svg-elem-9 {
    fill: transparent;
    transition: fill .6s ease-in-out .8s
}

.second-animated-svg-wrapper svg.active .svg-elem-9 {
    fill: #00f
}

.second-animated-svg-wrapper svg .svg-elem-10 {
    fill: transparent;
    transition: fill .6s ease-in-out .9s
}

.second-animated-svg-wrapper svg.active .svg-elem-10 {
    fill: #00f
}

.third-animated-svg-wrapper {
    margin-bottom: -180px;
    margin-left: 60px
}

.third-animated-svg-wrapper svg .svg-elem-1 {
    stroke-dashoffset: 1472.4216308594px;
    stroke-dasharray: 1472.4216308594px;
    transition: stroke-dashoffset 1s ease-out 0s, fill .7s cubic-bezier(.55, .085, .68, .53) .8s
}

.third-animated-svg-wrapper svg.active .svg-elem-1 {
    stroke-dashoffset: 0
}

.third-animated-svg-wrapper svg .svg-elem-2 {
    stroke-dashoffset: 3047.2917480469px;
    stroke-dasharray: 3047.2917480469px;
    fill: transparent;
    transition: stroke-dashoffset 1s ease-out .12s, fill .7s cubic-bezier(.55, .085, .68, .53) .9s
}

.third-animated-svg-wrapper svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
    fill: #e1e1eb
}

.third-animated-svg-wrapper svg .svg-elem-3 {
    stroke-dashoffset: 270.0003662109px;
    stroke-dasharray: 270.0003662109px;
    transition: stroke-dashoffset 1s ease-out .24s, fill .7s cubic-bezier(.55, .085, .68, .53) 1s
}

.third-animated-svg-wrapper svg.active .svg-elem-3 {
    stroke-dashoffset: 0
}

.third-animated-svg-wrapper svg .svg-elem-4 {
    stroke-dashoffset: 549.1145629883px;
    stroke-dasharray: 549.1145629883px;
    transition: stroke-dashoffset 1s ease-out .36s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.1s
}

.third-animated-svg-wrapper svg.active .svg-elem-4 {
    stroke-dashoffset: 0
}

.third-animated-svg-wrapper svg .svg-elem-5 {
    stroke-dashoffset: 89.5px;
    stroke-dasharray: 89.5px;
    transition: stroke-dashoffset 1s ease-out .48s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.2s
}

.third-animated-svg-wrapper svg.active .svg-elem-5 {
    stroke-dashoffset: 0
}

.third-animated-svg-wrapper svg .svg-elem-6 {
    stroke-dashoffset: 156.7975158691px;
    stroke-dasharray: 156.7975158691px;
    transition: stroke-dashoffset 1s ease-out .6s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.3s
}

.third-animated-svg-wrapper svg.active .svg-elem-6 {
    stroke-dashoffset: 0
}

.third-animated-svg-wrapper svg .svg-elem-7 {
    stroke-dashoffset: 146.0711669922px;
    stroke-dasharray: 146.0711669922px;
    transition: stroke-dashoffset 1s ease-out .72s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.4s
}

.third-animated-svg-wrapper svg.active .svg-elem-7 {
    stroke-dashoffset: 0
}

.third-animated-svg-wrapper svg .svg-elem-8 {
    stroke-dashoffset: 156.7975158691px;
    stroke-dasharray: 156.7975158691px;
    transition: stroke-dashoffset 1s ease-out .84s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.5s
}

.third-animated-svg-wrapper svg.active .svg-elem-8 {
    stroke-dashoffset: 0
}

.third-animated-svg-wrapper svg .svg-elem-9 {
    stroke-dashoffset: 146.0711669922px;
    stroke-dasharray: 146.0711669922px;
    transition: stroke-dashoffset 1s ease-out .96s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.6s
}

.third-animated-svg-wrapper svg.active .svg-elem-9 {
    stroke-dashoffset: 0
}

.third-animated-svg-wrapper svg .svg-elem-10 {
    stroke-dashoffset: 213.5px;
    stroke-dasharray: 213.5px;
    transition: stroke-dashoffset 1s ease-out 1.08s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.7s
}

.third-animated-svg-wrapper svg.active .svg-elem-10 {
    stroke-dashoffset: 0
}

.fourth-animated-svg-wrapper svg .svg-elem-1 {
    stroke-dashoffset: 996.2783813477px;
    stroke-dasharray: 996.2783813477px;
    fill: transparent;
    transition: stroke-dashoffset 1s cubic-bezier(.25, .46, .45, .94) 0s, fill .7s cubic-bezier(.55, .085, .68, .53) .8s
}

.fourth-animated-svg-wrapper svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
    fill: #00f
}

.fourth-animated-svg-wrapper svg .svg-elem-2 {
    stroke-dashoffset: 467.4733276367px;
    stroke-dasharray: 467.4733276367px;
    transition: stroke-dashoffset 1s cubic-bezier(.25, .46, .45, .94) .12s, fill .7s cubic-bezier(.55, .085, .68, .53) .9s
}

.fourth-animated-svg-wrapper svg.active .svg-elem-2 {
    stroke-dashoffset: 0
}

.fourth-animated-svg-wrapper svg .svg-elem-3 {
    stroke-dashoffset: 544.8786621094px;
    stroke-dasharray: 544.8786621094px;
    fill: transparent;
    transition: stroke-dashoffset 1s cubic-bezier(.25, .46, .45, .94) .24s, fill .7s cubic-bezier(.55, .085, .68, .53) 1s
}

.fourth-animated-svg-wrapper svg.active .svg-elem-3 {
    stroke-dashoffset: 0;
    fill: #fff
}

.fourth-animated-svg-wrapper svg .svg-elem-4 {
    stroke-dashoffset: 544.8786621094px;
    stroke-dasharray: 544.8786621094px;
    fill: transparent;
    transition: stroke-dashoffset 1s cubic-bezier(.25, .46, .45, .94) .36s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.1s
}

.fourth-animated-svg-wrapper svg.active .svg-elem-4 {
    stroke-dashoffset: 0;
    fill: #00f
}

.fourth-animated-svg-wrapper svg .svg-elem-5 {
    stroke-dashoffset: 1257.9754638672px;
    stroke-dasharray: 1257.9754638672px;
    fill: transparent;
    transition: stroke-dashoffset 1s cubic-bezier(.25, .46, .45, .94) .48s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.2s
}

.fourth-animated-svg-wrapper svg.active .svg-elem-5 {
    stroke-dashoffset: 0;
    fill: #00f
}

.fifth-animated-svg-wrapper svg .svg-elem-1 {
    stroke-dashoffset: 319.5583190918px;
    stroke-dasharray: 319.5583190918px;
    transition: stroke-dashoffset 1s cubic-bezier(.215, .61, .355, 1) 0s, fill .7s cubic-bezier(.55, .085, .68, .53) .8s
}

.fifth-animated-svg-wrapper svg.active .svg-elem-1 {
    stroke-dashoffset: 0
}

.fifth-animated-svg-wrapper svg .svg-elem-2 {
    stroke-dashoffset: 319.5633239746px;
    stroke-dasharray: 319.5633239746px;
    transition: stroke-dashoffset 1s cubic-bezier(.215, .61, .355, 1) .12s, fill .7s cubic-bezier(.55, .085, .68, .53) .9s
}

.fifth-animated-svg-wrapper svg.active .svg-elem-2 {
    stroke-dashoffset: 0
}

.fifth-animated-svg-wrapper svg .svg-elem-3 {
    stroke-dashoffset: 1030.3895263672px;
    stroke-dasharray: 1030.3895263672px;
    transition: stroke-dashoffset 1s cubic-bezier(.215, .61, .355, 1) .24s, fill .7s cubic-bezier(.55, .085, .68, .53) 1s
}

.fifth-animated-svg-wrapper svg.active .svg-elem-3 {
    stroke-dashoffset: 0
}

.fifth-animated-svg-wrapper svg .svg-elem-4 {
    stroke-dashoffset: 801.4831542969px;
    stroke-dasharray: 801.4831542969px;
    fill: transparent;
    transition: stroke-dashoffset 1s cubic-bezier(.215, .61, .355, 1) .36s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.1s
}

.fifth-animated-svg-wrapper svg.active .svg-elem-4 {
    stroke-dashoffset: 0;
    fill: #fff
}

.fifth-animated-svg-wrapper svg .svg-elem-5 {
    stroke-dashoffset: 1770.1815185547px;
    stroke-dasharray: 1770.1815185547px;
    fill: transparent;
    transition: stroke-dashoffset 1s cubic-bezier(.215, .61, .355, 1) .48s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.2s
}

.fifth-animated-svg-wrapper svg.active .svg-elem-5 {
    stroke-dashoffset: 0;
    fill: #00f
}

.fifth-animated-svg-wrapper svg .svg-elem-6 {
    stroke-dashoffset: 174.302947998px;
    stroke-dasharray: 174.302947998px;
    fill: transparent;
    transition: stroke-dashoffset 1s cubic-bezier(.215, .61, .355, 1) .6s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.3s
}

.fifth-animated-svg-wrapper svg.active .svg-elem-6 {
    stroke-dashoffset: 0;
    fill: #fff
}

.fifth-animated-svg-wrapper svg .svg-elem-7 {
    stroke-dashoffset: 174.3030395508px;
    stroke-dasharray: 174.3030395508px;
    fill: transparent;
    transition: stroke-dashoffset 1s cubic-bezier(.215, .61, .355, 1) .72s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.4s
}

.fifth-animated-svg-wrapper svg.active .svg-elem-7 {
    stroke-dashoffset: 0;
    fill: #fff
}

.sixth-animated-svg-wrapper svg .svg-elem-1 {
    stroke-dashoffset: 1315.9494628906px;
    stroke-dasharray: 1315.9494628906px;
    fill: transparent;
    transition: stroke-dashoffset 1s cubic-bezier(.25, .46, .45, .94) 0s, fill .6s ease-in-out 0s
}

.sixth-animated-svg-wrapper svg.active .svg-elem-1 {
    stroke-dashoffset: 0;
    fill: #00f
}

.sixth-animated-svg-wrapper svg .svg-elem-2 {
    stroke-dashoffset: 1321.1945800781px;
    stroke-dasharray: 1321.1945800781px;
    fill: transparent;
    transition: stroke-dashoffset 1s cubic-bezier(.25, .46, .45, .94) .12s, fill .6s ease-in-out .1s
}

.sixth-animated-svg-wrapper svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
    fill: #00f
}

.sixth-animated-svg-wrapper svg .svg-elem-3 {
    stroke-dashoffset: 433.7537841797px;
    stroke-dasharray: 433.7537841797px;
    transition: stroke-dashoffset 1s cubic-bezier(.25, .46, .45, .94) .24s, fill .6s ease-in-out .2s
}

.sixth-animated-svg-wrapper svg.active .svg-elem-3 {
    stroke-dashoffset: 0
}

.sixth-animated-svg-wrapper svg .svg-elem-4 {
    stroke-dashoffset: 426.3739624023px;
    stroke-dasharray: 426.3739624023px;
    transition: stroke-dashoffset 1s cubic-bezier(.25, .46, .45, .94) .36s, fill .6s ease-in-out .3s
}

.sixth-animated-svg-wrapper svg.active .svg-elem-4 {
    stroke-dashoffset: 0
}

.seventh-animated-svg-wrapper {
    margin-bottom: -180px;
    margin-left: 60px
}

.seventh-animated-svg-wrapper svg .svg-elem-1 {
    stroke-dashoffset: 1472.4216308594px;
    stroke-dasharray: 1472.4216308594px;
    transition: stroke-dashoffset 1s ease-out 0s, fill .7s cubic-bezier(.55, .085, .68, .53) .8s
}

.seventh-animated-svg-wrapper svg.active .svg-elem-1 {
    stroke-dashoffset: 0
}

.seventh-animated-svg-wrapper svg .svg-elem-2 {
    stroke-dashoffset: 3047.2917480469px;
    stroke-dasharray: 3047.2917480469px;
    fill: transparent;
    transition: stroke-dashoffset 1s ease-out .12s, fill .7s cubic-bezier(.55, .085, .68, .53) .9s
}

.seventh-animated-svg-wrapper svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
    fill: #e1e1eb
}

.seventh-animated-svg-wrapper svg .svg-elem-3 {
    stroke-dashoffset: 270.0003662109px;
    stroke-dasharray: 270.0003662109px;
    transition: stroke-dashoffset 1s ease-out .24s, fill .7s cubic-bezier(.55, .085, .68, .53) 1s
}

.seventh-animated-svg-wrapper svg.active .svg-elem-3 {
    stroke-dashoffset: 0
}

.seventh-animated-svg-wrapper svg .svg-elem-4 {
    stroke-dashoffset: 549.1145629883px;
    stroke-dasharray: 549.1145629883px;
    transition: stroke-dashoffset 1s ease-out .36s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.1s
}

.seventh-animated-svg-wrapper svg.active .svg-elem-4 {
    stroke-dashoffset: 0
}

.seventh-animated-svg-wrapper svg .svg-elem-5 {
    stroke-dashoffset: 89.5px;
    stroke-dasharray: 89.5px;
    transition: stroke-dashoffset 1s ease-out .48s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.2s
}

.seventh-animated-svg-wrapper svg.active .svg-elem-5 {
    stroke-dashoffset: 0
}

.seventh-animated-svg-wrapper svg .svg-elem-6 {
    stroke-dashoffset: 156.7975158691px;
    stroke-dasharray: 156.7975158691px;
    transition: stroke-dashoffset 1s ease-out .6s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.3s
}

.seventh-animated-svg-wrapper svg.active .svg-elem-6 {
    stroke-dashoffset: 0
}

.seventh-animated-svg-wrapper svg .svg-elem-7 {
    stroke-dashoffset: 146.0711669922px;
    stroke-dasharray: 146.0711669922px;
    transition: stroke-dashoffset 1s ease-out .72s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.4s
}

.seventh-animated-svg-wrapper svg.active .svg-elem-7 {
    stroke-dashoffset: 0
}

.seventh-animated-svg-wrapper svg .svg-elem-8 {
    stroke-dashoffset: 156.7975158691px;
    stroke-dasharray: 156.7975158691px;
    transition: stroke-dashoffset 1s ease-out .84s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.5s
}

.seventh-animated-svg-wrapper svg.active .svg-elem-8 {
    stroke-dashoffset: 0
}

.seventh-animated-svg-wrapper svg .svg-elem-9 {
    stroke-dashoffset: 146.0711669922px;
    stroke-dasharray: 146.0711669922px;
    transition: stroke-dashoffset 1s ease-out .96s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.6s
}

.seventh-animated-svg-wrapper svg.active .svg-elem-9 {
    stroke-dashoffset: 0
}

.seventh-animated-svg-wrapper svg .svg-elem-10 {
    stroke-dashoffset: 213.5px;
    stroke-dasharray: 213.5px;
    transition: stroke-dashoffset 1s ease-out 1.08s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.7s
}

.seventh-animated-svg-wrapper svg.active .svg-elem-10 {
    stroke-dashoffset: 0
}

.eighth-animated-svg-wrapper {
    margin-bottom: -180px;
    margin-left: 60px
}

.eighth-animated-svg-wrapper svg .svg-elem-1 {
    stroke-dashoffset: 1472.4216308594px;
    stroke-dasharray: 1472.4216308594px;
    transition: stroke-dashoffset 1s ease-out 0s, fill .7s cubic-bezier(.55, .085, .68, .53) .8s
}

.eighth-animated-svg-wrapper svg.active .svg-elem-1 {
    stroke-dashoffset: 0
}

.eighth-animated-svg-wrapper svg .svg-elem-2 {
    stroke-dashoffset: 3047.2917480469px;
    stroke-dasharray: 3047.2917480469px;
    fill: transparent;
    transition: stroke-dashoffset 1s ease-out .12s, fill .7s cubic-bezier(.55, .085, .68, .53) .9s
}

.eighth-animated-svg-wrapper svg.active .svg-elem-2 {
    stroke-dashoffset: 0;
    fill: #e1e1eb
}

.eighth-animated-svg-wrapper svg .svg-elem-3 {
    stroke-dashoffset: 270.0003662109px;
    stroke-dasharray: 270.0003662109px;
    transition: stroke-dashoffset 1s ease-out .24s, fill .7s cubic-bezier(.55, .085, .68, .53) 1s
}

.eighth-animated-svg-wrapper svg.active .svg-elem-3 {
    stroke-dashoffset: 0
}

.eighth-animated-svg-wrapper svg .svg-elem-4 {
    stroke-dashoffset: 549.1145629883px;
    stroke-dasharray: 549.1145629883px;
    transition: stroke-dashoffset 1s ease-out .36s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.1s
}

.eighth-animated-svg-wrapper svg.active .svg-elem-4 {
    stroke-dashoffset: 0
}

.eighth-animated-svg-wrapper svg .svg-elem-5 {
    stroke-dashoffset: 89.5px;
    stroke-dasharray: 89.5px;
    transition: stroke-dashoffset 1s ease-out .48s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.2s
}

.eighth-animated-svg-wrapper svg.active .svg-elem-5 {
    stroke-dashoffset: 0
}

.eighth-animated-svg-wrapper svg .svg-elem-6 {
    stroke-dashoffset: 156.7975158691px;
    stroke-dasharray: 156.7975158691px;
    transition: stroke-dashoffset 1s ease-out .6s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.3s
}

.eighth-animated-svg-wrapper svg.active .svg-elem-6 {
    stroke-dashoffset: 0
}

.eighth-animated-svg-wrapper svg .svg-elem-7 {
    stroke-dashoffset: 146.0711669922px;
    stroke-dasharray: 146.0711669922px;
    transition: stroke-dashoffset 1s ease-out .72s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.4s
}

.eighth-animated-svg-wrapper svg.active .svg-elem-7 {
    stroke-dashoffset: 0
}

.eighth-animated-svg-wrapper svg .svg-elem-8 {
    stroke-dashoffset: 156.7975158691px;
    stroke-dasharray: 156.7975158691px;
    transition: stroke-dashoffset 1s ease-out .84s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.5s
}

.eighth-animated-svg-wrapper svg.active .svg-elem-8 {
    stroke-dashoffset: 0
}

.eighth-animated-svg-wrapper svg .svg-elem-9 {
    stroke-dashoffset: 146.0711669922px;
    stroke-dasharray: 146.0711669922px;
    transition: stroke-dashoffset 1s ease-out .96s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.6s
}

.eighth-animated-svg-wrapper svg.active .svg-elem-9 {
    stroke-dashoffset: 0
}

.eighth-animated-svg-wrapper svg .svg-elem-10 {
    stroke-dashoffset: 213.5px;
    stroke-dasharray: 213.5px;
    transition: stroke-dashoffset 1s ease-out 1.08s, fill .7s cubic-bezier(.55, .085, .68, .53) 1.7s
}

.eighth-animated-svg-wrapper svg.active .svg-elem-10 {
    stroke-dashoffset: 0
}

@media (min-width:1200px) {
    .bg-grid {
        background-image: url(../images/grid3789.png);
        background-repeat: no-repeat
    }
    .bg-grid.grid-right {
        background-position: 100%
    }
    .bg-grid.grid-center {
        background-position: 50%
    }
}

@media (max-width:767px) {
    .bg-grid-mobile {
        background-image: url(../images/grid3789.png);
        background-repeat: no-repeat
    }
}

.grey-box {
    background-color: #fafafa;
    border-radius: 32px;
    padding: 36px 26px;
    transition: all .8s ease-in-out;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.grey-box h3 {
    margin-top: 44px
}

.confirm-w-wrapper .form label {
    margin-bottom: 0 !important;
    margin-top: 1rem !important
}

.hide {
    opacity: 0
}

.show {
    opacity: 1
}

@media (max-width:767px) {
    .footer-items {
        margin-top: 32px
    }
    .footer-items h5 {
        margin-bottom: 22px
    }
    .hero {
        height: 60vh
    }
    .hero .img-title {
        display: none
    }
    .btn-desc-wrapper .button__primary {
        padding: 13px 47px
    }
    .accordion-wrapper .accordion-content .accordion-title-wrapper h4 {
        font-size: 20px
    }
    p,
    ul li {
        font-size: 16px
    }
    .mt-mobile-160 {
        margin-top: -160px !important
    }
    .mt-mobile-360 {
        margin-top: -360px !important
    }
    .mt-mobile-460 {
        margin-top: -460px !important
    }
    .mt-mobile-260 {
        margin-top: -260px !important
    }
}

@media (max-width:480px) {
    .mt-mobile-140 {
        margin-top: -211px
    }
}

@media (max-width:1399px) {
    .dropdown-wrapper.active span {
        padding-bottom: 20px
    }
    .dropdown-wrapper.active .dropdown-content a {
        height: 40px
    }
}

.owl1 .item {
    border-radius: 32px;
    box-shadow: 0 25.7380847931px 31.6776428223px 0 rgba(26, 32, 48, .102);
    margin-bottom: 45px
}

.owl1 .item .card-wrapper {
    border: 0;
    border-radius: 32px;
    padding: 30px
}

.owl1 .item .card-wrapper .card-icon {
    height: 80px;
    width: 80px
}

.owl1 .item .card-wrapper .card__title h3 {
    font-size: 32px !important;
    font-weight: 700 !important
}

.owl1 .item .card-wrapper .card__content p {
    font-size: 17px !important
}

.owl1 .owl-dots {
    margin-bottom: 20px;
    text-align: center
}

.owl1 .owl-dots .owl-dot {
    background: #e1e1eb;
    border-radius: 50%;
    height: 10px;
    margin: 0 5px;
    width: 10px
}

.owl1 .owl-dots .owl-dot.active {
    background: #00f
}

.owl2 .item {
    border-radius: 32px
}

.owl2 .item .card-wrapper {
    border: 0;
    border-radius: 32px;
    padding: 30px
}

.owl2 .item .card-wrapper .card-icon {
    height: 80px;
    width: 80px
}

.owl2 .item .card-wrapper .card__title h3 {
    color: #1a2030;
    font-size: 28px !important;
    font-weight: 600 !important
}

.owl2 .item .card-wrapper .card__content p {
    font-size: 18px !important
}

.owl2 .owl-dots {
    margin-top: 20px;
    text-align: center
}

.owl2 .owl-dots .owl-dot {
    background: #e1e1eb;
    border-radius: 50%;
    height: 10px;
    margin: 0 5px;
    width: 10px
}

.owl2 .owl-dots .owl-dot.active {
    background: #00f
}

.alert-danger {
    background-color: transparent !important;
    border: none !important
}

.alert-danger,
.alert-danger li {
    color: tomato !important
}

@media (min-width:1400px) {
    .funding .first-grey-box {
        margin-bottom: -50px;
        margin-left: 100px;
        padding: 24px
    }
    .sixth-animated-svg-wrapper {
        margin-left: 25%;
        width: 50%
    }
    .funding .second-grey-box {
        margin-right: 100px;
        margin-top: -50px;
        padding: 24px
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .funding .first-grey-box {
        margin-bottom: -50px;
        margin-left: 20px;
        padding: 24px
    }
    .sixth-animated-svg-wrapper {
        margin-left: 25%;
        width: 50%
    }
    .funding .second-grey-box {
        margin-right: 20px;
        margin-top: -50px;
        padding: 24px
    }
}

.need-more-title {
    margin-bottom: 200px;
    margin-top: 60px
}

@media (min-width:1200px) {
    .need-more-title {
        font-size: 60px
    }
}

@media (max-width:1200px) {
    .need-more-title {
        margin-bottom: 0
    }
}

.z-minus {
    z-index: -1
}

.pw-eye {
    cursor: pointer;
    right: 5px;
    top: 8px
}

.pw-eye img {
    filter: invert(8%) sepia(100%) saturate(7296%) hue-rotate(247deg) brightness(95%) contrast(144%)
}

.candlestick-image-wrapper-mobile {
    display: none
}

@media (max-width:480px) {
    .candlestick-image-wrapper-mobile {
        display: block;
        left: 31px;
        position: absolute;
        top: -172px
    }
    .pt-custom {
        padding-top: 200px
    }
}

.candlestick-image-wrapper {
    position: relative
}

.candlestick-image-wrapper:after {
    background-image: url(../images/candlestick-web.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 18px;
    width: 1400px
}

@media (max-width:767px) {
    .candlestick-image-wrapper:after {
        display: none
    }
}

.eye-icon-span {
    right: 15px;
    top: 55px
}

.eye-wrapper {
    cursor: pointer;
    filter: invert(8%) sepia(100%) saturate(7296%) hue-rotate(247deg) brightness(95%) contrast(144%)
}

.eye-wrapper.eye {
    content: url(../images/viewaff2.svg)
}

.eye-wrapper.eye-slash {
    content: url(../images/view-off03d9.svg)
}

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.title-color-900 {
    color: #009
}

@media (max-width:767px) {
    .title-color-900 {
        color: #2626d9
    }
}

.form input[type=checkbox] {
    accent-color: #00f;
    height: 100%;
    margin-right: 1rem;
    position: absolute;
    width: 100%
}

.checkbox-custom {
    opacity: 0;
    position: absolute
}

.checkbox-custom,
.checkbox-custom-label {
    cursor: pointer;
    display: inline-block;
    margin: 0 !important;
    vertical-align: middle
}

@media (max-width:991px) {
    .checkbox-custom,
    .checkbox-custom-label {
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center
    }
}

.checkbox-custom+.checkbox-custom-label:before {
    background: #fff;
    border: 2px solid #e1e1eb;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 35px;
    margin-right: 10px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 35px
}

@media (max-width:991px) {
    .checkbox-custom+.checkbox-custom-label:before {
        margin-bottom: 20px
    }
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background: #fff;
    border: 2px solid #00f;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 35px;
    margin-bottom: 4px;
    margin-right: 10px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    width: 35px
}

@media (max-width:991x) {
    .checkbox-custom:checked+.checkbox-custom-label:before {
        margin-bottom: 20px
    }
}

.checkbox-custom:checked+.checkbox-custom-label:after {
    background: #00f;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 19px;
    left: 8px;
    margin-bottom: 4px;
    margin-right: 10px;
    padding: 2px;
    position: absolute;
    text-align: center;
    top: 8px;
    vertical-align: middle;
    width: 19px
}

@media (max-width:991px) {
    .checkbox-custom:checked+.checkbox-custom-label:after {
        left: unset;
        margin-bottom: 20px
    }
}

@media (min-width:992px) {
    .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
        top: 1406.22px !important
    }
    .mt-64 {
        margin-top: 64px
    }
}

.recaptcha-text {
    font-size: 14px;
    font-weight: 500
}

.recaptcha-text a:hover {
    color: #0d6efd;
    text-decoration: underline
}

.pl-2 {
    padding-left: 8px
}

@media (min-width:992px) {
    .lg:pl-2 {
        padding-left: 8px
    }
}

.footer-text {
    font-size: 16px
}