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

/* Mobile */
@media screen and (min-width:1px) and (max-width:639px) {
	section.type-title { padding-top:98px; }
}

/* Mobile &amp; Tablet */
@media screen and (min-width:1px) and (max-width:1219px) {
}

/* Tablet */
@media screen and (min-width:640px) and (max-width:1219px) {
	section.type-title { padding-top:108px; }
}

/* Tablet &amp; Desktop */
@media screen and (min-width:640px) {
}

/* Desktop */
@media screen and (min-width:1220px) {
	/* section.type-title { padding-top:144px; } */
}</pre></body></html>