.home-header h1 {
    font-size: 80px;
    line-height: 60px;
}

.home-header h2 {
    font-size: 40px;
    line-height: 10px;
}

.home-header .vCenter {
    padding: 0 20px;
}

@media only screen and (max-width:770px) {
    .home-header h1 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media only screen and (max-width:480px) {
    .home-header h1 {
        font-size: 34px;
        line-height: 40px;
    }
}

.home-header.imageHeader {
    background-image: url(/Content/images/home/sellution-main.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
}

    .home-header.imageHeader .overlay {
        background-color: transparent;
    }

.home-page #TimeLine .TimeLine_today {
    position: absolute;
    left: 24.2%;
    top: 17.26%;
    width: 7.41%;
}

.home-page #TimeLine .TimeLine_statusBlock {
    position: absolute;
    /*top: 23.47%;*/
    left: 20.85%;
    width: 68.66%;
}

.home-page #TimeLine .TimeLine_opportunity {
    position: absolute;
    /*top: 39.35%;*/
    left: 20.85%;
    width: 68.66%;
}

.home-page #TimeLine .TimeLine_email {
    position: absolute;
    /*top: 60.29%;*/
    left: 20.85%;
    width: 68.66%;
}

.home-page #TimeLine .TimeLine_yesterday {
    position: absolute;
    ;
    left: 24.2%;
    width: 7.41%;
}

.home-page #TimeLine .TimeLine_eventBlock {
    position: absolute;
    left: 20.85%;
    width: 68.66%;
}

.home-page #TimeLine .TimeLine_phoneCall {
    position: absolute;
    left: 20.85%;
    width: 68.66%;
}

.home-page #TimeLine .TimeLine_purchase {
    position: absolute;
    left: 20.85%;
    width: 68.66%;
}

.home-page #TimeLine .TimeLine_line {
    position: absolute;
    left: 0%;
    width: 100%;
    top: 20%;
    height: 0%;
}



.imageHeader {
    /*background-image: url(/Content/images/home/home-background.png);*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .imageHeader .layout-40-60-col .right {
        padding: 0 0 0px 20px;
        text-align: right
    }

    .imageHeader .hand-overlay {
        display: block;
        float: right;
    }

@media only screen and (max-width:770px) {
    .imageHeader {
        background-image: none;
    }

        .imageHeader .hand-overlay {
            float: none;
            margin: 0 auto;
            display: none;
        }
}

@media only screen and (min-width: 1001px) {
    .imageHeader .layout-40-60-col .left {
        padding: 0 20px 90px 0;
    }
}

.home-scroller-buttons {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content:space-around;
}

.home-scroller-buttons > div {
    border: 1px solid #98C2FA;
    border-radius: 16px;
    padding: 5px 10px 0 10px;
    width: 22%;
    box-sizing: border-box;
}
    .home-scroller-buttons > div:hover {
        box-shadow: 0 0 16px #a6c8f3;
    }

.home-scroller-buttons > div div {
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    padding-top: 0px;
    border-radius: 80px;
    padding-bottom: 10px;
    transition: border 300ms;
    cursor: pointer;
    min-width: 90px;
}
.home-scroller-buttons > div div:hover,
.home-scroller-buttons > div div.selected {
    /* border: 1px solid #ccc; */
}

.home-scroller-buttons > div div img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
    max-width: 90px;
}
@media only screen and (max-width: 780px) {
    .home-scroller-buttons {
        display: none;
    }
    #section3 .slide{
        display: block !important;
    }
}
.section .slide-mobile-button img{
    height: 40px;
    vertical-align: middle;
}
.section .slide-mobile-button {
    font-size: 16px;
    line-height: 32px;
    position: relative;
    color: #200868;
    padding: 15px 25px;
    display: none;
}
.section .slide-mobile-button svg{
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(-50%, -50%);
    height: 20px;
    transition: transform 300ms ease-in-out;
}
.section .slide-mobile-button.open svg{
    transform: translate(-50%, -50%) rotate(180deg);
}
@media only screen and (min-width: 781px) {
    .section .slide-container {
        overflow: visible !important;
        height: auto !important;
        display: block !important;
    }
}
@media only screen and (max-width: 780px) {
    .section .slide-mobile-button {
        display: block;
        cursor: pointer;
    }
}

.steps-image{
    max-width: 90px;
}

#steps.module-4-data-boxes .item p{
    height: auto;
}
#steps.module-4-data-boxes .item {
    height: auto;
    border: 0;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    overflow: hidden;
    height: 250px;
    padding: 40px;
    color: #000;
    display: block;
    text-decoration: none;
}

/*
Optional styles
*/

body {
    background-color: #ffffff;
    color: #eaeaea;
    font-family: sans-serif;
}

img {
    max-width: 100%;
}



.splide__optional-button-container {
    margin-bottom: 1rem;
    margin-top: 1rem;
    text-align: center;
}

.splide__slide{
    padding: 20px;
}
.splide__slide > div {
    text-align: left;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    padding: 12px;
    height: 100%;
    box-sizing: border-box;
}
.splide__list{
    height: auto;
}

.splide {
    padding: 12px 36px;
}

.splide__pagination__page {
    border-radius: 0;
    width: 32px;
    height: 0px;
    border: 4px solid #DDF3FF;
    margin: 0 6px;
}

.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1);
    border: 4px solid #4492FC;
    z-index: 1;
}
.testimonials .splide__slide .author {
    color: #3D3D3D;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}
.testimonials .splide__slide .user{
    position: relative;
    padding-left: 80px;
}
.testimonials .splide__slide .user > img {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonials .splide__slide {
    color: #8FA2BE;
    font-size: 16px;
    line-height: 24px;
}
.testimonials .splide__slide h3{
    color: #3D3D3D;
    font-size: 24px;
    line-height: 36px;
    margin: 0;
    margin-top: 16px;
}
.testimonials .splide__slide p{
    margin-top: 16px;
}
.splide__arrow {
    background-color: transparent;
    transform: scale(2);
}
.splide__arrow svg{
    fill: #1682FC;
}
.splide__slide a.more {
    color: #2D6EDC;
    font-size:14px;
    line-height: 20px;
    text-decoration: none;
}
.splide__slide .rating{
    display: flex;
}
.splide__slide .rating img {
    display: inline-block;
}