<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

header.default {
	position: relative;
	background-color: rgba(var(--act-primary), 1);
	margin-bottom: 40px;
	padding: 20px;
	color: rgba(var(--text), 1);
}

#site-logo img {
	height: 60px;
}

@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 768px) {
	#site-logo img {
		max-height: 60px;
	}
}</pre></body></html>