<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* **********************************************************
 * FOOTER
 * ******************************************************** */

/* WST Footer */
.wst-footer {
/* 	background-color: #000; */
	background-image: url('/wp-content/uploads/2025/03/GRADIENT-1.jpg');
	background-size: cover;
	color: #2b2b2b;
	font-size: 1rem;
	padding: 1rem;
	text-align: center;
}
.wst-footer p {
	margin-bottom: 0;
}
.wst-footer a {
	color: #2b2b2b !important;
}
.wst-footer a:hover {
	color: #ddd !important;
}

.site-footer {
	position: relative;
}

.footer-publisher {
	max-width: 15rem;
	width: 100%;
}

.site-footer .footer-graphic-left {
	position: absolute;
	bottom: -2rem;
	left: 0;
	height: 37rem;
	width: 20%;
	opacity: 0.1;
}

.site-footer .footer-graphic-right {
	position: absolute;
	bottom: -2rem;
	right: 0;
	height: 37rem;
	width: 20%;
	opacity: 0.1;
}

@media (max-width: 820px) {
	
	.site-footer .footer-graphic-left {
        bottom: -1rem;
        left: 1rem;
        height: 12rem;
        width: 10%;
        opacity: 0.1;
	}

	.site-footer .footer-graphic-right {
        bottom: -1rem;
        right: 0;
        height: 12rem;
        width: 10%;
        opacity: 0.1;
	}
	
}

@media (max-width: 576px) {
	
	.site-footer .footer-graphic-left {
        bottom: unset;
        left: 50%;
        height: 22rem;
        width: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.05;
	}

	.site-footer .footer-graphic-right {
        display: none;
	}
	
}</pre></body></html>