@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url("../fonts/Inter-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Axiforma-Thin;
    font-display: swap;
    src: url("../fonts/Axiforma-Thin.ttf") format('truetype');
    font-weight: 250;
    font-style: normal;
}

p > a {
    color: #3EBA79;
    font-weight: 700;
}

h1 span {
    line-height: 72px;
}

.hero-content .hero-content__desc {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    max-width: 611px;
    margin-top: 30px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.3px;
}

.hero-content .hero-content__desc .color-orange {
    font-weight: 700;
}

span.color-dark {
    color: #000000;
    background-clip: unset;
    -webkit-text-fill-color: #000;
    background: transparent;
    display: inline-block;
}

/* Header */
.main-logo img {
    display: block;
}

.btn-primary span {
    background: linear-gradient(97.91deg, #44BDB6 7.66%, #235AFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

body h1 {
    font-size: 50px;
    line-height: 64px;
}

.header-navbar ul li a {
    transition: color .2s;
}

.header-navbar ul li a:hover {
    color: #2e7ce5;
}

.header-navbar ul li.current-menu-item a {
    color: #2e7ce5;
}

.menu-item.menu-item-has-children:hover > a {
    color: #2e7ce5;
}
.social-links {
    margin: 49px 0 12px;
    gap: 10px;
}
.social-links a {
    filter: brightness(0);
    transition: border-color .2s, background-color .2s, filter .2s;
}
.footer-main .social-links a {
    filter: none
}
.social-links a:hover {
    background-color: #2e7ce5;
    border-color: #2e7ce5;
    filter: brightness(1);
}
.footer-main {
    margin: 0 0 15px;
}
.footer-navbar .menu-footer-menu-container ul li a:hover {
    color: #2e7ce5;
}

/* header end */


.hero-section h1 span,
.hero-section .h1-title span {
    display: block;
    font-size: 62px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -1px;
    background: linear-gradient(97.91deg, #44BDB6 7.66%, #235AFF 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.solutions {
    margin-top: 174px;
    margin-bottom: 90px;
}

.solutions h2 {
    font-size: 50px;
    line-height: 55px;
    margin-top: 0;
    text-align: center;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.solution__header p {
    margin: 0 auto;
    max-width: 948px;
    text-align: center;
    font-size: 20px;
    line-height: 32px;
}

.solution__list {
}
.solution__item-img-wrapper {
    position: relative;
    height: 125px;
}
.solution__item img {
    position: absolute;
    height: 125px;
    width: 125px;
    left: 50%;
    margin-left: -62px;
    display: block;
    object-fit: contain;
}
.solution__item-img-animate {
    background-color: #fff;
    opacity: 0;
}

.solution__item.__active .solution__item-img-animate,
.solution__item:hover .solution__item-img-animate
.solution__item.swiper-slide-active .solution__item-img-animate {
    opacity: 1;
}

.solution__item h3 {
    text-align: center;
    margin: 0 auto;
    max-width: 200px;
}


.solution__item-content-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-radius: 18px;
}

.solution__item {
    flex: 1;
    position: relative;
    border-radius: 20px;
    row-gap: 12px;
    background-color: #ffffff;
    height: 220px;
    width: 220px;
    min-width: 220px;
    min-height: 220px;
    display: flex;
    padding: 3px;
    overflow: hidden;
}
.solution__item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #DFDFDF;
}
.solution__item.__active:before,
.solution__item:hover:before {
    background: linear-gradient(97.91deg, #44BDB6 7.66%, #235AFF 100%);
}
.solution__item.__active img,
.solution__item:hover img {
    filter: brightness(1);
}

.solution-subtitle {
    max-width: 906px;
    margin: 29px auto 0;
}

.solution-subtitle__item {
    display: none;
    text-align: center;
}

.solution-subtitle__item p {
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 24px;
}

.solution-subtitle__item p:last-child {
    margin: 0;
}


.solution .swiper-slide {
    opacity: 1 !important;
}
.solution-subtitle__item.__active {
    display: block !important;
}

.bg-parallax {
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: bottom !important;
}

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

.toolkit:after {
    content: '';
    display: block;
    background: linear-gradient(97.91deg, #44BDB6 7.66%, #235AFF 100%);
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.toolkit .toolkit-bg__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.toolkit .toolkit-bg__wrapper img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.toolkit .container {
    position: relative;
}

.toolkit .toolkit__wrapper {
    color: #fff;
    padding: 120px 0 160px;
}

.toolkit .toolkit-header h2 {
    font-size: 50px;
    line-height: 1.2;
    max-width: 740px;
    margin: 0 auto;
    text-align: center;
}

.toolkit .toolkit-header h2 .color-green-gradient {
    font-weight: 800;
    margin-top: 2px;
    display: block;
}

.toolkit .toolkit-list {
    display: flex;
    margin-top: 45px;
    justify-content: space-between;
    column-gap: 64px;
}

.toolkit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.toolkit .toolkit-item__icon {
    display: flex;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
}

.toolkit .toolkit-item__icon img {
    width: 84px;
    height: 84px;
    object-fit: cover;
    display: block;
}

.toolkit-item h3 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin: 24px 0 13px;
    font-weight: 700;
    letter-spacing: -1px;
}

.toolkit-item p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
    color: #fff;
    opacity: .7;
}

.what {
    position: relative;
    min-height: 640px;
}

.what:after {
    content: '';
    display: block;
    background: linear-gradient(90deg, #E2F476 0%, #3EBA79 100%);
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.what-bg__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.what-bg__wrapper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.what .container {
    position: relative;
}

.what__wrapper {
    color: #fff;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 120px;
    min-height: 640px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
}

.what__wrapper h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 16px;
}

.what__wrapper p {
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    max-width: 896px;
    margin: 0 auto 29px;
}

.what__wrapper p:last-child {
    margin-bottom: 0;
}

.what-btn__wrapper {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.team-section h2 {
    margin-bottom: 70px;
}

.team-content .team-linkedin {
    transition: border-color .3s, background .3s;
}

.team-content .team-linkedin:hover {
    border: 1px solid #2e7ce5;
    background: #2e7ce5;
}

.text-section {
    margin-top: 164px;
    margin-bottom: 126px;
}

.text-section-header {
    text-align: center;
    margin-bottom: 16px;
}

.text-section__content p {
    font-size: 18px;
    line-height: 29px;
    max-width: 888px;
    margin: 0 auto 29px;
}

.text-section__content p:last-child {
    margin-bottom: 0;
}

.text-section__content p span {
    font-weight: 700;
}

.rel-post a.btn.btn-primary {
    display: table;
    margin: 40px auto 0;
}

body .post-item {
}

body .post-item:hover {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(97.91deg, #E2F476 7.66%, #3EBA79 100%) border-box;
    background: #2e7ce5;
}

body .post-item > a {
    background-color: #fff;
    height: 100%;
}

.partners-section {
    margin-top: 52px;
}

.partners-section p {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    margin-bottom: 51px;
}

.partners-section .partners-logo .logo-items img {
    height: 100px;
}
footer {
    padding: 32px 0 80px;
}
.footer-logo__wrapper {
    display: flex;
    column-gap: 42px;
    justify-content: flex-start;
}

.footer-logo__col {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 6px;
    column-gap: 16px;
}

.footer-logo__col.__cool-wrapper {
    position: relative;
}

.footer-logo__col.__cool-wrapper:before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 3px;
    background-color: #636363;
    width: 1px;
    left: -22px;
}

.footer-logo__img-wrapper img {
    height: 70px;
}

.footer-logo__link {
    color: #2e7ce5;
    text-transform: lowercase;
}

.features {
    padding: 80px 0;
    overflow: hidden;
}

.features-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 180px;
}

.features-item {
    display: flex;
    column-gap: 60px;
}

.features-item.__reverse {
    flex-direction: row-reverse;
}

.features-img__wrapper {
    width: auto;
    display: flex;
    align-items: center;
}

.features-img__wrapper img {
    display: block;
    width: 100%;
}

.features-item.__reverse .features-img__wrapper img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.features-content__wrapper {
    width: 520px;
    min-width: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.features-content__wrapper h2 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 27px;
}

.features-content__wrapper h2 span.color-green {
    display: block;
}

.features-content__wrapper p {
    margin: 0 0 29px;
    font-size: 18px;
    line-height: 29px;
}

.features-content__wrapper p:last-child {
    margin: 0;
}

.features-content__suptitle {
    font-family: Axiforma-Thin, sans-serif;
    font-style: none;
    font-size: 24px;
    line-height: 72px;
}

.features-content__list {
    margin: 24px 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.features-content__item {
    font-size: 18px;
    line-height: 28px;
    position: relative;
    padding-left: 42px;
}

.features-content__item:before {
    content: '';
    position: absolute;
    display: block;
    width: 23px;
    height: 24px;
    left: 0;
    top: 50%;
    margin-top: -12px;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='24' viewBox='0 0 23 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.375 0.724609C9.1252 0.724609 6.926 1.39174 5.05539 2.64164C3.18478 3.89154 1.72682 5.66808 0.865878 7.74659C0.00492835 9.82511 -0.220332 12.1122 0.218568 14.3188C0.657478 16.5253 1.74084 18.5521 3.33167 20.1429C4.92249 21.7338 6.94932 22.8171 9.1559 23.256C11.3624 23.6949 13.6495 23.4697 15.728 22.6087C17.8065 21.7478 19.5831 20.2898 20.833 18.4192C22.0829 16.5486 22.75 14.3494 22.75 12.0996C22.7442 9.08451 21.5439 6.19463 19.412 4.06266C17.28 1.93068 14.3901 0.730389 11.375 0.724609ZM16.7891 10.109L10.3797 16.234C10.214 16.3898 9.9947 16.476 9.7672 16.4746C9.656 16.4762 9.5456 16.4557 9.4423 16.4144C9.3391 16.3732 9.245 16.3118 9.1656 16.234L5.96094 13.1715C5.87206 13.0939 5.79977 12.9992 5.74842 12.893C5.69708 12.7868 5.66774 12.6713 5.66216 12.5535C5.65659 12.4357 5.67489 12.3179 5.71598 12.2073C5.75707 12.0968 5.82009 11.9957 5.90126 11.9101C5.98243 11.8245 6.08007 11.7562 6.1883 11.7093C6.29654 11.6624 6.41314 11.6378 6.5311 11.6372C6.64906 11.6365 6.76594 11.6596 6.87471 11.7053C6.98349 11.7509 7.08191 11.8181 7.16407 11.9027L9.7672 14.3855L15.5859 8.84021C15.7561 8.69181 15.977 8.61491 16.2025 8.62551C16.4281 8.63621 16.6407 8.73361 16.7961 8.89751C16.9515 9.06131 17.0375 9.27891 17.0362 9.50461C17.0349 9.73041 16.9463 9.94701 16.7891 10.109Z' fill='black'/%3E%3C/svg%3E%0A");
}

.single .btn.btn-primary {
    border-color: #2e7ce5;
}

.color-orange {
    color: #2e7ce5;
}

.text-uppercase {
    text-transform: uppercase;
}

.partners-section .partners-logo {
    justify-content: center;
}

.partners-section .partners-logo .logo-items {
    animation: none !important;
}

.partners-section .partners-logo .partners-logo-slider {
    display: none;
}

.__header-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}

.__header-with-icon h2 {
    margin-bottom: 0;
}

.map-section .map-content img {
    position: relative !important;
    display: block;
}

.team-section h2 span:not(.color-gradient) {
    color: #2e7ce5 !important;
    background-clip: unset;
    background: #fff;
    -webkit-text-fill-color: unset;
}

.single main .btn-primary:hover span {
    color: #2e7ce5;
}

.error404 .btn.btn-primary {
    margin: 0 auto;
}

.franchising__wrapper {
    display: flex;
    column-gap: 80px;
}

.franchising__col {
    width: 100%;
}
.franchising__col.__col-image {
    margin-top: 58px;
}

.franchising-img {
    display: none;
    text-align: center;
}

.franchising-img.__active {
    display: block;
}

.franchising-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.franchising-item {
    border-radius: 20px;
    margin-bottom: 14px;
    padding: 3px;
    position: relative;
    background-clip: padding-box; /* !importanté */
}
.franchising-item__wrapper {
    padding: 18px 32px 20px 40px;
    position: relative;
    z-index: 3;
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}
.franchising-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #DFDFDF;
    z-index: 1;
    border-radius: 20px;
}
.franchising-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(97.91deg, #44BDB6 7.66%, #235AFF 100%);
    opacity: 0;
    z-index: 2;
    border-radius: 19px;
    transition: opacity;
}
.franchising-item:hover:after,
.__active.franchising-item:after {
    opacity: 1;
}
.franchising-item__content p {
    font-size: 18px;
    line-height: 24px;
}
.franchising-item:last-child {
    margin-bottom: 0;
}
.franchising-item__header {
    display: flex;
    align-items: center;
    column-gap: 24px;
}

.franchising-item__header img {
    width: auto;
    height: 60px;
}

.franchising-item__header h3 {
    margin: 0;
}

.franchising-item__state {
    width: 20px;
    height: 20px;
    margin-left: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='9.07947' width='2' height='20' fill='black'/%3E%3Crect x='20.0795' y='9' width='2' height='20' transform='rotate(90 20.0795 9)' fill='black'/%3E%3C/svg%3E%0A");
}
.__active .franchising-item__state {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='2' viewBox='0 0 21 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='20.3617' width='2' height='20' transform='rotate(90 20.3617 0)' fill='black'/%3E%3C/svg%3E%0A");
}

.franchising-item__content {
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height .5s, margin .3s;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    letter-spacing: 0.4px;
    margin-top: 0;

}
.__active .franchising-item__content {
    max-height: 240px;
    margin-top: 23px;
}
.franchising {
    margin-top: 120px;
}
.franchising h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 22px;

}
.franchising-desc .color-orange {
    font-weight: 700;
}
.franchising-list {
    margin-top: 27px;
}
select.hs-input {
    padding: 16px !important;
}
.single .post-content-area a {
    color: #2e7ce5;
}


.solution__icon-ai {
    display: block;
    margin: 0 auto 12px;
}

/**/
.solution__list {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 16px;
    row-gap: 24px;
}
.solution__list {
    margin: 34px 0 0;
}
.solution__list .swiper-wrapper {
    column-gap: 0;
}
.solution__item {
    min-width: 225px;
}

.solutions .swiper-navigation {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 15px;
    margin-top:  24px;
}
.solutions .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,
.solutions .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: unset;
}
.solutions .swiper-button-prev,
.solutions .swiper-button-next {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
    width: 50px;
    height: 50px;
    display: flex;
    border-radius: 50%;
    font-size: 20px;
    line-height: 32px;
    background-color: #DFDFDF;
    color: #000000;
    margin-top: 0;
    transition: background-color .3s;
}
.solutions .swiper-button-prev:hover,
.solutions .swiper-button-next:hover {
    background-color: #C4C4C4;
}
.solution__list {
    position: relative;
    row-gap: 10px;
}
.solution__list:before,
.solution__list:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90px;
    background: linear-gradient(270deg, #FFFFFF 7.5%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.solution__list:before {
    right: auto;
    left: 0;
    transform: rotate(180deg);
    background: linear-gradient(270deg, #FFFFFF 7.5%, rgba(255, 255, 255, 0) 100%);
}

.page-id-164 .hero-section .hero-images-part-1 {
    position: absolute;
    top: 78px;
    left: -10px;
    width: 89px;
}
/**/
@media (min-width: 1200px) {
    .header-navbar ul {
        margin: 0;
    }

    .footer-navbar ul li:not(:last-of-type) {
        margin-right: 0 !important;
    }

    body .hero-section .hero-content {
        padding-top: 164px;
    }

    .hero-section video {
        height: calc(100% - 86px) !important;
    }

    .partners-section .container .partners-logo .logo-items {
        animations: unset
    }
}

@media (max-width: 1199px) {
    .solution__item {
        height: 180px;
        width: 180px;
    }

    .toolkit .toolkit-list {
        column-gap: 48px;
    }

    .features-wrapper {
        row-gap: 120px;
    }

    .features-item {
        column-gap: 24px;
    }

    .features-img__wrapper,
    .features-content__wrapper {
        width: calc(50% - 12px);
        min-width: calc(50% - 12px);
    }

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

    .features-item .features-img__wrapper img {
        height: auto;
        object-fit: cover;
        object-position: center;
    }

    .features-content__wrapper h2 {
        margin-bottom: 16px;
    }
}

@media (max-width: 992px) {

    .partners-section .partners-logo .logo-items {
        animation: 13s slides infinite linear !important;
    }

    .partners-section .partners-logo .partners-logo-slider {
        display: flex;
    }



    .toolkit .toolkit-list {
        column-gap: 24px;
    }

    .hero-content__is-desc h1 {
        margin-bottom: 0;
    }

    .hero-content__is-desc .hero-content__desc {
        margin-bottom: 42px;
    }

    .hero-content .hero-content__desc {
        max-width: 100%;
        text-align: center;
    }

    .franchising-img {
        margin-top: 30px;
    }

}

@media (max-width: 768px) {

    .desktop-show {
        display: none;
    }
    .mobile-show {
        display: block;
    }
    .hero-content .hero-content__desc {
        font-size: 16px;
        line-height: 26px;
        margin-top: 4px;
    }

    .solutions {
        margin-bottom: 97px;
    }

    .solutions h2 {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: 0;
    }

    .solution__header p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 40px;
    }

    .solution__list {
        flex-direction: column;
        margin: 34px 0 0;
        row-gap: 21px;
    }

    .solution__item {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        padding: 3px;
        row-gap: 0;
    }

    .solution__item h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .solution__item img,
    .solution__item-img-wrapper {
        height: 90px;
        width: 90px;
    }
    .solution__item img {
        margin-left: -45px;
    }


    .solution__item p {
        max-height: 0;
        overflow: hidden;
        transition: max-height .5s, margin-top .1s;
        margin: 0;
        font-size: 14px;
        line-height: 21px;
        color: #636363;

    }
    .solution__item-content-wrapper {
        padding: 16px;
        align-items: center;
    }

    .solution__item.__active p {
        margin-top: 10px;
        max-height: 500px;
    }

    .toolkit {
        height: auto;
    }

    .toolkit .toolkit__wrapper {
        padding: 80px 0 120px;
    }

    .toolkit .toolkit-header h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .toolkit .toolkit-header h2 .color-green-gradient {
        line-height: 52px;
    }

    .toolkit .toolkit-list {
        flex-direction: column;
        padding-bottom: 82px;
        margin-top: 55px;
        row-gap: 50px;
    }

    .toolkit-item h3 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0;
    }

    .toolkit-item h3 br {
        display: none;
    }

    .toolkit-item p {
        font-size: 14px;
        line-height: 21px;
        max-width: 100% !important;
    }

    .what {
        height: auto;
        min-height: 500px;
        margin-bottom: 10px;
    }

    .what__wrapper {
        min-height: 500px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .what__wrapper h2 {
        font-size: 36px;
        line-height: 44px;
        font-weight: 700;
        margin-bottom: 12px;
    }

    .what__wrapper p {
        font-size: 16px;
        line-height: 24px;
        margin: 0 25px 24px;
    }

    .what__wrapper p:last-child {
        margin-bottom: 0;
    }

    .what-btn__wrapper {
        margin-top: 50px;
    }

    .text-section {
        margin-top: 150px;
        margin-bottom: 0;
    }

    .text-section__content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .map-section {
        display: block !important;
        padding: 0 0 42px;
    }

    .map-section .map-content img {
        position: relative !important;
        display: block;
    }

    .features-item.__reverse,
    .features-item {
        flex-direction: column;
    }

    .features-img__wrapper, .features-content__wrapper {
        width: 100%;
        min-width: 100%;
    }

    .features-item .features-img__wrapper img, .features-item.__reverse .features-img__wrapper img {
        transform: scale(1);
    }

    .features-content__wrapper h2,
    .features-content__wrapper h2 span.color-green {
        font-size: 36px;
        line-height: 44px;
    }

    .features-content__wrapper h2 {
        margin-bottom: 9px;
    }

    .features-content__wrapper p {
        font-size: 16px;
        line-height: 26px;
    }

    .features-item .features-img__wrapper img, .features-item.__reverse .features-img__wrapper img {
        max-width: 500px;
        margin: 0 auto;
    }

    .partners-section p {
        margin-bottom: 40px;
    }

    .footer-logo__wrapper {
        justify-content: center;
    }

    .partners-logo-slider {
        display: block;
    }

    .solutions .swiper-wrapper {
        position: relative;
        padding-bottom: 10px;
    }

    .solutions .swiper-pagination {
        bottom: 0;
        left: 50%;
        margin-left: -50%;
    }

    .features-img__wrapper {
        margin-bottom: 24px;
    }
    .hero-section {
        height: auto;
    }
    .hero-content h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .hero-content h1 span {
        font-size: 42px !important;
        line-height: 1.2;
    }
    .footer-logo__img-wrapper img {
        height: 56px;
    }
    .footer-logo__col {
        flex-direction: column;
    }

	.features-content__suptitle {
		font-size: 18px;
        line-height: 29px;
        font-weight: 600;
	}
	.page-id-164 .hero-section .hero-images-part-1 {
		position: absolute;
		top: 74px;
		left: -3px;
		width: 69px;
	}
	.page-id-120 .hero-section .hero-images-part-1 {
		top: 76px;
		left: 0;
		width: 168px;	
	}
	.hero-section .hero-images-part-1 {
		left: 0;
	}
    .text-section-header.__header-with-icon {
        flex-direction: column;
    }
    .text-section-header.__header-with-icon img {
        height: 56px;
        margin-bottom: 30px;
    }
	section#form-section {
		padding-top: 70px;
	}
}
@media (max-width: 400px) {
    .page-id-164 .hero-section .hero-images-part-1 {
        width: 60px;
    }
}

.post-header {
    padding-top: 32px;
    padding-bottom: 24px;
}

.post-header h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin: 32px 0 16px;
    color: #000000;
}

.post-thumb img {
    width: 100%;
    height: auto;
}

.post-date-tags {
    font-size: 20px;
    display: flex;
    gap: 32px;
}

.post-tags {
    font-weight: 700;
    color: #E55E79;
}

.post-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.post-nav .social-links {
    margin: 0;
}

.post-content {
    padding-top: 36px;
    padding-bottom: 36px;
    font-size: 16px;
    line-height: 1.5;
}

.post-content p {
    margin: 0 0 16px;
}

.post-content-area {
    max-width: 860px;
    margin: 0 auto;
}

.post-divider {
    width: 100%;
}

.rel-post .btn.btn-primary {
    border-color: #2e7ce5;
}

@media screen and (max-width: 991px) {
    .post-divider {
        display: none;
    }
}

.post-author {
    margin: 36px 0;
}

.post-author-header {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.post-author-desc {
	margin-left: 83px;
}

.post-author-header img {
    border-radius: 100%;
}

.post-author-name {
    font-weight: 700;
}

@media screen and (min-width: 1200px) {
    .post-header {
        padding-top: 80px;
        padding-bottom: 48px;
    }

    .post-header h1 {
        font-size: 42px;
        margin: 40px 0 16px;
    }

    .post-content {
        padding-top: 64px;
        padding-bottom: 64px;
        font-size: 20px;
    }

    .post-content p {
        margin: 0 0 20px;
    }

    .post-author {
        margin: 64px 0;
    }

    .post-author-header {
        gap: 24px;
    }
}

.rel-post {
    margin: 64px 0 0;
}

.rel-post h3 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}

.rel-post a.btn-back {
    display: table;
    margin: 40px auto 0;
}

@media screen and (min-width: 1200px) {
    .rel-post h3 {
        font-size: 42px;
    }
}

.post-author-img {
    padding: 8px;
    border-radius: 100%;
}

.post-content-area a {
    color: #E55E79;
}

.post-content-area h2 {
    font-size: 28px;
    line-height: 1.4;
    margin: 32px 0 16px;
}

.post-content-area h3 {
    font-size: 24px;
    line-height: 1.4;
    margin: 24px 0 16px;
}

.table-of-contents {
    margin-bottom: 64px;
}

.table-of-contents ol {
    padding-left: 20px;
}

.table-of-contents ol li a {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.table-of-contents ol li a:hover {
    color: #E55E79;
}