.s-block__title,
.top-navbar {
    display: none;
}
.offers .swiper-fade .swiper-slide * {
    color: white !important;
}
body.index .navbar-brand img:not(.fixed-pinned .navbar-brand img) {
    opacity: 0;
}

.grid.one-row.md\:grid-cols-2 {
    background-color: transparent;
    margin: auto;
    width: 60%;
}

.s-block {
    margin-top: 1rem;
    background-color: transparent;
}

.s-block--banners .banner-entry {
    height: 349px;
    width: 359px;
    margin: auto;
}

@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}

@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 140px;
    }
}

.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

.banner-entry,
.banner--fixed img {
    background-color: transparent;
}

.banner-entry>div {
    background-repeat: no-repeat;
    display: inline-block;
    transition: 0.3s;
}

.banner-entry>div:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.13) 77%,
            rgba(255, 255, 255, 0.5) 92%,
            rgba(255, 255, 255, 0) 100%);
}

.banner-entry>div:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.banner-entry>div:active:after {
    opacity: 0;
}

.banner-entry>div:not(:hover) {
    transform: scale(0.95);
}

@media (max-width: 768px) {
    .grid-flow-row {
        grid-auto-flow: column !important;
    }
.landing-page-fixed-bannar .photo>p {
    display: none;
}
    .grid.one-row.md\:grid-cols-2 {
        background-color: transparent !important;
        margin: auto !important;
        width: 100% !important;
    }
    .s-block--banners .banner-entry {
    height: 140px !important;
    width: 194px !important;
}
section.landing-page-fixed-bannar.landing-page-fixed-bannar-0.translate-y-\[-75px\].md\:translate-y-\[-105px\].px-4.py-\[5px\].flex.items-center.justify-around {
    gap: 7px;
}
.leading-9 {
    line-height: 2.25rem;
    font-size: 23px;
}
.sq-images .mbclass,
p.getter.font-medium,
h2.title.flex {
    color: white !important;
}
}
img.max-w-24.mb-2 {
    filter: invert(100%) brightness(2);
}