@font-face {
    font-family: Actay-Regular;
    src: url(../fonts/Actay-Regular.woff2) format("woff2"),
        url(../fonts/Actay-Regular.woff) format("woff"),
        url(../fonts/Actay-Regular.ttf) format("truetype"),
        url(../fonts/Actay-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ActayWide-Bold;
    src: url(../fonts/ActayWide-Bold.otf) format("woff2"),
        url(../fonts/ActayWide-Bold.woff) format("woff"),
        url(../fonts/ActayWide-Bold.ttf) format("truetype"),
        url(../fonts/ActayWide-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: ActayWide-BoldItalic;
    src: url(../fonts/ActayWide-BoldItalic.woff2) format("woff2"),
        url(../fonts/ActayWide-BoldItalic.woff) format("woff"),
        url(../fonts/ActayWide-BoldItalic.ttf) format("truetype"),
        url(../fonts/ActayWide-BoldItalic.otf) format("opentype");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans.woff2) format("woff2"),
        url(../fonts/OpenSans.woff) format("woff"),
        url(../fonts/OpenSans.ttf) format("truetype"),
        url(../fonts/OpenSans.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Ubuntu-Regular;
    src: url(../fonts/Ubuntu-Regular.woff2) format("woff2"),
        url(../fonts/Ubuntu-Regular.woff) format("woff"),
        url(../fonts/Ubuntu-Regular.ttf) format("truetype"),
        url(../fonts/Ubuntu-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

* {
    outline: none !important;
}

.referral-program {
    padding-top: 84px;
}

.referral-title {
    padding: 32px 0 48px 0;
}

.referral-title .wrapper {
    display: flex;
    max-width: 1116px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    width: 100%;
}

.referral-title h1 {
    color: #272727;
    font-size: 50px;
    font-weight: 700;
    line-height: 110%;
}

.referral-title h2 {
    color: #272727;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.referral-banner {
    height: 476px;
}

.referral-viban {
    padding: 96px 0;
}

body {
    font-family: OpenSans, sans-serif;
    color: #515151;
    font-weight: 400;
    position: relative;
}

.submit-ne {
    background: url(/wp-content/themes/generatepress/images/submit.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 81px 14px;
    transition: all 0.5s;
    border: none;
    margin: 0 auto 64px auto;
    display: block;
    max-width: 300px;
    width: 100%;
    height: 50px;
}

.merchant-content {
    padding-bottom: 20px;
}

.not__link {
    text-decoration: none !important;
    width: 100%;
}

.body.active {
    overflow: hidden;
}

body:after {
    content: "";
    background: url(/wp-content/themes/generatepress/images/Background2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

strong {
    font-weight: 700;
    color: #272727;
}


main {
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.input-form {
    transition: all 0.5s;
}

.input-form:hover {
    border: 1px solid #7957B5 !important;
    transition: all 0.5s;
}

.input-form:hover::placeholder {
    color: #393939 !important;
    transition: all 0.5s;
}

.input-form:focus {
    border: 1px solid #7957B5 !important;
    transition: all 0.5s;
}

.input-form:focus::placeholder {
    color: #393939 !important;
    transition: all 0.5s;
}

.input-form:active {
    border: 1px solid #7957B5 !important;
    transition: all 0.5s;
}

.input-form:active::placeholder {
    color: #393939 !important;
    transition: all 0.5s;
}



.input-footer {
    transition: all 0.5s;
}

.input-footer:hover {
    border: 1px solid #7957B5 !important;
    transition: all 0.5s;
}

.input-footer:hover::placeholder {
    color: #393939 !important;
    transition: all 0.5s;
}

.input-footer:focus {
    border: 1px solid #7957B5 !important;
    transition: all 0.5s;
}

.input-footer:focus::placeholder {
    color: #393939 !important;
    transition: all 0.5s;
}

.input-footer:active {
    border: 1px solid #7957B5 !important;
    transition: all 0.5s;
}

.input-footer:active::placeholder {
    color: #393939 !important;
    transition: all 0.5s;
}

button {
    font-family: OpenSans, sans-serif;
    font-weight: 400;
    transition: all 0.5s;
}

.header-group-button button:nth-of-type(2):hover {
    background: url(/wp-content/themes/generatepress/images/button-icon2.svg), #9571D2;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: 80px;
    transition: all 0.5s;
}

.header-group-button button:nth-of-type(2):active {
    background: url(/wp-content/themes/generatepress/images/button-icon2.svg), #5D4191;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: 80px;
    transition: all 0.5s;
}

.header-group-button button:nth-of-type(1):hover {
    border: 1px solid #9571D2;
    color: #9571D2;
    transition: all 0.5s;
}

.header-group-button button:nth-of-type(1):active {
    border: 1px solid #5D4191;
    color: #5D4191;
    transition: all 0.5s;
}

.card-payments-left button:hover {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 173px 15px;
    transition: all 0.5s;
}

.card-payments-left button:active {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 173px 15px;
    transition: all 0.5s;
}

.banking-account-top button:hover {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 173px 15px;
    transition: all 0.5s;
}

.banking-account-top button:active {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 173px 15px;
    transition: all 0.5s;
}

.transparent-pricing-left button:hover {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 150px 15px;
    transition: all 0.5s;
}

.transparent-pricing-left button:active {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 150px 15px;
    transition: all 0.5s;
}

.features-top button:hover {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 80px 15px;
    transition: all 0.5s;
}

.features-top button:active {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 80px 15px;
    transition: all 0.5s;
}

.main-container-right a:hover {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 18px 15px;
    transition: all 0.5s;
}

.main-container-right a:active {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 18px 15px;
    transition: all 0.5s;
}

.viban-account .wrapper>button:hover {
    background: url(/wp-content/themes/generatepress/images/icon-people.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160px 12px;
    transition: all 0.5s;
}

.viban-account .wrapper>button:active {
    background: url(/wp-content/themes/generatepress/images/icon-people.svg), #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160px 12px;
    transition: all 0.5s;
}

.viban-account-tampl-section-flex button:hover {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 130px 16px;
    transition: all 0.5s;
}

.viban-account-tampl-section-flex button:active {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 130px 16px;
    transition: all 0.5s;
}

.multicurrency-left-flex button:nth-of-type(1):hover {
    background: url(/wp-content/themes/generatepress/images/icon-people.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 255px 11px;
    transition: all 0.5s;
}

.multicurrency-left-flex button:nth-of-type(1):active {
    background: url(/wp-content/themes/generatepress/images/icon-people.svg), #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 255px 11px;
    transition: all 0.5s;
}

.banner-item button:hover {
    background: url(/wp-content/themes/generatepress/images/icon-btn.svg), #E2CEFC;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 135px;
    transition: all 0.5s;
}

.banner-item button:active {
    background: url(/wp-content/themes/generatepress/images/icon-btn.svg), #CAADF4;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 135px;
    transition: all 0.5s;
}

.banner-right>button:hover {
    background: #F7F1FF;
    border: 1px solid transparent;
    color: #704FAD;
    transition: all 0.5s;
}

.banner-right>button:active {
    background: #E2CEFC;
    color: #704FAD;
    border: 1px solid #CAADF4;
    transition: all 0.5s;

}

.multicurrency-left-flex button:nth-of-type(2):hover {
    border: 1px solid #9571D2;
    color: #9571D2;
    transition: all 0.5s;
}

.multicurrency-left-flex button:nth-of-type(2):active {
    border: 1px solid #5D4191;
    color: #5D4191;
    transition: all 0.5s;
}

header {
    position: fixed;
    left: 0;
    top: 0;
    height: 76px;
    width: 100%;
    background: rgba(247, 241, 255, 0.85);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(32px);
    -webkit-backdrop-filter: blur(32px);
    z-index: 100;
}

.header-wrapper {
    max-width: 1372px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    height: 100%;
}

.single-page__full {
    flex-direction: column !important;
    gap: 0 !important;
    flex: none !important;
}

.single-page__full h1 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 64px;
    margin-top: 32px;
}

.single-page__full ol {
    list-style: decimal;
    padding-left: 20px;
    margin-bottom: 16px;
}

.single-page__full h2 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.single-page__full h3 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.single-page__full p {
    color: #84828E;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px;
}

.single-page__full li {
    color: #84828E;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-page__full ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 768px) {
    .single-page__full h1 {
        font-size: 24px;
    }

    .single-page__full h2 {
        font-size: 17px;
    }

    .single-page__full h3 {
        font-size: 15px;
    }

    .single-page__full p {
        font-size: 15px;
    }

    .single-page__full li {
        font-size: 15px;
    }

    .card_section-item1 .card_section-img img {
        content: url(/wp-content/uploads/2025/06/firefly-muzhchina-s-kreditnoj-kartoj-65212-1.jpg);
    }
}

.header-navigation {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-left: auto;
}

.header-navigation li {
    margin-right: 12px;
    padding-bottom: 4px;
    padding-top: 4px;
    cursor: pointer;
    transition: all 0.5s;
    border-bottom: 2px solid transparent;
}

.header-navigation li:hover {
    border-bottom: 2px solid #704FAD;
    transition: all 0.5s;
}

.header-navigation li:nth-last-of-type(1) {
    margin-right: 24px;
}

.header-navigation li a {
    color: #393939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    text-decoration: none;
}

.header-group-button button:nth-of-type(1) {
    width: 155px;
    height: 44px;
    border-radius: 4px;
    background: url(/wp-content/themes/generatepress/images/button-icon1.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 16px;
    font-family: OpenSans, sans-serif;
    border: 1px solid #704FAD;
    padding: 10px 20px 10px 52px;
    box-sizing: border-box;
    color: #704FAD;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    white-space: nowrap;
    margin-right: 12px;
    border-radius: 4px;
}

.header-group-button button:nth-of-type(2) {
    padding: 10px 20px;
    border-radius: 4px;
    background: url(/wp-content/themes/generatepress/images/button-icon2.svg), #704FAD;
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: 80px;
    padding: 10px 52px 10px 20px;
    box-sizing: border-box;
    color: #F7F1FF;
    font-family: OpenSans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    border-radius: 4px;
    border: none;
}

.banner {
    padding-top: 124px;
    padding-bottom: 48px;
}

.banner-wrapper {
    max-width: 1372px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.banner-left {
    min-width: 715px;
    max-width: 864px;
    border-radius: 8px;
    height: auto;
    position: relative;
    width: 100%;
    margin-right: 24px;
}

.banner-slider {
    min-width: 715px;
    max-width: 864px;
    border-radius: 8px;
    height: auto;
    width: 100%;
}

.banner-slider .slick-list {
    width: 100%;
    height: 100%;
}

.banner-slider .slick-list .slick-track {
    width: 100%;
    height: 100%;
}

.banner-slider .slick-slide {
    height: 100%;
    min-width: 715px;
    max-width: 864px;
}

.banner-slider .slick-slide>div {
    height: 100%;
}

.banner-item {
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    min-width: 715px;
    max-width: 864px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 101px 128px 68px 72px;
    display: flex !important;
}

.banner-right {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 335px;
    max-width: 484px;
    border-radius: 8px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 0 32px 0;
    box-sizing: border-box;
    background-position: center;
    position: relative;
}

.bannerImgCenter {
    height: 280px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 114px;
    text-align: center;
}

.bannerImgCenter img {
    height: 100% !important;
    width: auto;
}

.banner-item-left h2 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 16px;
}

.banner-item-left h2 span {
    color: #CAADF4;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 110%;
}

.banner-item-left h1 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 16px;
}

.banner-item-left h1 span {
    color: #CAADF4;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 110%;
}

.banner-item-left p {
    max-width: 356px;
    color: #F7F1FF;
    font-family: Actay-Regular, sans-serif;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
    margin-bottom: 36px;
}

.banner-item-left p span {
    color: #CAADF4;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.banner-item button {
    padding: 14px 56px 14px 24px;
    background: url(/wp-content/themes/generatepress/images/icon-btn.svg), #F7F1FF;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 135px;
    color: #704FAD;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
}

.banner-item-left {
    width: 356px;
}

.banner-item-right {
    display: flex;
    flex-direction: column;
    margin-top: 260px;
    padding-bottom: 27px;
    margin-left: 20px;
}

.banner-item-right h3 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.48px;
    line-height: 120%;
    margin-bottom: 13px;
}

.banner-item-right p {
    color: #F7F1FF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.banner-slider-dots {
    position: absolute !important;
    bottom: 32px !important;
    left: 72px !important;
    display: flex;
    align-items: center;
    top: auto !important;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #F7F1FF;
    margin-right: 8px !important;
    cursor: pointer;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #432E68;
}

.banner-slider-dots ul li button {
    font-size: 0;
    border: none;
    background: transparent;
    padding: 0;
}

.banner-right>span {
    color: #F7F1FF;
    text-align: center;
    font-family: Actay-Regular, sans-serif;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.banner-right>h3 {
    margin-top: 270px;
    color: #F7F1FF;
    text-align: center;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.banner-right>p {
    color: #F7F1FF;
    text-align: center;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
    margin-bottom: 18px;
}

.banner-right>button {
    padding: 14px 24px;
    border-radius: 4px;
    border: 1px solid #F7F1FF;
    color: #F7F1FF;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    background: transparent;
    margin-top: auto;
}

.digital-payments {
    padding: 128px 0 192px 0;
}

.wrapper {
    max-width: 1116px;
    margin: 0 auto;
}

.digital-payments-top {
    display: flex;
    margin-bottom: 128px;
}

.digital-payments-top h2 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 35px;
    max-width: 356px;
    margin-right: 24px;
    line-height: 125%;
}

.digital-payments-top p {
    color: #84828E;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    max-width: 465px;
    line-height: 125%;
}

.digital-payments-top button {
    border-radius: 4px;
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #704FAD;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 150px;
    border: none;
    width: 199px;
    height: 52px;
    padding-left: 24px;
    padding-right: 56px;
    box-sizing: border-box;
    color: #F7F1FF;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-left: auto;
}

.digital-payments-top button:hover {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 150px;
    transition: all 0.5s;
}

.digital-payments-top button:active {
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 150px;
    transition: all 0.5s;
}

.digital-payments-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.digital-payments-main-container {
    border-radius: 4px;
    border: 2px solid #E2CEFC;
    background: #F4F3F5;
    display: flex;
    width: 261px;
    height: 272px;
    min-width: 261px;
    max-width: 261px;
    min-height: 272px;
    max-height: 272px;
    padding: 16px 16px 24px 16px;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 24px;
    transition: all 0.5s;
    cursor: pointer;
}

.digital-payments-main-container:hover {
    transition: all 0.5s;
    background: #704FAD;
    justify-content: flex-start;
    padding-top: 25px;
}

.digital-payments-main-container:hover h3 {
    color: #F7F1FF;
    /* transform: translateY(-25px); */
    transition: all 0.5s;
}

.digital-payments-main-container:hover p {
    height: auto;
    transition: all 0.5s;
}

.digital-payments-main-container img {
    transition: all 0.5s;
}

.digital-payments-main-container:hover img {
    transition: all 0.5s;
    /* transform: translateY(-20px); */
    filter: invert(100%) sepia(100%) saturate(15%) hue-rotate(280deg) brightness(111%) contrast(160%);
}

.digital-payments-main .digital-payments-main-container:nth-of-type(5) {
    margin-bottom: 0 !important;
}

.digital-payments-video-container {
    border-radius: 4px;
    height: 272px;
    overflow: hidden;
    flex-grow: 1;
    display: flex;
    margin-left: 24px;
    width: calc(100% - 261px - 24px);
}

.digital-payments-video-container {
    position: relative;
}

.digital-payments-video-container video {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.digital-payments-video-container:after {
    content: "";
    border: 1px solid rgba(138, 107, 194, 0.25);
    background: linear-gradient(0deg, rgba(123, 91, 180, 0.50) 0%, rgba(123, 91, 180, 0.50) 100%);
    background-blend-mode: lighten;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.digital-payments-main-container h3 {
    margin-top: 16px;
    color: #272727;
    font-size: 14px;
    font-family: ActayWide-Bold, sans-serif;
    width: 80%;
    text-align: center;
    line-height: 110%;
    transition: all 0.5s;
}

.card-payments {
    background: url(/wp-content/themes/generatepress/images/FullBG.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.card-payments .wrapper {
    max-width: 1116px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-payments-right {
    position: relative;
    height: 600px;
    width: 451px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 1;
    padding-right: 37.5px;
    box-sizing: border-box;
    padding-top: 64px;
}

.card-payments-right-position {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.card-payments-right-position img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: -80px;
}

.card-payments-left {
    max-width: 641px;
}

.card-payments-left h2 {
    font-family: ActayWide-Bold, sans-serif;
    color: #272727;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 44px;
}

.card-payments-left p {
    font-family: Actay-Regular, sans-serif;
    margin-bottom: 40px;
    color: #84828E;
    font-size: 17px;
    line-height: 125%;
}

.card-payments-left button {
    border-radius: 4px;
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #704FAD;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 173px 15px;
    border: none;
    width: 221px;
    height: 52px;
    padding-left: 24px;
    padding-right: 56px;
    box-sizing: border-box;
    color: #F7F1FF;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-left: auto;
}

.card-payments-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 40px;
}

.card-payments-container-img {
    width: 80px;
    height: 45px;
}

.card-payments-container-img:nth-last-of-type(1) {
    margin-right: 0;
}

.card-payments-container-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banking-account {
    padding: 216px 0 198px 0;
}

.banking-account .wrapper {
    max-width: 1116px;
    padding: 40px 0 44px 0;
    margin: 0 auto;
    box-sizing: border-box;
    /* background: url(/wp-content/themes/generatepress/images/map.svg); */
    background-repeat: no-repeat;
    background-size: contain;
}

.banking-account-top {
    display: flex;
    justify-content: space-between;
}

.banking-account-top h2 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 35px;
    line-height: 125%;
}

.banking-account-top button {
    border-radius: 4px;
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #704FAD;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 173px 15px;
    border: none;
    width: 207px;
    height: 52px;
    padding-left: 24px;
    padding-right: 56px;
    box-sizing: border-box;
    color: #F7F1FF;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.card-payments-right-logo {
    position: relative;
    z-index: 2;
    right: -17px;
    width: 171.548px;
    height: 31.19px;
    margin-bottom: 47px;
}

.banner-right-logo {
    width: 196px;
    height: 35px;
}

.banner-right-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo {
    width: 162px;
    min-width: 162px;
    height: 40px;
}

.logo a {
    width: 100%;
    height: 100%;
    display: block;
}

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

.card-payments-right-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-payments-right h3 {
    position: relative;
    z-index: 2;
    color: #FFF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    margin-bottom: 24px;
}

.card-payments-right p {
    position: relative;
    z-index: 2;
    color: #FFF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.banking-account-main {
    display: flex;
    justify-content: space-between;
}

.banking-account-left {
    width: 356px;
    margin-top: 137px;
}

.banking-account-right {
    max-width: 641px;
}

.banking-account-right-img {
    width: 100%;
    height: 550px;
}

.banking-account-right-img img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.banking-account-left-card {
    border-radius: 4px;
    border: 1px solid#E2CEFC;
    background: #F7F1FF;
    padding: 24px;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.banking-account-left-card:nth-last-of-type(1) {
    margin-bottom: 0;
}

.banking-account-left-card-img {
    border-radius: 6px;
    background: #E2CEFC;
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.banking-account-left-card-text h3 {
    color: #272727;
    font-size: 14px;
    font-family: ActayWide-Bold, sans-serif;
    margin-bottom: 13px;
}

.banking-account-left-card-text p {
    color: #696969;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.banking-account-right {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.banking-account-right-position {
    border-radius: 4px;
    border: 0.5px solid#F7F1FF;
    background: #F7F1FF;
    padding: 16px;
    box-sizing: border-box;
    width: 296px;
    position: absolute;
    top: 29px;
    left: 0;
    z-index: 1;
    box-shadow: 0px 2px 4px -2px rgba(0, 0, 0, 0.05), 0px 4px 6px -1px rgba(0, 0, 0, 0.10);
}

.banking-account-right-position-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banking-account-right-position h3 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
}

.banking-account-right-position p {
    color: #696969;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
    margin-bottom: 8px;
}

.banking-account-right-position::after {
    content: "";
    width: 16px;
    height: 16px;
    background: #F7F1FF;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.05);
    z-index: 0;
}

.transparent-pricing {
    padding: 128px 0 160px 0;
    background: #F7F1FF;
}


.transparent-pricing-right {
    width: 700px;
    height: 575px;
    position: relative;
}

.transparent-pricing-right-img-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.transparent-pricing-right-img-2 {
    position: absolute;
    top: 17px;
    left: 16px;
    width: 668.05px;
    height: 376.356px;
}

.transparent-pricing-right-img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transparent-pricing-left {
    max-width: 546px;
    margin-top: 126px;
}

.transparent-pricing-left h2 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 42px;
    margin-bottom: 71px;
}

.transparent-pricing-left-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.transparent-pricing-left-container-card {
    width: 261px;
    display: flex;
    margin-bottom: 32px;
}

.transparent-pricing-left-container-card-img {
    margin-right: 8px;
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.transparent-pricing-left-container-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.transparent-pricing-left-container-card h3 {
    color: #272727;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    line-height: 125%;
}

.transparent-pricing-left button {
    margin-top: 14px;
    border-radius: 4px;
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #704FAD;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 150px 15px;
    border: none;
    width: 199px;
    height: 52px;
    padding-left: 24px;
    padding-right: 56px;
    box-sizing: border-box;
    color: #F7F1FF;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.transparent-pricing {
    position: relative;
}

.compliant {
    background: url(/wp-content/themes/generatepress/images/compliant-bg.svg), #7957B5;
    background-repeat: no-repeat;
    position: absolute;
    max-width: 1116px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5%;
    padding: 48px 95px;
    border-radius: 8px;
    width: 100%;
    z-index: 10;
    box-sizing: border-box;
}

.compliant-container-position {
    position: absolute;
    left: 32px;
    top: 32px;
}

.compliant-container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.compliant-container-left {
    min-width: 380px;
}

.compliant-container-left h2 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 35px;
    line-height: 125%;
}

.compliant-container-right-section {
    display: flex;
    padding-bottom: 8px;
    border-bottom: 1px solid #9571D2;
}

.compliant-container-right-section:nth-last-of-type(1) {
    border-bottom: 0;
    padding-top: 8px;
    padding-bottom: 0;
}

.compliant-container-right-section h4 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 17px;
    min-width: 150px;
    width: 150px;
    margin-right: 16px;
    line-height: 125%;
}

.compliant-container-right-section p {
    color: #E2CEFC;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.features {
    padding: 256px 0 128px 0;
    position: relative;
    z-index: 2;
}

.features-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 128px;
}

.features-top h2 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 35px;
    max-width: 356px;
    margin-right: 24px;
}

.features-top p {
    max-width: 535px;
    color: #84828E;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    margin-left: auto;
    line-height: 125%;
}

.features-top button {
    border-radius: 4px;
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #704FAD;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 80px 15px;
    border: none;
    width: 129px;
    height: 52px;
    padding-left: 24px;
    padding-right: 56px;
    box-sizing: border-box;
    color: #F7F1FF;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-left: 72px;
}

.features-main-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.features-main-bottom {
    display: flex;
    justify-content: space-between;
}

.features-main-bottom-left {
    width: 49%;
    position: relative;
    height: 428px;
}

.features-main-bottom-right-img {
    width: 100%;
    height: 428px;
    border-radius: 8px;
    overflow: hidden;
}

.features-main-bottom-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-main-bottom-right {
    width: 49%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.features-main-top-left {
    width: 48%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.features-main-top-right {
    width: 49%;
    position: relative;
}

.features-main-top-right-img {
    width: 100%;
    height: 408px;
    border-radius: 8px;
    overflow: hidden;
}

.features-main-top-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-main-bottom-right-flex {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    width: 344px;
    border-radius: 4px;
    background: #F7F1FF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}

.features-main-bottom-right-avatar {
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.features-main-bottom-right-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-main-top-right-flex {
    position: absolute;
    left: 24px;
    bottom: 24px;
    padding: 16px;
    box-sizing: border-box;
    display: flex;
    width: 344px;
    border-radius: 4px;
    background: #F7F1FF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
}

.features-main-bottom-right-flex p {
    color: #515151;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.features-main-top-right-avatar {
    min-width: 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
}

.features-main-top-right-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features-main-top-right-flex p {
    color: #515151;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.features-main-top-left-card {
    padding: 24px;
    width: 261px;
    height: 192px;
    box-sizing: border-box;
    position: relative;
}

.features-main-bottom-left-card {
    padding: 24px;
    width: 261px;
    height: 192px;
    box-sizing: border-box;
    position: relative;
}

.features-main-bottom-left-card h3 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 125%;
}

.features-main-bottom-left-card:nth-of-type(3) {
    margin-top: 44px;
}

.features-main-bottom-left-card:nth-of-type(4) {
    margin-top: 44px;
}

.features-main-bottom-left-card p {
    color: #515151;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.features-main-top-left-card h3 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 125%;
}

.features-main-top-left-card p {
    color: #515151;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
    line-height: 145%;
}

.features-main-top-left-card:nth-of-type(1):after {
    content: "";
    width: 90%;
    height: 100%;
    border-right: 1px solid #D6D6D6;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.features-main-top-left-card:nth-of-type(3) {
    margin-top: 23px;
}

.features-main-top-left-card:nth-of-type(4) {
    margin-top: 23px;
}

.features-main-top-left-card:nth-of-type(1)::before {
    content: "";
    width: 88%;
    height: 90%;
    border-bottom: 1px solid #D6D6D6;
    position: absolute;
    left: 32px;
    bottom: -12px;
}

.features-main-top-left-card:nth-of-type(2) {
    padding-left: 36px;
}

.features-main-top-left-card:nth-of-type(4) {
    padding-left: 36px;
}

.features-main-top-left-card:nth-of-type(2)::before {
    content: "";
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #D6D6D6;
    position: absolute;
    left: 55%;
    bottom: -12px;
    transform: translateX(-50%);
}

.features-main-top-left-card:nth-of-type(3):after {
    content: "";
    width: 90%;
    height: 100%;
    border-right: 1px solid #D6D6D6;
    position: absolute;
    right: -12px;
    top: 52%;
    transform: translateY(-50%);
}







.features-main-bottom-left-card:nth-of-type(1):after {
    content: "";
    width: 90%;
    height: 95%;
    border-right: 1px solid #D6D6D6;
    position: absolute;
    right: -12px;
    top: 62%;
    transform: translateY(-50%);
}

.features-main-bottom-left-card:nth-of-type(1)::before {
    content: "";
    width: 88%;
    height: 90%;
    border-bottom: 1px solid #D6D6D6;
    position: absolute;
    left: 25px;
    bottom: -30px;
}

.features-main-bottom-left-card:nth-of-type(2) {
    padding-left: 24px;
}

.features-main-bottom-left-card:nth-of-type(4) {
    padding-left: 24px;
}

.features-main-bottom-left-card:nth-of-type(2)::before {
    content: "";
    width: 88%;
    height: 90%;
    border-bottom: 1px solid #D6D6D6;
    position: absolute;
    right: 25px;
    bottom: -30px;
}

.features-main-bottom-left-card:nth-of-type(3):after {
    content: "";
    width: 90%;
    height: 100%;
    border-right: 1px solid #D6D6D6;
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
}

.viban-account {
    padding: 128px 0;
    padding-bottom: 123px;
    position: relative;
    z-index: 5;
}

.viban-account .wrapper h2 {
    color: #272727;
    text-align: center;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 35px;
    width: 75%;
    margin: 0 auto 24px auto;
    line-height: 125%;
}

.feedback-top-logo {
    width: 236px;
    min-width: 236px;
    height: 85px;
}

.feedback-top-logo img {
    width: 100%;
    height: 100%;
}

.viban-account .wrapper h2 span {
    color: #B08DE7;
    font-family: ActayWide-BoldItalic, ActayWide-Bold, sans-serif;
    font-size: 35px;
    font-style: italic;
    font-weight: 700;
}

.viban-account .wrapper>p {
    text-align: center;
    color: #84828E;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    margin-bottom: 32px;
}

.viban-account .wrapper>button {
    border-radius: 4px;
    background: url(/wp-content/themes/generatepress/images/icon-people.svg), #704FAD;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 160px 12px;
    border: none;
    width: 207px;
    height: 52px;
    padding-left: 24px;
    padding-right: 56px;
    box-sizing: border-box;
    color: #F7F1FF;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
}

.viban-account-tampl {
    margin-top: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.viban-account-tampl-section {
    display: flex;
    height: 201.5px;
    position: relative;
}

.viban-account-tampl-section:nth-last-of-type(1):after {
    content: none;
}

.viban-account-tampl-section:nth-last-of-type(1) {
    height: auto;
}

.viban-account-tampl-section h3 {
    color: #282828;
    text-align: right;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 17px;
    width: 225px;
    margin-right: 24px;
}

.viban-account-tampl-section-number {
    height: 100%;
}

.viban-account-tampl-section>p {
    font-family: Actay-Regular, sans-serif;
    margin-left: 24px;
    color: #515151;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
    width: 225px;
}

.viban-account-tampl-section>p span {
    color: #B08DE7;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 14px;
}

.viban-account-tampl-section-flex button {
    border-radius: 4px;
    background: url(/wp-content/themes/generatepress/images/arrow-btn.svg), #704FAD;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 130px 16px;
    border: none;
    width: 163px;
    height: 52px;
    padding-left: 20px;
    padding-right: 56px;
    box-sizing: border-box;
    color: #F7F1FF;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    margin-top: 16px;
}

.viban-account-tampl-section-flex {
    margin-left: 24px;
}

.viban-account-tampl-section-flex>p {
    margin-left: 0 !important;
    font-family: Actay-Regular, sans-serif;
    margin-left: 24px;
    color: #515151;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
    width: 225px;
}

.webp .feedback {
    background-image: url(/wp-content/themes/generatepress/images/form-bg.webp);
}

.feedback {
    padding: 128px 0;
    background-image: url(/wp-content/themes/generatepress/images/form-bg.png);
    background: -webkit-image-set(url(/wp-content/themes/generatepress/images/form-bg.webp));
    background-repeat: no-repeat;
    background-size: cover;
    height: 1100px;
    box-sizing: border-box;
}

.page-template-homepage-template-new .feedback {
    background-image: url(/wp-content/uploads/2025/07/illustration-exporting-png-1.png);
    background: -webkit-image-set(url(/wp-content/uploads/2025/07/illustration-exporting-png.webp));
    background-repeat: no-repeat;
    background-size: cover;
}

.webp .feedback {
    background-image: url(/wp-content/uploads/2025/07/illustration-exporting-png.webp);
}

.feedback .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.feedback-top {
    width: 546px;
    display: flex;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(247, 241, 255, 0.25);
    margin-bottom: 32px;
}

.feedback-content {
    width: 546px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(247, 241, 255, 0.25);
    margin-bottom: 28px;
}

.feedback .wrapper form {
    width: 546px;
    padding: 32px;
    box-sizing: border-box;
    border-radius: 8px;
    background: #FFF;
    display: flex;
    flex-direction: column;
}

.feedback .wrapper form label {
    color: #515151;
    font-family: OpenSans, sans-serif;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-bottom: 4px;
    display: block;
}

.feedback .wrapper form .input-form {
    border-radius: 4px;
    border: 1px solid#D6D6D6;
    background: #F3F3F3;
    padding-left: 42px;
    width: 100%;
    height: 43px;
    font-family: OpenSans, sans-serif;
    color: #696969;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.feedback .wrapper form .input-form:nth-of-type(1) {
    background: url(/wp-content/themes/generatepress/images/name.svg), #F3F3F3;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 16px 12px;
}

.feedback .wrapper form .input-form:nth-of-type(2) {
    background: url(/wp-content/themes/generatepress/images/tel.svg), #F3F3F3;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 16px 12px;
}

.feedback .wrapper form .input-form:nth-of-type(3) {
    background: url(/wp-content/themes/generatepress/images/mail.svg), #F3F3F3;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 16px 12px;
}

.feedback .wrapper form .input-form::placeholder {
    font-family: OpenSans, sans-serif;
    color: #696969;
    font-size: 14px;
}

.feedback .wrapper form h3 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 20px;
    margin-bottom: 38px;
}

.feedback-top p {
    margin-left: 49px;
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 24px;
    letter-spacing: 0.48px;
}

.feedback-content h3 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 24px;
    letter-spacing: 0.48px;
    margin-bottom: 16px;
    line-height: 125%;
}

.feedback-content p {
    color: #F7F1FF;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
    margin-bottom: 21px;
}

.submit {
    border-radius: 4px;
    background: url(/wp-content/themes/generatepress/images/submit.svg), #704FAD;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 81px 14px;
    border: none;
    width: 123px;
    height: 52px;
    padding-left: 24px;
    box-sizing: border-box;
    color: #F7F1FF;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    margin-top: 16px;
    text-align: left;
    transition: all 0.5s;
}

.submit:hover {
    background: url(/wp-content/themes/generatepress/images/submit.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 81px 14px;
    transition: all 0.5s;
}

.submit:active {
    background: url(/wp-content/themes/generatepress/images/submit.svg), #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 81px 14px;
    transition: all 0.5s;
}

.multicurrency {
    padding: 192px 0;
    background: #EDE5FF;
}

.multicurrency .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.multicurrency-left {
    width: 48%;
}

.multicurrency-right {
    width: 48%;
    height: 463px;
}

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

.multicurrency-left h2 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 35px;
    margin-bottom: 24px;
    line-height: 120%;
}

.multicurrency-left p {
    color: #696969;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    margin-bottom: 24px;
    line-height: 120%;
}

.multicurrency-left-flex {
    display: flex;
    align-items: center;
}

.multicurrency-left-flex button:nth-of-type(1) {
    border-radius: 4px;
    background: url(/wp-content/themes/generatepress/images/icon-people.svg), #704FAD;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 255px 11px;
    padding: 14px 24px;
    box-sizing: border-box;
    width: 306px;
    height: 52px;
    color: #F7F1FF;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-right: 16px;
    border: none;
    text-align: left;
}

.multicurrency-left-flex button:nth-of-type(2) {
    color: #704FAD;
    font-size: 16px;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    background: url(/wp-content/themes/generatepress/images/main-btn.svg), transparent;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 23px 16px;
    border-radius: 4px;
    border: 1px solid#704FAD;
    padding: 14px 24px;
    box-sizing: border-box;
    width: 181px;
    height: 52px;
    text-align: right;
}

footer {
    padding: 128px 0 73px 0;
    background: url(/wp-content/themes/generatepress/images/footer-bg.svg), #403650;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: right;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 125px;
}

.footer-right {
    width: 451px;
}

.footer-left {
    width: calc(100% - 570px);
}

.footer-left-top h2 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 17px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #515151;
}

.footer-left-top-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.footer-left-top-flex ul {
    width: 48%;
}

.footer-left-top-flex ul li {
    padding: 4px 2px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}

.footer-left-top-flex ul li a {
    color: #BABABA;
    font-size: 14px;
    letter-spacing: 0.28px;
    text-decoration: none;
}

.footer-left-top-flex2 ul li {
    display: flex;
    align-items: center;
    color: #F7F1FF !important;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.footer-left-top-flex2 ul li img {
    margin-right: 8px;
    width: 24px;
    height: 24px;
}

.footer-left-top-flex2 ul li:nth-of-type(1) {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 17px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #515151;
    padding-top: 0;
    height: 34px;
    box-sizing: border-box;
}

.footer-left-top-flex2 {
    display: flex;
    justify-content: space-between;
}

.footer-left-top-flex2 ul {
    width: 48%;
}

.footer-left-top-flex2>div {
    width: 48%;
}

.footer-left-top-flex2>div h2 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 17px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #515151;
}

.footer-left-top-flex2>div p {
    color: #F7F1FF;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
    opacity: 0.6;
}

.footer-right form label {
    color: #F7F1FF;
    font-family: OpenSans, sans-serif;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-bottom: 8px;
    display: block;
}

.footer-right form .input-footer {
    border-radius: 4px;
    border: 1px solid#D6D6D6;
    background: #F3F3F3;
    padding-left: 42px;
    width: 100%;
    height: 43px;
    font-family: OpenSans, sans-serif;
    color: #696969;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.footer-right form .input-footer.input-footer-area {
    min-height: 120px;
    padding: 12px;
}

.inputName {
    background-image: url(/wp-content/themes/generatepress/images/name.svg) !important;
    background-color: #F3F3F3 !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 16px 12px !important;
}

.inputTel {
    background-image: url(/wp-content/themes/generatepress/images/tel.svg) !important;
    background-color: #F3F3F3 !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 16px 12px !important;
}

.inputEmail {
    background-image: url(/wp-content/themes/generatepress/images/mail.svg) !important;
    background-color: #F3F3F3 !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: 16px 12px !important;
}



.footer-right form label .input-footer::placeholder {
    font-family: OpenSans, sans-serif;
    color: #696969;
    font-size: 14px;
}

.footer-right h2 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 20px;
    margin-bottom: 41px;
}

.footer-bottom {
    display: flex;
    align-items: center;
}

.footer-bottom-logo {
    width: 123px;
    min-width: 123px;
    height: 45px;
    margin-right: 32px;
}

.footer-bottom-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-bottom p {
    color: #F7F1FF;
    font-family: Actay-Regular, sans-serif;
    font-size: 12px;
    opacity: 0.6;
    line-height: 120%;
}

.banner-item-left p:nth-of-type(1) {
    margin-bottom: 16px;
}

.disclaimer {
    color: #F7F1FF;
    font-family: Actay-Regular, sans-serif;
    font-size: 12px;
    display: block;
    margin-top: 8px;
    line-height: 120%;
}


.footer-position {
    position: absolute;
    right: 100px;
    bottom: 0;
}

.footer-left-top-flex-hover ul li {
    transition: all 0.5s;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.footer-left-top-flex-hover ul li:hover {
    transition: all 0.5s;
    border-bottom: 2px solid #704FAD;
}

.footer-left-top-flex-hover ul li:hover a {
    color: #696969 !important;
    transition: all 0.5s;
}

.footer-left-top-flex2 {
    margin-bottom: 0;
}

.popup {
    position: fixed;
    width: 546px;
    max-width: 546px;
    z-index: 100;
    background: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    transition: all 0.3s;
    bottom: -100%;
    right: 0;
    opacity: 1;
}

.popup.open {
    bottom: 0;
}

.popup.show-modal {
    bottom: 0 !important;
}

.popup.show-support {
    bottom: 0 !important;
}


.popup-content {
    display: flex;
    bottom: -100%;
    right: 0;
    width: 546px;
    max-width: 546px;
    padding: 32px 32px 32px 16px;
    align-items: flex-start;
    box-sizing: border-box;
    border-radius: 8px;
    background: #403650;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    transition: bottom 0.5s ease-in-out;
    position: relative;
    margin: 0 64px 64px 0;
}

.popup.show-cookie .popup-content {
    margin-bottom: 0;
}

.popup-content.open {
    bottom: 0;
}

.popup-close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.popup-left {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px;
}

.popup-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.popup-right h2 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 24px;
    letter-spacing: 0.48px;
    margin-bottom: 16px;
}

.popup-right p {
    color: #F3F3F3;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
    margin-bottom: 16px;
}

.popup-right a {
    color: #F7F1FF;
    font-size: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    background: url(/wp-content/themes/generatepress/images/pop-icon.svg), #704FAD;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 73px 11px;
    border-radius: 4px;
    border: none;
    padding: 14px 24px;
    box-sizing: border-box;
    width: 115px;
    min-width: 115px;
    height: 44px;
    text-align: left;
    text-decoration: none;
    display: block;
}

.cookieBtn {
    color: #F7F1FF;
    font-size: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    background-position: 73px 11px;
    border-radius: 4px;
    border: none;
    padding: 14px 24px;
    box-sizing: border-box;
    width: 115px;
    min-width: 115px;
    height: 44px;
    text-align: left;
    text-decoration: none;
    display: block;
    background: #704FAD !important;
    text-align: center;
}

.popup-box-one {
    position: fixed;
    right: 8px;
    bottom: 210px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    z-index: 999999;
}


#suportPopup {
    position: static;
    display: none;
}

#cookie {
    position: static;
    display: none;
}




#suportPopup .popup-content {
    position: relative;
    bottom: unset;
    right: unset;
    margin-bottom: 0;
    margin-right: 0;
}

#cookie .popup-content {
    position: relative;
    bottom: unset;
    right: unset;
    margin-bottom: 0;
    margin-right: 0;
}

.popup-right button {
    color: #F7F1FF;
    font-size: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    background: #704FAD;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 73px 11px;
    border-radius: 4px;
    border: none;
    padding: 10px 20px;
    box-sizing: border-box;
    width: 92px;
    min-width: 92px;
    height: 39px;
    text-align: left;
    text-decoration: none;
    display: block;
}

@media(max-width: 576px) {
    .popup-box-one .popup {
        opacity: 1 !important;
        background: transparent;
    }
}

header.active {
    box-shadow: none;
}

.novalid {
    border: 1px solid #DE350B !important;
}

.munu.menu-items.active {
    box-shadow: 9px 20px 8px 0px rgba(0, 0, 0, 0.10);
}


.popup-right a:hover {
    background: url(/wp-content/themes/generatepress/images/pop-icon.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 73px 11px;
    transition: all 0.5s;
}

.popup-right a:active {
    background: url(/wp-content/themes/generatepress/images/pop-icon.svg), #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 73px 11px;
    transition: all 0.5s;
}

.popup-right button:hover {
    background: #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 73px 11px;
    transition: all 0.5s;
}

.popup-right button:active {
    background: #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 73px 11px;
    transition: all 0.5s;
}

.card-payments-img-mobile {
    display: none;
}

.card-payments-img-desctop {
    display: block;
    height: 100%;
}

.menu-items {
    padding-bottom: 16px;
    box-sizing: border-box;
    max-height: 736px;
    transform: translateY(-120%);
    background: rgba(247, 241, 255, 0.85);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
    width: 100%;
    position: fixed;
    top: 76px;
    left: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    z-index: 110000000;
    overflow: auto;
    transition: all 0.5s;
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
}

/* body.active main {
    z-index: 99 !important;
} */

.menu-items ul {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 80%;
}

.menu-items ul li {
    padding: 4px 2px;
}

.header-navigation-top {
    margin: 0 auto;
}

.menu-items ul li a {
    color: #393939;
    font-size: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.header-group-button2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 64px;
}

.header-group-button2 button:nth-of-type(1) {
    margin-right: 0;
}

.menu-items.active {
    height: 100%;
    transition: all 0.5s;
    transform: translateY(0);
}


.burger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
}

.burger-line {
    width: 17px;
    height: 2px;
    background-color: #704FAD;
    margin-bottom: 4px;
    transition: transform 0.3s;
}

.burger-icon.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-icon.active .burger-line:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.burger-icon.active .burger-line:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.burger-icon {
    display: none;
}

.digital-payments-top {
    display: flex;
    align-items: flex-start;
}

.digital-payments-top-flex {
    width: 81%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.digital-payments-main-container p {
    color: #F7F1FF;
    text-align: center;
    text-overflow: ellipsis;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    height: 0;
    letter-spacing: 0.28px;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    transition: all 0.5s;
}

.digital-payments-main-container {
    justify-content: center;
}


.digital-payments-main-container:hover p {
    font-size: 14px;
    transition: all 0.5s;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    transition: all 0.5s;
}

.features-top-flex {
    display: flex;
    align-items: center;
}

.viban-account-tampl-section-number p {
    display: flex;
    min-width: 24px;
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 45px;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    color: #fff;
    margin: 0;
    border-radius: 45px;
    background: #704FAD;
    font-family: Actay-Regular;
    padding-top: 4px;
    box-sizing: border-box;
}

.viban-account-tampl-section-number {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 24px;
}

.viban-account-tampl-section-number span {
    width: 2px;
    height: 90%;
    background: #704FAD;
}

.features-top-flex {
    width: inherit;
}

.thank-you-body:after {
    content: none;
}

.main {
    margin-top: 76px;
}

.main-container .wrapper {
    margin: 0 auto;
    max-width: 1116px;
    display: flex;
    align-items: center;
}

.main-container-left {
    width: 545.997px;
    min-width: 545.997px;
    height: 496.167px;
    margin-right: 24px;
}

.main-container-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-container-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
}

.main-container-right h1 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 356px;
}

.main-container-right h2 {
    color: #F4F3F5;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.main-container-right p {
    color: #F4F3F5;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-container-right a {
    border-radius: 4px;
    background: url(/wp-content/themes/generatepress/images/back.svg), #704FAD;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 18px 15px;
    display: flex;
    padding-left: 56px;
    justify-content: flex-start;
    align-items: center;
    width: 276px;
    max-width: 276px;
    box-sizing: border-box;
    height: 52px;
    border: none;
    text-decoration: none;
    color: #F7F1FF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.main-container-right button:hover {
    background: url(/wp-content/themes/generatepress/images/back.svg), #9571D2;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 18px 15px;
    transition: all 0.5s;
}

.main-container-right button:active {
    background: url(/wp-content/themes/generatepress/images/back.svg), #5D4191;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 18px 15px;
    transition: all 0.5s;
}

.main-container {
    padding: 128px 0;
    background: url(/wp-content/themes/generatepress/images/Thank.svg), #403650;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: right;

}

.transparent-pricing .wrapper {
    padding-right: 0;
    overflow: hidden;
}

.transparent-pricing-right {
    width: 700px;
    min-width: 700px;
    height: 575px;
}

.transparent-pricing-right-img-1 {
    width: 700px;
    min-width: 700px;
    height: 575px;
}

.transparent-pricing-left {
    min-width: 546px;
    margin-right: 119px;
}

.transparent-pricing .wrapper {
    max-width: 1380px;
}

.menu-scroll {
    padding: 16px 0;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    height: calc(100% - 76px);
}

.transparent-pricing .wrapper {
    max-width: 1116px;
    overflow: inherit;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    box-sizing: border-box;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border-color: red !important;
}

.formRow.formSubmit {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    background-color: green;
    right: 0;
    top: 0;
}

.wpcf7 form .wpcf7-response-output {
    margin: 7px 0 0 !important;
    font-size: 12px !important;
    border-width: 1px !important;
}

input.wpcf7-not-valid::placeholder,
textarea.wpcf7-not-valid::placeholder {
    color: red !important;
}


.invalid .wpcf7-response-output {
    display: none !important;
}

.wpcf7-form label {
    padding: 0 !important;
}

.o_livechat_button {
    z-index: 100 !important;
}

.banking-account-right-position-container-img img {
    width: 100%;
}

.banking-account-right-position-container-img {
    width: 20%;
}

.viban-account-tampl-section:nth-last-of-type(1) .viban-account-tampl-section-number span {
    display: none;
}

.transparent-pricing::after {
    content: "";
    background: url(/wp-content/uploads/2023/07/bg3.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 140%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.transparent-pricing .wrapper {
    position: relative;
    z-index: 2;
}

body {
    background: #F7F1FF;
}

body::after {
    content: none;
}

.digital-payments {
    padding: 128px 0 192px 0;
    background: url(/wp-content/uploads/2023/07/bg1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.banking-account::before {
    content: "";
    background: url(/wp-content/uploads/2023/07/bg2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: left;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.banking-account::after {
    content: "";
    background: url(/wp-content/uploads/2023/08/map-vector.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 1440px;
    height: 800px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    z-index: 0;
}

.banking-account {
    padding: 216px 0 198px 0;
    position: relative;
    box-sizing: border-box;
}

.banking-account .wrapper {
    position: relative;
    z-index: 3;
}

.transparent-pricing::after {
    content: "";
    background: url(/wp-content/uploads/2023/07/bg3.png);
    background-repeat: no-repeat;
    background-size: auto;
    width: 100%;
    height: 140%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.transparent-pricing {
    padding: 128px 0 160px 0;
    position: relative;
}

.features {
    padding: 256px 0 128px 0;
    background: url(/wp-content/uploads/2023/07/bg4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.multicurrency {
    padding: 192px 0;
    background: url(/wp-content/uploads/2023/07/bg5.png);
    background-repeat: no-repeat;
    background-size: auto;
}

header {
    transition: all 0.5s;
}

header.scroll-up {
    top: -76px;
    transition: all 0.5s;
}

body.active {
    overflow: hidden;
}

.grecaptcha-badge {
    display: none !important;
}


.individual-banner-right {
    display: none;
}

.individual-banner-left {
    background: conic-gradient(from 211deg at 59.60% 100.00%, #6D33B3 0deg, #8B3EC2 96.63deg, #9D26B1 189.75deg, #FF009B 289.92deg, #743D7A 360deg);
    display: flex;
    min-width: 715px;
    max-width: 1375px;
    flex-direction: column;
    min-height: 564px;
    height: auto;
    padding-left: 72px;
    align-items: flex-start;
    flex: 1 0 0;
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    box-sizing: border-box;
    justify-content: center;
}

.individual-banner-left-content-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.individual-banner-left-content {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    max-width: 53%;
    align-self: stretch;
}

.individual-banner-left-content h1 {
    font-family: ActayWide-Bold, sans-serif;
    color: #F7F1FF;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.individual-banner-left-content h1 span {
    color: #B08DE7;
}

.individual-banner-left-content-text1 {
    font-family: Actay-Regular, sans-serif;
    width: 356px;
    color: #F7F1FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.individual-banner-left-content-text2 {
    font-family: ActayWide-Bold, sans-serif;
    min-width: 356px;
    max-width: 500px;
    color: #F7F1FF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
}

.individual-banner-left-content button {
    padding: 14px 24px 14px 24px;
    background: #f7f1ff;
    color: #704fad;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .32px;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    margin-top: 31px;
    transition: 0.5s;
    display: flex;
    align-items: center;
    gap: 8px
}

.individual-banner-left-content {
    max-width: 356px;
    width: 100%;
}

.individual-banner-left-content button::after {
    content: "";
    background: url(/wp-content/themes/generatepress/images/icon-btn.svg);
    background-repeat: no-repeat;
    background-size: auto;
    width: 25px;
    height: 25px;
}

.individual-banner-left-content button:hover {
    transition: 0.5s;
    background: #E2CEFC;
}

.individual-banner-left-content button:active {
    transition: 0.5s;
    background: #CAADF4;
}

.individual-banner-left-content-position1 {
    right: 143px;
    position: absolute;
    top: 0;
    width: 702.598px;
    height: 564px;
    z-index: 1;
}

.individual-banner-left-content-position1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.individual-banner-left-content-position3 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.individual-banner-left-content-position2 {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.individual-banner-left-content-position3 img {
    height: 100%;
}

.individual-banner-left-content-position2 img {
    height: 100%;
}

.individual-banner-left-content-position4 {
    right: 351px;
    top: 31px;
    position: absolute;
    width: 116.203px;
    height: 116.203px;
    z-index: 0;
}

.simple-start {
    position: relative;
    display: flex;
    min-width: 1200px;
    max-width: 100%;
    padding: 64px 0px 192px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    gap: 52px;
    align-self: stretch;
}

.simple-start::after {
    content: "";
    background: url(/wp-content/uploads/2023/08/bg-start.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 1304px;
    position: absolute;
    top: 0;
    left: 0;
}

.simple-start-wrapper {
    display: flex;
    width: 1116px;
    align-items: center;
    gap: 119px;
    position: relative;
    z-index: 5;
}

.simple-start-wrapper-left {
    display: flex;
    width: 546px;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    flex-shrink: 0;
}

.simple-start-wrapper-right {
    display: flex;
    height: 575px;
    padding-right: 0px;
    align-items: center;
}

.simple-start-wrapper-left-tittle {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.simple-start-wrapper-left-tittle h2 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.simple-start-wrapper-left-tittle>div {
    color: #272727;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: ActayWide-Bold, sans-serif;
}

.simple-start-wrapper-left-tittle>div span {
    color: #704FAD;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
}

.simple-start-wrapper-left-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}

.simple-start-wrapper-left-content-text {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.simple-start-wrapper-left-content-text1 {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    width: 261px;
}

.simple-start-wrapper-left-content-text1>div h3 {
    color: #272727;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: ActayWide-Bold, sans-serif;
    margin-bottom: 10px;
}

.simple-start-wrapper-left-content-text1>div p {
    color: #272727;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-family: ActayWide-Regular, sans-serif;
}

.simple-start-wrapper-left-content a {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #704FAD;
    text-decoration: none;
    color: #F7F1FF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    transition: all .5s;
}

.simple-start-wrapper-left-content a:hover {
    background: #9571d2;
    transition: all .5s;
}

.simple-start-wrapper-left-content a:active {
    background: #5d4191;
    transition: all .5s;
}

.started {
    position: relative;
    display: flex;
    min-width: 1200px;
    max-width: 100%;
    padding: 64px 0px;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    background: #393840;
    height: 563px;
}

.started-position {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.started-position-img1 {
    right: calc(100% - 20%);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.started-position-img2 {
    left: calc(100% - 20%);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.started-position-img3 {
    position: absolute;
    right: 0;
    opacity: 0.2;
}

.started-wrapper {
    display: flex;
    width: 1116px;
    justify-content: center;
    align-items: center;
    gap: 214px;
}

.started-wrapper-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.started-wrapper-right {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    border-radius: 8px;
    background: #FFF;
    box-sizing: border-box;
    width: 451px;
}

.started-wrapper-left h2 {
    color: #F7F1FF;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: ActayWide-Bold, sans-serif;
}

.started-wrapper-left p {
    color: #BABABA;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}

.started-wrapper-right h3 {
    color: #272727;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: ActayWide-Bold, sans-serif;
}

.started-wrapper {
    position: relative;
    z-index: 5;
}

.started-wrapper-right label {
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}

.started-wrapper-right .wpcf7-form-control-wrap input {
    border-radius: 4px;
    border: 1px solid#d6d6d6;
    background: #f3f3f3;
    padding-left: 42px;
    width: 100%;
    height: 43px;
    font-family: OpenSans, sans-serif;
    color: #696969;
    font-size: 14px;
    letter-spacing: .28px;
    margin-bottom: 23px;
    box-sizing: border-box;
}

.started-wrapper-right form {
    width: 100%;
}

.banner-business {
    padding: 124px 42px 50px 42px !important;
    border-radius: 8px;
    overflow: hidden;
}

.simple-start .compliant {
    bottom: -13%;
}

.simple-start .compliant .compliant-container-position img {
    width: 112.518px;
    height: 43.05px;
}

.banking-account-business {
    padding-top: 175px;
    padding-bottom: 16px;
}

.banking-account-business .wrapper {
    padding-top: 147px;
    max-width: 1440px;
    /* background: url(/wp-content/themes/generatepress/images/map.svg); */
    background-repeat: no-repeat;
    background-size: contain;
}

.banking-account-business-wrapper {
    max-width: 1116px;
    padding: 0px 0 44px;
    margin: 0 auto;
    box-sizing: border-box;
    background: transparent;
    background-repeat: no-repeat;
    background-size: contain;
}

.banking-account-business-wrapper .banking-account-right-position {
    top: 3px;
}

.viban-account-business {
    padding-top: 108px;
    padding-bottom: 114px;
}

.started-wrapper-right .submit {
    width: 294px;
    margin-top: 5px;
    background: url(/wp-content/uploads/2023/08/submit-btn.svg), #704fad;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 245px 12px;
    font-family: OpenSans, sans-serif;
}

.footer-left {
    display: flex;
    width: 546px;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
    flex-shrink: 0;
}

.footer-left-top {
    width: 100%;
}

/* .banking-account-business-wrapper .banking-account-main{
    display: flex;
    width: 1116px;
    align-items: center;
    gap: 119px;
}
.banking-account-business-wrapper .banking-account-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}
.banking-account-business-wrapper .banking-account-right {
    width: 641px;
height: 500px;
}
.transparent-pricing-business .transparent-pricing-left {
    display: flex;
    width: 546px;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    flex-shrink: 0;
    max-width: 546px;
}
.transparent-pricing-business .transparent-pricing-right {
    width: 700px;
    height: 575px;
    padding-bottom: 65px;
    box-sizing: border-box;
}
.transparent-pricing-business .transparent-pricing-right .transparent-pricing-right-img-1 {
    width: 100%;
    height: 100%;
}
 */
.submit2 {
    display: none;
}

.transparent-pricing-business .wrapper {
    max-width: 1116px !important;
    padding: 0 !important;
}

/* .skeleton {
    position: relative;
}

.skeleton::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #DADADA;

    background-size: 200%;
    animation: skeleton 1s infinite reverse;
} */




/*Попап*/

#closePopup {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 14px;
    height: 14px;
    background: transparent;
    cursor: pointer;
    border: none;
    margin: 0;
    padding: 0;
}

.popup-holidays-flex {
    width: 650px;
    max-width: 650px;
    display: flex;
    max-height: 800px;
    height: 100%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.popup-holidays {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    display: none;
    box-sizing: border-box;
    padding: 10vh 0;
}

.popup-holidays-content {
    display: flex;
    width: 650px;
    max-width: 650px;
    height: 100%;
    overflow: auto;
    padding: 70px 16px 32px 16px;
    align-items: flex-start;
    box-sizing: border-box;
    border-radius: 8px;
    background: #403650;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    transition: bottom 0.5s ease-in-out;
    position: relative;
    flex-direction: column;
}

/* Общие стили для скроллбара */
.popup-holidays-content::-webkit-scrollbar {
    width: 5px;
    /* ширина вертикального скроллбара */
}

/* Стили для ползунка скроллбара */
.popup-holidays-content::-webkit-scrollbar-thumb {
    background-color: #888;
    /* цвет ползунка */
    border-radius: 5px;
    /* скругление углов ползунка */
}

/* Стили для ползунка при наведении */
.popup-holidays-content::-webkit-scrollbar-thumb:hover {
    background-color: #403650;
    /* цвет ползунка при наведении */
}

.tab-switcher {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    justify-content: center;
    margin-bottom: 16px;
}

.popup-holidays-content h2 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 24px;
    letter-spacing: 0.48px;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
    text-align: center;
}

.tab {
    cursor: pointer;
    width: 49%;
    color: #F7F1FF;
    font-size: 24px;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    background: #704FAD;
    border-radius: 4px;
    border: none;
    padding: 14px 24px;
    box-sizing: border-box;
    text-align: center;
    justify-content: center;
    transition: all 0.5s;
}

.tab:hover {
    transition: all 0.5s;
    background: #9571D2;
}

.tab:active {
    transition: all 0.5s;
    background: #5D4191;
}

.tab:nth-of-type(1) {
    margin-right: 16px;
}


.tab-pane {
    display: none;
    width: 100%;
}

.tab-content {
    width: 100%;
}

.tab-pane.active {
    display: block;
}

.tab:hover {
    transition: all 0.5s;
    background: #9571D2;
}

.tab.active {
    transition: all 0.5s;
    background: #5D4191;
}

.tab-pane-tittle {
    display: flex;
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 20px;
    letter-spacing: 0.48px;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, .05);
    height: 50px;
    padding-left: 10px;
    box-sizing: border-box;
}

.tab-pane-tittle-name {
    width: 50%;
}

.tab-pane-tittle-date {
    width: 25%;
    text-align: center;
}

.tab-pane-tittle-day {
    width: 25%;
    text-align: center;
}

.tab-pane-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #F3F3F3;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.28px;
    height: 50px;
    padding-left: 10px;
    border-bottom: 1px solid white;
}

.tab-pane-container:nth-last-of-type(1) {
    border-bottom: none;
}

.tab-pane-container-name {
    width: 50%;
}

.tab-pane-container-flex {
    width: 50%;
    display: flex;
    align-items: center;
}

.tab-pane-container-date {
    width: 50%;
    text-align: center;
}

.tab-pane-container-day {
    width: 50%;
    text-align: center;
}

.blog-page {
    background: #fff;
    padding-top: 83px;
}

.blog-page .wrapper {
    max-width: 1116px;
    margin: 0 auto;
}

.breadcrumb {
    padding: 24px 42px 0px 42px;
}

.breadcrumb .wrapper {
    display: flex;
    align-items: center;
}

.breadcrumb .wrapper a {
    padding: 4px 7px;
    color: #393939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.4s;
}

.breadcrumb .wrapper a:hover {
    border-bottom: 2px solid #704FAD;
}

.breadcrumb .wrapper a:active {
    color: #704FAD;
    border-bottom: 2px solid #704FAD;
}

.breadcrumb .wrapper span {
    padding: 4px 0;
    color: #84828E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.deviderBr {
    padding-right: 4px !important;
}

.breadcrumb .wrapper svg {
    width: 16px;
    height: 16px;
    padding: 4px;
    box-sizing: border-box;
}

.blog-page__header {
    padding: 32px 42px 48px 42px;
}

.blog-page__header .wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.blog-page__header h1 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    width: 546px;
}

.blog-page__header h1 span {
    color: #704FAD;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.blog-page__header p {
    width: 546px;
    font-family: Actay-Regular, sans-serif;
    color: #272727;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-page__main {
    padding: 32px 42px 96px 42px;
}

.blog-page__main .wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.blog-page__main .wrapper .masonry-load-more a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #704FAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    padding: 14px 24px;
    border: none;
    border-radius: 4px;
    background: #F7F1FF;
    text-transform: uppercase;
    transition: all 0.4s;
}

.blog-page__main .wrapper .masonry-load-more a:hover {
    background: #E2CEFC;
    color: #704FAD;
}

.blog-page__main .wrapper .masonry-load-more a:active {
    background: #CAADF4;
    color: #704FAD;
}

.blog-page__main .wrapper>button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #704FAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    padding: 14px 24px;
    border: none;
    border-radius: 4px;
    background: #F7F1FF;
    text-transform: uppercase;
    transition: all 0.4s;
}

.blog-page__main .wrapper>button:hover {
    background: #E2CEFC;
    color: #704FAD;
}

.blog-page__main .wrapper>button:active {
    background: #CAADF4;
    color: #704FAD;
}

.blog-page__main-box {
    display: flex;
    gap: 46px 21px;
    flex-wrap: wrap;
}

.blog-page__item {
    display: flex;
    width: 261px;
    overflow: hidden;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 4px;
    border: 1px solid#E2CEFC;
    background: #FFF;
    transition: all 0.4s;
    height: auto;
}

.blog-page__item--img {
    height: 176px;
    width: 100%;
    opacity: 0.9;
}

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

.blog-page__item--content {
    padding: 32px 24px 16px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-page__item--content-date {
    overflow: hidden;
    color: #696969;
    text-overflow: ellipsis;
    font-family: Actay-Regular, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 8px;
}

.blog-page__item--content-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    color: #272727;
    text-overflow: ellipsis;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 16px;
}

.blog-page__item--content-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    color: #696969;
    text-overflow: ellipsis;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
    margin-bottom: 16px;
    flex-grow: 1;
}

.blog-page__item--content-link {
    padding: 4px 2px;
    color: #393939;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    text-decoration: none;
    width: max-content;
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    border-bottom: 2px solid transparent;
    transition: all 0.4s;
}

.blog-page__item--content-link:hover {
    border-bottom: 2px solid #704FAD;
}

.blog-page__item--content-link:active {
    color: #704FAD;
    border-bottom: 2px solid #704FAD;
}

.article-page__header h1 {
    width: 100%;
}

.article-page__header p {
    width: 100%;
}

.single-page__mains {
    padding: 0px 42px 64px 42px;
}

.single-page__main {
    display: flex;
    max-width: 1116px;
    flex-direction: column;
    align-items: flex-start;
    gap: 64px;
    flex: 1 0 0;
}

.single-page__main--img-big {
    overflow: hidden;
    height: 476px;
    border-radius: 8px;
    width: 100%;
}

.single-page__main--img-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-page__main--box {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 64px;
    flex: 1 0 0;
    position: relative;
}

.single-page__main--box-left .emptyContent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.single-page__main--box-left {
    display: flex;
    max-width: 696px;
    align-items: flex-start;
    flex: 1 0 0;
    flex-direction: column;
    gap: 64px;
}


.single-page__main--text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    color: #84828E;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.single-page__main--text div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.single-page__main--text h2 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-page__main--img {
    position: relative;
    width: 696px;
    height: 376px;
    border-radius: 8px;
    overflow: hidden;
    display: block !important;
}

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

.single-page__main--img-position {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: flex;
    width: 276px;
    min-width: 150px;
    max-width: 344px;
    padding: 16px;
    align-items: flex-start;
    gap: 16px;
    box-sizing: border-box;
    border-radius: 4px;
    background: #F7F1FF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    flex-direction: row !important;
}

.single-page__main--img-position img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.single-page__main--img-position p {
    color: #515151;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.single-page__main--quote {
    padding: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #E2CEFC;
    background: #F7F1FF;
    box-sizing: border-box;
    flex-direction: row !important;
}

.single-page__main--quote img {
    width: 48px;
    height: 48px;
}

.single-page__main--quote-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}

.single-page__main--quote-content h3 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.single-page__main--quote-content p {
    color: #696969;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.single-page__main--box-right {
    position: sticky;
    top: 0;
    margin-top: 100px;
    display: flex;
    min-width: 356px;
    padding-top: 18px;
    max-width: 484px;
    height: 546px;
    align-items: center;
    right: 0;
    justify-content: center;
    flex: 1 0 0;
    border-radius: 8px;
    background: #7957B5;
    flex-direction: column;
}

.single main {
    overflow: visible;
}

.merchant-contact-content .merchant-wrapper .merchant-content__content-btn {
    margin: 32px 0 24px auto;
}

.merchant-contact-content .merchant-content__content {
    gap: 30px;
}

.merchant-contact-content .merchant-content__item {
    padding-bottom: 0;
}

.page-template-contact-form-template main {
    overflow: visible;
}

.single-page__main--box-right-top {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.single-page__main--box-right-top p {
    color: #F7F1FF;
    text-align: center;
    font-family: Actay-Regular, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.single-page__main--box-right-center img {
    width: 320.958px;
    height: 256.202px;
    margin-bottom: 13px;
}

.single-page__main--box-right-center h4 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 32px;
    font-style: normal;
    text-align: center;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin-bottom: 1px;
}

.single-page__main--box-right-center p {
    color: #F7F1FF;
    text-align: center;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
    width: 165.55px;
    margin: 0 auto 28px auto;
}

.single-page__main--box-right button {
    width: 174px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #F7F1FF;
    color: #F7F1FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    white-space: nowrap;
    transition: all 0.4s;
}

.single-page__main--box-right button:hover {
    background: #F7F1FF;
    color: #704FAD;
}

.single-page__main--box-right button:active {
    background: #E2CEFC;
    color: #704FAD;
}

.ar-page__main {
    padding: 32px 42px 0px 42px;
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 32px;
    margin-top: 77px;
}

.ar-page__main {
    padding: 0;
}

.ar-page__main .wrapper {
    gap: 32px;
}

.ar-page__main .blog-page__main-box {
    margin-bottom: 13px;
}

.masonry-load-more.load-more.has-svg-icon {
    width: 100%;
}

.masonry-load-more.load-more.has-svg-icon a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #704FAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    padding: 14px 24px;
    border: none;
    border-radius: 4px;
    background: #F7F1FF;
    text-transform: uppercase;
    transition: all 0.4s;
}

.masonry-load-more.load-more.has-svg-icon a:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/wp-content/themes/generatepress/images/more-plus.svg);
    background-size: cover;
}

.emptyContent {
    width: 100%;
    text-align: center;
}


/*MERCHANT*/

.page-template-questionnaire-template main {
    overflow: visible;
}

.merchant-main {
    padding-top: 1px;
    background: #FFF;
}

.merchant__breadcrumbs {
    padding: 31px 42px 0px 56px;
}

.merchant-wrapper {
    display: flex;
    max-width: 1116px;
    align-items: center;
    margin: 0 auto;
}

.merchant__breadcrumbs .merchant-wrapper a {
    padding: 4px 2px;
    color: #393939;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    transition: all 0.4s;
    text-decoration: none;
    position: relative;
}

.merchant__breadcrumbs .merchant-wrapper a:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    transition: all 0.4s;
}

.merchant__breadcrumbs .merchant-wrapper a:hover:after {
    background-color: #704FAD;
    width: 100%;
    transition: all 0.4s;
}

.merchant__breadcrumbs .merchant-wrapper a:active {
    color: #704FAD;
}

.merchant__breadcrumbs span {
    padding: 4px 2px;
    color: #84828E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.merchant__breadcrumbs-img {
    width: 12px;
    height: 12px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.merchant-top {
    padding: 32px 42px 48px 42px;
}

.merchant-top__title {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 546px;
}

.merchant-top__title h1 {
    color: #272727;
    font-family: ActayWide-Bold;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.merchant-top__title p {
    color: #272727;
    font-family: Actay-Regular;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.merchant-banner {
    width: 100%;
    height: 476px;
}

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


.merchant-content__item {
    position: relative;
}

.merchant-content__header {
    width: 100%;
    z-index: 3;
    border: none;
    cursor: pointer;
    outline: none;
    position: sticky;
    top: 0;
    display: flex;
    padding: 14px 24px;
    justify-content: space-between;
    align-items: center;
    margin-top: 94px;
    flex: 1 0 0;
    transition: all 0.4s;
    border-radius: 4px;
    background: #F7F1FF;
    color: #704FAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.merchant-content__header:hover {
    background: #E2CEFC !important;
    color: #704FAD !important;
    transition: all 0.4s;
}

.merchant-content__header:active {
    background: #CAADF4 !important;
    color: #704FAD !important;
    transition: all 0.4s;
}

.merchant-content__header.active:hover {
    background: #E2CEFC !important;
    color: #704FAD !important;
    transition: all 0.4s;
}

.merchant-content__header.active:active {
    background: #CAADF4 !important;
    color: #704FAD !important;
    transition: all 0.4s;
}

.merchant-content__header.active {
    background: #CAADF4 !important;
    color: #704FAD !important;
}

.merchant-content__header img {
    transform: rotate(180deg);
    transition: all 0.4s;
}

.merchant-content__header.active span img {
    transform: rotate(0deg);
    transition: all 0.4s;
}

.merchant-content__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    transition: all 0.4s;
    border-radius: 4px;
}

.merchant-content__header.active+.merchant-content__content {
    max-height: 0;
    transition: all 0.4s;
    margin-top: 32px;
    overflow: visible;
}

.сard-issuing .wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.сard-issuing .features-main-top {
    display: flex;
    gap: 48px;
}

.сard-issuing {
    padding-top: 49px;
    padding-bottom: 30px;
}

.сard-issuing .wrapper h2 {
    font-family: ActayWide-Bold, sans-serif;
    color: #272727;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.сard-issuing .features-main-top-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    width: 352px;
}

.сard-issuing .features-main-top-left h3 {
    font-family: ActayWide-Bold, sans-serif;
    color: #272727;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.сard-issuing .features-main-top-left div {
    font-family: Actay-Regular, sans-serif;
    color: #515151;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.сard-issuing .features-main-top-right {
    width: calc(100% - 352px - 48px);
}

.page-template-homepage-template-ou .banner .banner-item-left {
    width: 404px;
}

.page-template-homepage-template-ou .banner .banner-item-left h1 {
    font-size: 40px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 22px;
}

.page-template-homepage-template-ou .banner {
    padding-top: 131px;
}

.page-template-homepage-template-ou .banner .banner-item-left p {
    margin-bottom: 0;
}

.page-template-homepage-template-ou .banner .banner-item-left p:nth-of-type(1) {
    max-width: 404px;
    margin-bottom: 62px;
    color: #F7F1FF;
    font-family: Actay-Regular, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.36px;
}

.page-template-homepage-template-ou .features {
    padding-bottom: 140px;
}

.page-template-homepage-template-ou .feedback {
    background: url(/wp-content/uploads/2024/08/form-scaled.jpg);
    background-size: cover;
}


.page-template-homepage-template-ou .compliant-container-position img {
    width: 112.518px;
    height: 43.05px;
}

.page-template .form-title {
    display: none;
}

.page-template-homepage-template-ou .form-title {
    font-family: ActayWide-Bold, sans-serif;
    color: #272727;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
    display: flex;
}

.page-template-homepage-template-ou .banner .banner-item {
    padding: 59px 128px 32px 50px;
}

.page-template-homepage-template-ou .banner .banner-item-left h3 {
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
}

.page-template-homepage-template-ou .banner .banner-item-left h3+br {
    display: none;
}

.page-template-homepage-template-ou .banner .banner-item-left h3+p {
    display: none;
}

.page-template-homepage-template-ou .banner .banner-item-left span {
    color: #F7F1FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
}

.page-template-homepage-template-ou .banner .banner-right .btn-arrow {
    font-size: 0;
}

.page-template-homepage-template-ou .banner .banner-right .btn-arrow::after {
    content: "Open account";
    color: #F7F1FF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.сard-issuing .features-main-top {
    flex-direction: row !important;
}

.referral-viban {
    padding: 96px 0;
}

.viban-accoun-text {
    font-family: Actay-Regular, sans-serif;
    color: #84828E;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 64px;
}

.page-template-referral-program {
    background: #fff;
}

.referral-digital-payments {
    padding: 128px 0px;
}

.referral-digital-payments h2 {
    font-family: Actay-Regular, sans-serif;
    color: #272727;
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.referral-digital-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
}

.referral-digital-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}

.referral-digital-col-box {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
}

.referral-digital-title {
    color: #272727;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
}

.referral-digital-text {
    color: #515151;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.referral-digital-img {
    display: flex;
    max-width: 546px;
    width: 100%;
    height: 342px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
}

.referral-digital-row2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px;
    background: #704FAD;
    justify-content: space-between;
    height: 194px;
    min-height: 194px;
    overflow: hidden;
}

.referral-digital-row2 .referral-digital-col2 {
    display: flex;
    padding: 48px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.referral-digital-row2 .referral-digital-col2 h2 {
    color: #F4F3F5;
    font-family: Actay-Regular, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 0;
}

.referral-digital-row2 .referral-digital-col2 p {
    color: #F4F3F5;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.referral-digital-cols {
    display: flex;
    max-width: 546px;
    height: 194px;
    justify-content: center;
    align-items: center;
}

.referral-digital-cols img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.referral-form {
    padding: 48px 0 64px 0;
}

.referral-form-box {
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    background: rgba(243, 243, 243, 0.50);
    padding: 24px;
}

.referral-form-box h2 {
    color: #272727;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}

.referral-form-box p {
    color: #84828E;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.referral-form-action {
    margin-top: 32px;
}

.referral-form-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.referral-form-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    flex: 1;
}

.referral-form-col-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
}

.referral-form-col-box label {
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}

.referral-label {
    display: flex;
    align-items: center;
    gap: 4px;
}

.referral-label::before {
    content: "*";
    color: #DE350B;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}

.referral-form-col-box input {
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    width: 100%;
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    align-self: stretch;
    box-sizing: border-box;
}

.referral-form-col-box select {
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    width: 100%;
    display: flex;
    padding: 12px 16px;
    align-items: flex-start;
    align-self: stretch;
    box-sizing: border-box;
}

.referral-form-row {
    margin-bottom: 56px;
}

.referral-form-row2 textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    width: 100%;
    display: flex;
    padding: 12px 16px;
    height: 178px;
    align-items: flex-start;
    align-self: stretch;
    box-sizing: border-box;
    resize: none;
}

.referral-form-row3 {
    margin-top: 32px;
    border-top: 1px solid #F3F3F3;
    padding: 24px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.referral-form-row3 label {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}

.referral-form-row3 label input {
    width: 24px;
    height: 24px;
}

.referral-form-row3-box {
    display: flex;
    padding: 24px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    width: 100%;
}

.referral-form-row3-box button {
    display: flex;
    padding: 10.5px 18px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 3px;
    background: #704FAD;
    color: #F7F1FF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    border: none;
}

.referral-form-row3-box button:after {
    content: "";
    background: url(/wp-content/uploads/2024/10/iconlibrary.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: flex;
}

.multicurrency-left-text {
    color: #272727;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
}

.referral-digital-payments {
    background: url(/wp-content/uploads/2024/10/substrate-for-export.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.merchant-content__content-box-new .merchant-content__content-label {
    font-size: 12px;
}

.merchant-content__content-label-not::before {
    content: none !important;
}

.new1 {
    position: relative;
    width: 100%;
}

.new2 {
    position: relative;
    width: 100%;
}

.new3 {
    position: relative;
    width: 100%;
}

.new1::before {
    content: "1";
    color: #272727;
    font-family: ActayWide-Bold;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.new2::before {
    content: "2";
    color: #272727;
    font-family: ActayWide-Bold;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.new3::before {
    content: "3";
    color: #272727;
    font-family: ActayWide-Bold;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
}

.merchant-content__1 .wpcf7-list-item::after {
    content: "" !important;
}

.merchant-content__1 .wpcf7-form-control {
    flex-direction: row !important;
}

.merchant-content__1 {
    position: relative;
}

.merchant-content__1 .sp {
    position: absolute;
    bottom: 0;
    left: 0;
}

.onli-mobile {
    display: none !important;
}

.merchant-content__1 .wpcf7-form-control {
    width: 300px;
}

.nambers {
    color: #272727;
    font-family: ActayWide-Bold;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    text-align: center;
}


@media (max-width: 992px) {
    .merchant-content__content-box-new .merchant-content__content-box-double .merchant-content__add-card {
        flex-direction: column;
    }

    .merchant-content__content-box-new .merchant-content__content-box-double .merchant-content__content-col {
        width: 100%;
    }

    .onli-des {
        display: none !important;
    }

    .onli-mobile {
        display: block !important;
    }

    .onli-mobile .merchant-content__add-card {
        flex-direction: column;
    }

    .onli-mobile .merchant-content__add-card .merchant-content__content-col {
        width: 100%;
    }

    .merchant-content__content-checkbox-box22 .wpcf7-list-item {
        margin-right: auto !important;
    }

    .merchant-content__content-checkbox-box23 .wpcf7-form-control {
        max-width: 300px;
        width: 100%;
    }
}


@media (max-width: 768px) {
    .onli-des {
        display: none !important;
    }

    .onli-mobile {
        display: block !important;
    }
}

@media (max-width: 1199px) {

    .referral-title {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 24px 32px;
    }

    .page-template-referral-program .viban-account .viban-account-tampl {
        height: auto;
    }

    .referral-title .wrapper {
        gap: 8px;
    }

    .referral-title h1 {
        font-size: 24px;
    }

    .referral-title h2 {
        font-size: 14px;
    }

    .referral-banner {
        height: 376px;
    }

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

    .viban-account.referral-viban {
        padding: 32px;
    }

    .viban-accoun-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.28px;
    }

    .referral-digital-payments {
        padding: 32px;
    }

    .referral-digital-payments h2 {
        font-size: 17px;
        margin-bottom: 32px;
    }

    .referral-digital-row {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .referral-digital-img {
        height: 320px;
    }

    .referral-digital-row2 {
        min-height: auto;
        height: auto;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px 16px;
        align-self: stretch;
        flex-wrap: wrap;
        overflow: visible;
    }


    .referral-form {
        padding: 12px 32px;
    }

    .referral-form-box {
        padding: 12px;
    }

    .referral-form-row {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px var(--basic_indentation-gap_16, 16px);
        align-self: stretch;
        flex-wrap: wrap;
        margin-bottom: 24px;
    }

    .referral-form-col {
        display: flex;
        min-width: 224px;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
    }

    .referral-form-row2 label {
        margin-bottom: 4px;
    }

    .referral-form-row3 {
        padding-top: 12px;
        margin-top: 12px;
    }

    .referral-form-row3-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        align-content: center;
        gap: 2px 16px;
        align-self: stretch;
        flex-wrap: wrap;
        padding: 12px;
    }

    .referral-form-row3 label input {
        min-width: 24px;
        min-height: 24px;
    }

    .referral-digital-col {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
    }

    .referral-digital-img {
        display: flex;
        min-width: 256px;
        min-height: 320px;
        max-height: 512px;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
    }

    .referral-digital-cols {
        display: flex;
        min-width: 256px;
        min-height: 320px;
        max-height: 512px;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
        align-self: stretch;
        max-width: 100%;
        border-radius: 8px 0 0 8px;
        overflow: hidden;
    }

    .referral-digital-col2 {
        display: flex;
        min-width: 256px;
        padding: 48px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
    }


}


@media (max-width: 576px) {
    .referral-banner img {
        content: url(/wp-content/uploads/2024/10/image-12.png);
    }

    .referral-digital-cols {
        border-radius: 8px 8px 0 0;
        overflow: hidden;
    }

    .referral-digital-cols img {
        content: "/wp-content/uploads/2024/10/image.png";
    }
}

.footer-left-bottom .footer-left-top-flex ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
}

.footer-left-bottom .footer-left-top-flex li {
    width: auto;
}

.footer-left-bottom .footer-left-top-flex li a {
    font-size: 0;
}

.footer-left-bottom .footer-left-top-flex li a img {
    object-fit: cover;
}

.footer-left-bottom .footer-left-top-flex li:nth-of-type(1),
.footer-left-bottom .footer-left-top-flex li:nth-of-type(2),
.footer-left-bottom .footer-left-top-flex li:nth-of-type(3) {
    width: 100%;
}

.footer-left-bottom .footer-left-top-flex li:nth-of-type(1) a,
.footer-left-bottom .footer-left-top-flex li:nth-of-type(2) a,
.footer-left-bottom .footer-left-top-flex li:nth-of-type(3) a {
    font-size: 14px;
}


.page-template-bisness-template-new .started-wrapper-right {
    width: 366px;
}
























@media (max-width: 1199px) {
    .merchant-content__header.active .merchant-content__content {
        max-height: 1000px;
        /* Adjust this value as needed */
        transition: max-height 0.4s ease-out;
    }

    .page-template-homepage-template-ou .compliant-container-position img {
        width: 65.342px;
        height: 25px;
    }

    .page-template-homepage-template-ou .banner {
        padding: 76px 0 0 0;
    }

    .page-template-homepage-template-ou .banner-left {
        border-radius: 8px;
        overflow: hidden;
    }

    .page-template-homepage-template-ou .banner .banner-item {
        padding: 30px 30px 38px 30px;
        background-position: left !important;
    }

    .сard-issuing .wrapper h2 {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .сard-issuing .features-main-top-left h3 {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .сard-issuing .features-main-top-left div {
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .сard-issuing .features-main-top {
        gap: 24px;
    }

    .сard-issuing .features-main-top-right {
        min-height: 400px;
        max-height: max-content;
    }

    .сard-issuing .wrapper {
        gap: 24px;
    }

    .page-template-homepage-template-ou .feedback {
        background-position: center;
    }

    .features-main-top-right-img {
        width: 100%;
        height: 408px !important;
        border-radius: 8px;
        overflow: hidden;
        max-height: 400px !important;
    }

    .сard-issuing .features-main-top {
        flex-direction: column !important;
    }

    .сard-issuing .features-main-top-left {
        width: 100%;
    }

    .сard-issuing .features-main-top-right {
        width: 100%;
    }

    .digital-payments.сard-issuing {
        background: #fff !important;
    }

    .page-template-homepage-template-ou .card-payments-left {
        padding-top: 13px;
    }

    .page-template-homepage-template-ou .card-payments-left p:nth-of-type(1) {
        display: none;
    }

    .page-template-homepage-template-ou .banner .banner-right .btn-arrow {
        width: auto;
    }

    .page-template-homepage-template-ou .banner .banner-item-left h1 {
        font-size: 29px !important;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        margin-bottom: 15px;
    }

    .page-template-homepage-template-ou .banner .banner-item-left p:nth-of-type(1) {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.24px;
        width: 172px;
        margin-bottom: 16px;
    }

    .page-template-homepage-template-ou .banner .banner-item-left h3 {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.24px;
    }

    .page-template-homepage-template-ou .banner .banner-item-left span {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.24px;
        text-transform: uppercase;
    }
}



.merchant-content__box {
    width: 100%;
    padding: 0px 24px 0 24px;
    box-sizing: border-box;
}

.merchant-content__item {
    min-width: 1200px;
    max-width: 1920px;
    padding: 24px 42px;
    margin: 0 auto;
    box-sizing: border-box;
}

.merchant-content__item .merchant-wrapper {
    flex-direction: column;
}

.merchant-content__content-box {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 24px 24px 32px 24px;
    background: rgba(243, 243, 243, 0.50);
    border: 1px solid #F3F3F3;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    align-self: stretch;
}


.merchant-content__content-box h3 {
    color: #272727;
    font-family: ActayWide-Bold;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.merchant-content__content-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.dataForm .merchant-content__content-row {
    flex-direction: column;
}

.merchant-content__content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 0 0;
    gap: 16px;
}

.merchant-content__content-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 4px;
}

.merchant-content__content-label {
    display: flex;
    align-items: flex-start;
    gap: 4px;
    color: #515151;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
}

.merchant-content__content-input-title::before {
    content: "";
    background: url("/wp-content/uploads/2024/06/mandatory.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 7px;
    display: flex;
    min-width: 7px;
    margin-left: 4px;
}

.merchant-content__content-label::before {
    content: "";
    background: url("/wp-content/uploads/2024/06/mandatory.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 7px;
    min-width: 7px;
    margin-top: 4px;
    display: flex;
}

.merchant-content__content-input input {
    padding: 11px 16px;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    width: 100%;
    box-sizing: border-box;
    font-family: OpenSans, sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    transition: all 0.4s;
    cursor: pointer;
}

.merchant-content__content-input textarea {
    font-family: OpenSans, sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    overflow: hidden;
    transition: all 0.4s;
}

.merchant-content__content-input input:hover {
    border-radius: 4px;
    border: 1px solid #7957B5;
    transition: all 0.4s;
    background: #F3F3F3;
}

.merchant-content__content-input input:focus {
    border-radius: 4px;
    border: 1px solid #7957B5;
    transition: all 0.4s;
    background: #F3F3F3;
}

.merchant-content__content-col textarea:hover {
    border-radius: 4px;
    border: 1px solid #7957B5;
    transition: all 0.4s;
    background: #F3F3F3;
}

.merchant-content__content-col textarea:focus {
    border-radius: 4px;
    border: 1px solid #7957B5;
    transition: all 0.4s;
    background: #F3F3F3;
}

.merchant-content__content-input .wpcf7-not-valid-tip {
    display: flex !important;
    align-items: center;
    gap: 2px;
}

.merchant-content__content-input .wpcf7-form-control-wrap {
    width: 100%;
}

.merchant-content__content-input .wpcf7-not-valid-tip {
    color: #DE350B;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.08px;
    margin-top: 4px;
}

.merchant-content__content-input .wpcf7-not-valid-tip::before {
    content: "";
    background: url("/wp-content/uploads/2024/06/icon-message.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: flex;
}

.merchant-content__content-input .wpcf7-not-valid {
    border-radius: 4px;
    border: 1px solid #DE350B;
    background: #F3F3F3;
}

.merchant-content__content-input2 {
    display: flex;
    padding: 24px 24px 24px 20px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    align-self: stretch;
}

.merchant-content__content-input2 .merchant-content__content-input-title {
    color: #272727;
    font-family: ActayWide-Bold;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.merchant-content__content-checkbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.merchant-content__content-checkbox-box {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
}

.merchant-content__content-checkbox-box .merchant-content__content-label::before {
    content: none;
}

.merchant-content__content-checkbox .custom-checkbox {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    border-radius: 4px;
    border: 1px solid transparent;
    transition: all 0.4s;
    cursor: pointer;
}


.merchant-content__content-checkbox .custom-checkbox:hover {
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: #F7F1FF;
}

.merchant-content__content-checkbox .custom-checkbox input {
    display: none;
}

.merchant-content__content-checkbox .custom-checkbox__box {
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    transition: background-color 0.3s, border-color 0.3s;
}

.merchant-content__content-checkbox .custom-checkbox input:checked+.custom-checkbox__box {
    background-color: #1A56DB;
    border-color: #1A56DB;
    display: flex;
    align-items: center;
    justify-content: center;
}

.merchant-content__content-checkbox .custom-checkbox input:checked+.custom-checkbox__box::after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url('/wp-content/uploads/2024/06/checkbox.svg');
    background-repeat: no-repeat;
    background-size: cover;
}


.merchant-content__content-row2 .merchant-content__content-col:nth-of-type(1) {
    max-width: 340px;
}

.merchant-content__content-box-double {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 32px;
}

.add-hareholder {
    display: flex;
    padding: 14px 24px 14px 21px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #704FAD;
    background: transparent;
    color: #704FAD;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-left: auto;
    transition: all 0.4s;
}


.add-hareholder:hover {
    transition: all 0.4s;
    color: #9571D2;
    background: transparent;
    border: 1px solid var(--Noble-Violet-400, #9571D2);
}

.add-hareholder svg path {
    transition: all 0.4s;
}

.add-hareholder:hover svg path {
    fill: #9571D2;
}

.add-hareholder:active {
    border: 1px solid #5D4191;
    color: #5D4191;
}

.add-hareholder:focus {
    border: 1px solid #5D4191;
    color: #5D4191;
    background: transparent;
}

.add-hareholder:focus svg path {
    fill: #5D4191;
}

.add-hareholder:active svg path {
    fill: #5D4191;
}

.add-hareholder:disabled {
    color: #696969;
    border: 1px solid #838383;
}

.add-hareholder:disabled svg path {
    fill: #696969;
}

.merchant-content__content-box h3 span {
    display: block;
    color: #84828E;
    font-family: Actay-Regular;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.merchant-content__content-box .merchant-content__content-box--company {
    color: #272727;
    font-family: ActayWide-Bold;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.merchant-content-new-box {
    height: 51px;
    display: flex;
    align-items: center;
}


.merchant-content-new-box2::before {
    content: "<";
    margin-right: 5px;
}

.merchant-content__content-input textarea {
    padding: 12px 16px 64px 16px;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    width: 100%;
    box-sizing: border-box;
    height: 95px;
    resize: none;
}

.merchant-content__content-input-text-aria textarea {
    padding: 12px 16px 12px 16px;
    height: 400px;
}

.merchant-content__content-input22 span {
    opacity: 0;
}

.merchant-content__content-input23 span::before {
    opacity: 0;
}

.merchant-content__content-checkbox-box23 .wpcf7-form-control {
    flex-direction: column;
    align-items: flex-start !important;
}

.wpcf7-list-item.first.selected_im::after {
    content: " Unfortunately, our services are not available to US persons";
    font-size: 14px;
    color: red;
    display: block;
    margin-top: 5px;
}

.merchant-content__content-signature {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.merchant-content__content-signature ul {
    padding-left: 20px;
    width: 76%;
}

.merchant-content__content-signature ul li {
    list-style: disc;
    color: #84828E;
    font-family: Actay-Regular;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.merchant-content__content-select {
    width: 100%;
    padding: 11px 16px;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    width: 100%;
    box-sizing: border-box;
    font-family: OpenSans, sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #393939;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    transition: all 0.4s;
    cursor: pointer;
}

.merchant-content__content-select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-select-wrapper::after {
    content: '';
    width: 16px;
    height: 16px;
    background: url('/wp-content/uploads/2024/06/select.svg');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    transform: translateY(-50%);
    pointer-events: none;
}

.custom-select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}


.merchant-content__content-btn {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #704FAD;
    color: #F7F1FF;
    font-size: 16px;
    border: 1px solid transparent;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.4s;
}

.merchant-content__content-btn:hover {
    border-radius: 4px;
    border: 1px solid #9571D2;
    background: #704FAD;
    color: #9571D2;
}

.merchant-content__content-btn input {
    transition: all 0.4s;
}

.merchant-content__content-btn:hover input {
    background: transparent;
    color: #9571D2;
}

.merchant-content__content-btn:hover::after {
    filter: brightness(0) saturate(100%) invert(53%) sepia(18%) saturate(1674%) hue-rotate(219deg) brightness(91%) contrast(80%);
}

.merchant-content__content-btn:active::after {
    filter: brightness(0) saturate(100%) invert(29%) sepia(30%) saturate(1208%) hue-rotate(219deg) brightness(92%) contrast(92%);
}

.merchant-content__content-btn:active input {
    background: transparent;
    color: #5D4191;
}

.merchant-content__content-btn input:focus {
    background-color: transparent !important;
}

.merchant-content__content-btn:hover {
    border-radius: 4px;
    border: 1px solid #9571D2;
    background: #704FAD;
}

.merchant-content__content-btn svg path {
    transition: all 0.4s;
}

.merchant-content__content-btn:hover svg path {
    fill: #9571D2;
}

.merchant-content__content-btn:active {
    border-radius: 4px;
    border: 1px solid #5D4191;
    background: #704FAD;
    color: #5D4191;
}

.merchant-content__content-btn:active svg path {
    fill: #5D4191;
}

.merchant-content__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
    width: 100%;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.merchant-content__nav .merchant-content__content-btn {
    margin: 0 !important;
}

.delate-hareholder {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #704FAD;
    color: #F7F1FF;
    font-size: 16px;
    border: 1px solid transparent;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-left: auto;
    transition: all 0.4s;
}

textarea:disabled {
    border-radius: 4px;
    border: 1px solid#F3F3F3;
    background: #F3F3F3;
}

textarea:disabled:hover {
    border-radius: 4px;
    border: 1px solid#F3F3F3;
    background: #F3F3F3;
}

textarea:disabled:active {
    border-radius: 4px;
    border: 1px solid#F3F3F3;
    background: #F3F3F3;
}

.delate-hareholder:hover {
    border-radius: 4px;
    border: 1px solid #9571D2;
    background: #704FAD;
    color: #9571D2;
}

.delate-hareholder svg path {
    transition: all 0.4s;
}

.delate-hareholder:hover svg path {
    fill: #9571D2;
}

.delate-hareholder:active {
    border-radius: 4px;
    border: 1px solid #5D4191;
    background: #704FAD;
    color: #5D4191;
}

.delate-hareholder:active svg path {
    fill: #5D4191;
}

.page-template-questionnaire-template .merchant-content__btn {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
    flex-wrap: wrap;
}

.page-template-questionnaire-template header {
    position: static !important;
}

.page-template-contact-form-template header {
    position: static !important;
}

.page-template-url-list-template header {
    position: static !important;
}

.page-template-bank-details-template header {
    position: static !important;
}


.page-template-bank-details-template main {
    overflow: visible;
}

.page-template-url-list-template main {
    overflow: visible;
}

.merchant-content__content-forecast {
    width: 318px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.forecast-box h3 {
    margin-bottom: 32px;
}

.merchant-content__btn {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.merchant-banner-mob {
    display: none;
}

.merchant-content__content-label-no::before {
    content: none;
}

.merchant-content input:disabled {
    border-radius: 4px;
    border: 1px solid #F3F3F3;
    background: #F3F3F3;
}


.merchant-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.merchant-overlay.show {
    display: flex;
}

#popmake-612 {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    display: flex !important;
    width: 600px !important;
    min-width: 600px !important;
    max-width: 600px !important;
    padding: 32px !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    border-radius: 8px !important;
    background: #403650 !important;
    position: relative !important;
    margin: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}



.pum-theme-257 .pum-content+.pum-close,
.pum-theme-lightbox .pum-content+.pum-close {
    position: absolute !important;
    right: 16px !important;
    top: 16px !important;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: url(/wp-content/uploads/2024/06/icon-library-2.svg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.merchant-modal-content-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

#pum_popup_title_612 {
    color: #F3F3F3;
    width: 100%;
    text-align: left;
    font-family: ActayWide-Bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
}

#popmake-612 p {
    width: 100%;
    text-align: left !important;
    color: #F3F3F3;
    font-family: Actay-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

#popmake-612 p:nth-of-type(1) {
    margin-bottom: 48px !important;
}

.merchant-modal-content-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
}

#popmake-612 a {
    display: flex;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    width: 100%;
    border-radius: 4px;
    background: #704FAD;
    color: #F7F1FF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.merchant-modal-content-bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

#popmake-612 h3 {
    color: #F7F1FF;
    font-family: ActayWide-Bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 48px 0 12px 0;
    letter-spacing: 0.48px;
}

.merchant-modal-content-bottom p {
    color: #F3F3F3;
    font-family: Actay-Regular;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

#popmake-612 .contct-link {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: max-content;
    border-radius: 4px;
    background: #704FAD;
    color: #F7F1FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.28px;
    text-decoration: none;
    width: max-content;
    margin-top: 12px;
    margin-right: auto;
    text-transform: uppercase;
}

#popmake-612 a {
    transition: all 0.4s;
    cursor: pointer;
}

#popmake-612 a:hover {
    border-radius: 4px;
    background: #9571D2;
}

#popmake-612 a:active {
    border-radius: 4px;
    background: #5D4191;
}









/* Hide the default checkbox */
.merchant-content__content-checkbox-box input[type="checkbox"] {
    display: none;
}

.merchant-content__content-checkbox-box input[type="radio"],
input[type="radio"] {
    display: none;
}

/* Create a custom checkbox */
.merchant-content__content-checkbox-box label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

/* Style the custom checkbox */
.merchant-content__content-checkbox-box label span.wpcf7-list-item-label:before,
.merchant-content__content-checkbox-box label span.list-item-label:before,
label span.wpcf7-list-item-label:before,
label span.list-item-label:before {
    content: '';
    display: flex;
    width: 24px;
    min-width: 24px;
    height: 24px;
    background-color: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 4px;
    transition: background-color 0.3s, border-color 0.3s;
    margin-right: 8px;
}

/* Change the background and border color when the checkbox is checked */
.merchant-content__content-checkbox-box input[type="checkbox"]:checked+span.wpcf7-list-item-label:before,
.merchant-content__content-checkbox-box input[type="checkbox"]:checked+span.list-item-label:before {
    background-color: #007bff;
    border-color: #007bff;
}

.merchant-content__content-checkbox-box input[type="radio"]:checked+span.wpcf7-list-item-label:before,
.merchant-content__content-checkbox-box input[type="radio"]:checked+span.list-item-label:before,
input[type="radio"]:checked+span.list-item-label:before,
input[type="radio"]:checked+span.wpcf7-list-item-label:before {
    background-color: #007bff;
    border-color: #007bff;
}

/* Add a checkmark when the checkbox is checked */
.merchant-content__content-checkbox-box input[type="checkbox"]:checked+span.wpcf7-list-item-label:after,
.merchant-content__content-checkbox-box input[type="checkbox"]:checked+span.list-item-label:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2024/06/checkbox.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.merchant-content__content-checkbox-box input[type="radio"]:checked+span.wpcf7-list-item-label:after,
.merchant-content__content-checkbox-box input[type="radio"]:checked+span.list-item-label:after,
input[type="radio"]:checked+span.wpcf7-list-item-label:after,
input[type="radio"]:checked+span.list-item-label:after {
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/wp-content/uploads/2024/06/checkbox.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* Style the label text */
.wpcf7-list-item-label,
.list-item-label {
    display: flex;
    align-items: center;
    gap: 0;
    color: #333;
    position: relative;
    /* Add this to make the checkmark appear within the label */
}

.merchant-content__content-checkbox-box .wpcf7-form-control {
    display: flex;
    padding-bottom: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.merchant-content__content-checkbox-box .wpcf7-list-item,
.merchant-content__content-checkbox-box .list-item {
    display: flex;
    padding: 12px;
    flex-direction: column;
    margin: 0;
    align-items: flex-start;
    border: 1px solid transparent;
    gap: 8px;
    border-radius: 4px;
    flex: 1 0 0;
    transition: all 0.4s;
}

.merchant-content__content-checkbox-box .wpcf7-list-item:hover {
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: #F7F1FF;
}

.merchant-content__content-checkbox-box .wpcf7-form-control.wpcf7-not-valid {
    border: none !important;
    background: transparent !important;
}


.merchant-content__content-input textarea:disabled {
    border-radius: 4px;
    border: 1px solid #F3F3F3 !important;
    background: #F3F3F3;
}


.merchant-content__content-btn::after {
    content: "";
    background: url(/wp-content/uploads/2024/06/icon-library-3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
}

.merchant-content__content-btn input {
    border: none;
    background: transparent;
    color: #F7F1FF;
    font-family: OpenSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.page-template-updating-data .checkbox-cus {
    display: flex;
    flex-direction: column;
}

.page-template-updating-data .checkbox-cus .wpcf7-list-item {
    margin: 0;
}

.page-template-updating-data .merchant-content__content-checkbox-box input[type="radio"]:checked+span.wpcf7-list-item-label:after {
    top: 50%;
    transform: translatey(-50%);
}

.merchant-content__content-checkbox-box2 {
    flex-direction: column;
    align-items: flex-start;
}

.merchant-content__content-checkbox-box2 .wpcf7-form-control {
    align-items: flex-start;
}

.page-template-updating-data .wpcf7-file {
    color: transparent;
}

.page-template-updating-data .wpcf7-file::-webkit-file-upload-button {
    visibility: hidden;
}


.page-template-updating-data .wpcf7-file::before {
    content: "Upload File";
    color: #515151;
    display: inline-block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    outline: none;
}

.termItem {
    width: calc(33.33% - 16px);
    border: 1px solid #9571D2;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
}

.termItem img {
    height: 150px;
    width: 150px;
}

.termIcon {
    text-align: center;
    margin-bottom: 32px;
}

.titleTerItem {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.fullLinkTerm {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.referral-banner img {
    width: 100%;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

.referral-form-row3 .wpcf7-not-valid .wpcf7-list-item-label {
    color: red;
}

.content-col.content-inputs.content-inputs-full {
    width: 100%;
}

.content-col.content-inputs {
    gap: 16px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.2;
}

.dataForm .merchant-content__content-input {
    width: calc(33.33% - 12px);
}

/*.content-inputs-full .merchant-content__content-input {
    width: 100%;
}
    */



.country-select {
    position: relative;
    display: block;
    width: 100%;
}

form.was-validated input:invalid,
form.was-validated textarea:invalid,
form.was-validated select:invalid {
    border: 1px solid red;
}



.iti.iti--allow-dropdown {
    width: 100%;
}

.radioColumn {
    display: flex;
    gap: 7px;
    height: 100%;
    flex-wrap: wrap;
    width: 100%;
}

.merchant-content__content-checkbox-box .radioColumn .wpcf7-list-item-label {
    gap: 0;
}

.merchant-content__content-checkbox-box .radioColumn label span.wpcf7-list-item-label::before {
    margin-right: 8px;
}

.merchant-content__btn.btnsRow button {
    margin: 0;
}

.added-block {
    margin-bottom: 28px;
}

.innerAddedTitle {
    margin-bottom: 28px;
}

.content-col.content-inputs.content-flex-column {
    flex-direction: column;
}

.content-col.content-inputs.content-flex-column .merchant-content__content-input {
    width: 100% !important;
}

.radioColumn.multyRadioColumn {
    gap: 16px;
}

.hideContentRow {
    display: none;
}

.dataForm .content-inputs-twoCol .merchant-content__content-input {
    width: calc(50% - 12px);
}

.total-turnover-label {
    height: 43px;
    display: flex;
    align-items: center;
}

.merchant-content__content-row.topPaymentsRow {
    flex-direction: column;
}

.merchant-content__content-label.noMarkLabel::before {
    display: none;
}

.merchant-content__content-label.noMarkLabel.lastTopPayLabel {
    opacity: 0;
}

.addedBlocksSection {
    width: 100%;
}

.other_banks_dataRow {
    width: 100%;
    margin: 5px 0;
}

.noFlex {
    flex-direction: column;
}

.specify_below_txt {
    font-size: 14px;
}

.btnsOtherBankRow {
    margin-top: 32px;
}



.popup-warning {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 10vh 0;
}

.popup-warning-flex {
    width: 100%;
    max-width: 650px;
    max-height: calc(100vh - 32px);
    height: auto;
    overflow: auto;
    margin: auto;
}


.popup-warning-content {
    display: flex;
    height: 100%;

    padding: 32px 16px 32px 16px;
    align-items: flex-start;
    box-sizing: border-box;
    border-radius: 8px;
    background: #403650;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.08);
    transition: bottom 0.5s ease-in-out;
    position: relative;
    flex-direction: column;
    color: #F3F3F3;
}

#closewarning {
    background: transparent;
    border: 0;
    position: absolute;
    top: 7px;
    right: 7px;
}

.title_modal_warning {
    color: #F7F1FF;
    font-family: ActayWide-Bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 12px 0;
    letter-spacing: 0.48px;
    padding-right: 15px;
}

.desc_modal_warning {
    line-height: 1.3;
}


.popup-warning.hidden {
    display: none;
}

.separateRow {
    margin: 16px 0 8px;
    font-weight: bold;
}

.error-message.active {
    width: 100%;
    font-size: 10px;
    color: red;
    display: block;
}

.error-message {
    display: none;
}

.merchant-content__content-input.content-radio-input {
    padding: 16px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 4px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    align-self: stretch;
    font-size: 14px;
    gap: 8px;
}

.error,
.radio-group.error label span.list-item-label::before {
    border-color: red !important;
}

.radio-group.error {
    border: 0 !important;
}

.radio-group.error {
    border: 0 !important;
}

.wpcf7-list-item-label {
    font-size: 14px;
}

.merchant-content__content-input.merchant-content__content-checkbox-box.content-checkbox-input {
    flex: none;
}

.merchant-content__content-input.content-input-50 {
    width: calc(50% - 12px);
}

.content-inputs ul {
    list-style: disc;
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding-left: 12px;
}

.error+.wpcf7-list-item-label::before {
    border: 1px solid red !important;
}

.loader-wrapper.active .loader-disc {
    display: inline-flex;
}

.loader-wrapper {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin-top: -56px;
}

.loader-disc {
    width: 1em;
    height: 1em;
    margin: 0.1em;
    border-radius: 50%;
    color: #9571d2;
    background: currentcolor;
    -webkit-animation: bounce 0.6s infinite alternate;
    animation: bounce 0.6s infinite alternate;
    display: none;
}

.loader-disc:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loader-disc:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

@-webkit-keyframes bounce {
    from {
        opacity: 1;
        transform: translatey(0);
    }

    to {
        opacity: 0.2;
        transform: translatey(-1em);
    }
}

@keyframes bounce {
    from {
        opacity: 1;
        transform: translatey(0);
    }

    to {
        opacity: 0.2;
        transform: translatey(-1em);
    }
}

.noteMass {
    text-align: center;
    padding: 5px;
    font-size: 13px;
}

.noteMass.success {
    color: green;
}

.noteMass.error {
    color: red;
}

.error404 .inside-article {
    padding: 100px 16px 32px;
    max-width: 1366px;
    margin: 0 auto;
    background: transparent;
}


.error-page-container {
    max-width: 100%;
    min-height: 70vh;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(../../images/bg404.png) center no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 20px;
}

.error-page-container:after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.error-page-container * {
    position: relative;
    z-index: 1;
}

.error-page-container img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 25px;
}

.error-page-container h4 {
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.error-page-container .button {
    display: inline-block;
    margin-top: 20px;
    padding: 18px 30px;
    background: white;
    color: #6c63ff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 4px;
}

.error-page-container .button:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.faq-category {
    display: flex;
    gap: 16px;
    margin: 32px 0;
}

.faq-category .menu-item a {
    padding: 7px 20px;
    border-radius: 7px;
    margin-right: 10px;
    background: rgb(248, 243, 255);
    transition: all 0.2s ease-out;
    text-decoration: none;
    color: black;
    font-family: sans-serif, arial;
    font-weight: 100;
    display: inline-block;
}

.faq-category .menu-item a:hover,
.faq-category .menu-item.current-menu-item a,
.faq-category .menu-item.current-faq-cat-ancestor a,
.faq-category .menu-item.current-faq-ancestor a {
    background: #7b5bb4;
    color: #fff;
}

.subMenuFaqRow {
    margin: 16px 0 32px;
}

.faq-subcats {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.faq-subcats>li>a {
    text-decoration: none;
}

.faq-subcats>li>a {
    text-decoration: none;
    display: inline-flex;
    padding: 5px 16px;
    border-bottom: 2px solid #e3dfe9;
    color: #595656;
    transition: all 0.2s ease-out;
}

.faq-subcats>li.current>a {
    border-color: #7b5bb4;
    color: #000;
    font-weight: bold;
}

.faq-subcats>li>a:hover {
    border-color: #7b5bb4;
    color: #000;
}

.contentFaqRow {
    display: flex;
    gap: 32px;
}

.postFaqList {
    min-width: 270px;
    display: flex;
    flex-direction: column;
}

.innerFaqCat {
    width: 100%;
}

.faqPost {
    flex-grow: 1;
}

.faqItem {
    width: calc(33.33% - 16px);
    box-sizing: border-box;
}

.faq-posts-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.faqItem a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3;
    color: #7b5bb4;
    border: 1px solid #e1e5ea;
    border-radius: 12px;
    text-decoration: none !important;
    transition: 0.3s ease-in !important;
    padding: 16px 24px;
    background: #ffffff;
    display: flex;
    width: auto;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
}

.faq-section-cat {
    margin-bottom: 16px;
}

.faq-subcat-title {
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
}

.faq-list-sidebar {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq-list-sidebar li a {
    text-decoration: none;
    color: #7b5bb4;
    font-size: 14px;
    padding: 5px;
    display: inline-flex;
    line-height: 1.3;
    border-radius: 3px;
    transition: all 0.2s ease-out;
}

.faq-list-sidebar li.current a,
.faq-list-sidebar li a:hover {
    background: #f8f3ff;
}

.singleFaqPostWrapper h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.singleFaqContent {
    line-height: 1.3;
}

.singleFaqContent p {
    margin-bottom: 16px;
}

.faq-section-cat.current {
    order: -1;
}

.faq-subcat-title a {
    text-decoration: none;
}

.faq-section-cat.current .faq-subcat-title a {
    color: #403650;
}


.singleFaqContent h2 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.singleFaqContent ul {
    margin-bottom: 16px;
    list-style: circle;
    list-style-position: inside;
}

.singleFaqContent strong {
    font-weight: 700;
    color: #515151;
}





.postFaqList .faq-list-sidebar {
    display: none;
    padding-left: 0;
    margin-top: 10px;
}

.postFaqList .faq-subcat-title {
    margin: 0;
    padding: 10px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
}

.postFaqList .faq-subcat-title.active {
    background: #7b5bb4;
    color: #fff;
}

.postFaqList .faq-subcat-title.active a {
    color: #fff;
}

.postFaqList .faq-subcat-title.active .toggleFaqSectionList img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(0deg) brightness(104%) contrast(101%);
}

.toggleFaqSectionList img {
    width: 24px;
    height: 24px;
}

.toggleFaqSectionList {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.toggleFaqSectionList.active {
    transform: rotate(180deg);
}

.toggleListLeftPost {
    padding: 7px;
    background-color: #f8f3ff;
    margin-bottom: 16px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}


.overListFaq {
	position: fixed;
}























/* responsive ******************************************************************************************/


@media (min-width: 1920px) {
    .features {
        background-size: cover;
    }

    .multicurrency {
        background-size: cover;
    }

    .transparent-pricing:after {
        background-size: cover;
        height: 200%;
    }

    .banking-account:before {
        background-size: cover;
        height: 120%;
    }

    .digital-payments {
        background-size: cover;
        background-position: inherit;
    }
}

/* end max-width: 1920px ********************************************************/


@media (max-width: 1680px) {


    .transparent-pricing-right-img-1 {
        height: 100%;
    }

    .transparent-pricing-right-img-2 {
        width: 96%;
        height: 68%;
        overflow: hidden;
    }
}

/* end max-width: 1680px ********************************************************/


@media (max-width: 1440px) {
    header {
        padding: 0 42px;
        box-sizing: border-box;
        width: 100vw;
    }

    .header-wrapper {
        max-width: 100%;
    }

    .banner {
        padding: 124px 42px 48px 42px;
    }

    .transparent-pricing-right {
        width: calc(100% - 562px);
    }

    .transparent-pricing .wrapper {
        max-width: 100%;
        padding: 0 42px;
        box-sizing: border-box;
    }

    .transparent-pricing-right-img-2 {
        width: 94%;
        height: 100%;
    }

    .transparent-pricing-right-img-2 img {
        height: auto;
    }

    .feedback {
        background-position: center;
    }
}

/* end max-width: 1440px ********************************************************/



@media(max-width: 1199px) {

    /* #popmake-612 {
        display: flex !important;
        position: fixed !important;
        top: 0 !important;
        left: auto !important;
        right: -100% !important;
        width: 100% !important;
        height: 100% !important;
        background: rgba(0, 0, 0, 0.7) !important;
        justify-content: flex-end !important;
        align-items: flex-start !important;
        transition: right 0.4s ease !important;
    } */
    #popmake-612 {
        transform: translate(0%, 0%) !important;
        top: 0 !important;
        opacity: 1 !important;
        left: calc(100% - 320px) !important;
        right: -100% !important;
        width: 100% !important;
        display: flex !important;
        width: 320px !important;
        min-width: 320px !important;
        max-width: 320px !important;
        padding: 24px !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 32px !important;
        box-sizing: border-box !important;
        min-height: 100vh !important;
    }

    .merchant-modal-content-main {
        gap: 12px;
    }

    #popmake-612 a {
        padding: 10px 20px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.28px;
        text-transform: uppercase;
    }


    .merchant-overlay.show {
        right: 0;
    }

    .merchant-banner-mob {
        display: block;
        height: 100%;
    }

    .merchant-banner-des {
        display: none;
    }

    .merchant__breadcrumbs {
        min-width: 320px;
        max-width: 1199px;
        padding: 24px 16px 16px 38px;
        box-sizing: border-box;
    }

    .merchant-content__btn {
        gap: 16px;
    }

    .merchant-content__content-box h3 {
        width: 100%;
    }

    .merchant__breadcrumbs span {
        white-space: nowrap;
    }

    .add-hareholder {
        margin-left: 0;
    }

    .merchant-content__nav {
        gap: 16px;
        margin-bottom: 8px;
    }

    .delate-hareholder {
        margin-left: 0;
    }

    .merchant-content__content-box h3 span {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.28px;
    }

    .merchant-top {
        min-width: 320px;
        max-width: 1199px;
        padding: 25px 32px;
        box-sizing: border-box;
    }

    .merchant-top__title {
        gap: 12px;
    }

    .merchant-top__title h1 {
        font-size: 24px;
        letter-spacing: 0.48px;
        line-height: 120%;
    }

    .merchant-top__title p {
        font-size: 14px;
        letter-spacing: 0.28px;
    }

    .merchant-banner {
        height: 376px;
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .merchant-banner picture,
    .merchant-banner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .merchant-content__box {
        max-width: 1199px;
        padding: 0;
    }

    .merchant-content__item {
        min-width: 100%;
        padding: 12px 32px;
        box-sizing: border-box;
    }

    .merchant-content__header {
        margin-top: 0;
    }

    .merchant-content__header {
        padding: 10px 20px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.28px;
        text-transform: uppercase;
        text-align: left;
    }

    .merchant-content__content-box {
        padding: 12px;
        gap: 31px;
    }

    .merchant-content__content-row {
        flex-wrap: wrap;
    }

    .merchant-content__content-col {
        min-width: 224px;
    }

    .merchant-content__header.active+.merchant-content__content {
        margin-top: 16px;
    }

    .merchant-content__content-checkbox {
        flex-wrap: wrap;
    }

    .merchant-content__content-input2 {
        padding: 12px;
        gap: 10px;
    }

    .merchant-content__content-checkbox .custom-checkbox {
        display: flex;
        min-width: 224px;
        padding: 12px;
        align-items: center;
        gap: 8px;
        flex: 1 0 0;
    }

    .merchant-content__content-input2 .merchant-content__content-input-title {
        padding-left: 0;
    }

    .merchant-content__content-checkbox .custom-checkbox {
        padding: 12px 9px;
    }

    .merchant-content__content-checkbox .custom-checkbox__box {
        min-width: 21px;
        width: 21px;
        height: 21px;
    }

    .merchant-content__content-checkbox {
        gap: 2px;
    }

    .merchant-content__content-input-title::before {
        margin-left: 0;
    }

    .add-hareholder {
        padding: 10px 18px 13px 23px;
        font-size: 14px;
        gap: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.28px;
        text-transform: uppercase;
    }

    .page-template-questionnaire-template .merchant-content__btn {
        gap: 16px;
    }

    .delate-hareholder {
        padding: 10px 18px 13px 23px;
        font-size: 14px;
        gap: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.28px;
        text-transform: uppercase;
    }

    .merchant-content__content-label2 {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.28px;
        text-transform: uppercase;
    }

    .merchant-content__content-box .merchant-content__content-box--company {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .merchant-content__content-box .merchant-content__content-box--company span {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.28px;
    }

    .merchant-content__content-signature ul li {
        width: 100%;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.28px;
    }

    .merchant-content__content-signature ul {
        width: 100%;
    }

    .merchant-content__content-btn {
        padding: 10px 20px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.28px;
        text-transform: uppercase;
    }


    .merchant-contact-content .merchant-wrapper .merchant-content__content-btn {
        margin: 28px 0 11px auto;
    }

    .merchant-contact-content .merchant-content__content {
        gap: 31px;
    }

    .merchant-content__content-checkbox .custom-checkbox-no {
        padding: 5px 9px;
    }

    .breadcrumb {
        min-width: 320px;
        max-width: 1199px;
        padding: 24px 32px 16px 32px;
        box-sizing: border-box;
    }

    .page-template-questionnaire-template .merchant-content__content-checkbox .custom-checkbox {
        padding: 14px 9px;
    }

    .blog-page__header {
        min-width: 320px;
        max-width: 1199px;
        padding: 24px 32px;
        box-sizing: border-box;
    }

    .blog-page__header .wrapper {
        gap: 8px;
    }

    .blog-page__header h1 {
        min-width: 256px;
        flex: 1 0 0;
        width: 100%;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.48px;
    }

    .blog-page__header h1 span {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.48px;
    }

    .blog-page__header p {
        min-width: 256px;
        flex: 1 0 0;
        width: 100%;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.28px;
    }

    .blog-page__main {
        min-width: 320px;
        max-width: 1199px;
        padding: 24px 32px 48px 32px;
        box-sizing: border-box;
    }

    .blog-page__main-box {
        gap: 24px 16px;
    }

    .blog-page__item {
        display: flex;
        min-width: 256px;
        align-items: flex-start;
        flex: 1 0 0;
        border-radius: 4px;
        border: 1px solid #E2CEFC;
        background: #FFF;
    }

    .blog-page__item--img {
        height: 124px;
    }

    .blog-page__item--content {
        padding: 12px 16px 10px;
    }

    .blog-page__item--content-title {
        font-size: 12px;
        margin-bottom: 13px;
        min-height: 30px;
    }

    .blog-page__item--content-text {
        font-size: 12px;
        margin-bottom: 8px;
        line-height: 125%;
    }

    .blog-page__main .wrapper {
        gap: 23px;
    }

    .single-page__main--box {
        flex-wrap: wrap;
    }

    .breadcrumb {
        overflow: hidden;
    }

    .breadcrumb .wrapper span {
        white-space: nowrap;
    }

    .breadcrumb .wrapper svg {
        min-width: 16px;
    }

    .single-page__main--box-left {
        display: flex;
        min-width: 256px;
        align-items: flex-start;
        flex: 1 0 0;
    }

    .single-page__main--box-right {
        margin-top: 0;
        display: flex;
        min-width: 256px;
        align-items: flex-start;
        flex: 1 0 0;
    }

    .single-page__main--img-big {
        height: 376px;
    }

    .single-page__main {
        gap: 32px;
    }

    .single-page__main--text {
        gap: 24px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        letter-spacing: 0.28px;
    }

    .single-page__main--text h2 {
        font-size: 17px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .single-page__main--box-left {
        gap: 32px;
    }

    .single-page__main--img {
        width: 100%;
        height: 276px;
    }

    .blog-page {
        padding-top: 73px;
    }

    .single-page__mains {
        padding-top: 0;
    }

    .single-page__main--text div {
        width: 94%;
        gap: 10px;
    }

    .single-page__main--box-left {
        gap: 35px;
    }

    .single-page__main--img-position {
        left: 16px;
        bottom: 16px;
        display: flex;
        width: calc(100% - 32px) !important;
        min-width: 150px;
        max-width: 344px;
        padding: 16px;
        align-items: flex-start;
        gap: 16px;
    }

    .single-page__main--box-left {
        gap: 26px;
    }

    .single-page__main--quote {
        min-width: 256px;
        padding: 16px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .single-page__main--img-position img {
        width: 24px;
        height: 24px;
    }

    .single-page__main--box {
        gap: 52px;
    }

    .single-page__main--box-right {
        display: flex;
        height: 382px;
        min-height: 382px;
        max-height: 382px;
        align-items: center;
        justify-content: flex-start;
        flex: 1 0 0;
        padding-top: 30px;
    }

    .single-page__main--box-right-center img {
        width: 240.719px;
        height: 192.152px;
        margin-top: -10px;
        margin-bottom: 0;
    }

    .single-page__main--box-right-top img {
        width: 147.112px;
        height: 26.748px;
    }

    .single-page__main--box-right-center h4 {
        font-size: 24px;
    }

    .single-page__main--text {
        gap: 19px;
    }

    .single-page__main--box-right-top p {
        font-size: 12px;
    }

    .single-page__main--box-right-center p {
        margin: 0 auto 19px auto;
    }

    .single-page__main--box-right button {
        padding: 10px 20px;
        width: auto;
        height: auto;
        font-size: 14px;
    }

    .ar-page__main {
        padding: 0;
    }

    .ar-page__main h2 {
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.48px;
        padding: 22px 0px
    }

    .ar-page__main .blog-page__item--content h2 {
        padding: 0;
        margin: 0;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 16px;
    }

    .ar-page__main .blog-page__main-box {
        gap: 21px 16px;
    }

    .ar-page__main .blog-page__main-box {
        margin-bottom: 0;
    }

    .single-page__mains {
        padding-bottom: 18px;
    }


    .bannerImgCenter {
        height: 182px;
        width: 100%;
        position: absolute;
        left: 0;
        top: 78px;
        text-align: center;
    }

    .footer-bottom p:nth-of-type(1) {
        display: none;
    }

    .digital-payments-main-container h3 br {
        display: none;
    }

    .digital-payments-main-container h3 {
        width: 100%;
    }

    .digital-payments-main-container:hover {
        padding-top: 20px;
    }

    .banking-account:after {
        width: 720px;
        height: 400px;
    }

    .transparent-pricing:after {
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    .transparent-pricing .wrapper {
        position: relative;
        z-index: 5;
    }

    .compliant {
        position: relative;
        z-index: 5;
    }

    .banking-account:before {
        background-size: contain;
    }







    .banner-wrapper {
        flex-wrap: wrap;
    }

    body:after {
        content: none;
        /* background: url(/wp-content/themes/generatepress/images/Background3.svg);
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1; */
    }

    .popup {
        max-width: 100%;
    }

    .banner-left {
        min-height: 415px;
        max-width: 592px;
        min-width: 320px;
        flex: 1;
    }

    .banner-right {
        background-repeat: no-repeat;
        min-width: 320px;
        min-height: 415px;
        max-width: 592px;
        flex: 1;
        padding: 32px 32px;
    }

    .banner-slider {
        width: 100%;
        height: 100%;
        max-width: 592px;
        min-width: 320px;
    }

    .webp .banner-item {
        background-image: url(/wp-content/themes/generatepress/images/banner-left-mobile.webp);
    }

    .banner-item {
        background: url(/wp-content/themes/generatepress/images/banner-left-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 75% !important;
        max-width: 592px;
        min-width: 320px;
        padding: 52px 72px 80px 32px;
        box-sizing: border-box;
        width: 100%;
    }

    .banner-slider .slick-slide {
        max-width: 592px;
        min-width: 320px;
    }

    .banner-slider .slick-slide>div {
        width: 100%;
    }

    .banner-slider .slick-list {
        padding: 0 !important;
    }

    .banner-item-left h2 {
        font-size: 29px;
    }

    .banner-item-left h2 span {
        font-size: 29px;
    }

    .banner-item-left h1 {
        font-size: 29px;
    }

    .banner-item-left h1 span {
        font-size: 29px;
    }

    .banner-item-left p {
        font-size: 12px;
        width: 216px;
        max-width: 100%;
        margin-bottom: 24px;
    }

    .banner-item-left p span {
        font-size: 12px;
    }

    .banner-item button {
        width: 163px;
        height: 44px;
        font-size: 14px;
        letter-spacing: 0.28px;
        padding-left: 20px;
        white-space: nowrap;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 115px;
        box-sizing: border-box;
    }

    .banner-item button:hover {
        background-position: 115px;
    }

    .banner-item button:active {
        background-position: 115px;
    }

    .banner-right>span {
        font-size: 12px;
        display: block;
        margin-bottom: 8px;
    }

    .banner-right-logo {
        width: 147.112px;
        height: 26.748px;
    }

    .banner-right-logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banner-right>h3 {
        margin-top: auto;
        font-size: 24px;
        margin-bottom: 16px;
    }

    .banner-right>p {
        font-size: 14px;
        margin-bottom: 13px;
    }

    .banner-right>button {
        width: 151px;
        height: 39px;
        font-size: 14px;
        padding: 10px 20px;
        white-space: nowrap;
        margin-top: 0;
    }

    .banner-item-right h3 {
        display: none;
    }

    .banner-item-right p {
        display: none;
    }

    .banner-slider-dots {
        left: 32px !important;
    }

    .header-navigation {
        display: none;
    }

    header {
        padding: 0 32px;
    }

    .header-group-button {
        display: none;
    }

    .logo {
        width: 113px;
        height: 48px;
    }

    .logo a {
        width: 100%;
        height: 100%;
    }

    .logo a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .digital-payments-main-container {
        height: 200px;
        min-width: 128px;
        max-width: 256px;
        padding: 8px 8px 16px 8px;
        min-height: 200px;
        max-height: 200px;
        width: 24%;
    }

    .digital-payments-video-container {
        height: 200px;
        min-width: 128px;
        min-height: 200px;
        max-height: 200px;
        width: auto;
        margin-left: 2%;
    }

    .burger-icon {
        border-radius: 4px;
        border: 1px solid #704FAD;
        width: 64px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: auto;
    }

    .header-group-button2 {
        display: flex !important;
    }

    .banner {
        padding: 76px 0 0 0;
    }

    .banner-left {
        border-radius: 0;
        margin-right: 0 !important;
        margin-left: 0;
    }

    .banner-item {
        border-radius: 0;
    }

    .banner-right {
        border-radius: 0;
    }


    .banner-item {
        background-position: 95%;
    }

    .digital-payments {
        padding: 64px 32px;
        background-position: inherit;
    }


    .digital-payments-top {
        align-items: flex-start;
    }

    .digital-payments-top h2 {
        font-size: 17px;
        min-width: 256px;
        max-width: min-content;
        white-space: nowrap;
    }

    .digital-payments-top h2 {
        margin-right: auto;
    }

    .digital-payments .wrapper {
        max-width: 100%;
    }

    .digital-payments-top p {
        max-width: 428px;
    }

    .digital-payments-top p {
        font-size: 12px !important;
        min-width: 256px;
        width: 100%;
    }

    .digital-payments-top button {
        margin-left: 0;
    }

    .digital-payments-top button {
        white-space: nowrap;
    }

    .digital-payments-top-flex {
        margin-right: 16px;
    }

    .digital-payments-top {
        margin-bottom: 64px;
    }

    .digital-payments-main-container {
        width: calc(16% - 16px);
        flex-grow: 1;
    }

    .digital-payments-main {
        justify-content: space-between;
        gap: 0 16px;
    }

    .digital-payments-video-container {
        width: calc(16% - 16px);
        margin-left: inherit;
    }

    .digital-payments {
        padding-bottom: 64px;
    }

    .card-payments-left {
        padding: 32px;
        box-sizing: border-box;
    }

    .card-payments-left {
        display: flex;
        min-width: 320px;
        max-width: 720px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        padding-top: 32px;
        flex: 1 0 0;
    }

    .card-payments-left button {
        margin-top: 8px;
    }

    .card-payments {
        background: url(/wp-content/themes/generatepress/images/FullBG.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .card-payments-container-img {
        margin-bottom: 8px;
    }

    .card-payments-left button {
        margin-left: 0;
    }

    .card-payments {
        background: url(/wp-content/themes/generatepress/images/FullBG-tablet.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        height: auto;
    }

    .card-payments-right {
        display: flex;
        min-height: 400px;
        height: auto;
        min-width: 320px;
        max-width: 720px;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
    }


    .digital-payments-main-container:hover p {
        font-size: 14px;
        transition: all 0.5s;
        height: auto;
        overflow: hidden;
    }

    .card-payments-img-mobile {
        display: block;
        height: 100%;
    }

    .card-payments-img-desctop {
        display: none;
    }

    .card-payments-left h2 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .card-payments-left p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .card-payments-container-img {
        width: 60px;
        height: 32px;
    }

    .card-payments-right-position img {
        object-fit: cover;
        object-position: left;
    }

    .card-payments-right {
        align-items: flex-end;
    }

    .digital-payments-main-container p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        font-size: 12px;
    }

    .digital-payments-main-container:hover p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        font-size: 12px;
        height: auto;
    }

    .banking-account {
        padding: 0;
    }

    .banking-account .wrapper {
        padding: 48px 32px;
        background-position: center;
    }

    .banking-account-top h2 {
        font-size: 17px;
        min-width: 256px;
        flex-grow: 1;
    }

    .banking-account-top h2 br {
        display: none;
    }

    .banking-account-main {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 64px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .banking-account-left {
        display: flex;
        min-width: 256px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .banking-account-right {
        display: flex;
        width: 320px;
        min-width: 320px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .banking-account-right-img img {
        object-fit: contain;
    }

    .banking-account-left-card {
        display: flex;
        min-width: 256px;
        padding: 16px;
        align-items: center;
        flex: 1 0 0;
    }

    .banking-account-right {
        margin-top: 0;
        height: 434px;
        display: flex;
        align-items: flex-end;
    }

    .banking-account-right-img {
        height: auto;
        position: relative;
        top: 50px;
    }

    .banking-account-right-img img {
        object-position: bottom;
    }

    .banking-account-top button {
        width: 183px;
        height: 44px;
        font-size: 14px;
        white-space: nowrap;
        padding-left: 20px;
        background-position: 138px 10px;
    }

    .banking-account-top button:hover {
        background-position: 138px 10px;
    }

    .banking-account-top button:active {
        background-position: 138px 10px;
    }

    .transparent-pricing {
        padding: 64px 32px;
    }

    .compliant {
        position: relative;
        transform: none;
        margin-top: 64px;
        left: 0;
        padding: 102px 16px 24px 16px;
        background-size: cover;
        background-position: -50px;
    }

    .compliant-container-position {
        left: 16px;
        width: 65px;
        height: 25px;
    }

    .compliant-container-position img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .compliant-container-right {
        display: flex;
        min-width: 224px;
        align-items: flex-start;
        align-content: flex-start;
        flex: 1 0 0;
        flex-wrap: wrap;
        gap: 24px;
    }

    .compliant-container {
        align-items: center;
    }

    .compliant-container-right-section:nth-last-of-type(1) {
        padding-top: 0;
    }

    .compliant-container-right-section {
        display: flex;
        min-width: 224px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0 8px;
        flex: 1 0 0;
    }

    .compliant-container-right-section h4 {
        font-size: 14px;
        margin-bottom: 8px;
        width: auto;
    }

    .compliant-container-right-section {
        border-bottom: none;
    }

    .transparent-pricing-left {
        margin-top: 0;
    }

    .compliant-container-left h2 {
        min-width: 224px;
        max-width: 224px;
        flex: 1 0 0;
        font-size: 20px;
    }

    .compliant-container-left {
        min-width: auto;
    }

    .transparent-pricing-left h2 {
        font-size: 17px;
        margin-bottom: 32px;
    }

    .transparent-pricing-left-container-card {
        display: flex;
        height: 60px;
        min-width: 176px;
        align-items: flex-start;
        gap: 0px;
        flex: 1 0 0;
        margin-bottom: 0;
    }

    .transparent-pricing-left-container-card h3 {
        line-height: 150%;
    }

    .transparent-pricing-left-container-card {
        margin-bottom: 18px;
    }

    .transparent-pricing-left-container-card:nth-last-of-type(1) {
        margin-bottom: 0 !important;
    }

    .transparent-pricing-left button {
        margin-top: 23px;
    }

    .transparent-pricing .wrapper {
        padding: 0;
    }

    .transparent-pricing-left {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
    }

    .transparent-pricing-right {
        width: 256px;
        height: 210.286px;
        margin-top: 22px;
    }

    .transparent-pricing-left-container-card-img {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }

    .banner-wrapper {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        justify-content: center;
        align-items: stretch;
        align-content: center;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .transparent-pricing-left-container-card h3 {
        font-size: 14px;
    }

    .features {
        padding: 64px 32px;
    }

    .features-top h2 {
        font-size: 17px;
        min-width: 256px;
        flex: 1 0 0;
        max-width: max-content;
    }

    .features-top {
        display: flex;
        min-width: 256px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 0 16px;
        align-self: stretch;
        flex-wrap: wrap;
        margin-bottom: 14px;
    }

    .features-top p {
        margin-left: 0;
        min-width: 256px;
        max-width: 367px;
        flex: 1 0 0;
        font-size: 14px;
    }

    .features-top button {
        margin-left: 16px;
        width: 115px;
        height: 44px;
        padding-left: 20px;
        white-space: nowrap;
        background-position: 75px 10px;
    }

    .features-top button:hover {
        background-position: 75px 10px;
    }

    .features-top button:active {
        background-position: 75px 10px;
    }

    .features-top-flex {
        display: flex;
        min-width: 256px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
    }

    .features-main-top-left-card:after {
        content: none !important;
    }

    .features-main-top-left-card:before {
        content: none !important;
    }

    .features-main-top {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .features-main-top-left {
        display: flex;
        min-width: 256px;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
    }

    .features-main-top-right {
        min-width: 256px;
        min-height: 320px;
        max-height: 512px;
        flex: 1 0 0;
        align-self: stretch;
    }

    .features-main-top-right-img {
        height: 100%;
        max-height: 100%;
    }

    .features-main-bottom-right-img picture {
        height: 100%;
    }

    .body {
        transition: all 0.5s;
    }

    .body.active {
        padding-top: 703px;
        transition: all 0.5s;
    }

    .features-main-bottom-right-img picture img {
        height: 100%;
    }

    .features-main-top-left-card {
        display: flex;
        min-width: 256px;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0 16px;
        flex: 1 0 0;
        width: auto;
    }

    .features-main-top-left-card:nth-of-type(4) {
        padding-left: 16px;
    }

    .features-main-top-left-card:nth-of-type(2) {
        padding-left: 16px;
    }

    .features-main-top-right-flex {
        display: flex;
        width: 224px;
        min-width: 150px;
        max-width: 344px;
        padding: 16px;
        align-items: flex-start;
    }

    .features-main-bottom-left-card:after {
        content: none !important;
    }

    .features-main-bottom-left-card:before {
        content: none !important;
    }

    .features-main-bottom {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .features-main-bottom-left {
        min-width: 256px;
        min-height: 320px;
        max-height: 512px;
        flex: 1 0 0;
        align-self: stretch;
    }

    .features-main-bottom-right-flex {
        display: flex;
        width: 224px;
        min-width: 150px;
        max-width: 344px;
        padding: 16px;
        align-items: flex-start;
    }

    .features-main-bottom-right-img {
        height: 100%;
    }

    .features {
        padding-bottom: 32px;
        background: #FFF;
    }

    .features-main-bottom-right {
        display: flex;
        min-width: 256px;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
    }

    .features-main-bottom-left-card {
        display: flex;
        min-width: 256px;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0 16px;
        flex: 1 0 0;
        width: auto;
    }

    .banking-account-top {
        display: flex;
        min-width: 256px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .banking-account-left {
        width: auto;
    }

    .digital-payments-top {
        display: flex;
        min-width: 256px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .viban-account {
        padding: 64px 32px;
        box-sizing: border-box;
    }

    .viban-account .wrapper h2 {
        font-size: 17px;
        margin-bottom: 8px;
        width: 100%;
    }

    .viban-account .wrapper h2 span {
        font-size: 17px;
    }

    .viban-account .wrapper>p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .viban-account .wrapper>button {
        width: 183px;
        height: 44px;
        padding-left: 20px;
        white-space: nowrap;
        font-size: 14px;
        background: url(/wp-content/themes/generatepress/images/message-white.svg), #704FAD;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 140px 8px;
    }

    .viban-account .wrapper>button:hover {
        background: url(/wp-content/themes/generatepress/images/message-white.svg), #704FAD;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 140px 8px;
    }

    .viban-account .wrapper>button:active {
        background: url(/wp-content/themes/generatepress/images/message-white.svg), #704FAD;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: 140px 8px;
    }

    .viban-account-tampl {
        margin-top: 48px;
        display: flex;
        height: 426px;
        max-width: 512px;
        flex-direction: column;
        align-items: center;
        align-self: stretch;
        margin: 48px auto 0 auto;
    }

    .viban-account {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .viban-account .wrapper {
        width: 100%;
    }

    .viban-account-tampl-section {
        display: flex;
        min-height: 185px;
        align-items: flex-start;
        align-self: stretch;
    }

    .viban-account-tampl-section h3 {
        font-size: 14px;
        text-align: right;
        margin-right: 16px;
        width: 178px;
        min-width: 120px;
    }

    .viban-account-tampl-section-number {
        height: 100%;
    }

    .viban-account-tampl-section>p {
        font-size: 14px;
        margin-left: 8px;
        max-width: 216px;
        width: auto;
    }

    .viban-account-tampl-section button {
        display: none;
    }

    .viban-account-tampl-section-flex {
        margin-left: 8px;
    }

    .feedback {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 8px;
        align-self: stretch;
        flex-wrap: wrap;
        height: 100%;
    }

    .feedback-top {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        border-bottom: 0;
        flex: 1 0 0;
        margin-bottom: 32px;
        padding-bottom: 0;
    }

    .feedback .wrapper {
        max-width: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        align-content: flex-start;
        gap: 32px 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .feedback-top p {
        margin-left: 0;
        font-size: 17px;
    }

    .feedback-top-logo {
        width: 118.005px;
        height: 42.5px;
        min-width: 118.005px;

    }

    .feedback-content h3 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .feedback-content p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .feedback .wrapper form {
        display: flex;
        min-width: 256px;
        max-width: 367px;
        padding: 32px;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        flex: 1 0 0;
    }

    .feedback .wrapper form h3 {
        margin-bottom: 32px;
    }

    .feedback .wrapper {
        align-items: flex-start;
    }

    .feedback {
        padding: 60px 32px;
    }

    .feedback-content {
        display: flex;
        min-width: 256px;
        max-width: 512px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px 0;
        width: auto;
        flex: 1 0 0;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .multicurrency {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: stretch;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .multicurrency .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        align-self: stretch;
        flex-wrap: wrap;
        max-width: 100%;
    }

    .multicurrency-left {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        flex: 1 0 0;
        margin-right: 11px;
    }

    .multicurrency-right {
        width: 256px;
        height: 217px;
    }

    .multicurrency-left h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .multicurrency-left p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .multicurrency-left-flex button:nth-of-type(1) {
        width: 238px;
        height: 39px;
        background: #704FAD;
        font-size: 14px;
        padding: 0;
        padding-left: 20px;
        white-space: nowrap;
        margin-bottom: 8px;
    }

    .multicurrency-left-flex button:nth-of-type(1):hover {
        background: #704FAD;
    }

    .multicurrency-left-flex button:nth-of-type(1):active {
        background: #704FAD;
    }

    .multicurrency-left-flex button:nth-of-type(2) {
        height: 39px;
        font-size: 14px;
        width: 160px;
        padding: 0;
        text-align: left;
        padding-left: 52px;
        white-space: nowrap;
        background-position: 16px 8px;
    }

    .multicurrency-left-flex {
        display: flex;
        align-items: center;
        align-content: center;
        align-self: stretch;
        flex-wrap: wrap;
    }

    footer {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        box-sizing: border-box;
    }

    .footer-right {
        display: none;
    }

    .footer-left {
        width: 100%;
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 24px 16px;
        align-self: stretch;
        flex-direction: row;
    }

    .footer-left-top {
        display: flex;
        min-width: 256px;
        max-width: 559px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }

    .footer-left-top-flex {
        display: flex;
        min-width: 256px;
        max-width: 559px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }

    .footer-left-top-flex2 {
        display: flex;
        min-width: 256px;
        max-width: 560px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 24px 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
    }

    .footer-left-top-flex2 {
        gap: 16px !important;
    }

    .footer-left-bottom {
        display: flex;
        min-width: 256px;
        max-width: 560px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 24px 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
    }

    .footer-left-top h2 {
        font-size: 17px;
        padding-bottom: 8px;
        margin-bottom: 8px;
        width: 100%;
    }

    .footer-left-top-flex ul {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }

    .footer-left-top-flex ul li {
        margin-bottom: 0;
    }

    .footer-left-top-flex2 ul {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }

    .footer-left-top-flex2>div {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }

    .footer-left-top-flex2 {
        gap: 0 16px;
    }

    .footer-left-top-flex2 ul li:nth-of-type(1) {
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .footer-left-top-flex2 ul li:nth-of-type(1) {
        font-size: 17px;
        height: auto;
        line-height: 100%;
    }

    .footer-left-top-flex2>div h2 {
        font-size: 17px;
        height: auto;
        line-height: 100%;
        padding-bottom: 8px;
        margin-bottom: 8px;
    }

    .footer-left-top-flex {
        margin-bottom: 0;
    }

    .footer-flex {
        margin-bottom: 64px;
    }

    .footer-bottom {
        display: flex;
        align-items: center;
        align-content: center;
        gap: 4px 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .footer-bottom-logo {
        width: 95px;
        min-width: 95px;
        height: 35px;
        margin-right: 16px;
    }

    .footer-bottom p {
        font-size: 10px;
        min-width: calc(100% - 145px);
        max-width: 1024px;
        flex: 1 0 0;
    }

    .compliant-container {
        display: flex;
        align-items: center;
        align-content: center;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .transparent-pricing .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 32px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .card-payments .wrapper {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        align-items: normal;
        align-content: center;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .digital-payments-top-flex {
        display: flex;
        min-width: 256px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        flex: 1 0 0;
        flex-wrap: wrap;
    }


    .popup-content {
        display: flex;
        width: 288px;
        min-width: 288px;
        max-width: 546px;
        padding: 32px 32px 32px 16px;
        align-items: flex-start;
        right: 0;
        margin: 0;
    }

    .popup.open {
        bottom: 0;
        right: 0;
    }

    .banner-item-left h2 {
        line-height: 128%;
    }

    .banner-item-left h1 {
        line-height: 128%;
    }

    .banner-item-left p {
        line-height: 125%;
    }

    .banner-right>span {
        margin-bottom: 4px;
    }

    .banner-right {
        background-size: cover;
    }

    .digital-payments-top p {
        font-size: 14px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 19.6px */
        letter-spacing: 0.28px;
    }

    .digital-payments-top button {
        width: 176px;
        height: 44px;
        white-space: nowrap;
        padding-left: 20px;
        font-size: 14px;
        background-position: 131px;
    }

    .digital-payments-top button:hover {
        background-position: 131px;
    }

    .digital-payments-top button:active {
        background-position: 131px;
    }

    .digital-payments-main-container {
        margin-bottom: 16px;
    }

    .digital-payments-main .digital-payments-main-container:nth-of-type(5) {
        margin-bottom: 16px !important;
    }

    .card-payments-left h2 {
        line-height: 130%;
        margin-bottom: 0;
    }

    .card-payments-left p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 19.6px */
        letter-spacing: 0.28px;
        margin-bottom: 0;
    }

    .card-payments-left button {
        width: auto;
        height: 44px;
        white-space: nowrap;
        padding-left: 20px;
        font-size: 14px;
        background-position: 176px;
        margin-top: 0;
    }

    .card-payments-left button:hover {
        background-position: 176px;
    }

    .card-payments-left button:active {
        background-position: 176px;
    }

    .card-payments-right-logo {
        width: 143.003px;
        height: 26px;
    }

    .card-payments-right h3 {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        min-width: 121px;
        line-height: normal;
        min-width: 121px;
        margin-bottom: 0;
        max-width: 198px;
        text-transform: none;
    }

    .card-payments-right p {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        min-width: 121px;
        line-height: normal;
        max-width: 198px;
        text-transform: none;
    }

    .banking-account .wrapper {
        padding-top: 40px;
    }

    .banking-account-left-card {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
    }

    .banking-account-left-card-text h3 {
        line-height: 120%;
        margin-bottom: 9px;
    }

    .banking-account-left-card {

        margin-bottom: 0;
    }

    .banking-account-right-position {
        display: flex;
        width: 256px;
        flex-direction: column;
        align-items: center;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }

    .features-top p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 19.6px */
        letter-spacing: 0.28px;
        margin-bottom: 20px;
    }

    .features-top button {
        margin-left: 0;
    }

    .features-main-top-left-card {
        padding: 24px !important;
    }

    .features-main-top-left-card:nth-of-type(3) {
        margin-top: 0;
    }

    .features-main-top-left-card:nth-of-type(4) {
        margin-top: 0;
    }

    .features-main-top-right-flex {
        left: 16px;
        bottom: 16px;
    }

    .features-main-bottom-left {
        display: flex;
        width: 256px;
        height: 320px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .features-main-bottom-right-flex {
        left: 16px;
        bottom: 16px;
    }

    .features-main-bottom-right-avatar {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }

    .features-main-bottom-left-card:nth-of-type(3) {
        margin-top: 0;
    }

    .features-main-bottom-left-card:nth-of-type(4) {
        margin-top: 0;
    }

    .features-main-bottom-left-card {
        height: auto;
    }

    .features-main-bottom-right {
        gap: 20px;
    }

    .viban-account .wrapper>p {
        line-height: 130%;
    }

    .viban-account-tampl {
        margin-top: 54px;
    }

    .viban-account-tampl-section h3 {
        line-height: 130%;
    }

    .feedback .wrapper {
        gap: 8px 16px;
    }

    .feedback .wrapper form h3 {
        margin-bottom: 43px;
    }

    .multicurrency h2 {
        line-height: 120%;
    }

    .multicurrency {
        padding-left: 42px;
        padding-bottom: 83px;
    }

    .multicurrency-left p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 19.6px */
        letter-spacing: 0.28px;
    }

    .multicurrency-left-flex button:nth-of-type(2) {
        height: 44px;
    }

    .footer-left-top-flex {
        gap: 10px;
    }

    .footer-left-top-flex ul {
        gap: 10px;
    }

    .footer-left-top-flex2 ul {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }

    .footer-left-top-flex2 {
        display: flex;
        min-width: 256px;
        max-width: 560px;
        align-items: flex-start;
        align-content: flex-start;
        gap: 24px 16px !important;
        flex: 1 0 0;
        flex-wrap: wrap;
    }

    .footer-bottom {
        gap: 2px 16px;
    }

    .footer-bottom p {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        line-height: 115%;
    }

    .viban-account-tampl-section-number {
        flex-direction: column;
        display: flex;
        align-items: center;
        width: 24px;
    }

    .viban-account-tampl-section-number span {
        width: 2px;
        height: 90%;
        background: #704FAD;
    }

    .viban-account-tampl-section-number p {
        display: flex;
        min-width: 24px;
        min-height: 24px;
        width: 24px;
        height: 24px;
        padding-top: 3px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
        border-radius: 45px;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #fff;
        margin: 0;
        border-radius: 45px;
        background: #704FAD;
    }

    .viban-account-tampl-section-flex {
        font-size: 14px;
        margin-left: 8px;
        max-width: 216px;
        width: auto;
    }

    .main-container {
        display: flex;
        min-width: 100%;
        max-width: 1199px;
        padding: 64px 32px;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 24px;
        align-self: stretch;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .main-container .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 24px;
        align-self: stretch;
        flex-wrap: wrap;
        box-sizing: border-box;
    }

    .main-container {
        background: #403650;
    }

    .main-container-left {
        width: 256px;
        height: 232.637px;
        min-width: 256px;
    }

    .main-container-right {
        display: flex;
        min-width: 256px;
        max-width: 512px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        flex: 1 0 0;
    }

    .main-container-right h1 {
        font-size: 20px;
        width: 100%;
        text-align: center;
        max-width: 356px;
    }

    .main-container-right h2 {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 19.6px */
        letter-spacing: 0.28px;
        text-align: center;
    }

    .main-container-right p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 140%;
        /* 19.6px */
        letter-spacing: 0.28px;
        text-align: center;
    }

    .main-container-right a {
        width: 244px;
        height: 44px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.28px;
        text-transform: uppercase;
        background-position: 18px 12px;
    }

    .card-payments-right h3 br {
        display: none;
    }

    .card-payments-right p br {
        display: none;
    }

    .banking-account .wrapper {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        align-self: stretch;
    }

    .banking-account-right-position-container-img {
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 1 0 0;
        align-self: stretch;
        width: 56px;
        height: 50px;
    }

    .card-payments-right-logo {
        position: absolute;
        top: 80px;
        left: 212px;
    }

    .card-payments-right {
        display: flex;
        width: 121px;
        align-items: center;
        align-content: center;
        gap: 24px;
        flex-wrap: wrap;
        flex-direction: inherit;
    }

    .card-payments-right {
        padding-left: 282px;
        box-sizing: border-box;
    }

    .transparent-pricing-left {
        margin-right: 0;
        max-width: calc(100% - 256px);
    }

    .transparent-pricing-right {
        min-width: 256px;
    }

    .transparent-pricing-right-img-1 {
        min-width: 256px;
        width: 256px;
    }

    .digital-payments-main-container:hover h3 {
        font-size: 12px;
    }

    .digital-payments-main-container h3 {
        font-size: 12px;
    }

    .digital-payments {
        padding-bottom: 49px;
    }

    .banking-account .wrapper {
        padding-top: 48px;
        padding-bottom: 32px;
    }

    .banking-account-left-card-img {
        margin-right: 0;
    }

    .banking-account-left-card {
        height: auto;
    }

    .banking-account-left-card-text h3 {
        max-width: 255px;
    }

    .transparent-pricing {
        padding-top: 51px;
    }

    .features-top-flex {
        justify-content: space-between;
    }

    .compliant {
        max-width: 1134px;
        margin-top: 58px;
        background-position: -7px;
    }

    .wrapper {
        max-width: 100%;
    }

    .features-top p {
        max-width: 494px;
    }

    .features-main-bottom-right-img {
        max-height: 400px;
        height: 100%;
    }

    .features-main-bottom-left {
        height: 400px;
    }

    .viban-account-tampl-section {
        margin-left: auto;
    }

    .multicurrency {
        padding-bottom: 65px;
        padding-left: 32px;
    }

    .feedback-content p {
        margin-bottom: 7px;
    }

    .multicurrency-left-flex button:nth-of-type(1) {
        height: 44px;
        margin-bottom: 0;
    }

    .footer-left-top-flex {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .card-payments-right {
        padding-right: 0;
    }

    .card-payments-left {
        padding-top: 32px;
        padding-right: 16px;
    }

    .card-payments-right-logo {
        left: 212px;
    }

    .card-payments-right {
        gap: 24px 12px;
    }

    .body:after {
        background-size: cover;
        background-position: center;
    }

    .card-payments-right {
        max-width: 592px;
    }

    .card-payments-container {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 8px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .card-payments-container-img {
        margin: 0;
    }

    .multicurrency-left-flex {
        gap: 8px 0
    }

    .banking-account-left-card {
        flex-wrap: wrap;
    }

    .compliant {
        margin-top: 70px;
    }

    .banking-account-right-position-container-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .banner-business {
        padding: 76px 0 0 0 !important;
    }

    .banner-business .banner-wrapper {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .individual-banner-right {
        display: flex;
    }

    .individual-banner-left {
        display: flex;
        min-width: 320px;
        max-width: 592px;
        min-height: 415px;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
        padding-left: 32px;
        padding-top: 33px;
        padding-bottom: 32px;
        box-sizing: border-box;
        justify-content: flex-start;
    }

    .individual-banner-left-content {
        gap: 14px;
        max-width: 100%;
    }

    .individual-banner-left-content h1 {
        font-size: 17px;
        width: 185px;
        margin-bottom: 12px;
    }

    .individual-banner-left-content-text1 {
        width: 185px;
        font-size: 12px;
        line-height: 130%;
        margin-bottom: 9px;
    }

    .individual-banner-left-content-text2 {
        width: 185px;
        max-width: 185px;
        min-width: 185px;
        font-size: 14px;
        margin-bottom: 0px;
    }

    .simple-start-wrapper-left-tittle {
        gap: 33px;
    }

    .individual-banner-left-content button {
        margin-top: 18px;
    }

    .individual-banner-left-content-position1 {
        right: 0;
        left: auto;
        width: 479.838px;
        height: 385.183px;
        top: auto;
        bottom: 0;
    }

    .individual-banner-left-content-position1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: 60px;
    }

    .individual-banner-left-content-position4 {
        display: none;
    }

    .individual-banner-left-content button {
        font-size: 14px;
        padding: 10px 20px 10px 20px;
        box-sizing: border-box;
        background-position: 210px;
        width: max-content;
    }

    .simple-start {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 64px 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 64px;
        align-self: stretch;
        box-sizing: border-box;
    }

    .simple-start-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 32px;
        align-self: stretch;
        flex-wrap: wrap;
        width: 100%;
    }

    .simple-start-wrapper-left {
        display: flex;
        min-width: 256px;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        flex: 1 0 0;
    }

    .simple-start-wrapper-right {
        display: flex;
        width: 256px;
        height: 210.286px;
        padding: 0px;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
    }

    .simple-start-wrapper-right img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: 30px;
    }

    .transparent-pricing-business {
        padding-top: 19px !important;
    }

    .simple-start .compliant .compliant-container-position img {
        width: 65.342px;
        height: 25px;
    }

    .simple-start .compliant {
        bottom: 0;
        margin-top: 0;
    }

    .simple-start-wrapper-left-tittle h2 {
        font-size: 17px;
    }

    .simple-start-wrapper-left-tittle>div {
        font-size: 14px;
    }

    .simple-start-wrapper-left-tittle>div span {
        font-size: 17px;
    }

    .simple-start-wrapper-left-content-text {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        gap: 16px;
        align-self: stretch;
        flex-wrap: wrap;
    }

    .simple-start-wrapper-left-content-text {
        gap: 21px;
    }

    .simple-start-wrapper-left-content-text1>img {
        width: 24px;
        height: 24px;
    }

    .simple-start-wrapper-left-content-text1 {
        display: flex;
        min-width: 176px;
        align-items: flex-start;
        gap: 8px;
        flex: 1 0 0;
    }

    .simple-start-wrapper-left-content-text1>div h3 {
        font-size: 14px;
    }

    .simple-start-wrapper-left-content-text1>div p {
        font-size: 14px;
    }

    .simple-start .wrapper {
        width: 100%;
    }

    .started {
        display: flex;
        min-width: 320px;
        max-width: 1199px;
        padding: 32px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        align-self: stretch;
        box-sizing: border-box;
        height: auto;
    }

    .started-position-img3 {
        width: 65%;
        height: 100%;
        right: -17%;
    }

    .started-position-img4 {
        width: 65%;
        height: 100%;
        left: -17%;
        position: absolute;
    }

    .started-position-img3 img {
        height: 100%;
        width: 100%;
    }

    .started-position-img4 img {
        height: 100%;
        width: 100%;
    }

    .started-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        align-self: stretch;
    }

    .started-wrapper-left>img {
        width: 74px;
        height: 74px;
    }

    .started-wrapper-left h2 {
        font-size: 29px;
    }

    .started-wrapper-left h2 br {
        display: none;
    }

    .started-wrapper-right {
        display: flex;
        max-width: 512px;
        padding: 32px;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        align-self: stretch;
        width: 100%;
        margin: 0 auto;
    }

    .started-position-img1 {
        top: 0;
        transform: unset;
        width: 300px;
        height: 300px;
    }

    .started-position-img2 {
        top: 0;
        transform: unset;
        width: 300px;
        height: 300px;
    }

    .started-position-img1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .started-position-img2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .banking-account-business-wrapper {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 32px;
        align-self: stretch;
    }

    .started-wrapper {
        width: 100%;
    }

    .submit {
        display: none;
    }

    .submit2 {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #F7F1FF;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.28px;
        text-transform: uppercase;
        width: 151px;
        background: #704fad;
        border-radius: 4px;
        padding: 10px 20px;
        box-sizing: border-box;
        border: none;
    }

    .transparent-pricing-business .transparent-pricing-left button {
        margin-top: 42px;
    }

    .started-wrapper {
        gap: 40px;
    }

    .submit2 {
        margin-top: 10px;
    }

    .banking-account-business-wrapper {
        gap: 32px;
    }

    .banking-account-left {
        margin-top: 0;
    }

    .faqItem {
        width: calc(50% - 16px);
    }

    .postFaqList {
        min-width: 250px;
    }



}

/* end max-width: 1199px ********************************************************/




@media (max-width: 991px) {}

/* end max-width: 991px ********************************************************/


@media (max-width: 900px) {

    .postFaqList {
        min-width: 220px;
    }

}

/* end max-width: 900px ********************************************************/










@media (max-width: 768px) {

    .closeFaqList {
        background-image: url(../../images/close.svg);
        height: 14px;
        padding: 5px;
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1000;
        width: 14px;
        right: 0;
        top: 7px;
        cursor: pointer;
    }

    .postsFaqList {
        position: fixed;
        top: 0;
        background: #fff;
        height: 100vh;
        width: 280px;
        z-index: 1000;
        box-sizing: border-box;
        left: -280px;
        transition: 0.3s all;
    }

    .postFaqList {
        min-width: unset;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        padding: 32px 16px;
        box-sizing: border-box;
        position: relative;
        background: #fff;
    }

    .toggleListLeftPost {
        display: block;
    }

    .postsFaqList.activeList {
        left: 0;
        opacity: 1;
    }

    .openListFaqBody {
        overflow: hidden;
    }

    /* .openListFaqBody::before {
        content: "";
        width: 100vw;
        height: 100vh;
        position: fixed;
        background: #09090933;
        display: block;
    } */

    .openListFaqBody .overListFaq {
        width: 100vw;
        height: 100vh;
        position: fixed;
        background: #09090933;
        display: block;
        left: 0;
        top: 0;
        z-index: 999;
    }



    .termItem {
        width: auto;
        flex: 1;
        min-width: 200px;
    }

    .digital-payments-top {
        margin-bottom: 46px;
    }


    .digital-payments {
        padding-bottom: 64px;
    }

    .card-payments-right {
        margin-left: auto;
    }

    .transparent-pricing {
        padding-top: 67px;
    }

    .features-main-top-right-img {
        max-height: 100%;
    }

    .features-main-top-left-card {
        height: auto;
    }

    .features-main-top {
        margin-bottom: 19px;
    }

    .features-main-bottom-left {
        height: auto;
    }

    .features-main-bottom-right-img {
        max-height: 100%;
    }

    .feedback .wrapper form {
        max-width: 512px;
    }

    .feedback-content {
        margin-bottom: 12px;
    }

    .footer-bottom {
        gap: 2px 0px;
    }

    .footer-left-top-flex2 {
        gap: 6px 16px !important;
    }

    .features-main-top-right-flex {
        bottom: 22px;
    }

    .card-payments-right-logo {
        left: 200px;
    }

    .card-payments-right {
        padding-left: 234px;
        padding-right: 16px;
    }

    .footer-left-top-flex2 ul {
        gap: 0;
        margin-bottom: 16px;
    }

    .popup-holidays-content {
        max-width: 100%;
        width: 100%;
    }

    .popup-holidays {
        padding: 32px;
        box-sizing: border-box;
    }

    .popup-holidays-flex {
        max-width: 100%;
        width: 100%;
    }

    .merchant-content__content-input {
        width: calc(50% - 12px);
    }

    .dataForm .merchant-content__content-input {
        width: calc(50% - 12px);
    }

    .merchant-content__content-label.noMarkLabel.lastTopPayLabel {
        opacity: 1;
    }


    .merchant-content__content-input.content-input-50 {
        width: 100%;
    }



}

/* end max-width: 768px ********************************************************/



@media (max-width: 627px) {
    .single-page__main--box-right {
        position: static;
    }
}

/* end max-width: 627px ********************************************************/




@media (max-width: 576px) {

    .merchant-content__content-input {
        width: 100%;
    }



    .banking-account-left {
        margin-top: 34px;
    }

    .digital-payments-main-container h3 {
        font-size: 12px;
        height: 30px;
    }

    .footer-left {
        flex-direction: column;
    }

    .started-position-img1 {
        display: none;
    }

    .started-position-img2 {
        display: none;
    }

    .digital-payments-video-container {
        width: calc(16% - 16px);
    }

    .banner-right {
        background-size: cover;
    }


    .banking-account-right-position {
        left: 32px;
    }

    .multicurrency {
        padding-left: 43px;

        padding-bottom: 80px;

    }

    .digital-payments-top {
        margin-bottom: 65px !important;
    }

    .transparent-pricing {
        padding-top: 65px !important;
    }

    .features .wrapper {
        display: flex;
        flex-direction: column;
        gap: 18px;
    }

    .feedback-content {
        margin-bottom: 22px;
    }

    .viban-account-tampl-section {
        max-width: 100%;
    }

    .compliant {
        margin-top: 65px;
    }

    .card-payments-right-position img {
        object-position: left;
    }

    .card-payments-left h2 {
        width: 60%;
    }

    .card-payments-right-logo {
        left: 145px;
    }

    .banking-account .wrapper {
        gap: 0;
    }

    .card-payments-right {
        padding-left: 178px;
    }

    .card-payments-left p {
        width: 90%;
    }

    .card-payments-container {
        width: 90%;
    }

    .banking-account-right {
        margin-top: 0;
    }

    .compliant {
        background-position: -300px;
    }


    .transparent-pricing {
        padding-top: 50px;
    }

    .transparent-pricing .wrapper {
        gap: 10px;
    }

    .viban-account-tampl-section-flex>p {
        width: auto;
    }

    .popup {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.75);
        bottom: 0;
        left: 0;
        top: 0;
        right: 0;
        opacity: 0;
        z-index: 0;
    }


    .popup.open {
        opacity: 1;
        z-index: 100;
    }

    .digital-payments-top h2 {
        white-space: pre-wrap;
    }

    .banking-account-right {
        align-items: center;

    }

    .banking-account-right-position {
        position: relative;
        transform: none;
        left: 0;
    }

    .banking-account-left {
        margin-bottom: 64px;
    }

    .banking-account-main {
        gap: 0;
    }

    .banking-account-right-img {
        top: 0;
    }

    .tab-pane-container {
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 0;
    }

    .tab-pane-container-name {
        margin-bottom: 10px;
        width: 100%;
        font-size: 18px;
    }

    .tab-pane-container-flex {
        width: 100%;
        justify-content: space-between;
    }

    .tab-pane-tittle-date {
        display: none;
    }

    .tab-pane-container-day {
        width: max-content;
        text-align: right;
    }

    .tab-pane-container-date {
        width: max-content;
    }

    .tab-pane-tittle-day {
        display: none;
    }

    .tab-pane-tittle-name {
        width: 100%;
    }

    .dataForm .content-inputs-twoCol .merchant-content__content-input {
        width: 100%;
    }

    .dataForm .merchant-content__content-input {
        width: 100%;
    }



}

/* end max-width: 576px ********************************************************/



@media(max-width: 480px) {

    .titleTerItem {
        font-size: 14px;
    }

    .termIcon {
        margin-bottom: 16px;
    }




}

/* end max-width: 480px ********************************************************/



@media(max-width: 375px) {

    .single-page__main--quote {
        flex-direction: column !important;
    }

    .single-page__main--img-position {
        flex-direction: column !important;
    }


    .banner-right {
        background-size: cover;
    }

    .banking-account-right {
        align-items: center;

    }

    .banking-account-right-position {
        position: relative;
        transform: none;
        left: 0;
    }

    .compliant {
        background: url(/wp-content/themes/generatepress/images/svg-mob.svg), #7957B5;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .transparent-pricing-business {
        padding-top: 19px !important;
    }
}





.our_services {
    display: flex;
    padding: 128px 42px 64px 42px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background-image: url(/wp-content/uploads/2025/05/substrate-for-export.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center right;
    background-color: var(--Noble-Violet-50, #F7F1FF);
}

.our_services .wrapper {
    display: flex;
    max-width: 1392px;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    width: 100%;
    align-self: stretch;
}

.our_services .wrapper h2 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 42px;
    font-weight: 700;
}


.our_services-slide {
    width: 453px !important;
    height: 431px;
}

.our_services-swiper {
    width: 100%;
}

.our_services .swiper-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    height: 44px;
    position: relative;
    max-width: 1116px;
    margin: 0 auto;
    z-index: 9999;
}


.our_services .swiper-nav .swiper-button-prev,
.our_services .swiper-nav .swiper-button-next {
    position: static !important;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: none;
    border-radius: 4px;
    min-width: 44px;
    background: var(--Noble-Violet-source, #704FAD);
    margin: 0 !important;
}

.our_services .swiper-nav .swiper-button-prev::after,
.our_services .swiper-nav .swiper-button-next::after {
    content: none !important;
}

.our_services .swiper-nav .swiper-scrollbar {
    position: static !important;
    width: calc(100% - 88px - 16px) !important;
    height: 5px;
    border-radius: 99px;
    background: #FFF;
}

.our_services .swiper-nav .swiper-scrollbar .swiper-scrollbar-drag {
    border-radius: 99px;
    background: var(--Noble-Violet-200, #CAADF4);
}

.our_services .our_services-item {
    display: flex;
    width: 453px;
    height: 431px;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: #FFF;
    box-sizing: border-box;
    overflow: hidden;
}

.our_services .our_services-header {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    justify-content: space-between;
    margin-bottom: 16px;
}

.our_services .our_services-header h3 {
    color: #272727;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.our_services .our_services-img {
    width: 76px;
    height: 76px;
    border-radius: 6px;
    overflow: hidden;
}

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

.our_services .our_services-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.our_services .our_services-content h4 {
    color: #704FAD;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 17px;
    font-weight: 700;
    width: 100%;
}

.our_services .our_services-content p {
    color: #696969;
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.our_services .our_services-wrapper {
    margin-bottom: 24px;
}

.our_services .our_services-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: auto;
    align-items: flex-start;
    width: 100%;
}

.our_services .our_services-list-item {
    display: flex;
    min-width: 200px;
    padding: 8px 12px 8px 8px;
    box-sizing: border-box;
    align-items: center;
    flex: 1 0 0;
    gap: 6px;
    border-radius: 4px;
    background: var(--Noble-Violet-50, #F7F1FF);
    color: var(--Wet-asphalt-600, #515151);
    font-family: Actay-Regular, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.our_services .our_services-list-item img {
    width: 20px;
    height: 20px;
}

.card_section {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.card_section .wrapper {
    max-width: 1920px;
}

.card_section .card_section-item {
    display: flex;
    gap: 48px;
    align-items: center;
}

.card_section .card_section-img {
    width: 735px;
    height: 576px;
    min-width: 735px;
}

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

.card_section .card_section-content {
    width: calc(100% - 735px);
}

.card_section .card_section-item1 {
    background: var(--Noble-Violet-600, #5D4191);
}

.card_section .card_section-item2 {
    background: var(--Noble-Violet-50, #F7F1FF);
}

.card_section .card_section .wrapper {
    max-width: 100%;
}

.card_section .card_section-item1 .card_section-content {
    color: var(--Noble-Violet-50, #F7F1FF);
}

.card_section .card_section-item1 .card_section-content a {
    background: var(--Noble-Violet-50, #F7F1FF);
    color: var(--Noble-Violet-source, #704FAD);
}

.card_section .card_section-item2 .card_section-content a {
    background: var(--Noble-Violet-source, #704FAD);
    color: var(--Noble-Violet-50, #F7F1FF);
}

.card_section .card_section-content h2 {
    font-family: ActayWide-Bold, sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    margin-bottom: 16px;
}

.card_section .card_section-item2 .card_section-content {
    color: var(--Wet-asphalt-source, #272727);
}

.card_section .card_section-item2 .card_section-content {
    max-width: 735px;
    width: 100%;
    margin-left: auto;
    padding-left: 32px;
    box-sizing: border-box;
    width: 100%;
}

.card_section .card_section-item1 .card_section-content {
    padding-right: 32px;
    box-sizing: border-box;
}

.card_section .card_section-content h3 {
    font-family: ActayWide-Bold, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.card_section .card_section-list {
    list-style-type: auto;
    padding-left: 20px;
    margin-bottom: 64px;
}

.card_section .card_section-list li {
    font-family: ActayWide-Bold, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.card_section .card_section-list2 {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 24px;
}

.card_section .card_section-list2 li {
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card_section .card_section-content a {
    display: flex;
    padding: 14px 24px;
    max-height: 44px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    width: 176px;
    box-sizing: border-box;
    height: 44px;
    gap: 8px;
    border-radius: 4px;
    font-family: OpenSans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    text-decoration: none;
}

.compliant-container-new .compliant-container-right .compliant-container-right-section:nth-of-type(2) {
    padding-top: 8px;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: 0;
}

.compliant-container-new .card-payments-container {
    margin: 0;
    display: flex;
    padding: 8px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px 4px;
    align-self: stretch;
    flex-wrap: wrap;
}

.compliant-container-new .card-payments-container-img {
    height: 58px;
    width: 100%;
    align-self: stretch;
    background: #E2CEFC;
    border: none;
    border-radius: 4px;
}

.compliant-container-new .card-payments-container-img img {
    object-fit: contain;
}

/* Первые два элемента: остаются в 1-м ряду */
.compliant-container-new .card-payments-container-img:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1;
}

.compliant-container-new .card-payments-container-img:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1;
}

/* Пропускаем 3-ю ячейку в первом ряду — отправляем 3-й элемент в начало 2-го ряда */
.compliant-container-new .card-payments-container-img:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 2;
}

.compliant-container-new .card-payments-container-img:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2;
}

.compliant-container-new .card-payments-container-img:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 2;
}

.compliant-container-new .card-payments-container-img:nth-child(6) {
    grid-column: 1 / 2;
    grid-row: 3;
}

.compliant-container-new .card-payments-container-img:nth-child(7) {
    grid-column: 2 / 3;
    grid-row: 3;
}

.compliant-container-new .card-payments-container-img:nth-child(8) {
    grid-column: 3 / 4;
    grid-row: 3;
}

.compliant.compliant-containernew {
    background: url(/wp-content/uploads/2025/05/bg1.png), #7957B5;
    background-repeat: no-repeat;
    background-position: left bottom;
    bottom: -32%;
}


.transparent-pricing-new {
    height: 863px;
    box-sizing: border-box;
    margin-bottom: 346px;
    background: url(/wp-content/uploads/2025/05/bg2.png), #E2CEFC;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.new_partners {
    display: flex;
    padding: 128px 42px 64px 42px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: var(--Noble-Violet-50, #F7F1FF);
}

.new_partners h2 {
    color: var(--Wet-asphalt-source, #272727);
    font-family: ActayWide-Bold, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}

.new_partners .swiper-slide {
    width: 200px !important;
    padding: 8px 16px;
    height: 76px !important;
    box-sizing: border-box;
}

.new_partners .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.swiper.partners-swiper {
    width: 100%;
}


.features.features-top-new {
    padding-top: 128px;
}

.compliant-container-new .card-payments-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.new_individual {
    padding: 64px 42px;
}

.new_individual .wrapper {
    display: flex;
    max-width: 1375px;
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
    align-self: stretch;
}

.new_individual-box {
    display: flex;
    gap: 24px;
    flex: 1 0 0;
}

.new_individual .wrapper h2 {
    color: var(--Wet-asphalt-source, #272727);
    font-family: ActayWide-Bold, sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.new_individual-card {
    border-radius: 8px;
    width: calc(50% - 12px);
    overflow: hidden;
}

.new_individual-card1 {
    background: var(--Noble-Violet-600, #5D4191);
}

.new_individual-img {
    height: 276px;
    width: 100%;
    position: relative;
}

.new_individual-badge {
    position: absolute;
    left: 48px;
    bottom: 26px;
    display: flex;
    padding: 5px 14px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    color: var(--Noble-Violet-source, #704FAD);
    font-family: OpenSans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    border-radius: 99px;
    border: 1.5px solid rgba(214, 214, 220, 0.50);
    background: #FFF;
}

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

.new_individual-content {
    padding: 32px 48px;
    box-sizing: border-box;
}

.new_individual-title {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}

.new_individual-contents ul {
    list-style: disc;
    padding-left: 20px;
}

.new_individual-contents ul li {
    font-family: Actay-Regular, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.new_individual-card1 .new_individual-contents ul li {
    color: var(--Noble-Violet-50, #F7F1FF);
}

.new_individual-contents h3 {
    margin: 12px 0 4px 0;
    color: var(--Noble-Violet-50, #F7F1FF);
    font-family: ActayWide-Bold, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.new_individual-card1 .new_individual-contents h3 {
    color: var(--Noble-Violet-50, #F7F1FF);
}

.new_individual-card2 .new_individual-contents h3 {
    color: var(--Wet-asphalt-source, #272727);
}

.new_individual-card2 {
    background: #F2E8FE;
}

.new_individual-title h2 {
    font-family: ActayWide-Bold, sans-serif;
    font-size: 29px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.new_individual-title h3 {
    font-family: ActayWide-Bold, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.new_individual-card1 .new_individual-title h2 {
    color: var(--Noble-Violet-50, #F7F1FF);
}

.new_individual-card1 .new_individual-title h3 {
    color: var(--Noble-Violet-50, #F7F1FF);
}

.new_individual-card2 .new_individual-title h2 {
    color: var(--Wet-asphalt-source, #272727);
}

.new_individual-card2 .new_individual-title h3 {
    color: var(--Wet-asphalt-source, #272727);
}

.simple-start .compliant.compliant-containernew {
    bottom: -3%;
}

.card_section-item.card_section-item1 {
    background-image: url(/wp-content/uploads/2025/05/bg4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: var(--Noble-Violet-600, #5D4191);
}

.card_section-item.card_section-item2 {
    background-image: url(/wp-content/uploads/2025/05/bg5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--Noble-Violet-50, #F7F1FF);
    background-position: bottom;
}


.new_individual-box .new_individual-card1 {
    background-image: url(/wp-content/uploads/2025/05/bg6.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    background-color: var(--Noble-Violet-600, #5D4191);
}

.new_individual-box .new_individual-card2 {
    background-image: url(/wp-content/uploads/2025/05/bg7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: var(--Noble-Violet-50, #F7F1FF);
    background-position: bottom;
}

.simple-start.compliant-container-new .compliant-containernew {
    bottom: -25%;
}

.simple-start.compliant-container-new {
    margin-bottom: 425px;
}

.card_section-content .new_individual-badge {
    position: static;
    width: max-content;
    margin-bottom: 16px;
}

.card_section-item2 .card_section-content b {
    color: #272727;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    display: block;
}

.card_section-item2 .card_section-content p {
    color: #515151;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 48px;
}

.card_section-item2 .card_section-content ul li {
    color: #696969;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card_section-item1 .card_section-content p {
    color: #F7F1FF;
    font-family: ActayWide-Bold !important;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 64px;
}

.card_section-item1 .card_section-content ul li {
    color: #F7F1FF;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
























@media (max-width: 1200px) {
    .our_services {
        max-width: 1199px;
        padding: 64px 32px 32px 32px;
    }

    .new_individual-badge {
        left: 12px;
        font-size: 14px;
    }

    .simple-start.compliant-container-new {
        margin-bottom: 0;
    }

    .simple-start::after {
        height: 100%;
    }

    .compliant-container-new .compliant-container-right .compliant-container-right-section:nth-of-type(2) {
        padding-top: 0;
    }

    .our_services .wrapper {
        gap: 24px;
    }

    .card_section .card_section-item.card_section-item1 {
        background-image: url(/wp-content/uploads/2025/05/bg6.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        background-color: var(--Noble-Violet-600, #5D4191);
    }

    .card_section .card_section-item.card_section-item2 {
        background-image: url(/wp-content/uploads/2025/05/bg7.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: var(--Noble-Violet-50, #F7F1FF);
        background-position: bottom;
    }


    .card_section .our_services-item {
        width: 256px !important;
        height: 471px !important;
        padding: 16px;
    }

    .card_section .our_services .wrapper h2 {
        font-size: 24px;
    }

    .our_services-slide {
        width: 256px !important;
        height: 471px !important;
    }

    .our_services-swiper {
        overflow: visible;
    }

    .card_section .card_section-item {
        display: flex;
        align-items: stretch;
        gap: 24px 48px;
        width: 100%;
        height: 100%;
        flex: 1 0 0;
        flex-wrap: wrap;
    }

    .our_services .our_services-item {
        width: 100%;
        height: 100%;
    }

    .our_services .our_services-list {
        flex-direction: column;
    }

    .our_services .our_services-list-item {
        min-width: 100%;
    }

    .card_section .card_section-img {
        display: flex;
        min-width: 320px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        flex: 1 0 0;
        height: 476px;
    }

    .card_section .card_section-content {
        display: flex;
        min-width: 320px;
        padding: 32px;
        flex-direction: column;
        align-items: flex-start;
        flex: 1 0 0;
    }

    .card_section .card_section-content h2 {
        font-size: 35px;
        margin-bottom: 12px;
    }

    .card_section .card_section-content h3 {
        font-size: 17px;
        margin-bottom: 17px;
    }

    .card_section .card_section-list2 li {
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
    }

    .transparent-pricing-new {
        height: auto;
        margin-bottom: 0;
        background: url(/wp-content/uploads/2025/05/bg3.png), #F7F1FF;
        background-repeat: no-repeat;
        background-position: right;
        background-size: cover;
        display: flex;
        flex-direction: column;
        gap: 64px;
    }

    .compliant-container-new .card-payments-container {
        padding: 0 !important;
        width: 100%;
    }

    .our_services .wrapper h2 {
        font-size: 24px;
    }

    .compliant.compliant-containernew {
        position: relative;
        margin: 0;
    }

    .compliant-container-new .card-payments-container-img {
        width: 100%;
    }

    .compliant-container-new .card-payments-container {
        margin: 0 auto;
    }

    .new_partners {
        padding: 64px 42px;
    }

    .card_section-content {
        justify-content: center;
    }

    .new_individual {
        padding: 32px;
    }

    .new_individual .wrapper {
        gap: 24px;
    }

    .new_individual .wrapper h2 {
        font-size: 24px;
    }

    .new_individual-box {
        display: flex;
        gap: 24px;
        flex: 1 0 0;
        flex-wrap: wrap;
    }

    .new_individual-card {
        display: flex;
        max-width: 1518px;
        flex-direction: column;
        flex: 1 0 0;
        min-width: 256px;
    }

    .new_individual-img {
        height: 176px;
    }

    .new_individual-content {
        padding: 24px 12px;
    }

    .new_individual .wrapper h2 {
        font-size: 20px;
    }

    .new_individual-title {
        margin-bottom: 24px;
    }

    .new_individual-title h3 {
        font-size: 14px;
    }

    .new_individual-contents ul li {
        font-size: 12px;
    }

    .new_individual-contents h3 {
        font-size: 14px;
    }
}

.page-template-bisness-template-new .individual-banner-left-content-position1 {
    display: none;
    /* content: url(/wp-content/uploads/2025/06/illustration-exporting-png.png); */
}

.page-template-bisness-template-new .started-position {
    display: none;
}

.page-template-bisness-template-new .started-wrapper-left img {
    display: none;
}


.page-template-bisness-template-new .started-wrapper-left p {
    display: none;
}





.page-template-corporate-template-new .started-position {
    display: none;
}

.page-template-corporate-template-new .started-wrapper-left img {
    display: none;
}



.page-template-corporate-template-new .started-wrapper-left p {
    display: none;
}

.page-template-corporate-template-new .started-wrapper-right {
    width: 366px;
}

.page-template-corporate-template-new .started-wrapper-right .submit {
    width: 120px;
    background-position: 90% center;
}

.page-template-bisness-template-new .started {
    background: url(/wp-content/uploads/2025/07/aaa.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-bisness-template-new .started-wrapper-right .submit {
    width: 120px;
    background-position: 90% center;
}

.page-template-corporate-template-new .started {
    background: url(/wp-content/uploads/2025/07/aaa.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.page-template-corporate-template-new .individual-banner-left {
    background: url('/wp-content/uploads/2025/09/illustration-exporting-png.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    border-radius: 8px;
    overflow: hidden;
}

.page-template-bisness-template-new .individual-banner-left-content-position4 {
    display: none;
}

.page-template-bisness-template-new .individual-banner-left-content-position3 {
    display: none;
}

.page-template-corporate-template-new .individual-banner-left-content-position1 {
    display: none;
    /* content: url(/wp-content/uploads/2025/06/illustration-exporting-png.png); */
}

.page-template-corporate-template-new .individual-banner-left {
    background: url(/wp-content/uploads/2025/09/illustration-exporting-png.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    border-radius: 8px;
    overflow: hidden;
}

.page-template-corporate-template-new .individual-banner-left-content-position4 {
    display: none;
}

.page-template-corporate-template-new .individual-banner-left-content-position3 {
    display: none;
}

.page-template-corporate-template-new .individual-banner-left-content-position2 {
    display: none;
}

.page-template-bisness-template-new .individual-banner-left-content-position2 {
    display: none;
}

.page-template-homepage-template-new .banner-slider .banner-item-1 {
    background-image: url(/wp-content/uploads/2025/06/left-banner-1.png);
}

.new_individual-titles3 {
    gap: 16px;
}

.new_individual-titles3 b {
    color: #272727;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.new_individual-title.new_individual-titles3 h3 {
    color: #515151;
    font-family: Actay-Regular, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page-template-corporate-template-new .individual-banner-left {
    background: url(/wp-content/uploads/2025/09/illustration-exporting-png.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    border-radius: 8px;
    overflow: hidden;
}

.page-template-bisness-template-new .individual-banner-left {
    background: url(/wp-content/uploads/2025/07/illustration-exporting-png-1-1.png);
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: right;
    border-radius: 8px;
    overflow: hidden;
}

.page-template-corporate-template-new .started-wrapper-left h2,
.page-template-bisness-template-new .started-wrapper-left h2 {
    text-align: left;
    color: #F7F1FF;
    font-family: ActayWide-Bold, sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
}

.page-template-corporate-template-new .started-wrapper-left div,
.page-template-bisness-template-new .started-wrapper-left div {
    display: none;
}



.page-template-corporate-template-new .started-wrapper-left div::after,
.page-template-bisness-template-new .started-wrapper-left div::after {
    content: "";
    background: url(/wp-content/uploads/2025/07/icon-library.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: flex;
}

.page-template-corporate-template-new .started-wrapper,
.page-template-bisness-template-new .started-wrapper {
    padding-left: 150px;
    gap: 16px;
    justify-content: space-between;
}

.page-template-corporate-template-new .started-wrapper-left,
.page-template-bisness-template-new .started-wrapper-left {
    align-items: flex-start;
    flex: none;
}

.page-template-bisness-template-new .started {
    background: url(/wp-content/uploads/2025/07/aaa.png);
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) {
    .page-template-bisness-template-new .individual-banner-left {
        background: url('/wp-content/uploads/2025/09/persona.png'), url('/wp-content/uploads/2025/09/bg.png') !important;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-position: bottom;
        border-radius: 0;
        overflow: hidden;
    }

    .page-template-corporate-template-new .individual-banner-left {
               background: url(/wp-content/uploads/2025/09/freepik_assistant-20-1.png) no-repeat calc(100% - -100px) bottom / contain, url(/wp-content/uploads/2025/09/bg.png) no-repeat center / cover !important;
        border-radius: 0;
        overflow: hidden;
    }

    .page-template-corporate-template-new .new_individual-card2 .new_individual-img img {
        content: url('/wp-content/uploads/2025/09/image-mobile.jpg');
    }


}


.transparent-pricing-new .compliant-container-position,
.compliant-containernew .compliant-container-position {
    display: none !important;
}

.page-template-homepage-template-new .card-payments .card-payments-img-desctop img {
    object-fit: cover;
    object-position: center;
}


@media (max-width: 1199px) {

    .page-template-corporate-template-new .started-wrapper,
    .page-template-bisness-template-new .started-wrapper {
        padding: 0;
    }

    .page-template-corporate-template-new .started-wrapper-left h2,
    .page-template-bisness-template-new .started-wrapper-left h2 {
        font-size: 29px;
    }

    .page-template-corporate-template-new .started-wrapper-right {
        width: 100%;
    }
}

.individual-banner-left-content .disclaimer {
    margin-top: 0;
}


.page-template-corporate-template-new .started,
.page-template-bisness-template-new .started {
    display: none !important;
}

.banner-item-left strong {
    color: #F7F1FF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.28px;
}

.banner-item-2 .banner-item-left h2 br {
    display: none;
}

.banner-item-2 .banner-item-left p {
    color: #F7F1FF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.48px;
}

@media (max-width: 1199px) {
    .banner-item-2 .banner-item-left p {
        font-size: 14px;
    }

    .banner-item-2 {
        background: url("/wp-content/uploads/2025/07/illustratio.png") !important;
        background-position: right !important;
        background-size: cover !important;
    }

    .banner-item-left strong {
        font-size: 12px;
    }
}

/* end max-width: 345px ***********************************************************/



.footer-contact {
    z-index: 9999;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    transition: border-color 0.25s ease-in-out, box-shadow 0.1s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, outline-color 0.1s ease-in-out, z-index 0.25s ease-in-out;
    margin: 0px;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: inherit;
    font-weight: 600;
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: border-box;
    user-select: none;
    line-height: 38px;
    font-size: 16px;
    padding: 0 12px;
    outline-color: transparent;
    background-color: transparent;
    border: none;
    color: #fff;
    border-radius: 20px;
    width: max-content;
    height: 64px;
    background-color: rgb(112, 79, 173);
    border: 2px solid rgb(112, 79, 173);
}

.footer-contact:hover,
.footer-contact:focus,
.footer-contact:active {
    color: #fff;
}

.popup-op.popmake-1650 {
    display: none;
}

#popmake-1650 {
    padding: 40px 32px;
    box-sizing: border-box;
}

#popmake-1650 .submit {
    display: flex !important;
}

#popmake-1650 .wpcf7-form-control-wrap input {
    border-radius: 4px;
    border: 1px solid#D6D6D6;
    background: #F3F3F3;
    padding-left: 42px;
    width: 100%;
    height: 43px;
    font-family: OpenSans, sans-serif;
    color: #696969;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-bottom: 16px;
    box-sizing: border-box;
}

#popmake-1650 textarea {
    min-height: 120px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid#D6D6D6;
    background: #F3F3F3;
    width: 100%;
    height: 43px;
    font-family: OpenSans, sans-serif;
    color: #696969;
    font-size: 14px;
    letter-spacing: 0.28px;
    margin-bottom: 16px;
    box-sizing: border-box;
    width: 100%;
}

#popmake-1650 .formBlock {
    display: flex;
    flex-direction: column;
}

#pum-1650 #popmake-1650 {
    border: 0;
}

@media (max-width: 1199px) {
    .popup-op.popmake-1650 {
        display: flex !important;
    }

    .footer-contactdesk {
        display: none;
    }
}