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

.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: 1000px) {
    .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;
    padding: 8px 15px;
    min-width: unset;
    gap: unset
}

@media screen and (max-width: 1000px) {
    .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: stretch;
    flex-grow: 1
}

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

.differents .section__head {
    margin-bottom: 48px
}

@media screen and (max-width: 1000px) {
    .differents .section__head {
        margin-bottom: 24px
    }
}

.different {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px
}

@media screen and (max-width: 1000px) {
    .different {
        flex-direction: row
    }
}

@media screen and (max-width: 560px) {
    .different {
        gap: 16px
    }
}

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

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

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

.different p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0
}

@media screen and (max-width: 1000px) {
    .different p {
        font-size: 12px
    }
}

.home-table .table {
    overflow: hidden;
    margin: 0;
    width: 100%;
    table-layout: fixed
}

.home-table .table td, .home-table .table th {
    position: relative;
    border-top: none;
    border-bottom: none;
    padding: 16px
}

.home-table .table td:first-child, .home-table .table th:first-child {
    padding: 8px
}

.home-table .table td:last-child, .home-table .table th:last-child {
    padding: 8px
}

.home-table .table__head {
    border-bottom: 1px solid var(--secondary-light, #EEE)
}

.home-table .table__row:not(:last-child) td, .home-table .table__row:not(:last-child) th {
    border-bottom: 1px solid var(--secondary-light, #EEE)
}

.home-table .table__row:first-child th {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.home-table .table__row:last-child td {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.home-table .table__row td:nth-child(2), .home-table .table__row th:nth-child(2) {
    background: var(--primary-lightest, #ecf6ff)
}

.home-table .table__th, .home-table .table__td {
    max-width: 32% !important;
    min-width: 32% !important;
    text-align: center;
    font-size: 14px;
    vertical-align: middle
}

.home-table .table__th a, .home-table .table__td a {
    font-weight: 500;
    line-height: 1.5;
    color: var(--primary-darker, #1874c1)
}

.home-table .table__th a span, .home-table .table__td a span {
    font-size: 14px
}

@media screen and (max-width: 1275px) {
    .home-table .table__th a span, .home-table .table__td a span {
        font-size: 12px
    }
}

.home-table .table__th a svg, .home-table .table__td a svg {
    fill: var(--primary-darker, #1874c1)
}

@media screen and (max-width: 1275px) {
    .home-table .table__th a svg, .home-table .table__td a svg {
        width: 12px;
        height: 12px
    }
}

.home-table .table__th {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2
}

.home-table .table__td--first {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    max-width: 285px !important
}

.home-table .table-wrap {
    overflow-y: hidden;
    scrollbar-width: none
}

.home-table .table-wrap::-webkit-scrollbar {
    display: none
}

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