.image-card-slider h2 {
    font-size: 22px;
    text-align: center;
    padding-bottom: 30px;;
}

.image-card-slider {
    padding: 50px 0;
    position: relative;
    background: #F3F3F5;
    z-index: 1;
}

.image-card-slider:after {
    content: "";
    width: 86px;
    position: absolute;
    height: 92px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    z-index: -1;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.image-card-slider:before {
    content: "";
    position: absolute;
    width: 86px;
    height: 92px;
    background-color: #fff;
    top: 0;
    right: 0;
    z-index: -1;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.image-card-slide-box {
    position: relative;
    display: block;
}

.image-card-slide-box h4 {
    position: absolute;
    left: 0;
    bottom: 33px;
    padding: 19px 50px 19px 40px;
    background-color: #004B86;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    clip-path: polygon(0 0, 92% 0%, 100% 100%, 0% 100%) !important;
    z-index: 9;
}

.image-card-slide-box h4:after {
    content: '\e903';
    position: absolute;
    font-family: 'icomoon';
    color: #F17503;
    
    font-weight: normal;
    font-size: 11px;
    display: inline-block;
    margin-left: 8px;
}

.image-card-slide-image {
    aspect-ratio: 2 / 2.01;
}

.image-card-slide-box:hover h4 {
    background: rgba(255,255,255,0.65);
    backdrop-filter: blur(12px);
    color: #004B86;
}

.js-image-card-slider {
    padding-bottom: 74px;
    margin-bottom: 28px;
}

@media(min-width: 768px) {
    .image-card-slider {
        padding: 60px 0;
    }

    .js-image-card-slider {
        margin: 0 -16px;
        width: calc(100% + 32px);
    }

    .js-image-card-slider.slick-initialized .slick-slide {
        margin: 0 16px;
    }

    .js-image-card-slider {
        padding-bottom: 0;
        margin-bottom: 36px;
    }

    .image-card-slider h2 {
        font-size: 28px;
        text-align: left;
        max-width: 432px;
    }

    .js-image-card-slider .slick-arrow {
        left: unset;
        right: 0;
        bottom: unset;
        top: -80px;
    }

    .js-image-card-slider .slick-prev {
        margin-right: 56px;
    }

    .image-card-slide-image {
        aspect-ratio: 2 / 2.1;
    }
}


@media(min-width: 1200px) {
    .image-card-slide-image {
        aspect-ratio: 2 / 2;
    }

    .image-card-slider h2 {
        font-size: 38px;
        text-align: center;
        padding-bottom: 35px;
        max-width: unset;
    }

    .js-image-card-slider .slick-next {
        right: -36px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .js-image-card-slider .slick-prev {
        right: unset;
        left: -36px;
        top: 50%;
        margin: 0;
        transform: translate(0, -50%);
    }

    .image-card-slider {
        padding: 132px 0 100px;
    }

    .image-card-slider:after {
        width: 270px;
        height: 287px;
    }
    
    .image-card-slider:before {
        width: 270px;
        height: 287px;
    }
}

@media(min-width: 1500px) {
    .js-image-card-slider .slick-next {
        right: -56px;
    }

    .js-image-card-slider .slick-prev {
        left: -56px;
    }
}

.image-card-slider p:last-child {
    padding-bottom: 30px;
}


.logo-carousel {
    background: #F3F3F5;
    padding: 35px 0;
    position: relative;
    margin: 60px 0;
}

.logo-carousel h2 {
    text-align: center;
    font-size: 22px;
    padding-bottom: 28px;
}

.logo-carousel-wrapper {
    position: relative;
    padding: 0 0 0 54px;
    z-index: 1;
}

.js-logo-carousel {
    padding-right: 70px;
}

.logo-carousel:after {
    content: "";
    width: 70px;
    position: absolute;
    height: calc(100% + 10px);
    background: #fff;
    left: 0;
    top: -5px;
    clip-path: polygon(0 0, 100% 0, 29% 100%, 0% 100%);
}

.js-logo-carousel .slick-slide {
    margin: 0 10px;
}

.logo-carousel-slide-item img {
    margin: 0 auto;
    max-height: 80px;
    mix-blend-mode: multiply;
    max-width: 113px;
}

.logo-carousel-slide-item {
    background: #F3F3F5;
}

.js-logo-carousel .slick-arrow {
    top: -2px;
    right: 0;
    left: unset;
    transform: unset;
}

.js-logo-carousel .slick-next {
    margin-top: 51px;
}
.image-card-slider .logo-carousel-wrapper{
    margin-top: 80px;
}
.image-card-slider .logo-carousel-wrapper > h2 {
    text-align: left;
}

@media(min-width: 768px) {
    .logo-carousel h2 {
        font-size: 28px;
        padding: 0 40px 32px;
    }

    .logo-carousel-wrapper {
        padding: 0 0 0 58px;
    }

    .logo-carousel {
        padding: 51px 0;
    }

    .logo-carousel-slide-item img {
        max-height: 83px;
    }

    .logo-carousel:after {
        width: 96px;
        clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
    }

    .js-logo-carousel .slick-slide {
        margin: 0 31px;
    }
}

@media(min-width: 1200px) {
    .logo-carousel {
        margin: 48px 0;
        padding: 51px 0 47px;
    }

    .logo-carousel h2 {
        font-size: 38px;
        padding: 0;
        width: 325px;
        line-height: 1.157em;
        text-align: left;
    }

    .logo-carousel-slide-item img {
        max-height: 105px !important;
        /* max-width: 132px !important; */
    }    
  

    .logo-carousel-wrapper {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .js-logo-carousel {
        width: calc(100% - 325px);
        padding: 0 70px 0 40px;
    }

    .js-logo-carousel .slick-slide {
        margin: 0 33px;
    }

    .logo-carousel:after {
        width: 40px;
        clip-path: polygon(0 0, 100% 0, 22% 100%, 0% 100%);
    }

    .js-logo-carousel .slick-arrow {
        top: 4px;
    } 
    
    .flex-logo-carousel {
        margin: 100px 0;
    }
    .image-card-slider .logo-carousel-wrapper{
        margin-left: 40px;
    }
    .image-card-slider .js-logo-carousel{
        padding-right: 0;
    }
   
}


@media(min-width: 1500px) {
    .js-logo-carousel .slick-slide {
        margin: 0 42px;
    }

    .logo-carousel:after {
        width: calc(100% - 1366px - 285px);
        clip-path: polygon(0 0, 100% 0, 63% 100%, 0% 100%);
    }
}

.image-card-slide-item{
    position: relative;
}
.description_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #004b86a6;
    color: #fff;
    padding: 20px;
    opacity: 1;
}
.empty-link h4:after{
    content: unset;
}
@media (min-width:1200px) {
    .description_text{
        opacity: 0;
        z-index: -1;
    }
    .image-card-slide-item.has-text{
        cursor: pointer;

    }
    .image-card-slide-item.has-text:hover .description_text{
        opacity: 1;
        z-index: 1;
    }
    .image-card-slide-item.has-text:hover .image-card-slide-box h4{
       
        z-index: 10;
    }
    .empty-link h4:after{
        content: '\e903';
    }
}   


@media(min-width:1200px) {
    .page-id-348 .image-card-slider .logo-carousel-wrapper .slick-track{
      /* width: 100% !important; */
    }
}