@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.banner-wrap {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.hsection.hsection-testi {
    display: none !important;
}

.site-content {
    padding: 0;
}

.customize-support {
    background-image: none;
    background-color: transparent !important;
}

.site-content-contain {
    background-image: none;
    background-color: transparent;
}

.home-page-banner-sec-1 {
    padding: 210px 0;
    background: #432E6A;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.home-page-banner-sec-1 h1,
.home-page-banner-sec-1 h2 {
    font-family: "Montserrat";
    text-align: center;
    font-size: 72px;
    font-weight: 500;
    line-height: 84px;
    letter-spacing: -0.03em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 25px;
    margin-top: 25px;
    color: #fff;
}

.home-page-banner-sec-1 h1 b,
.home-page-banner-sec-1 h2 b {
    font-weight: 700;
}

.home-page-banner-sec-1 h1 span,
.home-page-banner-sec-1 h2 span {
    font-weight: 400;
}

.home-page-banner-sec-1 .title-block>span {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 22px;
    line-height: 20px;
    letter-spacing: 2px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(90.12deg, #CCA9F5 32.34%, #B4B3FD 73.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.home-page-banner-sec-1 .title-block p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 30px;
    color: #FFFFFFE5;
}

.but-a {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    display: inline-block;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    padding: 16px 57px;
    position: relative;
    border-radius: 25px;
    transition: .25s;
}

.but-a:before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 98%;
    width: 99%;
    border-radius: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.but-a:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 98%;
    width: 99%;
    border-radius: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.but-a.no-shadow:after,
.but-a.no-shadow:before {
    display: none;
}

.but-a:hover {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    transition: .25s;
    background: linear-gradient(180deg, #885DF1 0%, #6610F2 100%);
    color: #FFFFFF;
}

.but-a:hover:after {
    box-shadow: none;
}

.but-b {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
    text-align: center;
    display: inline-block;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: transparent;
    color: #D8C3FF;
    padding: 14px 32px;
    position: relative;
    transition: .25s;
    border: 2px solid;
    border-color: #D8C3FF;
    border-radius: 25px;
}

.but-b.white {
    color: #ffffff;
}

.but-b.white:hover {
    color: #ffffff;
}

.but-b:hover {
    box-shadow: 0px 4px 4px 0px #00000040 inset;
    transition: .25s;
    color: #6610F2;
    border: 2px solid;
    border-color: #6610F2;
}

.lower-shadow {
    position: relative;
}

.lower-shadow:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 50%;
    width: 100%;
    background: linear-gradient(0deg, #A6BEFD -17.1%, rgba(166, 190, 253, 0) 62.04%);
    bottom: 0;
    left: 0;
    z-index: -1;
}

.home-page-sec-2 {
    padding: 150px 0 220px;
    background: #432E6A;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}


.cloud-bot-sec:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 15%;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    bottom: 0;
    left: 0;
}

.after-banner {
    padding: 21px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(8.6deg, #DCB7FF 6.75%, #EDDAFF 50.18%, #DCB7FF 93.62%);
}

.after-banner p {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #40068C;
    margin: 0;
    position: relative;
    padding: 0 10px;
}
.after-banner p:after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 11px;
    width: 32px;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Group-1000006588-1.webp');
}
.after-banner p:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-size: contain;
    height: 11px;
    width: 32px;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Group-1000006587.webp');
}
.section-after-banner {
    padding: 141px 0 215px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.section-after-banner p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 34.8px;
    line-height: 60px;
    letter-spacing: -1%;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.section-after-banner p b {
    font-weight: 600;
}

@media only screen and (max-width: 767px) {
    .home-page-banner-sec-1 {
        padding: 140px 0 40px;
    }

    .home-page-banner-sec-1 h1,
    .home-page-banner-sec-1 h2 {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 25px;
        margin-top: 32px;
    }

    .home-page-banner-sec-1 h1 br,
    .home-page-banner-sec-1 h2 br {
        display: none;
    }

    .home-page-banner-sec-1 .title-block>span {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 2px;
    }

    .home-page-banner-sec-1 .title-block p br {
        display: none;
    }

}


/* ------home-page-sec-2--------- */
.home-page-sec-2 {
    padding: 140px 0 120px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.home-page-sec-2 h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 42px;
    line-height: 140%;
    letter-spacing: -3px;
    margin-bottom: 29px;
    color: #5902CB;
}

.home-page-sec-2 .head-sec span {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0%;
    text-transform: uppercase;
    vertical-align: middle;
    text-transform: uppercase;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(90.12deg, #AA00FF 32.34%, #6610F2 73.53%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    margin-bottom: 24px;
}

.home-page-sec-2 h2 b {
    font-weight: 600;
    color: #4339EF;
}

.home-page-sec-2 .center-sec {
    display: grid;
    grid-template-columns: auto 500px;
    grid-gap: 90px;
}

.home-page-sec-2 .center-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #432E6ACC;
}

.home-page-sec-2 .center-sec p b {
    font-weight: 700;
}

.home-page-sec-2 .center-sec .img-right img {
    border-radius: 30px;
    width: 100%;
}

.home-page-sec-2 .button-wrapper {
    margin-top: 50px;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-2 {
        padding: 80px 0 80px;
    }

    .home-page-sec-2 h2 {
        font-size: 32px;
        margin-bottom: 39px;
    }

    .home-page-sec-2 .center-sec {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 72px;
    }

    .home-page-sec-2 .center-sec .img-right {
        margin-left: -35px;
        margin-right: -35px;
    }

    .home-page-sec-2 .center-sec .img-right img {
        border-radius: 0px;
    }
}

/* ------home-page-sec-3--------- */
.home-page-sec-3 {
    padding: 130px 0 130px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-3 .row-container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1390px;
    padding: 140px 140px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-3 h2 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 42px;
    line-height: 140%;
    letter-spacing: -3px;
    margin-bottom: 29px;
    color: #5902CB;
}

.home-page-sec-3 h2 b {
    font-weight: 600;
    color: #4339EF;
}

.home-page-sec-3 .center-sec p {
    font-family: 'Century Gothic';
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #432E6ACC;
}

.home-page-sec-3 .item {
    display: grid;
    grid-template-columns: 55px auto;
    grid-gap: 14px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 22px;
}

.home-page-sec-3 .item:first-of-type {
    margin-top: 55px;
}

.home-page-sec-3 .item:last-of-type {
    margin-bottom: 55px;
}

.home-page-sec-3 .button-wrapper {
    margin-top: 50px;
}

.home-page-sec-3 .item p {
    margin: 0;
}

.home-page-sec-3 .item img {
    max-width: 55px;
}

.home-page-sec-3 .center-sec {
    display: grid;
    grid-template-columns: auto 470px;
    grid-gap: 72px;
}

.home-page-sec-3 .center-sec .img-left img {
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-3 .row-container {
        background-size: cover;
        padding: 100px 35px 0;
    }

    .home-page-sec-3 h2 {
        font-size: 32px;
        line-height: 150%;
        letter-spacing: -1px;
        margin-bottom: 27px;
    }

    .home-page-sec-3 .center-sec {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 72px;
    }

    .home-page-sec-3 .center-sec .img-left {
        margin-left: -35px;
        margin-right: -35px;
    }

    .home-page-sec-3 .center-sec .text-right {
        grid-row: 1;
    }

    .home-page-sec-3 .button-wrapper {
        text-align: center;
    }

    .home-page-sec-3 .center-sec .img-left img {
        border-radius: 0px;
    }
}

/* ------home-page-sec-4--------- */
.home-page-sec-4 {
    padding: 140px 0 140px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-4 h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 52px;
    line-height: 150%;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 110px;
}

.home-page-sec-4 h2 b {
    font-weight: 600;
    color: #4339EF;
}

.home-page-sec-4 .center-sec {
    display: grid;
    grid-template-columns: auto 470px;
    grid-gap: 72px;
    margin-bottom: 100px;
}

.home-page-sec-4 .center-sec p {
    font-family: 'Century Gothic';
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0%;
    color: #432E6ACC;
}

.home-page-sec-4 .bot-sec {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    max-width: 750px;
    margin: auto;
}

.home-page-sec-4 .bot-sec img {
    max-width: 30px;
    display: block;
    margin: auto;
}

.home-page-sec-4 .bot-sec p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: -1px;
    text-align: center;
    color: #211240;
    margin: 0;
}

.home-page-sec-4 .bot-sec span {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #211240;
}

.home-page-sec-4 .center-sec .img-right img {
    border-radius: 30px;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-4 {
        padding: 100px 0 90px;
    }

    .home-page-sec-4 h2 {
        font-size: 32px;
        line-height: 150%;
        letter-spacing: -1px;
        text-align: left;
        margin-bottom: 27px;
    }

    .home-page-sec-4 .center-sec {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 90px;
        margin-bottom: 90px;
    }

    .home-page-sec-4 .center-sec .img-right {
        margin-left: -35px;
        margin-right: -35px;
    }

    .home-page-sec-4 .center-sec .img-right img {
        border-radius: 0px;
    }
}

/* ------home-page-sec-5--------- */
.home-page-sec-5 {
    padding: 95px 0 95px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-5 .center-sec {
    display: grid;
    grid-template-columns: 640px auto;
    grid-gap: 15px;
}

.home-page-sec-5 .center-sec h2 {
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 42px;
    line-height: 75px;
    letter-spacing: -1px;
    color: #ffffff;
    margin-bottom: 35px;
}

.home-page-sec-5 .center-sec h2 b {
    font-weight: 400;
}

.home-page-sec-5 .center-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: 60px;
}

.home-page-sec-5 .center-sec .but-a {
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-5 {
        padding: 80px 0 80px;
    }

    .home-page-sec-5 .center-sec h2 {
        font-size: 32px;
        line-height: 140%;
        letter-spacing: -1px;
        color: #ffffff;
        margin-bottom: 30px;
    }

    .home-page-sec-5 .center-sec {
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }

    .home-page-sec-5 .center-sec .text-right {
        grid-row: 1;
    }

    .home-page-sec-5 .button-wrapper a {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-page-sec-5 .center-sec .img-left {
        margin-left: -25px;
        margin-right: -25px;
    }
}

/* ------home-page-sec-6--------- */
.home-page-sec-6 {
    padding: 180px 0 135px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-6 .head-sec h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 52px;
    line-height: 150%;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 30px;
}

.home-page-sec-6 .head-sec h2 b {
    font-weight: 600;
    color: #4339EF;
}

.home-page-sec-6 .head-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    letter-spacing: 0%;
    text-align: center;
    color: #2E1E43;
}

.home-page-sec-6 .head-sec {
    max-width: 750px;
    margin: 0 auto 100px;
}

.home-page-sec-6 .center-sec {
    display: grid;
    grid-template-columns: 470px auto;
    grid-gap: 72px;
    margin-bottom: 120px;
}

.home-page-sec-6 .center-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    letter-spacing: 0%;
    color: #2E1E43;
    margin-bottom: 60px;
}

.home-page-sec-6 .title-rep p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 27px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #211240;
    margin: 0;
    text-align: center;
}
.home-page-sec-6 .title-rep p b{
    color: #4339EF;
}
.home-page-sec-6 .title-rep {
    margin-bottom: 60px;
}

.home-page-sec-6 .rep-sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 50px;
    margin-bottom: 163px;
}

.home-page-sec-6 .rep-sec .item {
    text-align: center;
}

.home-page-sec-6 .rep-sec .item img {
    width: 88px;
    display: block;
    margin: 0 auto 30px;
}

.home-page-sec-6 .rep-sec .item h3 {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 15px;
    color: #211240;
}

.home-page-sec-6 .rep-sec .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: center;
    color: #2E1E43E5;
}

.home-page-sec-6 .head-bot-sec h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 52px;
    line-height: 150%;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 90px;
}

.home-page-sec-6 .head-bot-sec h2 b {
    font-weight: 600;
    color: #4339EF;
}

.home-page-sec-6 .bot-sec {
    display: grid;
    grid-template-columns: 470px auto;
    grid-gap: 72px;
}

.home-page-sec-6 .bot-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    letter-spacing: 0%;
    color: #2E1E43;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-6 {
        padding: 80px 0 60px;
    }

    .home-page-sec-6 .head-sec h2 {
        font-size: 32px;
        line-height: 140%;
        letter-spacing: -1px;
        color: #ffffff;
        margin-bottom: 30px;
    }

    .home-page-sec-6 .center-sec {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 50px;
        margin-bottom: 90px;
    }

    .home-page-sec-6 .rep-sec {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 30px;
        margin-bottom: 93px;
    }

    .home-page-sec-6 .head-sec {
        margin: 0 auto 50px;
    }

    .home-page-sec-6 .center-sec p {
        margin-bottom: 40px;
    }

    .home-page-sec-6 .button-wrapper a {
        width: 100%;
    }

    .home-page-sec-6 .head-bot-sec h2 {
        font-size: 32px;
        line-height: 140%;
        letter-spacing: -1px;
        margin-bottom: 30px;
    }

    .home-page-sec-6 .bot-sec {
        grid-template-columns: 1fr;
        grid-gap: 50px;
    }

    .home-page-sec-6 .bot-sec .text-right {
        grid-row: 1;
    }
}

/* ------home-page-sec-7--------- */
.home-page-sec-7 {
    padding: 123px 0 123px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-7 .block-sec {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    max-width: 750px;
    margin: auto;
}

.home-page-sec-7 .block-sec img {
    max-width: 30px;
    display: block;
    margin: auto;
}

.home-page-sec-7 .block-sec p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: -1px;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.home-page-sec-7 .block-sec span {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #ffffff;
}

/* ------home-page-sec-8--------- */
.home-page-sec-8 {
    padding: 160px 0 160px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-8 .head-sec {
    margin-bottom: 90px;
}

.home-page-sec-8 .head-sec h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 52px;
    line-height: 140%;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 30px;
}

.home-page-sec-8 .head-sec h2 b {
    font-weight: 600;
    color: #4339EF;
}

.home-page-sec-8 .head-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: center;
    color: #432E6AE5;
}

.home-page-sec-8 .rep-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 90px 32px;
}

.home-page-sec-8 .rep-sec iframe {
    margin: 0;
    width: 100%;
    height: 291px !important;
}

.home-page-sec-8 .rep-sec .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    letter-spacing: 0%;
    color: #432E6ACC;
}

.home-page-sec-8 .rep-sec .item h3 {
    font-family: 'Montserrat';
        font-weight: 500;
        font-size: 20px;
        line-height: 175%;
        letter-spacing: -2%;
        text-align: center;
        text-transform: uppercase;
    margin-bottom: 30px;
    background: linear-gradient(265.35deg, #AA00FF 12.16%, #6610F2 88.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-page-sec-8 .rep-sec .item:nth-child(4) {
    text-align: center;
}

.home-page-sec-8 .head-bot-sec {
    max-width: 790px;
    margin: 160px auto 60px;
}

.home-page-sec-8 .head-bot-sec h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 52px;
    line-height: 150%;
    letter-spacing: -2px;
    text-align: center;
    margin-bottom: 30px;
}

.home-page-sec-8 .head-bot-sec h2 b {
    font-weight: 600;
    color: #4339EF;
}

.home-page-sec-8 .head-bot-sec p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: center;
    color: #432E6AE5;
}

.home-page-sec-8 .bot-rep-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
}

.home-page-sec-8 .bot-rep-sec .item {
    padding: 210px 71px 51px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-8 .bot-rep-sec .item h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #FFFFFFE5;
    margin-bottom: 10px;
}

.home-page-sec-8 .bot-rep-sec .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 0%;
    color: #FFFFFFE5;
}

.home-page-sec-8 .bot-rep-sec .item .img-mob {
    display: none;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-8 {
        padding: 80px 0 80px;
    }

    .home-page-sec-8 .head-sec h2 {
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 32px;
        line-height: 150%;
        letter-spacing: -1px;
        text-align: left;
        margin-bottom: 30px;
    }

    .home-page-sec-8 .head-sec {
        margin-bottom: 30px;
    }

    .home-page-sec-8 .rep-sec {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }

    .home-page-sec-8 .head-bot-sec {
        max-width: 790px;
        margin: 130px auto 50px;
    }

    .home-page-sec-8 .head-bot-sec h2 {
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 32px;
        line-height: 150%;
        letter-spacing: -1px;
        text-align: left;
        margin-bottom: 30px;
    }

    .home-page-sec-8 .head-bot-sec p {
        text-align: left;
    }

    .home-page-sec-8 .bot-rep-sec {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .home-page-sec-8 .bot-rep-sec .item {
        padding: 15px 0px 15px;
        background: transparent !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .home-page-sec-8 .bot-rep-sec .item h3 {
        color: #432E6AE5;
        margin-bottom: 10px;
    }

    .home-page-sec-8 .bot-rep-sec .item p {
        color: #432E6AE5;
        margin: 0;
    }

    .home-page-sec-8 .bot-rep-sec .item .img-mob {
        display: block;
        margin-left: -35px;
        margin-right: -35px;
        margin-bottom: 40px;
    }
}

/* ------home-page-sec-9--------- */
.home-page-sec-9 {
    padding: 165px 0 160px;
    background: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-9 h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 52px;
    line-height: 150%;
    letter-spacing: -2px;
    text-align: left;
    margin-bottom: 70px;
}

.home-page-sec-9 h2 b {
    font-weight: 600;
    color: #4339EF;
}

.home-page-sec-9 .rep-sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.home-page-sec-9 .rep-sec .item {
    padding: 0;
    border: 1px solid #5902CB33;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background: transparent !important;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.home-page-sec-9 .rep-sec .item .text-block {
    padding: 40px 25px 49px 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-page-sec-9 .rep-sec .item .text-block .bottons-block {
    margin-top: auto;
}

.home-page-sec-9 .rep-sec .item h3 {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 19px;
    line-height: 36px;
    letter-spacing: 1%;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    background: linear-gradient(265.35deg, #AA00FF 12.16%, #6610F2 88.86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-page-sec-9 .rep-sec .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 17px;
    line-height: 175%;
    letter-spacing: 0%;
    margin-bottom: 40px;
    color: #2E1E43E5;
}

.home-page-sec-9 .but-a {
    margin-right: 15px;
    padding: 13px 32px;
    background: linear-gradient(0deg, #E27FFF -15.38%, #AB51C5 61.54%);
}


.home-page-sec-9 .rep-sec .item .bottons-block a {
    width: 100%;
    margin-bottom: 20px;
}

.home-page-sec-9 .rep-sec .item .img-mob {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 420px;
    width: 100%;
    margin: 0;
    display: inline-block;
    flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-9 .rep-sec {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .home-page-sec-9 {
        padding: 83px 0 83px;
    }

    .home-page-sec-9 h2 {
        font-family: 'Montserrat';
        font-weight: 400;
        font-size: 32px;
        line-height: 150%;
        letter-spacing: -1px;
        text-align: center;
        margin-bottom: 70px;
    }

    .home-page-sec-9 .rep-sec .item .img-mob {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    .home-page-sec-9 .rep-sec .item {
        padding: 0;
        background: transparent !important;
    }

    .home-page-sec-9 .rep-sec .item .bottons-block a {
        width: 100%;
        margin-bottom: 20px;
    }

    .home-page-sec-9 .rep-sec .item h3,
    .home-page-sec-9 .rep-sec .item p {
        color: #211240;
    }
}

/* ------home-page-sec-10--------- */
.home-page-sec-10 {
    padding: 165px 0 170px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-10 .head-sec {
    max-width: 750px;
    margin: auto;
    margin-bottom: 110px;
}

.home-page-sec-10 .head-sec h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: -2px;
    text-align: center;
    color: #fff;
}

.home-page-sec-10 .head-sec p {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}

.home-page-sec-10 .head-sec p span {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #FFFFFFE5;
}

.home-page-sec-10 .rep-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 80px 40px;
}

.home-page-sec-10 .rep-sec .item {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    padding: 0;
}

.home-page-sec-10 .rep-sec .item img {
    max-width: 70px;
    margin: 0 auto 0;
}

.home-page-sec-10 .rep-sec .item h3 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 29px;
    line-height: 150%;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.home-page-sec-10 .rep-sec .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 18px;
    line-height: 175%;
    letter-spacing: 0%;
    text-align: center;
    color: #F1F7ED;
    margin: 0;
}

.home-page-sec-10 .button-sec {
    text-align: center;
    margin-top: 80px;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-10 {
        padding: 100px 0 110px;
    }

    .home-page-sec-10 .rep-sec {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }

    .home-page-sec-10 .head-sec h2 {
        font-size: 40px;
        line-height: 150%;
        letter-spacing: -1px;
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }

    .home-page-sec-10 .head-sec {
        margin-bottom: 50px;
    }

    .home-page-sec-10 .rep-sec .item {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 40px;
        padding: 15px 00px;
        border-radius: 30px;
    }

    .home-page-sec-10 .rep-sec .item h3 {
        font-family: 'Montserrat';
        font-weight: 500;
        font-size: 27px;
        line-height: 150%;
        letter-spacing: -2%;
        color: #fff;
        text-align: center;
        margin: 0;
    }

    .home-page-sec-10 .rep-sec .item p {
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 220%;
        letter-spacing: 0%;
    }
}

/* ------home-page-sec-11--------- */
.home-page-sec-11 {
    padding: 120px 0 120px;
    background: #F7F5FE;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.home-page-sec-11 .block-sec {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    max-width: 800px;
    margin: auto;
}

.home-page-sec-11 .block-sec img {
    max-width: 30px;
    display: block;
    margin: auto;
}

.home-page-sec-11 .block-sec p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 28px;
    line-height: 160%;
    letter-spacing: -3%;
    text-align: center;
    color: #ffffff;
    margin: 0;
}

.home-page-sec-11 .block-sec span {
    font-family: 'Century Gothic';
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-11 .block-sec p {
        font-size: 24px;
        line-height: 160%;
        letter-spacing: -3%;
    }
}

/* ------scroll-to-top--------- */
.fa-arrow-right {
    font-family: 'FontAwesome';
    font-style: normal;
}

#scroll-to-top-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FF9800;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 30px;
    right: 70px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#scroll-to-top-btn::after {
    content: "\f106";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
    top: -3px;
}

#scroll-to-top-btn:hover {
    cursor: pointer;
    background-color: #333;
}

#scroll-to-top-btn:active {
    background-color: #555;
}

#scroll-to-top-btn.show-1 {
    opacity: .7;
    visibility: visible;
}

#scroll-to-top-btn.show-1:hover {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width: 767px) {

    .container,
    .entry-content>.vc_row-fluid .vc_row {
        padding: 0 35px;
    }

    .home-page-sec-2 h2 br,
    .home-page-sec-3 h2 br,
    .home-page-sec-4 h2 br,
    .home-page-sec-5 h2 br,
    .home-page-sec-6 h2 br,
    .home-page-sec-7 h2 br,
    .home-page-sec-8 h2 br,
    .home-page-sec-9 h2 br,
    .home-page-sec-10 h2 br,
    .home-page-sec-11 h2 br {
        display: none;
    }

    .home-page-sec-10 .head-sec p br {
        display: none;
    }

    .home-page-sec-10 .head-sec p span {
        margin-top: 30px;
        display: block;
    }
}


/*---------------home-page-sec-12-----------------*/
.home-page-sec-12 {
    padding: 143px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.box-carusel {
    margin: 0 auto 0;
}

.box-carusel {
    padding: 80px 100px 60px;
    border-radius: 20px;
    position: relative;
    width: calc(100% - 150px);
    margin: 0 auto 0;
}

.box-carusel .carusel {
    position: relative;
    z-index: 1;
}

.box-carusel::after {
    content: '';
    position: absolute;
    z-index: 0;
    height: calc(100% - 1px);
    width: calc(100% - 1px);
    background-color: #ffffff;
    border: 0;
    left: 1px;
    top: 1px;
    border-radius: 20px;
}

.box-carusel::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 0;
    background-image: radial-gradient(95.11% 95.11% at 36.64% 4.89%, #2AD0CA 0%, #E1F664 22.92%, #FEB0FE 46.88%, #ABB3FC 68.23%, #5DF7A4 87.5%, #58C4F6 100%),
        conic-gradient(from 176.21deg at 50% 50%, #000000 -24.66deg, #FFFFFF 0.25deg, #000000 50.63deg, #000000 51.97deg, #FFFFFF 88.12deg, #000000 142.5deg, #FFFFFF 196.87deg, #000000 256.87deg, #FFFFFF 300deg, #000000 335.2deg, #000000 335.34deg, #FFFFFF 360.25deg);
    border-radius: 20px;
    border: 1px solid transparent;
}


.box-carusel h2 {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
    text-align: center;
}

.carusel .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 32px;
    padding-right: 0;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.carusel .item span {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    display: inline-block;
    margin: auto;
}

.carusel .item img {
    max-width: 120px;
    margin: auto;
}

.carusel .item p {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    margin: 0;
    text-align: center;

}

.carusel .item {
    grid-template-columns: 1fr;
}

.box-carusel .bx-prev {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background-image: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    margin-right: 15px;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -75px;

}

.box-carusel .bx-prev:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.box-carusel .bx-prev:before {
    content: '\f060';
    font-family: "FontAwesome";
    position: absolute;
    font-weight: 300;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.box-carusel .bx-prev:hover:after {
    background: #ffffff;
}

.box-carusel .bx-prev:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-carusel .bx-next {
    font-size: 0;
    color: transparent;
    display: inline-block;
    height: 42px;
    width: 42px;
    border: 1px solid transparent;
    border-radius: 8px;
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    position: relative;
    transition: .25s;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: -75px;
}

.box-carusel .bx-next:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: transparent;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: .25s;
}

.box-carusel .bx-next:before {
    content: '\f061';
    font-family: "FontAwesome";
    font-weight: 300;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .25s;
}

.box-carusel .bx-next:hover:after {
    background: #ffffff;
}

.box-carusel .bx-next:hover:before {
    background: linear-gradient(180deg, #EB01E6 0%, #AB0CBE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
    .box-carusel .bx-wrapper .bx-controls-direction {
        justify-content: center;
        position: relative;
        z-index: 1;
        display: flex;
        top: 200px;
    }

    .box-carusel {
        padding: 116px 34px 60px;
        border-radius: 20px;
        position: relative;
        width: 100%;
        margin: 0 auto 75px;
    }

    .box-carusel .bx-prev,
    .box-carusel .bx-next {
        position: static;
    }

    .box-carusel h2 {
        font-family: Montserrat;
        font-size: 32px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: -0.03em;
        text-align: left;
        margin-bottom: 39px;
    }

    .carusel .item p {
        text-align: left;
    }

    .carusel .item span {
        text-align: left;
        margin-right: auto;
        margin-left: 0;
    }

    .carusel .item img {
        margin-right: auto;
        margin-left: 0;
    }

    .carusel .item {
        grid-template-columns: 1fr;
    }
}

/*---------------new-sec-article---------------*/
.new-sec-article {
    padding: 135px 0;
}

.new-sec-article h2.title {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 60px;
    line-height: 75px;
    letter-spacing: -3%;
    margin-bottom: 100px;
    color: #432E6A;
}

.new-sec-article h2.title b {
    font-weight: 600;
}


.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-image-bg {
    margin-bottom: 34px;
}

.pgafu-image-fit .pgafu-post-image-bg img {
    border-radius: 8px;
}

.new-sec-article .pgafu-post-grid-content .pgafu-post-categories,
.new-sec-article .pgafu-post-grid-content .pgafu-post-date,
.new-sec-article .pgafu-post-grid-content .pgafu-post-grid-content,
.new-sec-article .pgafu-post-grid-content .pgafu-post-content {
    display: inline-block !important;
}

.pgafu-post-date span {
    font-weight: 400 !important;
    line-height: 20px !important;
    font-size: 16px !important;
    margin-right: 10px;
    font-style: normal;
    color: #1C1C1C80;
}

.pgafu-post-date span {
    font-weight: 400 !important;
    line-height: 20px !important;
    font-size: 16px !important;
    margin-right: 10px;
    font-style: normal;
    color: #1C1C1C80;
}

.new-sec-article .pgafu-post-grid-content .pgafu-post-categories,
.new-sec-article .pgafu-post-grid-content .pgafu-post-date,
.new-sec-article .pgafu-post-grid-content .pgafu-post-grid-content,
.new-sec-article .pgafu-post-grid-content .pgafu-post-content {
    display: inline-block !important;
}

span.pgafu-time,
.carusel .item .text-block .post-date .date {
    position: relative;
}

.pgafu-post-grid .pgafu-post-grid-content {
    text-align: left !important;
}

span.pgafu-time:before,
.carusel .item .text-block .post-date .date:before {
    content: '';
    height: 3px;
    width: 3px;
    border-radius: 1.5px;
    background: #1C1C1C80;
    position: absolute;
    top: 50%;
    transform: translateY(calc(50% - 1.5px));
    left: -12px;
}

.pgafu-post-grid-content .pgafu-post-categories {
    width: 100%;
    text-align: left;
    float: left;
}

.pgafu-post-grid-main.pgafu-design-1 .pgafu-post-grid-content .pgafu-post-date {
    padding-left: 0;
}

.pgafu-post-date span img {
    display: none !important;
}

.new-sec-article .pgafu-post-grid-content h2.pgafu-post-title,
.new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a,
.new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a:hover,
.new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a:focus {
    color: #000 !important;
    font-size: 33px !important;
    font-weight: 600 !important;
    line-height: 40.46px !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}

.pgafu-post-categories a {
    background: transparent !important;
    font-weight: 600 !important;
    line-height: 14.61px !important;
    font-size: 12px !important;
    color: #70277E !important;
    border: 1px solid #70277E !important;
    border-radius: 30px !important;
    padding: 10px 20px !important;
}

@media only screen and (max-width: 767px) {
    .new-sec-article {
        padding: 100px 0 70px;
    }

    .new-sec-article h2.title {
        font-size: 42px;
        line-height: 45px;
    }

    .pgafu-post-grid.pgafu-medium-4.pgafu-columns {
        margin-bottom: 40px !important;
    }

    .new-sec-article .pgafu-post-grid-content h2.pgafu-post-title,
    .new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a,
    .new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a:hover,
    .new-sec-article .pgafu-post-grid-content h2.pgafu-post-title a:focus {
        font-size: 26px !important;
        line-height: 32px !important;
    }
}

/* ------section-form--------- */
.section-form {
    padding: 143px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-article-button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px 15px;
    background: #250641;
}

.form-article {
    display: grid;
    grid-template-columns: 0.95fr 1fr;
    border-radius: 20px;
    overflow: hidden;
}

.form-article .text-article {
    padding: 166px 66px 166px 90px;
    background-color: #ffffff;
}

.form-article .text-article .gf_simple_horizontal {
    display: flex;
    flex-direction: column;
}

.form-article .text-article h2 {
    color: #000000;
    font-size: 48px;
    font-weight: 600;
    line-height: 58.65px;
    margin-bottom: 15px;
}

.form-article .img-article {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form-article .text-article p {
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 26.4px;
    margin-bottom: 50px;
}

.form-article #gform_fields_25 {
    display: flex;
    flex-direction: column;
}

.form-article .gform_heading {
    display: none;
}

.container.form {
    max-width: 1170px;
}

body .form-article .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 0;
    width: 100%;
}

.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type=submit] {
    border-radius: 8px;
    padding: 9px 15px;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    letter-spacing: 4px;
    width: 100%;
    margin-top: 15px;
}


.form-article .gform_wrapper form.gf_simple_horizontal div.gform_body,
.form-article .gform_wrapper form.gf_simple_horizontal div.gform_body {
    max-width: 100%;
}

.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    max-width: 100% !important;
}


@media only screen and (max-width: 767px) {
    .section-form {
        padding: 70px 0;
    }

    .form-article .text-article {
        padding: 25px;
    }

    .form-article .text-article h2 {
        font-size: 24px !important;
        line-height: 1.6rem !important;
    }

    .form-article .img-article {
        display: none;
    }

    .form-article {
        grid-template-columns: 1fr;
    }

    .form-article .text-article p {
        margin-bottom: 5px;
    }

    .form-article .text-article {
        border-radius: 8px;
    }

    .container.form {
        padding: 0 30px;
    }
}

/* ------home-page-sec-tabs--------- */
.home-page-sec-tabs {
    padding: 140px 0 140px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.home-page-sec-tabs .top-title {
    margin-bottom: 100px;
}

.home-page-sec-tabs .top-title h2 {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 72px;
    line-height: 85px;
    letter-spacing: -3%;
    margin-bottom: 36px;
    color: #432E6A;
}

.home-page-sec-tabs .top-title h2 b {
    font-weight: 500;
}

.home-page-sec-tabs .top-title p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 19.2px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #432E6A;
}

.block-inf-zef .item {
    border-radius: 8px;
    border: 1px solid #9E80DB4D;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    margin-bottom: 50px;
    grid-auto-flow: dense;
}

.block-inf-zef .item:nth-child(2n) {
    grid-template-columns: 1.05fr .95fr;
}

.block-inf-zef .item:nth-child(2n) .right-img {
    grid-row: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.block-inf-zef .item:nth-child(2n) .left-text {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.block-inf-zef .item:last-of-type {
    margin-bottom: 0;

}

.block-inf-zef .item .right-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.block-inf-zef .item .left-text {
    padding: 129px 65px 76px;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.block-inf-zef .item h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 28.94px;
    line-height: 36px;
    letter-spacing: -3%;
    color: #432E6A;
    margin-bottom: 30px;
}

.block-inf-zef .item p {
    font-family: 'Century Gothic';
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0%;
    color: #695888;
    margin-bottom: 40px;
}

.title-tabs-ins {
    max-width: 640px;
    margin: 0px auto 24px;
}

.title-tabs-ins h2 {
    font-family: 'Montserrat';
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: -0.03em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    margin: 0 0 24px;

}

.title-tabs-ins p {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;

}

.tabs-ins {
    max-width: 640px;
    margin: auto;
    counter-reset: section;
}

.tabs-ins .bot-text {
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.tabs-ins .item.active .bot-text {
    display: block;
}

.tabs-ins .item {
    border-bottom: 1px solid #253253;
    position: relative;
}

.tabs-ins .item::before {
    counter-increment: section;
    content: '0' counter(section);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: right;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    position: absolute;
    top: 30px;
}

.tabs-ins .item .hed-item::after {
    content: '';
    position: absolute;
    top: 30px;
    right: 30px;
    height: 16px;
    width: 16px;
    background-image: url('https://www.paulwagner.com/wp-content/uploads/Plus.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tabs-ins .item.active .hed-item::after {
    transform: rotate(45deg);
}

.tabs-ins .hed-item {
    padding: 30px 50px 30px 44px;
    cursor: pointer;

}

.tabs-ins .hed-item h3 {
    font-family: 'Century Gothic';
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    margin: 0;
}

.tabs-ins .bot-text {
    padding: 0 10px 30px 44px;
}

.tabs-ins p {
    font-family: 'Century Gothic';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #432E6A;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .home-page-sec-10 {
        padding: 109px 0 142px;
    }

    .home-page-sec-10 .top-title h2 {
        font-size: 42px;
        line-height: 45px;
        margin-bottom: 30px;
    }

    .home-page-sec-10 .top-title p {
        font-size: 14px;
        line-height: 24px;
    }

    .block-inf-zef .item,
    .block-inf-zef .item:nth-child(2n) {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .block-inf-zef .item .right-img,
    .block-inf-zef .item:nth-child(2n) .right-img {
        height: 325px;
        grid-row: 1;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .block-inf-zef .item:nth-child(2n) .left-text,
    .block-inf-zef .item .left-text {
        border-top-right-radius: 0;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 8px;
        padding: 40px 15px 30px;
    }

    .title-tabs-ins {
        margin: 150px auto 24px;
    }

    .title-tabs-ins h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .tabs-ins .item .hed-item::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 15px;
    }

    .tabs-ins .hed-item {
        padding: 30px 45px 30px 44px;
        position: relative;
    }
}