/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2026 | 13:45:55 */
@keyframes zoom {
	from {transform: scale(var(--scale-start));}
	to {transform: scale(var(--scale-end));}
}

#homepage-hero-section.zoom img.wp-block-cover__image-background {
	--scale-start: 1;
	--scale-end: 1.2;
	animation: zoom 35s ease-in-out 1 forwards;
}