body {
    padding-top: 86px !important;
}

.section .container {
    max-width: 1400px;
    /*padding: 0 40px;*/
    padding: 0;
}

.section {
    margin-bottom: 80px;
}


.hero-section {
    position: relative;
    overflow: hidden;
    /*padding-bottom: 80px;*/
}

.floating-left,
.floating-right {
    position: absolute;
    top: 0;
    z-index: -1;
    pointer-events: none;
    animation: floatY 10s ease-in-out infinite;
}

.floating-left-mobile, .floating-right-mobile {
    display: none;
}

.floating-left {
    left: -30%;
    animation-delay: 0s;
}

.floating-right {
    right: -30%;
    animation-delay: 3s; /* половина періоду — створює протифазу */
}

@keyframes floatY {
    0%, 100% {
        transform: translateY(-300px);
    }
    50% {
        transform: translateY(40%);
    }
}


.hero-section__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    padding-top: 40px;
}

.hero-section__inner .hero-section__cnt .title {
    max-width: 1026px;
    margin: 0 auto 24px;
    color: var(--content-primary);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* Desctop/Headings/H1 */
    font-size: 90px;
    font-style: normal;
    font-weight: 900;
    line-height: 90px; /* 100% */
    text-transform: uppercase;
}

.hero-section__inner .desc {
    max-width: 633px;
    margin: 0 auto 40px;
    text-align: center;
}

.hero-section__inner .buttons {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 80px;
}

.hero-section__inner .buttons .btn.btn-outline {
    background-color: transparent;
    border: 1px solid #1E1E1E;
    color: #1E1E1E;
}

.hero__wrap {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 24px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
}

.hero__wrap > div {
    width: 50%;
    flex-basis: 50%;
}

.hero__cnt {
    padding: 60px;
}

.hero__wrap {
    margin-bottom: 96px;
}

.hero__wrap .title {
    margin-bottom: 32px;
    color: #1F1E1F;
    color: color(display-p3 0.1216 0.1176 0.1216);
    leading-trim: both;
    text-edge: cap;

    /* Desctop/Headings/H2 */
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; /* 100% */
    text-transform: uppercase;
}

.hero__wrap .description {
    color: #1F1E1F;
    color: color(display-p3 0.1216 0.1176 0.1216);

    /* Desctop/Paragraph/P1 */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}


.benefits h2 {
    max-width: 1010px;
    margin: 0 auto 60px;
    color: #1F1E1F;
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* Desctop/Headings/H2 */
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; /* 100% */
    text-transform: uppercase;
}

.benefits .items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.benefits .item {
    width: calc((100% / 2) - 15px);
    padding: 32px;
    border-radius: 20px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
    text-align: center;
}

.benefits .item .item__icon {
    margin-bottom: 24px;
}

.benefits .item .item__title {
    margin-bottom: 24px;
    color: #1F1E1F;
    color: color(display-p3 0.1216 0.1176 0.1216);
    text-align: center;

    /* Desctop/Headings/H4 */
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
}

.benefits .item .item__desc {
    color: #1F1E1F;
    color: color(display-p3 0.1216 0.1176 0.1216);
    text-align: center;

    /* Desctop/Paragraph/P1 */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}


.exchange-currencies__inner {
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 24px;
    background: #ffffff;

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
}

.exchange-currencies__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.exchange-currencies__cnt {
    padding: 60px;
}

.exchange-currencies__cnt .title {
    margin-bottom: 32px;
    color: #1F1E1F;
    leading-trim: both;
    text-edge: cap;

    /* Desctop/Headings/H2 */
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; /* 100% */
    text-transform: uppercase;
}

.exchange-currencies__cnt .desc {
    margin-bottom: 32px;
    color: #1F1E1F;

    /* Desctop/Paragraph/P1 */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}

.exchange-currencies__cnt ul {
    padding-left: 25px;
    list-style: disc;
}

.exchange-currencies__cnt ul li {
    color: #1F1E1F;

    /* Desctop/Headings/H5 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}

.exchange-currencies__cnt ul li::marker {
    color: #AB00D6;
}


.mid-market__main_inner {
    display: flex;
    gap: 40px;
}

.mid-market__main_inner > div {
    width: 50%;
    flex-basis: 50%;
}

.mid-market__inner {
    border-radius: 24px;
    background: #F2F4F8;
}

.mobile__inner {
    border-radius: 24px;
    background: #EEEFFF;
}

.mid-market__cnt,
.mobile__cnt {
    padding: 40px;
}

.mid-market__cnt .title,
.mobile__cnt .title {
    margin-bottom: 20px;
    color: var(--content-primary);

    /* Desctop/Headings/H3 */
    font-size: 42px;
    font-style: normal;
    font-weight: 500;
    line-height: 56px; /* 133.333% */
}

.mid-market__cnt .desc {
    max-width: 490px;
}


.perfect .title {
    margin-bottom: 40px;
    color: var(--content-primary);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* Desctop/Headings/H2 */
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; /* 100% */
    text-transform: uppercase;
}

.perfect .items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}

.perfect .item {
    padding: 32px;
    border-radius: 999px;
    background: var(--white);

    /* Shadow */
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
    color: var(--content-primary, #1E1E1E);
    color: var(--content-primary, color(display-p3 0.1176 0.1176 0.1176));

    /* Desctop/Headings/H5 */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px; /* 155.556% */
}


.how-to-open__inner {
    overflow: hidden;
    display: flex;
    border-radius: 32px;
    background: #ffffff;
}

.how-to-open__inner > div {
    width: 50%;
    flex-basis: 50%;
}

.how-to-open__img img {
    width: 100%;
    height: 100%;
}

.how-to-open__cnt {
    padding: 60px;
}

.how-to-open__cnt .title {
    margin-bottom: 16px;
    font-weight: 500;
}

.how-to-open__cnt .desc {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: -0.2px;
}

.how-to-open__cnt .items {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.how-to-open__cnt .item {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border-radius: 24px;
    background: #F2F4F8;
}

.how-to-open__cnt .item .number {
    color: #1F1E1F;

    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 64px; /* 114.286% */
}

.how-to-open__cnt .item .item__title {
    margin-bottom: 16px;
    color: #1D1B1F;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 142.857% */
}

.how-to-open__cnt .item .item__desc {
    color: #1F1E1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}


/* banner */
.banner .banner__inner {
    padding: 78px;
    border-radius: 32px;
    background: url('../images/partners/banner.png') lightgray 50% / cover no-repeat;
    box-shadow: 0 4px 38px 0 rgba(143, 39, 199, 0.10);
}

.banner .title {
    max-width: 788px;
    margin: 0 auto 16px;
    color: var(--white);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* Desctop/Headings/H2 */
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: 60px; /* 100% */
    text-transform: uppercase;
}

.banner .content {
    max-width: 550px;
    margin: 0 auto 56px;
    color: #F8F7F8;
    text-align: center;
}

.banner .btn {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 0 auto;
    background: #ffffff;
    color: #1E1E1E;
    border-radius: 8px;
}


/* faq */
#faq .title {
    margin-bottom: 60px;
    color: #1F1E1F;
    text-align: center;
}

#faq .accordion {
    row-gap: 30px;
}

#faq .accordion__item {
    border-radius: 24px;
    box-shadow: 0 4px 38px 0 rgba(143, 39, 199, 0.10);
}

#faq .accordion__header {
    color: #1F1E1F;
}

#faq p.accordion__content {
    padding-top: 25px;
    color: #1F1E1F;
}

#faq ul.accordion__content {
    padding-left: 25px;
    list-style-type: disc;
}

#faq ul.accordion__content li {
    color: #1F1E1F;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 177.778% */
}

#faq p + p,
#faq ul + p {
    margin-top: 1rem;
}

#faq p + ul {
    margin-left: 1rem;
}


@media (max-width: 1439px) {
    body {
        padding-top: 98px !important;
    }

    .section .container {
        max-width: 1206px;
        padding: 0;
    }

    .hero__img img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 1365px) {
    .section .container {
        max-width: 880px;
        padding: 0;
    }

    .hero-section__inner .hero-section__cnt .title {
        max-width: 500px;
        font-size: 40px;
        line-height: 1;
    }

    .benefits h2,
    .personalised-service__cnt .title,
    .banner .title {
        font-size: 34px;
        line-height: 1;
    }


    /*.hero__wrap {*/
    /*    flex-direction: column-reverse;*/
    /*}*/
    .hero__wrap > div {
        width: 100%;
        flex-basis: 100%;
    }

    .personalised-service__inner {
        flex-direction: column;
    }

    .personalised-service__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

    .personalised-service__img img {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .section {
        margin-top: 0 !important;
    }

    .floating-left {
        left: -50%;
    }

    .floating-right {
        right: -50%;
    }

    @keyframes floatY {
        0%, 100% {
            transform: translateY(-300px);
        }
        50% {
            transform: translateY(20%);
        }
    }

    .open-business-account__inner {
        flex-direction: column-reverse;
    }

    .open-business-account__inner > div {
        width: 100%;
        flex-basis: 100%;
    }


    .hero__wrap .title {
        font-size: 34px;
        line-height: 34px; /* 100% */
    }

    .hero-section__inner .buttons .btn {
        padding: 12px 16px;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 16px; /* 100% */
    }

    .hero__wrap .description {
        color: #1F1E1F;
        font-size: 16px;
        line-height: 28px; /* 175% */
    }

    .hero__cnt {
        padding: 40px;
    }

    .benefits h2 {
        max-width: 600px;
        margin: 0 auto 48px;
    }


    .benefits .item .item__title {
        font-size: 20px;
        line-height: 28px; /* 140% */
    }

    .benefits .item .item__desc {
        font-size: 16px;
        line-height: 28px;
    }

    .exchange-currencies__cnt .title {
        font-size: 34px;
        line-height: 1;
    }

    .exchange-currencies__cnt .desc {
        font-size: 16px;
        line-height: 28px;
    }

    .exchange-currencies__cnt ul li {
        font-size: 16px;
        line-height: 24px;
    }

    .exchange-currencies__cnt {
        padding: 40px;
    }

    .section.mid-market {
        overflow: hidden;
    }

    .mid-market__inner,
    .mobile__inner {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .mid-market__cnt .title, .mobile__cnt .title {
        font-size: 28px;
        line-height: 32px;
    }

    .perfect .title {
        font-size: 34px;
        line-height: 1;
    }

    .perfect .item {
        font-size: 16px;
        line-height: 24px;
    }

    .how-to-open__inner {
        flex-direction: column;
    }

    .how-to-open__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

    .how-to-open__cnt {
        padding: 40px;
    }

    .how-to-open__cnt .title {
        font-size: 28px;
        line-height: 32px;
    }

    .how-to-open__cnt .desc {
        font-size: 16px;
        line-height: 28px;
    }

    .how-to-open__cnt .item .number {
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
    }

    .how-to-open__cnt .item .item__title {
        font-size: 28px;
        line-height: 28px;
        font-weight: 600;
    }

    .how-to-open__cnt .item .item__desc {
        font-size: 16px;
        line-height: 28px;
    }

    .how-to-open__cnt .items {
        margin-bottom: 0;
    }
}

@media (max-width: 1023px) {
    .section {
        margin-bottom: 60px;
    }

    .hero__wrap {
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }

    .hero__cnt,
    .open-business-account__cnt,
    .personalised-service__cnt {
        padding: 40px;
    }

    .smarter-fx__inner {
        flex-direction: column;
    }

    .smarter-fx__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

    .smarter-fx__wrap .title, .payment-templates__wrap .title {
        max-width: 100%;
    }

    .smarter-fx__wrap .desc, .payment-templates__wrap .desc {
        max-width: 100%;
    }

    /*.benefits .items {*/
    /*    flex-direction: column;*/
    /*}*/
    /*.benefits .item {*/
    /*    width: 100%;*/
    /*}*/
    .perfect .items {
        max-width: 323px;
    }

    .perfect .item {
        width: 323px;
        text-align: center;
    }


    .open-business-account__cnt .item .number {
        font-size: 32px;
        line-height: 44px;
    }
}

@media (max-width: 767px) {
    body {
        padding: 88px 0 0 !important;
    }

    picture {
        width: 100%;
    }

    section .container {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0;
    }

    section h1 {
        font-size: 32px;
        line-height: 44px;
        font-weight: 600;
    }

    section h2 {
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
    }

    .section {
        /*overflow: hidden;*/
        margin-bottom: 40px;
    }

    .section .container {
        max-width: 100%;
        padding: 0;
    }

    @keyframes floatY {
        0%, 100% {
            transform: translateY(-100px);
        }
        50% {
            transform: translateY(200%);
        }
    }

    .hero-section__inner {
        margin-top: 0;
    }

    .floating-left,
    .floating-right {
        display: none;
    }

    .floating-left {
        left: -50%;
        animation-delay: 0s;
    }

    .floating-right {
        right: -50%;
        animation-delay: 6s;
    }

    .floating-left-mobile, .floating-right-mobile {
        display: block;
    }

    .hero-section__inner .hero-section__cnt .title {
        max-width: 320px;
    }

    .hero-section__inner .title {
        max-width: 320px;
    }

    .hero-section__inner .desc {
        max-width: 320px;
    }

    .hero-section__inner .hero__img {
        width: 100%;
        border-radius: 0;
    }

    .hero-section__inner .hero__img img {
        width: 100%;
    }

    .hero-section__inner .buttons {
        margin-bottom: 40px;
    }

    .hero__wrap,
    .open-business-account__inner,
    .personalised-service__inner {
        border-radius: 0;
    }

    .hero__cnt .title {
        margin: 0 0 30px;
        max-width: 100%;
    }

    .hero__cnt, .open-business-account__cnt, .personalised-service__cnt {
        padding: 20px;
    }


    .personalised-service__cnt .title {
        max-width: 320px;
    }

    .smarter-fx__inner > div {
        padding: 20px 20px 0;
        border-radius: 0;
    }


    .benefits h2 {
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .benefits .item {
        width: 100%;
        border-radius: 0;
    }


    .exchange-currencies__inner {
        flex-direction: column;
        border-radius: 0;
    }

    .exchange-currencies__inner > div {
        width: 100%;
        flex-basis: 100%;
    }

    .exchange-currencies__img img {
        width: 100%;
        height: auto;
    }

    .exchange-currencies__cnt {
        padding: 20px;
    }

    .mid-market__main_inner {
        flex-direction: column;
    }
    .mid-market__main_inner > div {
        width: 100%;
        flex-basis: 100%;
        border-radius: 0;
    }

    .mid-market__main_inner > div img {
        width: 100%;
    }


    .how-to-open__inner {
        border-radius: 0;
    }
    .how-to-open__cnt {
        padding: 20px;
    }


    .banner .banner__inner {
        padding: 40px 20px !important;
        background: url(../images/sepa-payments/banner-mobile.jpg) center center no-repeat;
        background-size: cover;
        border-radius: 0;
    }


    #faq .title {
        margin-bottom: 30px;
        padding: 0 20px;
        text-align: center;
    }

    #faq .accordion__item {
        border-radius: 0;
    }

    #faq .accordion__header {
        padding-right: 50px;
    }

    #faq .accordion {
        row-gap: 0;
    }

    .box-faq-list .accordion__header::after,
    .box-faq-list .accordion__item_show .accordion__header::after {
        border-radius: 10px !important;
    }

    #faq .accordion__header {
        font-size: 16px;
        line-height: 20.8px;
    }

    #faq p.accordion__content,
    #faq ul.accordion__content li {
        font-size: 16px;
        line-height: 25.6px;
    }
}
