#slider-ticker .block-hero-4{
    z-index: 2;
    position: absolute;

    background-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,1),rgba(0,0,0,0.9), rgba(0,0,0,0));
}

.bg-dark-gradient-to-left{
    background-image: linear-gradient(to left,rgba(0,0,0,0.9), rgba(0,0,0,0));
}

.block-hero-4 .font-secondary {
    font-family: 'Inter', sans-serif;
    font-weight: 650;
    letter-spacing: -0.05em;
    font-size: 2.8em;
    line-height: .85;
}

.swiper-wrapper {
    -webkit-transition-timing-function:linear!important;
    transition-timing-function:linear!important;
    position: relative;
}

.swiper-slide img {
    width: 100% !important;
    height: auto !important;
}
#content {
    z-index: 2;
}