/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 24 2025 | 20:49:44 */
.header-w-icon h1 {
	line-height: 1.1em;
}
.header-w-icon img {
    transition: 0.6s ease all;
}
.header-w-icon:has(h1:hover) img {
    transform: translateX(10px) translateY(-5px);
}