/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.image-buttons {
    position: relative;
    z-index: 1;
}

.image-buttons--homepage {
    padding: 70px 0;
}

.image-buttons--homepage::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #82CCFA;
    opacity: 0.35;
    z-index: -1;
}

.image-buttons--homepage__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.5;
}

.js-image-buttons {
    padding-bottom: 94px;
    padding-top: 9px;
    margin: 0 -16px;
    margin-bottom: 0;
}

.js-image-button-item {
    padding: 20px;
}

.image-button{
    display: block;
    position: relative;
    height: 396px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 16px rgba(7,7,49,0.24);
            box-shadow: 0 6px 16px rgba(7,7,49,0.24);
    border: none;
    background: transparent;
    color: #fff;
}


.icons-button {
    display: block;
    position: relative;
    height: 396px;
    border-radius: 10px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 16px rgba(7,7,49,0.24);
            box-shadow: 0 6px 16px rgba(7,7,49,0.24);
    border: none;
    background: white;
    color: #070B97;
}


.image-button__img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.image-button__hover{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 28px 16px 18px 16px;
    color: #fff;
    z-index: 1;
    font-weight: normal;
}


.icons-button .icons-button__hover {
    position: relative;
    bottom: 0;
    width: 100%;
    padding: 28px 16px 28px 16px;
    color: #fff;
    z-index: 1;
    font-weight: normal;
}


.image-button__hover:after{
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background: -o-linear-gradient(45deg,  rgba(6,26,173,1) 0%,rgba(4,63,229,1) 100%);
    background: linear-gradient(45deg,  rgba(6,26,173,1) 0%,rgba(4,63,229,1) 100%); 
    -webkit-clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%); 
            clip-path: polygon(0 0, 100% 35%, 100% 100%, 0% 100%);
}

.icons-button__hover {
    position: absolute;    
    width: 100%;
    height: 100%;
    padding: 30px;
    color: #070B97;
    z-index: 1;
    font-weight: normal;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
}



.image-button__icons,
.icons-button__icons {
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 25px;
}

.image-button__icons img{
    height: 55px;
    width: auto;
}


.icons-button__icons{
    font-size: 50px;
    width: 124px;
    height: 124px;
    border-radius: 50%;
    background: #64BDF6;
    display: block;
    margin: 0 auto 26px;
    position: relative;

}


.icons-button__icons i{
    color: #070B97;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.icons-button__icons img{
    color: #070B97;
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    width: 66px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.icons-button .icons-button__description{
    color: #070B97;
    line-height: 1.5em;
    font-size: 14px;
}



.image-button__title{
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #fff;
}


.icons-button__title {
    font-size: 25px;
    font-weight: 500;
    padding-bottom: 10px;
    color: #070B97;
    text-align: center;
    margin-bottom: 15px;
}


.icons-button__description{
    padding-bottom: 10px;
}

.image-button__cta {
    font-size: 16px;
    color: #fff;
}


.icons-button__cta {
    font-size: 16px;
    color: #070B97;
    position: absolute;
    bottom: 30px;    
    left: 50%;    
    transform: translateX(-50%);
}


.icons-button__bottom{
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.image-button__cta:hover{
    font-size: 16px;
    color: #fff;
}

.image-buttons--innerpage,
.icons-buttons--innerpage {
    background: #F4FBFF;
    margin-top: 40px;
    padding-top: 60px;
}

.image-buttons--innerpage::before{
    content: '';
    background: #F4FBFF;
    position: absolute;
    width: 100%;
    height: 64px;
    top: -63px;
    left: 0;
    -webkit-clip-path: polygon(0 91%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0 91%, 100% 0%, 100% 100%, 0% 100%);
}

.image-buttons--innerpage.no-top-angle,
.icons-buttons--innerpage.no-top-angle{
    margin-top: 0;
}

.image-buttons--innerpage.no-top-angle::before,
.icons-buttons--innerpage.no-top-angle::before{
    -webkit-clip-path: none;
            clip-path: none;
            width: 0;
            height: 0;            
            content: '';
            top: 0;

} 

.image-buttons--white {
    background: #fff;
    margin-top: 0;
}

.image-buttons--white::before {
    background: #fff;
}

.image-buttons-cta{
    margin-top: 30px;
}

/* Adjacent same background blocks */
.image-buttons.bg-white + .image-buttons.bg-white,
.image-buttons.bg-light-blue + .image-buttons.bg-light-blue {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

@media (min-width: 768px) {
    .js-image-buttons {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .js-image-buttons:has(.slick-arrow) {
        padding-bottom: 84px;
        margin-bottom: 40px;
    }

    .js-image-button-item {
        padding: 21px;
    }

    .image-buttons-cta{
        margin-top: 40px;
    }


    .image-button{        
        -webkit-box-shadow: 0 6px 16px rgba(7,7,49,0.24);        
                box-shadow: 0 6px 16px rgba(7,7,49,0.24);        
    }



    .icons-button__cta{
        text-align: center;
    }


    
    
}

@media (min-width: 1025px) {

    .image-buttons--homepage {
        padding: 100px 0;
    }

    .js-image-button-item {
        padding: 16px;
    }

    .js-image-buttons {
        padding-bottom: 0;
        margin-bottom: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .js-image-buttons .fx-slide {
        display: block;
    }

    .image-button__hidden {
        display: none;
    }

    .image-button__title {
        padding-bottom: 0;
        height: 48px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
    }

    .image-button__icons {
        margin-bottom: 14px;
    }

    .image-button,
    .icon-button {
        -webkit-box-shadow: 0 6px 25px rgba(7,7,49,0.24);
                box-shadow: 0 6px 25px rgba(7,7,49,0.24);
    }

    .image-button:hover,
    .icon-button:hover {
        text-align: center;
        -webkit-box-shadow: 0 6px 25px rgba(7,7,49,0.48);
                box-shadow: 0 6px 25px rgba(7,7,49,0.48);
    }

    .image-button:hover .image-button__hover:after {
        height: 396px;
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
                clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(4,70,241,0.73)),color-stop(35%, rgba(4,70,240,1)),to(rgba(7,11,151,1)));
        background: -o-linear-gradient(top,  rgba(4,70,241,0.73) 0%,rgba(4,70,240,1) 35%,rgba(7,11,151,1) 100%);
        background: linear-gradient(to bottom,  rgba(4,70,241,0.73) 0%,rgba(4,70,240,1) 35%,rgba(7,11,151,1) 100%); 
        opacity: 0.96;
    }
    
    .image-button:hover .image-button__icons {
        font-size: 76px;
        margin-bottom: 8px;
    }

    .image-button:hover  .image-button__title {
        font-size: 24px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: auto;
        line-height:  1.416em;
    }

    .image-button:hover  .image-button__hidden {
        display: block;
        padding: 24px 0 0 0;
    }

    .image-button__description {
        margin-bottom: 25px;
        font-size: 14px;
        padding: 0;
    }

    .image-button__bottom{
        padding-top: 15px;
        position: relative;
    }

    .image-button__bottom::before{
        content: '';
        position: absolute;
        top: 0;
        left: -16px;
        height: 1px;
        width: calc(100% + 32px);
        background: #fff;
        opacity: 0.51;
    }

    .image-button__hover,
    .icon-button__hover {
        padding: 28px 18px 18px 18px;
    }

    .image-buttons--innerpage {
        margin-top: 70px;
        padding-top: 100px;
    }
    
    .image-buttons--innerpage::before {
        height: 86px;
        top: -85px;
        -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
                clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    }

    .image-buttons--white {
        background: #fff;
        margin-top: 0;
    }
    
    .image-buttons--white::before {
        background: #fff;
    }


    .icons-button:hover{
        background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(4,70,241,0.73)),color-stop(35%, rgba(4,70,240,1)),to(rgba(7,11,151,1)));
        background: -o-linear-gradient(top,  rgba(4,70,241,0.73) 0%,rgba(4,70,240,1) 35%,rgba(7,11,151,1) 100%);
        background: linear-gradient(to bottom,  rgba(4,70,241,0.73) 0%,rgba(4,70,240,1) 35%,rgba(7,11,151,1) 100%); 
    }


    .icons-button__title{
        margin-bottom: 0;
    }


    .icons-button:hover .icons-button__title,
    .icons-button:hover .icons-button__cta,
    .icons-button:hover .icons-button__description{
        color: white;
    }

    .icons-button:hover .icons-button__description{
        padding-bottom: 15px;
    }


    .icons-button:hover .icons-button__icons{
        background: white;
    }

    .icons-button__description{
        padding-bottom: 10px;
    }


    .icons-button__cta {       
        bottom: 0;
    }

    .image-buttons-cta{
        margin-top: 60px;
    }

    
}

 .row.js-image-buttons.fx-slider.location-image-buttons {
     padding-bottom: 0px;
 }

 .image-buttons.location-image-buttons.slanted-aware-section.js-image-button-container {
     padding-top: 60px;
 }

 @media screen and (min-width: 1200px) {
     .image-buttons.location-image-buttons.slanted-aware-section.js-image-button-container {
         padding-top: 100px;
     }
 }