.s-banner {
    position: relative;
    padding-bottom: 72px;
    overflow: hidden;
}

.s-banner__row {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s-banner__content,
.s-banner__media {
    width: 100%;
}

.s-banner__content {
    position: relative;
    min-height: 491px;
    padding: 96px 15px 20px;
    color: #fff;
    border-radius: 40px;
    background: var(--color-2);
    overflow: hidden;
}

.s-banner__content--line-top {
    position: absolute;
    top: -30px;
    left: -48px;
}

.s-banner__content--line-bottom {
    position: absolute;
    right: -88px;
    bottom: 11px;
}

.s-banner__content .headline__title {
    color: #fff;
    text-align: left;
}

.s-banner__media {
    align-content: center;
    border-radius: 40px;
    background: #f5f8ff;
}

.s-banner__image {
    position: relative;
    font-size: 0;
}

.s-banner__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px;
}

.banner-slider:not(.swiper-initialized) .swiper-slide:not(:nth-child(1)) {
    display: none;
}

.banner-slider__pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 31px;
    display: flex;
    justify-content: center;
}

.banner-slider__pagination .swiper-pagination {
    background: #f5f5f5;
}

.s-brands {
    position: relative;
    overflow: hidden;
    padding: 72px 0 123px;
}

.brands--sliders {
    position: relative;
    overflow: hidden;
    pointer-events: none;
}

.brands--sliders::before,
.brands--sliders::after {
    content: "";
    position: absolute;
    top: 0;
    width: 104px;
    height: 100%;
    z-index: 2;
}

.brands--sliders::before {
    left: 0;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.brands--sliders::after {
    right: 0;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.brands-slider {
    overflow: visible;
}

.brands-slider.right-to-left {
    margin: 48px auto 16px;
}

.brands-slider.left-to-right {
    padding-bottom: 16px;
}

.brands-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.brands-slider .swiper-slide {
    width: auto;
}

.s-brands__item {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    background: #ffffff;
    box-shadow: 0 1px 6.6px 0 rgba(0, 0, 0, 0.05),
    0 0 1.2px 0 rgba(0, 0, 0, 0.1), 0 0 20.8px 0 rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    padding: 1.45rem;
}

.s-brands__item img {
    display: block;
    max-width: 74px;
    height: auto;
}

.headline__title {
    text-align: center;
}

.s-angebote {
    position: relative;
    overflow: hidden;
}

.s-angebote__grid {
    margin-top: 48px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.card-step {
    position: relative;
    max-width: 190px;
}

.card-step:not(:nth-last-child(1))::before {
    content: "";
    position: absolute;
}

.card-step--num {
    width: 40px;
    height: 40px;
    align-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #556c83;
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 1px 6.6px 0 rgba(136, 0, 70, 0.05),0 0 1.2px 0 rgba(0, 0, 0, 0.1), 0 0 20.8px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
}

.card-step.active .card-step--num {
    color: var(--color-1);
    border-color: var(--color-1);
}

.card-step__body--title {
    font-weight: 500;
    color: #4e6781;
}

.card-step.active .card-step__body--title {
    color: var(--color-1);
}

.card-step__body--description {
    font-size: 14px;
    line-height: 140%;
    color: #4e6781;
}

.s-angebote--wrap {
    position: relative;
    max-width: 1396px;
    margin: 0 auto;
    padding: 64px 0 32px;
    border-radius: 40px;
    background: var(--color-3);
    z-index: 1;
}

.s-angebote--wrap--line-top {
    position: absolute;
    top: 0;
    left: -262px;
    max-width: 537px;
    z-index: -1;
}

.s-angebote--wrap--line-bottom {
    position: absolute;
    right: -236px;
    bottom: 37px;
    max-width: 592px;
    z-index: -1;
}

.s-angebote--wrap .container {
    max-width: 1230px;
}

.product-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 22px;
}

.products-slider--wrap {
    margin-top: 54px;
}

.products-slider .swiper-slide {
    max-width: 282px;
    height: initial;
}

.products-slider .swiper-slide .product-card {
    height: 100%;
}

.s-angebote--wrap .btn_box {
    margin-top: 31px;
}

.s-angebote--wrap .btn_box .btn {
    min-width: 233px;
    margin: 0 auto;
}


.s-categories {
    padding: 140px 0 70px;
}

.s-categories .container {
    max-width: 1028px;
}

.categories-grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    gap: 16px 24px;
}

.category-card {
    position: relative;
}

.category-card__media {
    position: relative;
    font-size: 0;
    border-radius: 16px;
    box-shadow: 0 0 1.9px 0 rgba(0, 0, 0, 0.1), 0 0 8.3px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.category-card__media::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 43, 64, 0) 0%, rgba(0, 43, 64, 0.2) 100%);
}

.category-card__media img {
    width: 100%;
    aspect-ratio: 100 / 60;
    object-fit: cover;
}

.category-card__content {
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: calc(100% - 32px);
    min-height: 76px;
    padding: 16px 13px 12px;
    border-radius: 12px;
    background: #fff;
}

.category-card__count {
    display: block;
    margin-bottom: 10px;
    color: #8393a4;
}

.category-card__title .link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-column-gap: 10px;
}

.category-card__title .link:hover span {
    text-decoration: underline;
}

.s-blog {
    padding: 70px 0 70px;
}

.s-blog .container {
    max-width: 1028px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.post-card {
    padding: 24px 16px 26px;
    border-radius: 16px;
    box-shadow: 0px 0px 1.9px 0px rgba(0, 0, 0, 0.15), 0px 0px 4.5px 0px rgba(0, 0, 0, 0.05);
}

.post-card__image {
    position: relative;
    margin-bottom: 23px;
    font-size: 0;
    border-radius: 8px;
    box-shadow: 0px 1px 6.6px 0px rgba(0, 0, 0, 0.05), 0px 0px 1.2px 0px rgba(0, 0, 0, 0.1), 0px 0px 20.8px 0px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.post-card__image img {
    aspect-ratio: 100 / 59;
    object-fit: cover;
}

.post-card__body--title {
    margin-bottom: 13px;
}

.post-card__body--excerpt {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.4px;
    color: #4e6781;
}

.post-card__body .read-more {
    display: flex;
    align-items: center;
    grid-column-gap: 12px;
}

.blog-slider--wrap {
    position: relative;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.blog-slider {
    padding: 39px 15px 24px;
}

.s-blog .btn_box {
    margin-top: 22px;
}

.s-intro {
    padding: 70px 0 70px;
}

.s-intro .container {
    position: relative;
    z-index: 1;
}

.s-intro .container::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 43, 64, 0) 0%, rgba(0, 43, 64, 0.2) 100%);
    border-radius: 32px;
    z-index: -1;
}
.intro__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
    border-radius: 32px;
    z-index: -2;
}

.s-intro__content {
    max-width: 786px;
    min-height: 559px;
    margin: 0 auto;
    align-content: center;
}

.s-intro__content .headline__title {
    margin-bottom: 25px;
}

.s-intro__content .btn_box {
    margin-top: 26px;
}

@media (min-width: 768px) {
    .s-banner {
        padding: 0 0 70px;
    }

    .s-banner__row {
        gap: 24px;
    }

    .s-banner__content {
        min-height: 600px;
        align-content: center;
        padding: 50px 15px;
    }

    .s-banner__content--line-top {
        position: absolute;
        top: 0;
        left: 5px;
    }

    .s-banner__content--line-bottom {
        position: absolute;
        right: 0;
        bottom: 48px;
    }

    .s-banner__content .headline__title {
        margin-bottom: 27px;
    }

    .s-banner__content .btn_box {
        margin-top: 34px;
    }

    .s-brands {
        padding-top: 70px;
    }

    .brands--sliders::before,
    .brands--sliders::after {
        width: 160px;
    }

    .s-angebote--wrap {
        padding: 96px 0 37px;
    }

    .card-step {
        max-width: 136px;
    }

    .card-step__body--title {
        margin-bottom: 3px;
    }

    .card-step--num {
        margin: 0 auto 20px;
    }

    .card-step:not(:nth-last-child(1))::before {
        top: 20px;
        left: 70%;
        width: 74%;
        height: 1px;
        border-top: 1px dashed #7a8ea4;
    }

    .products-slider--wrap {
        margin-top: 56px;
    }

    .s-categories {
        padding: 140px 0 70px;
    }

    .categories-grid {
        margin-top: 42px;
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }

    .s-intro__content .headline__title {
        margin-bottom: 29px;
    }
}

@media (min-width: 992px) {
    .s-banner__row {
        flex-direction: row;
    }

    .s-banner__content {
        width: 56.4%;
        padding: 40px 54px 40px 96px;
    }

    .s-banner__media {
        width: 41.8%;
    }

    .banner-slider {
        height: 100%;
    }

    .s-banner__image {
        height: 100%;
    }

    .brands--sliders::before,
    .brands--sliders::after {
        width: 236px;
    }

    .s-angebote {
        position: relative;
        padding: 0 15px;
    }

    .s-angebote--wrap {
        padding: 96px 0;
    }

    .products-slider--wrap {
        margin-top: 64px;
    }

    .s-angebote__grid {
        grid-column-gap: 22px;
    }

    .categories-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog-grid {
        margin-top: 42px;
    }

    .blog-slider {
        padding-bottom: 39px;
    }

    .s-blog .btn_box {
        margin-top: 32px;
    }

    .s-intro {
        padding: 71px 0 70px;
    }

    .s-intro .container::before,
    .intro__bg {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

    .products-slider__pagination,
    .blog-slider__pagination {
        display: none;
    }
}

@media (max-width: 991px) {
    .s-banner .container,
    .s-angebote--wrap .container {
        padding: 0;
    }

    .s-banner__content .btn_box .btn,
    .s-angebote--wrap .btn_box .btn,
    .s-blog .btn_box .btn,
    .s-intro__content .btn_box .btn {
        width: 100%;
    }

    .s-banner__image {
        padding-top: 48.6%;
    }

    .products-slider--wrap {
        position: relative;
    }

    .products-slider--wrap::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 106px;
        height: 100%;
        background: linear-gradient(270deg, #FFFFFF -59.43%, rgba(255, 255, 255, 0) 100%);
        z-index: 2;
    }

    .products-slider {
        max-width: 620px;
        margin: 0 0 0 15px;
        overflow: visible;
    }

    .products-slider__pagination {
        display: flex;
        justify-content: center;
        margin-top: 32px;
    }

    .s-angebote--wrap .btn_box {
        padding: 0 15px;
    }

    .blog-slider--wrap {
        position: relative;
        padding-bottom: 10px;
        overflow: hidden;
    }

    .blog-slider--wrap::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 160px;
        height: 100%;
        background: linear-gradient(270deg, #FFFFFF -59.43%, rgba(255, 255, 255, 0) 100%);
        z-index: 2;
    }

    .blog-slider {
        max-width: 714px;
        margin: 0 0 0 15px;
        overflow: visible;
    }

    .blog-slider__pagination {
        display: flex;
        justify-content: center;
    }

    .s-cta__products.n-cta {
        display: none;
    }
}

@media (max-width: 767px) {
    .s-banner__content .headline__title {
        margin-bottom: 25px;
    }

    .s-banner__content {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .s-banner__content .btn_box {
        margin-top: auto;
    }

    .s-banner__content .btn_box .btn {
        min-height: 35px;
    }

    .s-banner__image {
        padding-top: 100%;
    }

    .s-angebote__grid {
        flex-direction: column;
        align-items: center;
        gap: 85px 0;
    }

    .card-step  {
        display: grid;
        align-items: center;
        grid-template-columns: 40px 1fr;
        gap: 16px;
    }

    .card-step:nth-child(1) {
        align-items: flex-start;
    }

    .card-step:nth-last-child(1) {
        align-items: flex-end;
    }

    .card-step__body {
        text-align: left;
    }

    .card-step:not(:nth-last-child(1))::before {
        top: 48px;
        left: 19px;
        width: 1px;
        height: 156%;
        border-left: 1px dashed #7a8ea4;
    }


    .card-step:nth-last-child(2)::before {
        top: 58px;
    }

    .products-slider {
        max-width: 282px;
    }

    .products-slider--wrap::after {
        width: 42px;
        background: linear-gradient(270deg, #FFFFFF -76.47%, rgba(255, 255, 255, 0) 100%);
    }

    .blog-slider {
        max-width: 316px;
    }

    .intro__content img.emoji {
        display: block !important;
        margin: 0 auto !important;
    }
}