.swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;background:#ffffff80;transition:all .6s ease;opacity:1!important}.swiper-button-next:after{content:url(/icons/arrow-right.svg)}.swiper-button-prev:after{content:url(/icons/arrow-left.svg)}.swiper-pagination-bullet-active{width:30px;border-radius:5px;overflow:hidden;position:relative}.swiper-pagination-bullet-active:after{content:"";position:absolute;top:0;left:0;height:100%;width:0;background:#ffffff;animation:fill-progress var(--swiper-autoplay-delay,5s) linear forwards;border-radius:5px}@keyframes fill-progress{0%{width:0}to{width:100%}}