.banner-section--empty {
    text-align: center
}

.banner-section .h1-custom {
    margin-bottom: 16px
}

.banner-section--empty .h1-custom {
    margin-bottom: 32px
}

@media screen and (max-width: 780px) {
    .banner-section--empty .h1-custom {
        margin-bottom: 16px
    }
}

.banner-section__subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--secondary-darker, #6a6a6a);
    margin-bottom: 32px;
    text-transform: uppercase
}

@media screen and (max-width: 780px) {
    .banner-section__subtitle {
        font-size: 12px;
        margin-bottom: 16px
    }
}

.banner-section .subtitle {
    margin-bottom: 48px
}

@media screen and (max-width: 780px) {
    .banner-section .subtitle {
        margin-bottom: 32px
    }
}

.banner-section--empty .subtitle {
    max-width: 624px;
    margin: 0 auto;
    margin-bottom: 32px
}

@media screen and (max-width: 780px) {
    .banner-section--empty .subtitle {
        max-width: 450px
    }
}

.banner-section__btns {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 24px
}

@media screen and (max-width: 560px) {
    .banner-section__btns {
        flex-direction: column;
        align-items: center
    }
}

.banner-section--empty .banner-section__btns {
    flex-direction: column
}

.banner-section__btn {
    min-width: 200px
}

@media screen and (max-width: 560px) {
    .banner-section__btn {
        min-width: 100%
    }
}

@media screen and (max-width: 560px) {
    .banner-section--empty .banner-section__btn {
        min-width: 200px
    }
}

.banner-section__img {
    width: 100%
}

.banner-section__info {
    color: var(--secondary-darker, #6a6a6a);
    display: flex;
    align-items: center;
    gap: 6px
}

.banner-section__info span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

@media screen and (max-width: 1050px) {
    .banner-section__info span {
        font-size: 14px
    }
}

.investors__title {
    text-align: center;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: uppercase
}

.investors__content {
    display: flex;
    overflow: hidden;
    pointer-events: none
}

.investors__list {
    padding: 8px 0;
    display: grid;
    grid-template-columns:repeat(10, 1fr);
    align-items: center;
    justify-content: center;
    align-self: center;
    min-width: 100%;
    gap: 10px
}

@media screen and (max-width: 1300px) {
    .investors__list {
        grid-template-columns:repeat(5, 1fr)
    }
}

@media screen and (max-width: 380px) {
    .investors__list {
        grid-template-columns:repeat(2, 1fr)
    }
}

.investors--marquee .investors__list {
    display: flex;
    min-width: unset;
    gap: unset
}

@media screen and (max-width: 1300px) {
    .investors--marquee .investors__list {
        animation: marqueeLoop 25s linear infinite
    }
}

@media screen and (max-width: 380px) {
    .investors--marquee .investors__list {
        animation: marqueeLoop 10s linear infinite
    }
}

.investors__item {
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    flex-grow: 1;
    height: 56px
}

.investors__item img {
    display: block;
    max-width: 100%
}

.investors--marquee .investors__item {
    min-width: 128px
}

@keyframes marqueeLoop {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

.review-marquee {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
}

.review-marquee__inner {
    display: flex;
    align-items: stretch;
    /*padding-right: 16px;*/
    animation: marqueReviews 28s linear infinite
}

.review-marquee:hover .review-marquee__inner {
    animation-play-state: paused
}

.review-marquee__item {
    width: min-content
}

.reviews__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px
}

@media screen and (max-width: 1275px) {
    .reviews__content {
        gap: 24px
    }
}

.reviews .slick {
    width: 100%
}

.reviews__btn {
    min-width: 200px
}

@media screen and (max-width: 560px) {
    .reviews__btn {
        min-width: 150px
    }
}

.review {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 42.5px;
    border: 1px solid var(--secondary-light, #EEE);
    border-radius: 32px;
    min-height: 100%
}

@media screen and (max-width: 1275px) {
    .review {
        padding: 24px
    }
}

.review__head {
    margin-bottom: 32px
}

@media screen and (max-width: 1275px) {
    .review__head {
        margin-bottom: 24px
    }
}

.review__head img {
    width: auto;
    max-width: 145px;
    height: 28px;
    object-fit: contain
}

.review__content {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 32px
}

@media screen and (max-width: 1275px) {
    .review__content {
        font-size: 12px
    }
}

.review__author {
    display: flex;
    align-items: center;
    gap: 16px
}

.review__author-img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.review__author-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.review__author-name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2
}

@media screen and (max-width: 1275px) {
    .review__author-name {
        font-size: 12px
    }
}

.review__author-role {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5
}

.review-marquee .review {
    width: 416px;
    margin-right: 16px;
    min-height: 100%
}

@media screen and (max-width: 780px) {
    .review-marquee .review {
        width: 288px
    }
}

@keyframes marqueReviews {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-100%)
    }
}

.get-started__container {
    box-sizing: border-box;
    padding: 48px 40px;
    border-radius: 32px;
    background: linear-gradient(225deg, #1e9fe8 0%, #1874c1 100%)
}

@media screen and (max-width: 1275px) {
    .get-started__container {
        padding: 32px
    }
}

@media screen and (max-width: 560px) {
    .get-started__container {
        padding: 24px
    }
}

.get-started__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: var(--secondary-lightest, #fff)
}

.get-started__content .h2-custom {
    margin-bottom: 16px
}

.get-started__content .subtitle {
    margin-bottom: 32px
}

.get-started__img {
    margin-bottom: 16px
}

.get-started__btn {
    min-width: 200px
}

@media screen and (max-width: 560px) {
    .get-started__btn {
        min-width: 150px
    }
}

.faq__head {
    margin: 0 auto;
    margin-bottom: 48px;
    text-align: center;
    max-width: 499px
}

@media screen and (max-width: 1275px) {
    .faq__head {
        margin-bottom: 24px
    }
}

.faq__head .h2-custom {
    margin-bottom: 12px
}

@media screen and (max-width: 1275px) {
    .faq__head .h2-custom {
        margin-bottom: 8px
    }
}

.faq__list {
    max-width: 842px;
    margin: 0 auto
}

.faq__item {
    width: 100%;
    border-top: 1px solid var(--secondary-light, #EEE)
}

.faq__item:last-child {
    border-bottom: 1px solid var(--secondary-light, #EEE)
}

.faq__item-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 16px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    cursor: pointer
}

@media screen and (max-width: 1275px) {
    .faq__item-head {
        font-size: 16px;
        line-height: 1.2
    }
}

.faq__item-head button {
    width: 21px;
    height: 21px;
    outline: none;
    padding: 0;
    transform-origin: 50% 50%;
    transform: rotateZ(45deg);
    transition: .3s linear;
    display: flex;
    align-items: center;
    justify-content: center
}

.faq__item-head button:focus, .faq__item-head button:active {
    border: none;
    outline: none;
    box-shadow: none
}

.faq__item-head button svg {
    display: block
}

.faq__item-head button path {
    fill: var(--secondary-darkest, #000);
    transition: .3s linear
}

.faq__item-head.collapsed button {
    transform: rotateZ(0deg)
}

.faq__item-head.collapsed button path {
    fill: var(--secondary-darker, #6a6a6a)
}

.faq__item-content {
    padding-bottom: 16px
}

@media screen and (max-width: 1275px) {
    .faq__item-content {
        font-size: 12px
    }
}

.world-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 48px 24px
}

@media screen and (max-width: 1370px) {
    .world-data {
        gap: 32px 24px
    }
}

@media screen and (max-width: 780px) {
    .world-data {
        gap: 24px 24px
    }
}

.world-data__head {
    width: 100%
}

.world-data__head .subtitle {
    margin: 0 auto;
    max-width: 850px
}

.world-data__map {
    max-width: 48.75%
}

@media screen and (max-width: 1370px) {
    .world-data__map {
        max-width: 57.5%
    }
}

@media screen and (max-width: 780px) {
    .world-data__map {
        max-width: unset
    }
}

.world-data__map img {
    width: 100%;
    display: block
}

.world-data__data {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 42.7%
}

@media screen and (max-width: 1370px) {
    .world-data__data {
        max-width: 38.8%
    }
}

@media screen and (max-width: 1000px) {
    .world-data__data {
        gap: 25.12px
    }
}

@media screen and (max-width: 780px) {
    .world-data__data {
        max-width: unset
    }
}

.world-data__data-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px 32px
}

@media screen and (max-width: 1275px) {
    .world-data__data-item {
        flex-direction: column;
        align-items: flex-start
    }
}

.world-data__data-item .breadcrumbs {
    justify-content: flex-end;
    max-width: 250px
}

@media screen and (max-width: 1275px) {
    .world-data__data-item .breadcrumbs {
        max-width: unset;
        justify-content: flex-start
    }
}

.world-data__text {
    width: 100%
}

.world-data__text p {
    margin: 0 auto;
    max-width: 1004px;
    text-align: center;
    font-size: 14px
}

.section-equity__subtitle {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 8px
}

@media screen and (max-width: 1000px) {
    .section-equity__subtitle {
        margin-bottom: 16px
    }
}

.section-equity .section__head {
    margin-bottom: 48px
}

@media screen and (max-width: 780px) {
    .section-equity .section__head {
        margin-bottom: 24px
    }
}

.equity {
    border-radius: 32px;
    border: 1px solid var(--secondary-light, #eee);
    padding: 48px 24px;
    text-align: center;
    min-height: 100%
}

.equity__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 24px
}

.equity--blue .equity__icon {
    background: var(--primary-lightest, #ecf6ff)
}

.equity--orange .equity__icon {
    background: var(--warning-lightest, #fcf2ea)
}

.equity .h3-custom {
    margin-bottom: 8px
}

.equity__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.section-needs .section__head {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 48px
}

@media screen and (max-width: 780px) {
    .section-needs .section__head {
        margin-bottom: 24px
    }
}

.blank {
    overflow: hidden;
    padding: 32px 44px;
    padding-bottom: 0;
    border-radius: 32px;
    background: var(--secondary-lighter, #f5f5f5);
    text-align: center
}

@media screen and (max-width: 780px) {
    .blank {
        padding: 32px 14px;
        padding-bottom: 0
    }
}

.blank--big {
    padding: 40px 40px;
    padding-bottom: 40px
}

@media screen and (max-width: 780px) {
    .blank--big {
        padding: 24px 14px
    }
}

.blank__title {
    margin-bottom: 8px
}

.blank--big .blank__title {
    margin-bottom: 12px
}

.blank__text {
    margin-bottom: 32px
}

@media screen and (max-width: 780px) {
    .blank__text {
        font-size: 14px;
        margin-bottom: 24px
    }
}

.blank__img {
    box-shadow: 0 27.04px 36.06px 0 rgba(0, 0, 0, .08)
}

.blank__img img {
    width: 100%
}

.dirs .row {
    margin-bottom: 32px
}

@media screen and (max-width: 560px) {
    .dirs .row {
        margin-bottom: 24px
    }
}

.dirs__btn {
    background: var(--secondary-lightest, #fff);
    min-width: 186px
}

@media screen and (max-width: 560px) {
    .dirs__btn {
        min-width: 100%
    }
}

.dir {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    padding: 12px;
    border-radius: 16px;
    background: var(--secondary-lightest, #fff)
}

.dir__icon {
    min-width: 51px;
    width: 51px;
    height: 51px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-lightest, #ecf6ff)
}

@media screen and (max-width: 1000px) {
    .dir__icon {
        min-width: 40px;
        width: 40px;
        height: 40px
    }

    .dir__icon svg {
        width: 24px;
        height: 24px
    }
}

.dir__data {
    text-align: left
}

.dir__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5
}

.dir__title {
    transition: .3s linear
}

@media screen and (max-width: 1000px) {
    .dir__title {
        font-size: 14px
    }
}

.dir--active .dir__title {
    color: var(--primary-darker, #1874c1)
}

/*# sourceMappingURL=about.css.map*/
