
.swiper {
    --swiper-pagination-bottom: -40px;
    position: static;
    margin: 0;
}
.wrapper-for-static {
    position: relative;
    max-width: 1208px;
    margin: 0 auto;
}
.blog-splide .splide__pagination__page {
    border-radius: 25px !important;
}
.swiper .swiper-button-next {
    right: -1.2em;
}
.swiper .swiper-button-prev {
    left: -1.2em;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    background-color: #9b1c20;
    opacity: 1;
    transition: opacity .5s;
    width: 50px;
    height: 50px;
    align-items: center;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
}
.swiper .swiper-button-next svg,
.swiper .swiper-button-prev svg {
    color: #fff;
    height: 1.2em;
    width: 1.2em;
}
.swiper-wrapper {
    z-index: 0 !important;
}
.swiper .swiper-pagination-bullet {
    background: #9b1c20;
    opacity: unset;
    height: 1rem;
    width: 1rem;
}
.swiper .swiper-pagination-bullet-active {
    background: #6c181c;
}
