.ccl-widget.core-slider.video-slider {
    padding: 0;
    padding-left: 20px;
    margin-bottom: 100px;
    overflow: hidden;
    position: relative;
}

.video-slider .bg-color {
    background-color: var(--green-light);
    width: 100%;
    height: 270px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
}

.video-slider .title-cont {
    padding: 30px 0 20px 0;
}

.video-slider .subtitle-cont {
    display: flex;
    align-items: center;
    gap: 11px;
}

.video-slider .widget-subtitle {
    font-family: var(--knockout-heavy);
    font-size: 25px;
    font-weight: var(--font-weight-normal);
    color: var(--navy-dark);
    text-transform: uppercase;
}

.video-slider .subtitle-decoration {
    width: 60px;
    height: 5px;
    background-color: var(--navy-dark);
}

.video-slider .widget-title {
    font-family: var(--knockout);
    font-size: 45px;
    font-weight: var(--font-weight-normal);
    color: var(--navy-dark);
    text-transform: uppercase;
}

.video-slider .glide__track {
    margin-bottom: 13px;
}

.video-slider .arrows-view-all {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
}

.video-slider .view-all-cont {
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.video-slider .view-all-cont .widget-view-all {
    padding: 17px;
}

.ccl-widget.core-slider.video-slider .glide__arrows {
    top: unset !important;
    padding-right: 20px;
    transform: none;
    justify-content: flex-end;
    gap: 55px;
    position: static;
}

.ccl-widget.core-slider.video-slider .glide__arrows .glide__arrow {
    width: 50px;
}

.video-slider .glide__arrow img {
    width: 50px;
    height: 31px;
    object-fit: cover;
}

.video-slider .img-cont .overlap-image .desktop-content-section {
    display: none;
    pointer-events: auto;
}

.video-slider .mobile-content-section {
    pointer-events: auto;
}

.video-slider .img-cont .overlap-image {
    pointer-events: none;
}

.ccl-widget.core-slider.video-slider .slide-title {
    font-family: var(--knockout-heavy);
    font-size: 18px;
    font-weight: var(--font-weight-normal);
    text-transform: uppercase;
}

.video-slider .mobile-content-section p.slide-subtitle,
.video-slider .desktop-content-section p.slide-subtitle {
    font-family: var(--trade-gothic-oblique);
    font-size: 16px;
    font-weight: var(--font-weight-normal);
    color: var(--navy-dark);
}

.core-slider.video-slider .content-section {
    padding: 12px 0;
}

.core-slider.video-slider .content-section > .inner {
    gap: var(--space-2);
}

.video-slider .img-cont .shared-play-button {
    width: 45px;
    opacity: 80%;
    top: unset;
    left: 35px;
    bottom: -5px;
}

@media(min-width:40em) {
    .video-slider .slider-cont {
        padding-bottom:  unset;
    }
}

@media(min-width:64em) {
    .ccl-widget.core-slider.video-slider {
        max-width: 100%;
        padding-left: 80px;
        margin-bottom: 130px;
    }

    .video-slider .glide__arrow img,
    .ccl-widget.core-slider.video-slider .glide__arrows .glide__arrow {
        width: 60px;
    }

    .video-slider .subtitle-decoration {
        width: 125px;
    }

    .video-slider .widget-subtitle {
        font-size: 30px;
    }

    .video-slider .widget-title {
        font-size: 100px;
        line-height: 1;
    }

    .video-slider .bg-color {
        height: 347px;
    }

    .video-slider .title-cont {
        padding-top: 40px;
    }

    .video-slider .glide__track {
        margin-bottom: 31px;
    }

    .video-slider .arrows-view-all {
        justify-content: flex-end;
        flex-direction: row;
        gap: 40px;
        padding-inline: 60px;
        align-items: center;
    }

    .ccl-widget.core-slider.video-slider .glide__arrows {
        gap: 45px;
    }

    .video-slider .mobile-content-section {
        display: none;
    }

    .video-slider .img-cont .overlap-image {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2;
        padding: 0 0 20px 20px;
    }

    .video-slider .img-cont .shared-play-button {
        position: relative;
        margin-left: -20px;
        margin-bottom: -10px;
    }

    .video-slider .img-cont .overlap-image .desktop-content-section {
        display: block;
    }

    .ccl-widget.core-slider.video-slider .slide-title,
    .video-slider .desktop-content-section p.slide-subtitle {
        font-size: 20px;
        color: var(--white);
    }

    .video-slider .desktop-content-section p.slide-subtitle {
        margin-bottom: 10px;
    }
}