/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 21 2025 | 14:53:08 */
.home .site-content {
	position: relative;
    top: 47px !important;
}

/* BANNER HOME SWIPER */
.home .banner .swiper-pagination-bullet {
	border: 1px solid #fff;
	background: transparent !important;
} 

.home .banner .swiper-pagination-bullet-active {
	background: #fff !important;
}

@media (max-width: 1024px) {
	.home .banner img {
		aspect-ratio: 1 / 1;
	}
	
	.home .site-content {
		top: 0 !important;
	}
	
}