/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2025 | 15:21:18 */
header {
	position: relative;
	z-index: 99;
}
.text-decoration-none {
	text-decoration: none;
}
.text-decoration-none > a {
	text-decoration: none;
}
.wp-site-blocks div:has(> .image-background) {
	position: relative;
}
.wp-site-blocks .image-background {
	position: absolute;
  	top: 0;
  	left: 0;
	max-width: none;
}
.wp-site-blocks .wp-block-image.image-background > img {
	max-width: none;
}
.wp-site-blocks .wp-block-image[class*="-h-"] > img {
	height: 100%;
	width: auto;
}
.wp-site-blocks .right {
	left: auto;
	right: 0;
}
.wp-site-blocks .bottom {
	top: auto;
	bottom: 0;
}
.wp-site-blocks .h-90 {
	height: 90% !important;
}
.wp-site-blocks .h-80 {
	height: 80% !important;
}
.wp-site-blocks .h-70 {
	height: 70% !important;
}
.wp-site-blocks .h-60 {
	height: 60% !important;
}
.wp-site-blocks .h-50 {
	height: 50% !important;
}
.wp-site-blocks .w-50 {
	height: auto !important;
	width: 50% !important;
}
.wp-block-stackable-columns.flex-wrap-reverse > .stk-inner-blocks {
	flex-direction: row-reverse !important;
}
.overflow-hidden {
	overflow: hidden;
}
.image-breath {
  	animation: scaleAnimation 6s ease-in-out infinite;
}

@keyframes scaleAnimation {
  	0%, 100% {
    	transform: scaleY(100%) translateY(0%);
  	}
  	35%, 65% {
    	transform: scaleY(97%) translateY(1.8%);
  	}
}

@media (max-width: 768px) {
	.wp-block-stackable-columns.flex-wrap-reverse-mobile > .stk-inner-blocks {
		flex-wrap: wrap-reverse !important;
		flex-direction: row-reverse !important;
	}
}
@media (min-width: 768px) {
	.wp-site-blocks .m-h-90 {
		height: 90% !important;
	}
	.wp-site-blocks .m-h-80 {
		height: 80% !important;
	}
	.wp-site-blocks .m-h-70 {
		height: 70% !important;
	}
	.wp-site-blocks .m-h-60 {
		height: 60% !important;
	}
	.wp-site-blocks .m-h-50 {
		height: 50% !important;
	}
}
@media (min-width: 1200px) {
	.wp-site-blocks .l-h-90 {
		height: 90% !important;
	}
	.wp-site-blocks .l-h-80 {
		height: 80% !important;
	}
	.wp-site-blocks .l-h-70 {
		height: 70% !important;
	}
	.wp-site-blocks .l-h-60 {
		height: 60% !important;
	}
	.wp-site-blocks .l-h-50 {
		height: 50% !important;
	}
}
@media (min-width: 1600px) {
	.wp-site-blocks .xl-h-90 {
		height: 90% !important;
	}
	.wp-site-blocks .xl-h-80 {
		height: 80% !important;
	}
	.wp-site-blocks .xl-h-70 {
		height: 70% !important;
	}
	.wp-site-blocks .xl-h-60 {
		height: 60% !important;
	}
	.wp-site-blocks .xl-h-50 {
		height: 50% !important;
	}
}