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

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

.cta-disclosure a:hover,.section-faq-cx a:hover {
    color: #0038df
}

.cta-disclosure a:hover,.section-faq-cx a:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.section-faq-cx {
    margin: 40px 0
}

.section-faq-cx h2 {
    color: #000;
    margin: 0 0 40px;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height)
}

.section-faq-cx h3 {
    color: #000;
    margin: 0 0 32px;
    font-family: var(--font-family-invest-pro);
    font-weight: 400;
    font-size: 18px;
    line-height: 28px
}

.section-faq-cx details {
    padding: 0;
    border-top: 1px solid #f1f4f7
}

.section-faq-cx details:last-of-type {
    border-bottom: 1px solid #f1f4f7
}

.section-faq-cx summary {
    color: #516880;
    cursor: pointer;
    padding: 20px 30px 20px 0;
    position: relative;
    font-family: var(--font-family-invest-pro);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.section-faq-cx summary::after {
    top: 29px;
    right: 0;
    color: #516880;
    display: block;
    content: "⌃";
    position: absolute;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 20px;
    line-height: 0;
    pointer-events: none
}

.section-faq-cx details[open]>summary {
    color: #000;
    padding-bottom: 10px
}

.section-faq-cx details[open]>summary::after {
    top: 35px;
    color: #000;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.section-faq-cx details[open] p,.section-faq-cx details[open] ol,.section-faq-cx details[open] ul {
    color: #516880
}

.section-faq-cx summary::-webkit-details-marker,.section-faq-cx summary::marker {
    display: none;
    content: ""
}

.section-faq-cx p,.section-faq-cx ol,.section-faq-cx ul {
    color: #516880;
    margin: 0 0 20px;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: var(--text-regular-line-height);
    font-family: var(--font-family-text)
}

.section-faq-cx ol li+li,.section-faq-cx ul li+li {
    margin-top: 8px
}

.section-faq-cx .span-cx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #fafafa;
    margin-top: 40px;
    padding-top: 40px
}

.section-faq-cx .span-cx h4 {
    margin: 0;
    font-family: var(--font-family-invest-pro);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px
}

.section-faq-cx .span-cx svg {
    height: auto !important
}

.section-faq-cx .span-content {
    padding: 0 24px
}

.section-faq-cx .span-animation {
    padding: 0 24px
}

.section-faq-cx .span-button {
    width: 100%;
    padding: 16px 24px;
    border-top: 1px solid #f1f4f7
}

.section-faq-cx .span-button a {
    color: #0038ff;
    display: block;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none
}

.section-faq-cx .span-button a:link,.section-faq-cx .span-button a:focus,.section-faq-cx .span-button a:active,.section-faq-cx .span-button a:visited {
    color: #0038ff
}

.section-faq-cx .span-button a:hover {
    color: #0000d3
}

.section-faq-cx .span-button a .svg-icon {
    top: 50%;
    right: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section-faq-cx.type-faq-cards p,.section-faq-cx.type-faq-cards ol,.section-faq-cx.type-faq-cards ul {
    color: #516880;
    font-size: 14px;
    line-height: 157.1428571429%
}

.section-faq-cx.type-faq-cards .h3 {
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height);
    text-align: center
}

.section-faq-cx .card {
    border: 1px solid #f1f4f7;
    padding: 32px 32px 28px;
    margin-bottom: 32px;
    border-radius: 6px
}

@media(min-width: 720px) {
    .section-faq-cx {
        margin:100px 0
    }

    .section-faq-cx .span-cx {
        padding: 0;
        max-width: 850px;
        margin-left: auto;
        margin-right: auto
    }

    .section-faq-cx .span-content {
        width: calc(100% - 375px);
        padding-top: 36px
    }

    .section-faq-cx .span-animation {
        width: 375px;
        height: 185px;
        overflow: hidden;
        font-size: 0
    }
}

@media(min-width: 1000px) {
    .section-faq-cx .span-cards {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 40px
    }

    .section-faq-cx .card {
        width: 33.3333333333%;
        max-width: calc(33.3333333333% - 12px)
    }
}

.section-faq-cx~.section-faq,.section-faq-cx~.section-support {
    display: none
}

.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)
    }
}

:root {
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 50);
    --duration: 50s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap))
}

.section-feature-otc {
    color: #fff;
    background: #000;
    margin-bottom: 110px
}

.section-feature-otc+.section {
    margin-top: 0
}

.section-feature-otc h2 {
    margin: 15px 0 24px;
    font-family: var(--font-family-denton);
    font-weight: 300;
    font-size: var(--h3-font-size);
    line-height: var(--h3-line-height)
}

.section-feature-otc p {
    margin: 0;
    font-size: var(--text-regular-font-size);
    font-weight: 400;
    line-height: var(--text-regular-line-height);
    font-family: var(--font-family-text)
}

.section-feature-otc p:last-of-type {
    margin-bottom: 0
}

.section-feature-otc ul {
    width: 100%;
    margin: 8px 0 32px;
    padding: 0;
    list-style: none
}

.section-feature-otc ul li {
    margin: 26px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.section-feature-otc ul .span-text {
    padding-left: 12px;
    font-size: var(--text-small-font-size);
    font-weight: 400;
    line-height: var(--text-small-line-height);
    font-family: var(--font-family-text)
}

.section-feature-otc .btn-text {
    color: #0000d3;
    -webkit-text-decoration: none;
    text-decoration: none
}

.section-feature-otc .btn-text:link,.section-feature-otc .btn-text:focus,.section-feature-otc .btn-text:active,.section-feature-otc .btn-text:visited {
    color: #0038ff
}

.section-feature-otc .btn-text:hover {
    color: #0000d3
}

.section-feature-otc .btn-text:hover {
    -webkit-text-decoration: underline;
    text-decoration: underline
}

.section-feature-otc .span-title {
    padding-top: 30px;
    padding-bottom: 60px
}

.section-feature-otc .span-media {
    overflow: hidden;
    position: relative;
    max-width: 520px;
    max-height: 300px
}

.section-feature-otc .span-media::after,.section-feature-otc .span-media::before {
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 2;
    display: block;
    content: "";
    position: absolute
}

.section-feature-otc .span-media::after {
    bottom: -20px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, black), to(black));
    background: -webkit-linear-gradient(top, transparent, black 80%, black);
    background: -o-linear-gradient(top, transparent, black 80%, black);
    background: linear-gradient(to bottom, transparent, black 80%, black)
}

.section-feature-otc .span-media::before {
    top: -20px;
    background: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(80%, black), to(black));
    background: -webkit-linear-gradient(bottom, transparent, black 80%, black);
    background: -o-linear-gradient(bottom, transparent, black 80%, black);
    background: linear-gradient(to top, transparent, black 80%, black)
}

.section-feature-otc .marquee-wrapper {
    gap: 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    height: 100%;
    z-index: 1;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-feature-otc .marquee {
    gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 50);
    gap: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    max-width: 115px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.section-feature-otc .marquee__group {
    gap: calc(clamp(10rem, 1rem + 40vmin, 30rem) / 50);
    gap: var(--gap);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -webkit-animation: scroll-y 50s linear infinite;
    -o-animation: scroll-y 50s linear infinite;
    animation: scroll-y 50s linear infinite;
    -webkit-animation: scroll-y var(--duration) linear infinite;
    -o-animation: scroll-y var(--duration) linear infinite;
    animation: scroll-y var(--duration) linear infinite;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.section-feature-otc .marquee--vertical,.section-feature-otc .marquee--vertical .marquee__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.section-feature-otc .marquee--reverse .marquee__group {
    animation-direction: reverse;
    -webkit-animation-delay: -3s;
    -o-animation-delay: -3s;
    animation-delay: -3s
}

@media(min-width: 720px) {
    .section-feature-otc .container {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section-feature-otc .span-title {
        width: 50%;
        max-width: 620px
    }

    .section-feature-otc .span-media {
        width: 50%;
        max-height: 600px
    }
}

@media(min-width: 1020px) {
    .section-feature-otc h2 {
        margin:20px 0 36px;
        font-family: var(--font-family-denton);
        font-weight: 300;
        font-size: var(--h2-font-size);
        line-height: var(--h2-line-height)
    }

    .section-feature-otc .span-media {
        -webkit-box-ordinal-group: 31;
        -ms-flex-order: 30;
        order: 30;
        -ms-flex-item-align: stretch;
        align-self: stretch
    }

    .section-feature-otc .marquee {
        max-width: 185px
    }

    .section-feature-otc ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .section-feature-otc ul li {
        width: 50%
    }

    .section-feature-otc ul li:nth-child(odd) {
        padding-right: 16px
    }

    .section-feature-otc ul li:nth-child(even) {
        padding-left: 16px
    }
}

@-webkit-keyframes scroll-y {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateY(var(--scroll-start));
        transform: translateY(var(--scroll-start))
    }

    to {
        -webkit-transform: translateY(calc(-100% - (clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        transform: translateY(calc(-100% - (clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        -webkit-transform: translateY(calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        transform: translateY(calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        -webkit-transform: translateY(var(--scroll-end));
        transform: translateY(var(--scroll-end))
    }
}

@-o-keyframes scroll-y {
    from {
        -o-transform: translateY(0);
        transform: translateY(0);
        -o-transform: translateY(var(--scroll-start));
        transform: translateY(var(--scroll-start))
    }

    to {
        -o-transform: translateY(calc(-100% - (clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        transform: translateY(calc(-100% - (clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        -o-transform: translateY(calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        transform: translateY(calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        -o-transform: translateY(var(--scroll-end));
        transform: translateY(var(--scroll-end))
    }
}

@keyframes scroll-y {
    from {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transform: translateY(var(--scroll-start));
        -o-transform: translateY(var(--scroll-start));
        transform: translateY(var(--scroll-start))
    }

    to {
        -webkit-transform: translateY(calc(-100% - (clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        -o-transform: translateY(calc(-100% - (clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        transform: translateY(calc(-100% - (clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        -webkit-transform: translateY(calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        -o-transform: translateY(calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        transform: translateY(calc(-100% - calc(clamp(10rem, 1rem + 40vmin, 30rem) / 50)));
        -webkit-transform: translateY(var(--scroll-end));
        -o-transform: translateY(var(--scroll-end));
        transform: translateY(var(--scroll-end))
    }
}
