.landing .banner {
    background: url("../images/integrations_banner.png") center center no-repeat;
    background-size: cover;
    position: relative;
}

.landing .banner_text h1 {
    font-size: 42px;
}

.landing .banner_text .check {
    display: inline-block;
    position: relative;
    padding-left: 24px;
}

.landing .banner_text .check:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -2px;
    width: 24px;
    height: 24px;
    background: url("../images/check_icon.png") center center no-repeat;
    background-size: cover;
}

.landing .schedule_demo {
    padding: 120px 0 140px;
    position: relative;
}

.landing .schedule_demo:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 490px;
    background: linear-gradient(180deg, rgba(244, 247, 254, 0) 0%, #F4F7FE 67.54%);
    z-index: -1;
}

.landing .schedule_demo .schedule_demo_background {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

@media(max-width:767px) {
    .landing .banner .banner_text h1 {
        font-size: 36px;
    }
}

/* -------------------------------------------- */

.landing .reviews {
    padding: 120px 0 140px;
    background-image: url('../images/banr.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.landing .reviews_slider .slick-prev:before,
.landing .reviews_slider .slick-next:before {
    color: inherit;
}

.landing .reviews_slider {
    margin-bottom: 120px;
}

.landing .reviews_slider .slick-arrow {
    color: rgba(255, 255, 255, 0.4);
}

.landing .reviews_slider .slick-arrow:hover {
    color: rgba(44, 147, 244, 1);
}

.landing .reviews_slider .slick-dots li {
    background: rgba(255, 255, 255, 0.4);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: 0.3s ease-in-out all;
}

.landing .reviews_slider .slick-dots li button:before {
    content: none;
}

.landing .reviews_slider .slick-dots li.slick-active {
    background: rgba(44, 147, 244, 1);
}

.landing .review_item {
    margin-left: 10px;
}

.landing .review_item .review_header {
    color: rgba(44, 147, 244, 1);
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 48px;
}

.landing .review_item .review_content span {
    display: inline-block;
    font-weight: 800;
    font-size: 36px;
    line-height: 110%;
    letter-spacing: 0;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.landing .review_item .review_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0;
}

@media(max-width:767px) {
    .landing .review_item .review_header {
        font-size: 12px;
    }
    .landing .review_item .review_content span {
        font-size: 24px;
    }
    .landing .review_item .review_content p {
        font-size: 14px;
        margin-bottom: 16px;
    }
}

/* -------------------------------------------- */

.landing .achievement {
    position: relative;
    cursor: pointer;
}

.landing .achievements_container {
    padding: 120px 0 60px;
}

.landing .achievements_container .col-lg-3:not(:last-child) .achievement:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}

.landing .achievement h3 {
    font-weight: 800;
    font-size: 88px;
    line-height: 100%;
    letter-spacing: 0;
    padding-bottom: 88px;
}

.landing .achievement p {
    position: absolute;
    left: 40px;
    bottom: 7px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.landing .achievement:hover h3,
.landing .achievement:hover p {
    color: #2c93f4;
}
.landing .achievement:hover .achievement_icon svg {
    fill: #2c93f4;
    stroke: #2c93f4;
}

.landing .achievement .achievement_icon {
    position: absolute;
    bottom: 0;
}

.landing .achievement .achievement_icon svg {
    width: 30px;
    height: auto;
    fill: #fff;
    stroke: #fff;
}

@media(max-width:767px) {
    .landing .achievement {
        margin: 30px 0;
    }
    .landing .achievement p {
        bottom: 30px;
    }
    .landing .achievement h3,
    .landing .achievement p {
        padding-left: 16px;
    }
    .landing .achievement .achievement_icon {
        bottom: 24px;
        left: 16px;
    }
    .landing .achievements_container .col-lg-3:not(:last-child) .achievement:before {
        position: absolute;
        right: unset;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
    }
}