<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 450px) {
	.logo {
		width: 13em !important;
		top: 36px !important;
	}
}

@media (min-width: 768px) {
	.lead {
		font-size: 14px;
	}
}

@media (max-width: 420px) {
	.simg {
		display: none;
	}
}
</pre></body></html>