.slider .swiper-pagination{display:flex;align-items:center;justify-content:center;margin-top:20px;gap:8px;height:8px}.slider .swiper-pagination .swiper-pagination-bullet{display:inline-block;width:8px;height:8px;background-color:hsla(0,0%,100%,.2);border-radius:8px;cursor:pointer;transition:all .3s ease}.slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width:24px;background-color:hsl(var(--primary));opacity:1}.slider .swiper:not(.swiper-initialized){overflow:hidden;margin-bottom:28px;display:flex}.slider .swiper:not(.swiper-initialized) .swiper-wrapper{gap:10px}.slider .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:100%}@media only screen and (min-width:520px){.slider .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:calc(50% - 5px)}}@media only screen and (min-width:540px){.slider .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:100%}}@media only screen and (min-width:768px){.slider .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:100%}}@media only screen and (min-width:920px){.slider .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:calc(50% - 5px)}}@media only screen and (min-width:1200px){.slider .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{width:calc(33.33% - 6.5px)}}.slider.auto-width .swiper .swiper-wrapper .swiper-slide{width:auto}