.acf-swiper-pagination,
.acf-slider-nav{
	display: flex;
	align-items: center;
	justify-content: center;
}
.acf-swiper-pagination{
	gap: 0.625rem;
}
.acf-slider-nav .swiper-prev,
.acf-slider-nav .swiper-next{
	width: 2.5rem;
	height: 2.5rem;
	cursor: pointer;
	opacity: 0.5;
	transition: all 0.3s ease-out;
}
.acf-slider-nav .swiper-prev:hover,
.acf-slider-nav .swiper-next:hover{
	opacity: 1;
}
.acf-slider-nav .swiper-prev svg,
.acf-slider-nav .swiper-next svg{
	width: 100%;
	height: 100%;
	display: block;
}
.acf-slider-nav .swiper-prev{

}
.acf-slider-nav .swiper-next{

}
.acf-swiper-pagination  .swiper-pagination-bullet{
	background: #DBDBDB;
	transition: all 0.3s ease-out;
	width: 1.25rem;
	height: 0.625rem;
	border-radius: 0.625rem;
	opacity: 1;
}
.acf-swiper-pagination  .swiper-pagination-bullet:hover{
	background: #00C8DE;
}
.acf-swiper-pagination  .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 2.5rem;
	background: #00C8DE;
}
@media only screen and (min-width: 768px){
	.acf-swiper-pagination  .swiper-pagination-bullet{
		background: #4D4D4D;
	}
}