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

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

.section {
    margin-top: 0 !important;
    margin-bottom: 80px;
}


.hero-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 0 !important;
    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(20%);
    }
}

.hero-section {
    margin-top: 0 !important;
}

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

.hero-section__inner .title {
    max-width: 926px;
    margin: 0 auto 22px;
    text-align: center;
}

.hero-section__inner .desc {
    max-width: 916px;
    margin: 0 auto 22px;
    text-align: center;
    letter-spacing: -0.18px;
}

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

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

.hero-section__img {
    overflow: hidden;
    border-radius: 32px;
}


.built-for-businesses__inner {
    padding: 60px;
    border-radius: 32px;
    background: #FFF;
    box-shadow: 0 4px 38px 0 rgba(156, 25, 206, 0.10);
}

.built-for-businesses__inner .title {
    margin-bottom: 16px;
    text-align: center;
}

.built-for-businesses__inner .desc {
    max-width: 830px;
    margin: 0 auto 50px;
    text-align: center;
}

.built-for-businesses__items {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.built-for-businesses__items .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: calc((100% / 5) - 20px);
}

.built-for-businesses__items .item__title {
    text-align: center;
}


.people-first__inner .title {
    margin-bottom: 16px;
    text-align: center;
}

.people-first__inner .desc {
    max-width: 884px;
    margin: 0 auto 60px;
    text-align: center;
}

.people-first__items {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.people-first__items .item {
    width: calc((100% / 3) - 20px);
    padding: 40px;
    border-radius: 24px;
}

.people-first__items .item:first-child,
.people-first__items .item:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 600px;
    background: #EEEFFF;
}

.people-first__items .item:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 660px;
    background:
        image-set(
            url("../images/dedicated-account-managers/people-first-bg-fullhd.png") 1x,
            url("../images/dedicated-account-managers/people-first-bg-fullhd@2x.png") 2x
        ) center / cover no-repeat,
        linear-gradient(180deg, #000 71.14%, #000 100%);
}

.people-first__items .item:nth-child(2) .item__title,
.people-first__items .item:nth-child(2) .item__desc {
    color: #ffffff;
}

.people-first__inner .buttons {
    text-align: center;
}



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

#banner .title {
    margin: 0 auto 16px;
    color: #F8F7F8;
    text-align: center;
}

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

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


@media (max-width: 1439px) {
    .people-first__items {
        justify-content: center;
    }

    .people-first__items .item {
        width: 375px;
    }

    .people-first__items .item:nth-child(2) {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        min-height: 660px;
        background:
            image-set(
                url("../images/dedicated-account-managers/people-first-bg-desktop.png") 1x,
                url("../images/dedicated-account-managers/people-first-bg-desktop@2x.png") 2x
            ) center / cover no-repeat,
            linear-gradient(180deg, #000 71.14%, #000 100%);
    }
}

@media (max-width: 1365px) {
    h2 {
        font-size: 42px;
        line-height: 56px;
    }

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


}

@media (max-width: 1199px) {

}

@media (max-width: 1024px) {
    .people-first__items {
        flex-wrap: wrap;
    }

    .people-first__items .item:first-child,
    .people-first__items .item:last-child {
        min-height: 660px;
    }

    .people-first__items .item:first-child {
        width: calc(50% - 20px);
    }

    .people-first__items .item:nth-child(2) {
        width: calc(50% - 20px);
        background:
            image-set(
                url("../images/dedicated-account-managers/people-first-bg-laptop.png") 1x,
                url("../images/dedicated-account-managers/people-first-bg-laptop@2x.png") 2x
            ) center / cover no-repeat,
            linear-gradient(180deg, #000 71.14%, #000 100%);
    }

    .people-first__items .item:last-child {
        width: 100%;
    }

    .built-for-businesses__items {
        flex-wrap: wrap;
    }
    .built-for-businesses__items .item {
        width: calc(50% - 20px);
    }

    #banner .title {
        max-width: 580px;
    }
}

@media (max-width: 1023px) {

}

@media (max-width: 1023px) {
    .hero-section__inner .buttons {
        gap: 20px;
    }

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

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

@media (max-width: 768px) {
    .people-first__items .item:first-child {
        min-height: 500px;
    }
    .people-first__items .item:last-child {
        min-height: auto;
    }
    .people-first__items .item:nth-child(2) {
        min-height: 500px;
        width: calc(50% - 20px);
        background:
            image-set(
                url("../images/dedicated-account-managers/people-first-bg-tablet.png") 1x,
                url("../images/dedicated-account-managers/people-first-bg-tablet@2x.png") 2x
            ) center / cover no-repeat,
            linear-gradient(180deg, #000 71.14%, #000 100%);
    }

    .built-for-businesses__inner {
        padding: 40px;
    }
}


@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 {
        padding-bottom: 40px;
    }

    .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 .buttons {
        margin-bottom: 40px;
    }

    .hero-section__inner .btn {
        display: inline-flex;
        align-items: center;
    }


    .hero-section__inner .title,
    .hero-section__inner .desc {
        padding: 0 20px;
    }

    .hero-section__img {
        border-radius: 0;
    }
    .hero-section__img img {
        width: 100%;
    }

    .people-first__inner .title {
        padding: 0 20px;
    }

    .people-first__inner .desc {
        padding: 0 20px;
    }

    .people-first__items .item {
        padding: 20px;
    }
    .people-first__items .item picture {
        text-align: center;
    }
    .people-first__items .item:first-child,
    .people-first__items .item:nth-child(2),
    .people-first__items .item:last-child {
        width: 100%;
        border-radius: 0;
    }

    .people-first__items .item:first-child {
        min-height: 376px;
    }
    .people-first__items .item:nth-child(2) {
        min-height: 500px;
        background:
            image-set(
                url("../images/dedicated-account-managers/people-first-bg-mobile.png") 1x,
                url("../images/dedicated-account-managers/people-first-bg-mobile@2x.png") 2x
            ) top center / cover no-repeat,
            linear-gradient(180deg, #000 71.14%, #000 100%);
    }


    .built-for-businesses__inner {
        border-radius: 0;
        padding: 20px;
    }

    .built-for-businesses__items {
        justify-content: center;
    }




    #banner .container {
        padding: 50px 20px !important;
        border-radius: 0;
    }

    #banner .title {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 31px;
    }

    #banner .content {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 25px;
    }

    #banner .btn {
        width: max-content;
        height: max-content;
        margin: 0 auto;
        font-size: 16px;
    }
}

