.swiper.motive-slider {
    display: none;
}

.motive-slider-btn {
    margin-block: 2.5rem;
}

@media (min-width: 1024px) {
    .motive-slider-btn {
        margin-block: 0;
    }
}

.swiper.motive-slider.swiper-initialized {
    display: block;
}

.swiper.motive-slider .swiper-button-prev {
    left: 0;
}

.swiper.motive-slider .swiper-button-next {
    right: 0;
}

.swiper.motive-slider .swiper-button-prev,
.swiper.motive-slider .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    min-width: unset;
    margin: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.swiper.motive-slider .swiper-button-prev.swiper-button-disabled,
.swiper.motive-slider .swiper-button-next.swiper-button-disabled {
    opacity: 1;
}

.swiper.motive-slider .icon-check_circle_fill {
    display: none;
    pointer-events: none;
}

.swiper.motive-slider .peer:checked ~ .icon-wrapper .icon-check_circle_fill {
    display: block;
}

.swiper.motive-slider .icon-check_circle_fill::before {
    color: #2cb75a;
    font-size: 30px;
}

.swiper.motive-slider .swiper-button-prev i.icon,
.swiper.motive-slider .swiper-button-next i.icon {
    font-size: 30px;
    font-weight: bold;
    color: #a30062;
}
