<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 1200px) and (max-width: 1440px) {
	#wrapper footer.footer { background-image: none !important; background-color: #1f7a75 !important; padding: 50px 50px 20px 50px !important; }	
}
@media only screen and (min-width: 1440px) {
	#wrapper footer.footer { background-image: none !important; background-color: #1f7a75 !important; padding: 50px 50px 20px 50px !important; }
	@media only screen and (min-width: 1440px) {
		#wrapper footer.footer .text_footer_desc { max-width: 90% !important; }
	}
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	body #wrapper footer.footer .container_swint { max-width: 90% !important; margin-left: 5% !important; }
}

#wrapper footer.footer { background-color: #073148 !important; background-image: none !important; }
#wrapper footer.footer .row { background-color: #073148 !important; }</pre></body></html>