/* Add custom CSS styles below */ 
@media (min-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}
@media (max-width: 1024px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0px;
}
section.s-block.s-block--fixed-banner.wide-placeholder.fixed-banner--0 {
    margin-top: 0px;
}
.absolute.inset-0.-z-10.bg-gradient-to-t.from-gray-900.via-gray-900\/40 {
    display: none;
}
.s-slider-block__title-right
 {
    display: none;
}