/* NEW HOME PAGE */

/* General */
.data-description p:last-child {
    margin-bottom: 0;
}

/* Colored Titles */
.section-title {
    color: #4B4B4B;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.8px;
}

.color-title .last-word {
    color: #C82A1D;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.8px;
}

@media (min-width: 768px) {
    .color-title .last-word {
        background: linear-gradient(141deg, #C82A1D 40.96%, #EA9580 87.88%, #E88199 146.4%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: unset;
    }
}

@media only screen and (max-width: 1199px) {
    .section-title {
        font-size: 46px;
    }
}

@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.96px;
        text-align: left;
        margin-bottom: 32px;
    }
}









/* Tools section */
.wcl-tools-section {
    padding: 127px 0;
    border-radius: 50px;
    background: #FBFBFB;
}

.wcl-tools-section .data-title {
    margin-bottom: 0px 0px 63px;
}

.wcl-tool-items-wrapper {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
}

.wcl-tool-items-wrapper-slider {
    display: none;
}
.wcl-tool-items-wrapper .swiper-slide {
    height: auto;
}
.wcl-tool-items-wrapper .wcl-tool-item {
    width: 100%;
    max-width: calc(33.333% - 10px);
    padding: 75px 50px 40px 25px;
    position: relative;
    border-radius: 21.161px;
    border: 1.323px solid;
    display: flex;
    flex-direction: column;
}

.wcl-tool-items-wrapper .wcl-tool-item .data-icon {
    width: 93px;
    height: 93px;
    border-radius: 50%;
    margin-bottom: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcl-tool-items-wrapper .wcl-tool-item .data-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px 0px 28px;
    text-align: left;
    max-width: 290px;
    width: 100%;
}

.wcl-tool-items-wrapper .wcl-tool-item .data-description {
    color: #4B4B4B;
    font-size: 18.515px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 32.402px */
}

.wcl-tool-items-wrapper .wcl-tool-item .data-link {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 63.482px;
    height: 63.482px;
    background-color: #F2F1F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1200px) {
    .wcl-tool-items-wrapper .wcl-tool-item {
        max-width: calc(50% - 10px);
    }
    .wcl-tools-section {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .wcl-tools-section {
        padding: 70px 0 40px;
    }
    .wcl-tool-items-wrapper:not(.wcl-tool-items-wrapper-slider) {
        display: none;
    }

    .wcl-tool-items-wrapper-slider {
        display: block;
    }

    .wcl-tool-items-wrapper .wcl-tool-item {
        height: 100%;
        max-width: unset;
        padding: 35px 48px 48px 28px;
    }

    .wcl-tool-items-wrapper .wcl-tool-item .data-icon {
        width: 92px;
        height: 92px;
        margin-bottom: 26px;
    }

    .wcl-tool-items-wrapper .wcl-tool-item .data-link {
        width: 48px;
        height: 48px;
    }

    .wcl-tool-items-wrapper .wcl-tool-item .data-title {
        font-size: 25px;
    }

    .wcl-tool-items-wrapper .wcl-tool-item .data-description {
        font-size: 14px;
    }

    .wcl-tools-section .swiper-pagination {
        position: static;
        margin-top: 60px;
    }
    .wcl-tools-section .section-title {
        margin-left: 10px;
    }
}











/* Ensure Section */
.wcl-ensure-section {
    padding-top: 150px;
    padding-bottom: 140px;
}

.wcl-ensure-section .section-title {
    margin-bottom: 78px;
}

.wcl-cards-items-wrapper {
    display: flex;
}

.wcl-cards-items-wrapper .wcl-card-item {
    position: relative;
    padding: 127px 75px 75px 150px;
    max-width: 525px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 23.119px;
}

.wcl-cards-items-wrapper .wcl-card-item:nth-child(1) {
    z-index: 3;
    transform: translateX(110px) translateY(-30px);
    padding-right: 98px;
    padding-left: 122px;
    max-width: 500px;
}

.wcl-cards-items-wrapper .wcl-card-item:nth-child(2) {
    z-index: 2;
    transform: translateY(0);
    padding-right: 73px;
    padding-left: 175px;
    max-width: 527px;
}

.wcl-cards-items-wrapper .wcl-card-item:nth-child(3) {
    z-index: 1;
    transform: translateX(-163px) translateY(30px);
    padding-right: 50px;
    padding-left: 220px;
    max-width: 550px;
}

.wcl-cards-items-wrapper .wcl-card-item .data-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 23px;
    right: 23px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 75px;
    height: 75px;
}

.wcl-cards-items-wrapper .wcl-card-item .data-title {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
    max-width: 200px;
    width: 100%;
    text-align: left;
    margin-bottom: 37px;
}

.wcl-cards-items-wrapper .wcl-card-item .data-description {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.152px;
    /* 167.512% */
}

.wcl-cards-items-slider {
    display: none;
}
.wcl-cards-items-slider.wcl-big-dots-slider .swiper-pagination.swiper-pagination-bullets {
    bottom: -80px;
}
@media only screen and (min-width: 991px) {
    .wcl-ensure-section .container {
        max-width: 91.25rem;
    }
}

@media only screen and (min-width: 1600px) {
    .wcl-ensure-section .container {
        max-width: 98.5rem;
    }
}
@media only screen and (max-width: 1400px) {
    .wcl-cards-items-wrapper .wcl-card-item:nth-child(1) {
        padding-right: 69px;
        padding-left: 65px;
        transform: translateX(35px) translateY(-40px);
    }
    .wcl-cards-items-wrapper .wcl-card-item:nth-child(2) {
        padding-right: 58px;
        padding-left: 135px;
    }
    .wcl-cards-items-wrapper .wcl-card-item:nth-child(3) {
        padding-right: 45px;
        padding-left: 160px;
    }
}
@media only screen and (max-width: 1199px) {
    .wcl-cards-items-wrapper .wcl-card-item:nth-child(1) {
        transform: translateX(35px) translateY(-40px);
        padding-right: 50px;
        padding-left: 61px;
    }
    .wcl-cards-items-wrapper .wcl-card-item:nth-child(2) {
        transform: translateY(0);
        padding-right: 48px;
        padding-left: 100px;
    }
    .wcl-cards-items-wrapper .wcl-card-item:nth-child(3) {
        transform: translateX(-65px) translateY(30px);
        padding-right: 61px;
        padding-left: 107px;
    }
    .wcl-ensure-section .section-title {
        margin-bottom: 110px;
    }
}
@media only screen and (max-width: 991px) {
    .wcl-ensure-section {
        padding-bottom: 100px;
    }
    .wcl-cards-items-wrapper {
        display: none;
    }
    .wcl-cards-items-slider {
        display: block;
        margin-left: -125px;
    }
    .wcl-cards-items-slider .wcl-card-item {
        padding: 97px 44px 69px 69px;
        position: relative;
        border-radius: 16px;
        height: auto;
        width: 345px;
    }
    .wcl-cards-items-slider .wcl-card-item .data-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 23px;
        right: 23px;
        border: 1px solid #fff;
        border-radius: 50%;
        width: 62px;
        height: 62px;
    }
    .wcl-cards-items-slider .wcl-card-item .data-title {
        color: #FFF;
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1px;
        margin-bottom: 33px;
    }
    .wcl-cards-items-slider .wcl-card-item .data-description {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px; /* 178.571% */
    }
    .wcl-ensure-section .section-title {
        margin-bottom: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .wcl-ensure-section .section-title {
        margin-bottom: 28px;
        max-width: 150px;
        margin-left: 10px;
    }
    .wcl-ensure-section {
        top: 50px;
    }
}













/* Why Coose Section */
.wcl-why-shoose-section {
    margin-top: 119px;
}

.wcl-why-shoose-section .section-title {
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
}

.wcl-book-items-slider {
    position: relative;
    margin-left: -20px;
}

.wcl-book-items-slider .wcl-book-item {
    position: relative;
    border-radius: 16px;
    background: #FFF;
    backdrop-filter: blur(11px);
    padding: 92px 85px 67px 84px;
    max-width: 640px;
    width: 100%;
    box-shadow: 20px 0px 50px 14px rgb(0 0 0 / 0.07);
    height: auto;
}

.wcl-book-items-slider .wcl-book-item .data-icon {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 30px;
    right: 28px;
    background-color: #F6F6F6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcl-book-items-slider .wcl-book-item .data-title {
    color: #4B4B4B;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 31px;
}

.wcl-book-items-slider .wcl-book-item .data-description {
    color: #4B4B4B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
}
@media only screen and (min-width: 576px) {
    .wcl-why-shoose-section .container {
        max-width: 960px;
    }
}
@media only screen and (min-width: 1199px) {
    .wcl-why-shoose-section .container {
        max-width: 81.25rem;
    }
}

@media only screen and (max-width: 1199px) {
    .wcl-book-items-slider .wcl-book-item {
        padding: 100px 55px 55px 55px;
    }

    .wcl-book-items-slider .wcl-book-item .data-icon {
        top: 20px;
        right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .wcl-why-shoose-section .section-title {
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.96px;
        margin-left: 19px;
        margin-bottom: 36px;
        max-width: 190px;
        width: 100%;
        margin-left: 0;
        text-align: left;
    }

    .wcl-why-shoose-section {
        margin-top: 60px;
        padding-bottom: 100px;
    }
    .wcl-book-items-slider .wcl-book-item .data-title {
        font-size: 25px;
    }
    .wcl-book-items-slider .wcl-book-item .data-description {
        font-size: 14px;
    }
    .wcl-why-shoose-section .wcl-big-dots-slider .swiper-pagination.swiper-pagination-bullets {
        bottom: -70px;
    }
}

































/* News Section */
.wcl-news-section {
    position: relative;
    padding-top: 113px;
    padding-bottom: 150px;
}

.wcl-news-section .section-title {
    margin-bottom: 2.6rem;
    font-weight: 600;
}

.wcl-news-section .wcl-back-shadow {
    position: absolute;
    width: 683.92px;
    height: 537.664px;
    border-radius: 683.92px;
    background: #E8E8E8;
    filter: blur(139.2911834716797px);
    bottom: 0;
    left: 50%;
    transform: translateX(-100%);
}

.wcl-news-section .wcl-back-shadow-1 {}

.wcl-news-section .wcl-back-shadow-2 {
    transform: translateX(-50%);
}

.wcl-news-section .wcl-back-shadow-3 {
    bottom: 64px;
    transform: translateX(50%);
}
.wcl-news-section .swiper-slide {
    height: auto;
}

/* News Item */
.wcl-news-item {
    display: flex;
    flex-direction: column;
    padding: 36px 36px 46px 46px;
    border-radius: 22.287px;
    border: 1.393px solid hsl(0, 0%, 100%);
    background: #FFF;
    height: 100%;
}

.wcl-news-item .data-image {
    display: flex;
    max-width: 100%;
    height: 148px;
    border-radius: 70px;
    margin-bottom: 44px;
    overflow: hidden;
    flex: 0 0 auto;
}

.wcl-news-item .data-image img {
    object-fit: cover;
    width: 100%;
}

.wcl-news-item .data-title {
    display: flex;
    flex: 1 1 auto;
    margin-bottom: 20px;
    max-width: 353px;
    width: 100%;
}

.wcl-news-item .data-title {
    color: #4B4B4B;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.9px;
}


.blog-posts .post .data-actions {
    margin: 1.5rem 0 1.75rem;
}

.blog-posts .post .data-column {
    display: flex;
}

.wcl-news-item .data-column.data-actions {
    flex: 0 0 auto;
    margin-bottom: 20px;
    justify-content: space-between;
}

.wcl-news-item .data-column.data-actions .wcl-buttons-wrapper {
    display: flex;
    column-gap: 3px;
    align-items: center;
}

.wcl-news-item .post__link {
    color: #c82a1d;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    /* 31.5px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.wcl-news-item .data-button {
    background-color: transparent;
    border: none;
}

.wcl-news-item .data-save-button svg {
    max-height: 20px;
    pointer-events: none;
}

.wcl-news-item .data-save-button--active svg {
    fill: #4B4B4B;
}

.wcl-news-item .data-socials-button {
    position: relative;
}

.wcl-news-item .data-socials-wrap {
    display: none;
    column-gap: 1.5rem;
    position: absolute;
    top: -34px;
    right: -16px;
    padding: 0 0.75rem;
    background-color: #fff;
    border-radius: 0.75rem;
    border: 1px solid #FF0000;
}

.wcl-news-item .data-socials-button:hover .data-socials-wrap {
    display: flex;
}

.wcl-news-item .data-column {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.wcl-news-item .data-info {
    color: #4B4B4B;
    text-align: right;
    font-size: 13.261px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 23.207px */
}

.wcl-news-item .data-date {
    text-align: left;
    font-size: 1.125rem;
}

.wcl-news-item .data-date::after {
    content: ' • ';
    padding: 0 0.5rem 0 0.25rem;
    color: #4B4B4B;
}

.wcl-news-item .data-category {
    display: flex;
    align-items: center;
    margin-left: 9px;
    padding: 1px 13px;
    background-color: #D9D9D9;
    border-radius: 100px;
    white-space: nowrap;
    color: #4B4B4B;
    font-size: 13.261px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 23.207px */
}


/* Responsive */
@media only screen and (max-width: 1200px) {
    .wcl-news-item .data-image {
        margin-bottom: 25px;
    }

    .wcl-news-item .data-title a {
        font-size: 26px;
    }
}

@media only screen and (max-width: 1023px) {
    .wcl-news-item .data-image {
        max-width: unset;
    }
}

@media only screen and (max-width: 767px) {
    .wcl-news-item {
        padding: 45px 44px 40px 44px;
    }

    .wcl-news-item .data-image {
        height: 106px;
    }

    .wcl-news-item .data-title a {
        font-size: 24px;
    }

    .wcl-news-section {
        padding-bottom: 100px;
        padding-top: 40px;
    }
    .wcl-big-dots-slider.wcl-news-slider .swiper-pagination.swiper-pagination-bullets {
        bottom: 20px;
    }
    .wcl-news-section .section-title {
        margin-left: 10px;
    }
}




















/* Services Section */
.wcl-services-section {
    margin-top: 100px;
    margin-bottom: 100px;
}

.wcl-services-section .wcl-data-line {
    display: none;
}

.wcl-services-section .section-title {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.wcl-services-section .section-description {
    color: #4B4B4B;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    max-width: 775px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wcl-services-section .wcl-content-wrapper {
    margin-bottom: 76px;
}

.wcl-services-items-wrapper {
    max-width: 1868px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wcl-services-items-wrapper .wcl-container {
    max-width: 1137px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.wcl-services-items-wrapper .wcl-services-item {
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    padding-top: 90px;
    padding-bottom: 182px;
    margin-bottom: 17px;
}

.wcl-services-items-wrapper .wcl-services-item:last-child {
    margin-bottom: 0;
}

.wcl-services-item .wcl-service-image {
    position: absolute;
    top: 0;
    right: 0;
}

.wcl-services-item .wcl-service-image.wcl-mobile {
    display: none;
}

.wcl-services-item .wcl-service-title {
    margin-bottom: 55px;
    font-size: 58px;
    font-weight: 500;
}

.wcl-services-item .wcl-service-rating {
    background-color: #fff;
    border-radius: 698.86px;
    color: #007A53;
    display: inline-flex;
    align-items: center;
    margin-bottom: 23px;
}

.wcl-services-item .wcl-service-rating .data-average-rating {
    border-radius: 698.86px;
    background-color: #E1F4EE;
    display: flex;
    justify-content: center;
    padding: 12px 20px 7px 28px;
}

.wcl-services-item .wcl-service-rating .data-total-rates {
    text-align: center;
    font-size: 17.472px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    /* 30.575px */
    padding: 12px 25px 6px 12px;
}

.wcl-product-items-wrapper {
    margin-bottom: 88px;
}

.wcl-product-items-wrapper .wcl-product-item {
    margin-bottom: 76px;
    position: relative;
}

.wcl-product-item .wcl-product-background-gradient {
    position: absolute;
    left: 50%;
    bottom: -82px;
    width: 830.179px;
    height: 934.819px;
    transform: translateX(-50%) rotate(74.05deg);
    border-radius: 934.819px;
    background: linear-gradient(180deg, #E46969 63.5%, #F4C9DD 82%, #EED9FB 100%);
    filter: blur(100px);
    z-index: 0;
}

.wcl-product-item .wcl-advantages-group {
    position: relative;
    max-width: 1057px;
    width: 100%;
    display: flex;
    margin-bottom: 7px;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
    z-index: 1;
}

.wcl-product-item .wcl-advantages-group .wcl-col-1,
.wcl-product-item .wcl-advantages-group .wcl-col-2 {
    max-width: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wcl-product-item .wcl-advantages-group .wcl-col-1 {
    padding: 64px 0px 54px 50px;
}

.advantages-list {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
}

.advantages-list-item {
    display: flex;
    align-items: center;
    color: #4B4B4B;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19px;
    /* 105.556% */
}

.advantages-list-item svg {
    width: 19px;
    height: 19px;
    margin-right: 15px;
    flex: 0 0 auto;
}

.wcl-product-item .wcl-advantages-group .wcl-col-2 {
    position: relative;
}

.wcl-product-item .wcl-advantages-group .wcl-col-2 .wcl-button {
    position: relative;
    z-index: 4;
    padding: 25px 59px;
    border-radius: 8px;
    background: #C82A1D;
    height: auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
}

.wcl-product-item .wcl-advantages-group .wcl-col-2 .wcl-side-gradient {
    position: absolute;
    left: 390px;
    bottom: -368px;
    transform: rotate(74.75deg);
    width: 469.007px;
    height: 593.664px;
    border-radius: 593.664px;
    background: linear-gradient(180deg, #E46969 63.5%, #F4C9DD 82%, #EED9FB 100%);
    filter: blur(100px);
    transition: all 0.5s ease-in-out;
}

.wcl-circles-background-gradient .data-gradient-3 {
    position: absolute;
    top: -333px;
    left: 269px;
    width: 626.043px;
    height: 661.817px;
    border-radius: 661.817px;
    opacity: 0.2;
    background: #ECB7B7;
    mix-blend-mode: plus-darker;
}

.wcl-circles-background-gradient .data-gradient-2 {
    position: absolute;
    top: -472px;
    left: 133px;
    width: 891.288px;
    height: 943.96px;
    border-radius: 943.96px;
    opacity: 0.2;
    background: linear-gradient(180deg, #DC9494 0%, #FBEEEE 100%);
    mix-blend-mode: plus-darker;
}

.wcl-circles-background-gradient .data-gradient-1 {
    position: absolute;
    top: -604px;
    left: 0;
    width: 1145px;
    height: 1210.428px;
    border-radius: 1210.428px;
    opacity: 0.2;
    background: linear-gradient(180deg, #DDB5B5 0%, #FFF 100%);
    mix-blend-mode: plus-darker;
}

.wcl-product-reasons-slider .swiper-wrapper .swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

.wcl-product-reasons-slider.wcl-big-dots-slider .swiper-pagination.swiper-pagination-bullets {
    bottom: -50px;
}

.wcl-product-reason-item {
    border-radius: 16px;
    background: #FFF;
    padding: 68px 47px 58px 50px;
    max-width: 59%;
    width: 100%;
}

.wcl-product-reason-item .data-title {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 23px;
}

.wcl-product-reason-item .data-description {
    color: #4B4B4B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
}

.wcl-article-slider {
    position: relative;
}

.wcl-article-slider .swiper-wrapper .swiper-slide {
    height: auto;
}

.wcl-article-slider.wcl-big-dots-slider .swiper-pagination.swiper-pagination-bullets {
    bottom: -105px;
}


.wcl-article-item {
    padding: 29px 19px 18px 35px;
}

.wcl-article-item .wcl-content-wrapper {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    flex: 1 1 auto;
}

.wcl-article-item .data-image {
    max-width: 100%;
    height: 115px;
    margin-bottom: 32px;
    background-repeat: no-repeat;
}

.wcl-article-item .data-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #050708;
}

.wcl-article-item .data-title {
    max-width: 223px;
    width: 100%;
    margin-bottom: 7px;
    line-height:normal;
}

.wcl-article-item .data-article-link-wrapper {
    display: flex;
    justify-content: flex-end;
}

.wcl-article-item .data-column.data-info {
    margin-bottom: 15px;
}

.wcl-article-item .data-column.data-info .data-date {
    color: #4B4B4B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
}

.wcl-article-item .data-date::after {
    display: none;
}

.wcl-article-item .data-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 17px 16px 13px 15px;
    width: 60px;
    height: 60px;
    background-color: #DDD;
    border-radius: 50%;
    margin-left: auto;
}
.wcl-product-reason-item .data-description-wrapper .wcl-open-description {
    display: none;
}

/* Responsive */
@media only screen and (max-width: 1199px) {
    .wcl-services-item .wcl-service-image.wcl-desktop {
        display: none;
    }

    .wcl-services-item .wcl-service-image.wcl-mobile {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .wcl-product-item .wcl-advantages-group {
        flex-direction: column;
        align-items: center;
        background: transparent;
        row-gap: 18px;
        margin-bottom: 50px;
    }

    .wcl-circles-background-gradient {
        display: none;
    }

    .wcl-product-item .wcl-advantages-group .wcl-col-2 .wcl-side-gradient {
        display: none;
    }

    .wcl-product-item .wcl-advantages-group .wcl-col-1 {
        padding: 39px;
        background: #fff;
        border-radius: 16px;
    }

    .advantages-list {
        row-gap: 18px;
    }

    .advantages-list-item {
        font-size: 15px;
    }

    .wcl-product-item .wcl-advantages-group .wcl-col-1, .wcl-product-item .wcl-advantages-group .wcl-col-2 {
        max-width: 600px;
    }

    .wcl-product-item .wcl-product-background-gradient {
        width: 397.065px;
        height: 527px;
        transform: translateX(-50%) rotate(74.05deg);
        border-radius: 526.872px;
        background: linear-gradient(180deg, #E46969 63.5%, #F4C9DD 82%, #EED9FB 100%);
        filter: blur(100px);
    }

    .wcl-product-reason-item .data-title {
        font-size: 28px;
    }

    .wcl-product-reason-item .data-description {
        font-size: 16px;
    }

    .wcl-product-reason-item {
        padding: 60px 40px 57px 40px;
    }

    .wcl-services-item .wcl-service-title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {

    .wcl-services-section {
        margin-bottom: 60px;
        margin-top: 45px; 
    }

    .wcl-services-section .section-title {
        max-width: 300px;
        margin-bottom: 20px;
        text-align: left;
        margin-left: 0;
    }

    .wcl-services-section .wcl-content-wrapper {
        margin-bottom: 28px;
        position: relative;
    }

    .wcl-services-section .section-description {
        text-align: left;
    }

    .wcl-services-items-wrapper .wcl-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .wcl-product-reason-item {
        padding: 60px 24px 24px;
        max-width: 100%;
    }

    .wcl-product-reason-item .data-title {
        font-size: 25px;
        margin-bottom: 28px;
        flex: 1 1 auto;
    }

    .wcl-product-reasons-slider {
        position: relative;
    }
    .wcl-product-reason-item .data-description {
        font-size: 15px;
        height: 208px;
        overflow: hidden;
        transition: height 0.25s ease-in-out;
        margin-bottom: 5px;
    }
    .wcl-product-reason-item .data-description-wrapper.active {
        height: auto;
    }
    .wcl-product-reason-item .data-description-wrapper .wcl-open-description {
        width: 48px;
        height: 48px;
        background-color: #5A4BC4;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        transition: all .25s ease-in-out;
    }
    .wcl-product-reason-item .data-description-wrapper.active .wcl-open-description {
        transform: rotate(180deg);
    }
    .wcl-product-reason-item .data-description-wrapper::before {
        position: absolute;
        content: '';
        height: 240px;
        width: 100%;
        border-radius: 60px;
        border: 1px solid #FFF;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 71%);
        bottom: 0;
        left: 0;
        right: 0;
    }
    .wcl-product-reason-item .data-description-wrapper.active::before {
        display: none;
    }

    .wcl-services-item .wcl-service-rating {
        margin-left: 9px;
    }

    .wcl-services-item .wcl-service-rating .data-average-rating {
        padding: 8px 14px 5px 20px;
        font-size: 13px;
    }

    .wcl-services-item .wcl-service-rating .data-average-rating svg {
        max-width: 19px;
        width: 100%;
        margin-right: 4px;
    }

    .wcl-services-item .wcl-service-rating .data-total-rates {
        padding: 8px 18px 5px 9px;
        font-size: 13px;
    }
    .wcl-services-section .wcl-data-line {
        display: block;
        position: absolute;
        right: 0;
        top: -5px;
    }
}

@media only screen and (max-width: 525px) {
    .wcl-article-item .data-image {
        height: 70px;
        margin-bottom: 19px;
        margin-top: 45px;
    }

    .wcl-article-item {
        padding: 17px 20px 15px 21px;
    }

    .wcl-article-item .wcl-content-wrapper {
        padding-left: 12px;
    }

    .wcl-article-item .data-title {
        max-width: 132px;
    }

    .wcl-services-items-wrapper .wcl-services-item {
        padding-top: 50px;
        margin-bottom: 19px;
        padding-bottom: 152px;
    }

    .wcl-article-slider.wcl-big-dots-slider .swiper-pagination.swiper-pagination-bullets {
        bottom: -85px;
    }

    .wcl-article-item .data-title a {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 22px;
        display: flex;
    }

    .wcl-article-item .data-article-link-wrapper {
        margin-right: 6px;
    }

    .wcl-services-item .wcl-service-title {
        margin-bottom: 13px;
        max-width: 115px;
        margin-bottom: 13px;
        font-size: 30px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.9px;
        margin-left: 9px;
    }

}












/* Growth Section */
.wcl-growth-section {
    padding-top: 550px;
    padding-bottom: 81px;
    position: relative;
}

.wcl-growth-section .wcl-background-image {
    position: absolute;
    width: 1920px;
    height: 1546px;
    left: 50%;
    transform: translateX(-50%);
    top: -230px;
    pointer-events: none;
}

.wcl-growth-section .container {
    position: relative;
    z-index: 1;
}

.wcl-growth-section .wcl-content-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wcl-growth-section .wcl-col-2 .wcl-data-line {
    display: none;
}

.wcl-growth-section .wcl-content-wrapper .wcl-col-1,
.wcl-growth-section .wcl-content-wrapper .wcl-col-2 {
    width: 100%;
}

.wcl-growth-section .wcl-content-wrapper .wcl-col-1 {
    max-width: 516px;
}

.wcl-growth-section .wcl-content-wrapper .wcl-col-2 {
    max-width: 470px;
}

.wcl-growth-section .section-title {
    color: #050708;
    font-size: 60px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.8px;
    margin-bottom: 38px;
    text-align: left;
}

.wcl-growth-section .data-description {
    color: #4B4B4B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
}

/* Responsive */
@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {
    .wcl-growth-section {
        padding-top: 500px;
    }

    .wcl-growth-section .wcl-background-image {
        width: 1440px;
        height: 1159px;
    }
}

@media only screen and (max-width: 1199px) {
    .wcl-growth-section {
        padding-top: 340px;
        padding-bottom: 0;
    }

    .wcl-growth-section .wcl-background-image {
        width: 1440px;
        height: 1159px;
    }

    .wcl-growth-section .wcl-content-wrapper {
        column-gap: 20px;
    }

    .wcl-growth-section .section-title {
        font-size: 43px;
        margin-bottom: 20px;
    }

    .wcl-growth-section .data-description {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .wcl-growth-section .wcl-content-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 70px;
    }

    .wcl-growth-section .wcl-content-wrapper .wcl-col-2 {
        max-width: 516px;
    }
}

@media only screen and (max-width: 767px) {
    .wcl-growth-section .wcl-background-image {
        width: 767px;
        height: 1018px;
        top: -175px;
    }

    .wcl-growth-section .section-title {
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.96px;
        margin-bottom: 15px;
        max-width: 320px;
    }

    .wcl-growth-section .data-description {
        font-size: 14px;
    }

    .wcl-growth-section .data-description p {
        margin-bottom: 0;
    }

    .wcl-growth-section .wcl-content-wrapper {
        row-gap: 50px;
    }

    .wcl-growth-section .wcl-col-2 {
        position: relative;
    }

    .wcl-growth-section .wcl-col-2 .wcl-data-line {
        display: flex;
        top: -25px;
        right: 20px;
        position: absolute;
    }
}

@media only screen and (max-width: 425px) {
    .wcl-growth-section {
        padding-top: 280px;
    }

    .wcl-growth-section .wcl-background-image {
        width: 425px;
        height: 622px;
        top: -85px;
    }
    .wcl-growth-section .wcl-content-wrapper .wcl-col-2 {
        border-radius: 16px;
        background: #FAFAFA;
        margin-left: -1rem;
        margin-right: -1rem;
        width: auto;
        padding-left: 22px;
        padding-right: 20px;
        padding-top: 37px;
        padding-bottom: 69px;
    }
}

@media only screen and (max-width: 393px) {
    .wcl-growth-section {
        padding-top: 280px;
    }

    .wcl-growth-section .wcl-background-image {
        width: 393px;
        height: 522px;
        top: -85px;
    }

}









/* References Section */
.wcl-references-section {
    margin-top: 50px;
}

.wcl-references-section .section-title {
    display:block;
    color: #4B4B4B;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 120% */
    margin-bottom: 0;
    letter-spacing: normal;
    margin-bottom: 40px;
}

.wcl-references-slider:not(.swiper-initialized) {
    overflow: hidden;
}

.wcl-references-slider:not(.swiper-initialized) .swiper-slide{
    width: 172px;
    margin-right: 32px;
}

.wcl-references-slider>.swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

/* Responsive */
@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 767px) {
    .wcl-references-section .section-title {
        margin-bottom: 18px;
    }
}

@media only screen and (max-width: 500px) {}














/* Home Page Banner */
.wcl-home-banner-section {
    margin-bottom: 5rem;
    padding-top: 4rem !important;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}

.wcl-home-banner-section .section-title {
    color: #050708;
    font-size: 64px;
    line-height: 69px;
    /* 107.813% */
    letter-spacing: -1.92px;
    text-align: left;
    margin-bottom: 23px;
    font-display: swap;
    text-rendering: optimizeSpeed;
}

.wcl-home-banner-section .data-description {
    color: #4B4B4B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%;
    /* 31.5px */
    max-width: 509px;
    width: 100%;
    margin-bottom: 16px;
}

.wcl-home-banner-section .wc-content-wrapper {
    display: flex;
    margin-bottom: 42px;
}

.wcl-home-banner-section .wcl-col-1 {
    max-width: 800px;
    width: 100%;
}

.wcl-home-banner-section .wcl-trustpilot-wrapper {
    display: flex;
    column-gap: 17px;
    align-items: center;
}

.wcl-home-banner-section .wcl-mobile {
    display: none;
}

.wcl-home-banner-section .wcl-trustpilot-wrapper .wcl-like-time-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 350px;
    background: #FAFAFA;
    max-width: 311px;
    width: 100%;
}

.wcl-home-banner-section .wcl-trustpilot-wrapper .wcl-like-time-wrapper::before {
    position: absolute;
    content: '';
    width: 298.957px;
    height: 56.819px;
    border-radius: 349.658px;
    background: #C4C4C4;
    filter: blur(3.4965765476226807px);
    left: 50%;
    bottom: -8.74px;
    transform: translateX(-50%);
    z-index: -1;
}

.wcl-home-banner-section .wcl-trustpilot-wrapper .wcl-like-time-wrapper .data-plus {
    color: #C82A1D;
    text-align: center;
    font-size: 34.966px;
    font-style: normal;
    font-weight: 100;
    line-height: 175%;
    /* 61.19px */
    margin-right: 11px;
}

.wcl-home-banner-section .wcl-trustpilot-wrapper .wcl-like-time-wrapper .data-image {
    max-width: 86px;
    width: 100%;
}

.wcl-home-banner-section .wcl-trustpilot-wrapper .wcl-like-time-wrapper .data-text {
    color: #C82A1D;
    font-size: 13.112px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
}

.wcl-home-banner-section .wcl-trustpilot-wrapper .wcl-like-time-wrapper .data-text .data-minutes {
    font-size: 11.364px;
    margin-top: -7px;
    text-align: center;
}




.wcl-home-banner-section .wcl-col-2 {
    max-width: 700px;
    width: 100%;
    position: relative;
}

.wcl-home-banner-section .wcl-col-2 .wcl-background-gradient {
    position: absolute;
    bottom: 0;
    left: -200px;
    width: 1695px;
    height: 724px;
    background: linear-gradient(180deg, rgba(168, 227, 249, 0.50) 0%, rgba(224, 213, 250, 0.50) 63.5%, rgba(244, 201, 221, 0.50) 82%, rgba(238, 217, 251, 0.50) 100%);
    filter: blur(158px);
    z-index: -1;
}

.wcl-home-banner-section .wcl-icons-wrapper {
    /* position: relative; */
}

.wcl-home-banner-section .wcl-icons-wrapper .wcl-icon-item {
    position: absolute;
    max-width: 200px;
    width: 100%;
}

.wcl-home-banner-section .wcl-icons-wrapper .wcl-icon-item:nth-child(1) {
    top: 32%;
    left: 120px;
    max-width: 139px;
}

.wcl-home-banner-section .wcl-icons-wrapper .wcl-icon-item:nth-child(2) {
    top: -1px;
    right: 165px;
    max-width: 160px;
}

.wcl-home-banner-section .wcl-icons-wrapper .wcl-icon-item:nth-child(3) {
    right: 95px;
    top: 44%;
    max-width: 175px;
}



.wcl-home-banner-section .wcl-people-wrapper {
    /* position: relative; */
}

.wcl-home-banner-section .wcl-people-wrapper .wcl-people-item {
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
}

.wcl-home-banner-section .wcl-people-wrapper .wcl-people-item img {
    object-fit: cover;
}

.wcl-home-banner-section .wcl-people-wrapper .wcl-people-item:nth-child(1) {
    height: 89px;
    width: 89px;
    top: 34%;
    left: 39%;
}

.wcl-home-banner-section .wcl-people-wrapper .wcl-people-item:nth-child(2) {
    bottom: -5px;
    left: 229px;
    width: 163px;
    height: 163px;
}

.wcl-home-banner-section .wcl-people-wrapper .wcl-people-item:nth-child(3) {
    width: 112px;
    height: 112px;
    right: 42px;
    top: 78px;
}

.wcl-home-banner-section .wcl-lines-wrapper .data-line {
    position: absolute;
}

.wcl-home-banner-section .wcl-lines-wrapper .data-line-1 {
    left: 225px;
    top: 0px;
}

.wcl-home-banner-section .wcl-lines-wrapper .data-line-2 {
    left: 153px;
    bottom: 18px;
}

.wcl-home-banner-section .wcl-lines-wrapper .data-line-3 {
    right: 60px;
    bottom: 2px;
}

.wcl-home-banner-section .wcl-lines-wrapper .data-line-4 {
    right: -35px;
    top: 44px;
}

.wcl-home-banner-section .wcl-lines-wrapper .data-line-5 {
    right: -144px;
    top: 212px;
}

.wcl-home-banner-section .wcl-lines-wrapper .data-line-6 {
    right: -206px;
    bottom: -31px;
}

.wcl-home-banner-section .wcl-lines-wrapper .data-line-7 {
    right: -252px;
    bottom: -289px;
}






/* Responsive */
@media only screen and (max-width: 1599px) {
    .wcl-home-banner-section .section-title {
        font-size: 48px;
        line-height: 52px;
    }

    .wcl-product-list-wrapper .wcl-product-list-item {
        font-size: 16px;
    }

    .wcl-product-list-wrapper.wide-container .wcl-product-list-item {
        padding: 17px;
    }

    .wcl-home-banner-section .wcl-icons-wrapper .wcl-icon-item:nth-child(1) {
        top: 32%;
        left: 20px;
        max-width: 110px;
    }

    .wcl-home-banner-section .wcl-icons-wrapper .wcl-icon-item:nth-child(2) {
        top: -1px;
        right: 205px;
        max-width: 100px;
    }

    .wcl-home-banner-section .wcl-icons-wrapper .wcl-icon-item:nth-child(3) {
        right: 95px;
        top: 44%;
        max-width: 124px;
    }

    .wcl-home-banner-section .wcl-people-wrapper .wcl-people-item:nth-child(3) {
        width: 100px;
        height: 100px;
        right: 42px;
        top: 78px;
    }

    .wcl-home-banner-section .wcl-people-wrapper .wcl-people-item:nth-child(2) {
        bottom: -23px;
        left: 152px;
        width: 130px;
        height: 130px;
    }

    .wcl-home-banner-section .wcl-people-wrapper .wcl-people-item:nth-child(1) {
        height: 75px;
        width: 75px;
        top: 34%;
        left: 39%;
    }

    .wcl-home-banner-section .wcl-lines-wrapper .data-line-1 {
        left: 115px;
        top: 0px;
    }

}

@media only screen and (max-width: 1399px) {
    .wcl-home-banner-section .wcl-lines-wrapper .data-line-4 {
        right: -97px;
        top: 22px;
    }

    .wcl-home-banner-section .wcl-icons-wrapper .wcl-icon-item:nth-child(3) {
        right: 89px;
        top: 52%;
        max-width: 106px;
    }

    .wcl-home-banner-section .wcl-lines-wrapper .data-line-3 {
        right: 48px;
        bottom: 40px;
    }

}

@media only screen and (max-width: 1280px) {
    .wcl-home-banner-section .wc-content-wrapper {
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 1199px) {
    .wcl-home-banner-section .section-title {
        font-size: 44px;
    }
    .wcl-product-list-wrapper.wide-container {
        padding: 9px 8px;
    }

    .wcl-product-list-wrapper.wide-container .wcl-product-list-item {
        padding: 9px;
    }

    .wcl-product-list-wrapper .wcl-product-list-item {
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
    .wcl-home-banner-section .wcl-col-2 {
        display: none;
    }

}

@media only screen and (max-width: 767px) {

    .wcl-home-banner-section {
        background-image: none !important;
    }

    .wcl-home-banner-section .section-title {
        font-size: 33px;
        font-weight: 500;
        line-height: 41px;
        letter-spacing: -0.99px;
        margin-bottom: 11px;
        padding-left: 0;
    }

    .wcl-home-banner-section .data-description {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 175%;
        /* 24.5px */
        margin-bottom: 0;
    }

    .wcl-home-banner-section .wc-content-wrapper {
        margin-bottom: 14px;
        padding-left: 0;
    }

    .wcl-product-list-wrapper.wide-container.wcl-mobile {
        display: flex;
    }

    .wcl-product-list-wrapper.wcl-mobile {
        padding: 15px;
        border-radius: 16px;
        margin-bottom: 20px;
    }

    .wcl-product-list-wrapper.wcl-mobile .wcl-product-list-item {
        box-shadow: none;
    }

    .wcl-product-list-wrapper.wide-container .wcl-product-list-item {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 175%;
        /* 31.5px */
        padding: 16px;
        max-width: 100%;
    }

    .wcl-product-list-wrapper.wcl-mobile:before {
        border-radius: 31px;
        background: #D6D6D6;
        filter: blur(25px);
        width: 389px;
        height: 286px;
        bottom: -19px;
        left: 0;
    }

    .wcl-product-list-wrapper.wcl-overflow {
        background: transparent;
        background-color: transparent;
        border: none;
        row-gap: 11px;
        overflow-x: auto;
        justify-content: flex-start;
        margin-left: -1rem;
        margin-right: -1rem;
        border-radius: unset;
        width: auto;
        box-shadow: none;
    }

    .wcl-product-list-wrapper .wcl-product-list-item-line {
        display: flex;
        column-gap: 14px;
    }

    .wcl-product-list-wrapper.wcl-mobile.wcl-overflow::before {
        display: none;
    }

    .wcl-product-list-wrapper.wcl-overflow .wcl-product-list-item {
        width: 327px;
    }

    .wcl-home-banner-section .wcl-desktop {
        display: none;
    }

    .wcl-home-banner-section .wcl-trustpilot-wrapper.wcl-mobile {
        display: flex;
        flex-wrap: wrap;
        row-gap: 10px;
        flex-direction: column-reverse;
    }

    .wcl-platform-slider.wcl-new-platform-slider .data-border::before {
        width: 417px;
        height: 74px;
        border-radius: 417px;
        background: #CBCBCB;
        filter: blur(20px);
    }
}

@media only screen and (max-width: 576px) {
    .wcl-home-banner-section {
        margin-bottom: 77px;
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}