.image-buttons {
    position: relative;
    padding: 80px 0 60px;
    z-index: 2;
}

.image-buttons::before {
    content: '';
    position: absolute;
    width: 148px;
    height: 21px;
    top: -1px;
    left: 0;
    background-color: #FFFFFF;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 2;
}

.error404 .image-buttons::before,
.error404 .image-buttons::after {
    display: none;
}

.error404 .image-buttons {
    padding-top: 0;
}

.bg-light-blue-top-siblings.image-buttons::before {
    background: var(--c-light-blue);
}
.bg-blue-top-siblings.image-buttons::before {
    background: var(--c-blue);
}
.bg-dark-blue-top-siblings.image-buttons::before {
    background: var(--c-dark-blue);
}

.image-buttons__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 222px);
    object-fit: cover;
    opacity: .45;
}

.image-buttons::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: calc(100% - 222px);
    background: var(--c-dark-blue);
    z-index: -1;
}

.image-buttons__wrap {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
}

.image-buttons__wrap h2,
.image-buttons__wrap .sub-title,
.image-buttons__wrap h5 {
    color: #FFFFFF;
}

.image-buttons__wrap .sub-title::before,
.image-buttons__wrap h5::before {
    background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.75) 25%,rgba(255,255,255,0) 100%);
}

.image-buttons__top-content-text {
    padding-bottom: 25px;
}

.image-buttons__top-content {
    padding-bottom: 40px;
}

.image-button {
    width: 100%;
    height: 175px;
    position: relative;
    border-bottom: 4px solid #394C93;
    display: block;
    background: transparent;
}

.image-button__img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  	-o-object-fit: cover;
}

.image-button__info {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0 0 15px 20px;
    z-index: 1;
}

.image-button__info::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 150px;
    width: 100%;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 75%,rgba(0,0,0,0.8) 100%); 
    z-index: -1;
}

.image-button__info h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    letter-spacing: 0.15em;
    padding-right: 60px;
}

.image-button__arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 56px;
    clip-path: polygon(50% 0%, 100% 1%, 100% 100%, 0% 100%);
    background: #394C93;
    font-size: 17px;
    color: #FFFFFF;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 29px;
}

.image-buttons__list .slick-initialized .slick-slide {
    margin: 0 10px;
}

.image-buttons__list {
    width: calc(100% + 44px);
    margin-left: -22px;
}

.image-button-slider {
    padding-bottom: 70px;
}

@media (min-width: 768px) {

    .image-buttons {
        padding: 94px 0 60px;
    }
    
    .image-buttons__bg {
        height: calc(100% - 260px);
    }

    .image-buttons::after {
        height: calc(100% - 260px);
    }

    .image-buttons__top-content {
        padding-bottom: 50px;
    }
    
    .image-button {
        height: 260px;
        border-bottom: 5px solid #394C93;
    }

    .image-button__info::before {
        height: 230px;
    }
    
    .image-button__info h3 {
        font-size: 20px;
    }
    
    .image-button__arrow {
        width: 85px;
        height: 60px;
        clip-path: polygon(60% 0%, 100% 1%, 100% 100%, 0% 100%);
        font-size: 19px;
        padding-left: 32px;
    }
    
    .image-buttons__list .slick-initialized .slick-slide {
        margin: 0 16px;
    }
    
    .image-buttons__list {
        width: calc(100% + 104px);
        margin-left: -52px;
    }
    
    .image-button-slider {
        padding-bottom: 70px;
    }

    .image-buttons::before {
        width: 310px;
        height: 25px;
        clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    }

}

@media (min-width: 1200px) {

    .image-buttons {
        padding: 140px 0 0;
    }
    
    .image-buttons__bg {
        height: calc(100% - 175px);
    }

    .image-buttons::after {
        height: calc(100% - 175px);
    }

    .image-buttons .image-button-item {
        display: block;
    }
    
    .image-button {
        height: 350px;
    }

    .image-button__info::before {
        height: 300px;
    }

    .image-button__info {
        padding: 0 0 18px 30px;
    }
    
    .image-button__info h3 {
        font-size: 24px;
        position: relative;
        z-index: 2;
        padding-right: 50px;
    }
    
    .image-button__arrow {
        width: 100px;
        height: 70px;
        clip-path: polygon(55% 0%, 100% 1%, 100% 100%, 0% 100%);
        font-size: 22px;
        padding-left: 32px;
        transition: all ease-in-out 0.3s;
    }
    
    .image-buttons__list {
        width: 100%;
        margin-left: 0px;
        padding-left: 1px
    }
    
    .image-button-slider {
        padding-bottom: 0;
    }

    .image-button--link.has-link{
        transition: all ease-in-out 0.3s;
    }

    .image-button--link.has-link:hover {
        border-color: #D52531;
    }

    .image-button--link.no-link {
        cursor: default;
    }

    .image-button--link.has-link:hover .image-button__arrow {
        /*width: 100%;*/
        /*clip-path: none;*/
        /*text-align: right;*/
        /*padding-right: 22px;*/
        /*justify-content: flex-end;*/
        transition: all ease-in-out 0.3s;
        background: #D52531;
    }
    
    .image-buttons__top-content {
        padding-bottom: 50px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .image-buttons__top-content-title {
        width: 584px;
    }

    .image-buttons__top-content__right {
        width: calc(100% - 584px);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding-left: 20px;
    }

    .image-buttons__top-content-btn {
        width: 320px;
        text-align: right;
        padding-right: 22px;
    }

    .image-buttons__top-content-text {
        width: calc(100% - 320px);
        padding-bottom: 0;
    }

    .image-buttons__top-content-title h2 {
        padding-bottom: 0;
    }

    .half-and-half--homepage {
        overflow: visible;
    }

    .half-text-bg {
        top: -180px;
        width: auto;
        height: calc(100% + 180px);
        right: -23px;
    }

    .image-buttons::before {
        width: 790px;
        height: 40px;
        clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    .image-buttons__top-content-text {
        width: calc(100%);
        padding-bottom: 20px;
    }

    .image-buttons__top-content-btn {
        text-align: left;
    }
}


@media (min-width: 1600px) {
    .image-buttons__top-content__right {
        padding-left: 30px;
    }

    .image-buttons__top-content-text {
        padding-right: 80px;
    }

    .inner-image-buttons .image-buttons__top-content-btn {
        padding-right: 0;
    }
}


























