.cta-disclosure a {
    color: #0027b3;
    font-weight: 500;
    -webkit-text-decoration: none;
    text-decoration: none
}

.cta-disclosure a:link,.cta-disclosure a:focus,.cta-disclosure a:active,.cta-disclosure a:visited {
    color: #0027b3
}

.cta-disclosure a:hover {
    color: #0038df
}

.cta-disclosure a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.about_investors {
    padding: 48px 0;
    background-color: #dce2ea
}

.about_investors h2 {
    margin: 0 0 32px;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.about_investors h2 br {
    display: none
}

.about_investors .span-title {
    max-width: 410px
}

.about_investors .span-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about_investors ul {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style: none;
    font-size: 16px;
    line-height: 150%
}

.about_investors ul li {
    padding-top: 4px
}

.about_investors a {
    color: #516880;
    display: block;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: var(--font-family-invest-pro);
    font-weight: 400;
    -webkit-text-decoration: none;
    text-decoration: none
}

.about_investors a.active {
    color: #000
}

.about_investors .preview {
    width: 124px;
    height: 124px;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: bottom
}

@media(min-width: 720px) {
    .about_investors ul {
        -webkit-columns:2;
        -moz-columns: 2;
        columns: 2;
        display: inline-block;
        -webkit-column-gap: 64px;
        -moz-column-gap: 64px;
        column-gap: 64px
    }
}

@media(min-width: 1000px) {
    .about_investors {
        padding:80px 0
    }

    .about_investors h2 {
        margin: 0
    }

    .about_investors .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .about_investors .preview {
        margin-left: 60px
    }
}

@media(min-width: 1200px) {
    .about_investors .preview {
        margin-left:160px
    }

    .about_investors ul {
        font-size: 20px;
        line-height: 120%
    }
}

.about_features {
    padding: 48px 0
}

@media(min-width: 1024px) {
    .about_features {
        padding:80px 0
    }
}

.about_features .h3 {
    margin: 0;
    padding-bottom: 44px;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.about_features .span-data {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px
}

@media(min-width: 768px) {
    .about_features .span-data {
        grid-template-columns:repeat(3, 1fr)
    }
}

.about_features__item {
    display: block;
    padding: 24px 32px;
    border: 1px solid var(--grey-003);
    border-radius: 6px
}

@media(min-width: 768px) {
    .about_features__item {
        padding:32px
    }
}

.about_features__item_icon {
    width: 18px;
    height: 18px;
    margin-bottom: 20px
}

.about_features__item h3 {
    font-family: var(--font-family-invest-pro);
    font-size: var(--text-regular-font-size);
    line-height: var(--text-regular-line-height);
    font-weight: 400;
    padding-bottom: 6px;
    margin: 0;
    color: #000
}

.about_features__item h6 {
    font-size: var(--text-tiny-font-size);
    line-height: var(--text-tiny-line-height);
    margin: 0;
    font-weight: 400;
    padding-top: 12px
}

.about_features__item h6 a {
    color: var(--blue-brand);
    -webkit-text-decoration: none;
    text-decoration: none
}

.about_features__item div {
    color: #516880
}

.about_features__item p {
    margin: 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%
}

.section-cta-title-button {
    padding: 80px 0 0;
    text-align: center;
    background: -webkit-linear-gradient(254deg, #02052a 26.47%, #040509 46.33%);
    background: -o-linear-gradient(254deg, #02052a 26.47%, #040509 46.33%);
    background: linear-gradient(196deg, #02052a 26.47%, #040509 46.33%);
    overflow: hidden
}

.section-cta-title-button h2 {
    color: #fff;
    margin: 0 0 32px;
    text-align: center;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h2-font-size);
    line-height: var(--h2-line-height)
}

.section-cta-title-button h2 span {
    color: #4d74ff
}

.section-cta-title-button h2 sup {
    top: 0;
    font-size: 50%;
    vertical-align: super
}

.section-cta-title-button .span-content a {
    font-family: var(--font-family-invest-pro);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-align: center;
    padding: 16px 64px;
    border-radius: 100px;
    background: #0038ff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0,56,255,.89);
    box-shadow: 0px 0px 60px 0px rgba(0,56,255,.89);
    backdrop-filter: blur(4px);
    -webkit-transition: -webkit-box-shadow 2s ease-in-out;
    transition: -webkit-box-shadow 2s ease-in-out;
    -o-transition: box-shadow 2s ease-in-out;
    transition: box-shadow 2s ease-in-out;
    transition: box-shadow 2s ease-in-out, -webkit-box-shadow 2s ease-in-out
}

.section-cta-title-button .span-content a:hover {
    -webkit-animation: pulsate 2s infinite;
    -o-animation: pulsate 2s infinite;
    animation: pulsate 2s infinite
}

.section-cta-title-button .span-media {
    left: -16px;
    width: 100vw;
    overflow: hidden;
    position: relative;
    padding-top: 100px
}

.section-cta-title-button img {
    left: -30vw;
    width: 120vw;
    margin: 0;
    position: relative;
    max-width: none;
    max-width: initial
}

@media(min-width: 750px) {
    .section-cta-title-button .span-media {
        left:auto;
        width: 100%;
        padding-top: 45px
    }

    .section-cta-title-button img {
        left: auto;
        width: 100%;
        margin: 0 auto;
        max-width: 880px
    }

    .section-cta-title-button div.image {
        height: 450px;
        overflow: hidden
    }
}

@media(min-width: 1000px) {
    .section-cta-title-button h2 {
        margin:0 0 44px;
        line-height: 58px
    }

    .section-cta-title-button .span-media {
        padding-top: 60px
    }

    .section-cta-title-button div.image {
        height: 420px
    }
}

@media(min-width: 1200px) {
    .section-cta-title-button {
        padding:96px 0 0
    }

    .section-cta-title-button h2 sup {
        font-size: 35%;
        margin-left: 2px
    }

    .section-cta-title-button img {
        max-width: 1040px;
        -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        -o-transform: translateX(-60px);
        transform: translateX(-60px)
    }

    .section-cta-title-button div.image {
        height: 510px
    }
}

.cta-disclosure {
    padding: 60px 0;
    background: #fafafa
}

.cta-disclosure p {
    color: #516880;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 150%
}

.cta-disclosure a {
    font-weight: 500
}

.cta-disclosure b,.cta-disclosure strong {
    font-weight: 500
}

@-webkit-keyframes pulsate {
    0%,100% {
        -webkit-box-shadow: 0px 0px 60px 5px rgba(0,56,255,.89);
        box-shadow: 0px 0px 60px 5px rgba(0,56,255,.89)
    }

    50% {
        -webkit-box-shadow: 0px 0px 30px 2.5px rgba(0,56,255,.89);
        box-shadow: 0px 0px 30px 2.5px rgba(0,56,255,.89)
    }
}

@-o-keyframes pulsate {
    0%,100% {
        box-shadow: 0px 0px 60px 5px rgba(0,56,255,.89)
    }

    50% {
        box-shadow: 0px 0px 30px 2.5px rgba(0,56,255,.89)
    }
}

@keyframes pulsate {
    0%,100% {
        -webkit-box-shadow: 0px 0px 60px 5px rgba(0,56,255,.89);
        box-shadow: 0px 0px 60px 5px rgba(0,56,255,.89)
    }

    50% {
        -webkit-box-shadow: 0px 0px 30px 2.5px rgba(0,56,255,.89);
        box-shadow: 0px 0px 30px 2.5px rgba(0,56,255,.89)
    }
}

.section-cta-title-button .span-content {
    margin: 0 auto;
    max-width: 680px
}
