<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.maincontent p, .maincontent li  {
    font-size: 20px;
	font-size: 1.3rem;}
.maincontent h1, .maincontent h2, .maincontent h3, .maincontent h4, .maincontent h5, .maincontent h6 {margin: 32px 0;}
@media only screen and (min-width: 959px) {
	h1 {
	font-size: 52px;
	font-size: 3.25rem;
	}
	h2 {
	font-size: 36px;
	font-size: 2.25rem;	
	}
	h3 {
	font-size: 32px;
	font-size: 2rem;	
	}
	h4 {
	font-size: 28px;
	font-size: 1.8rem;	
	}
	h5 {
	font-size: 24px;
	font-size: 1.5rem;
	}
	h6 {
	font-size: 20px;
	font-size: 1.3rem;
	}
	small {
	font-size: 18px;
	font-size: 1.1rem;
	margin-bottom: 16px;
	}
}
@media only screen and (max-width: 959px) {
	h1 {
	font-size: 40px;
	font-size: 3rem;
	}
	h2 {
	font-size: 32px;
	font-size: 2rem;
	}
	h3 {
	font-size: 28px;
	font-size: 1.8rem;
	}
	h4 {
	font-size: 26px;
	font-size: 1.6rem;
	}
	h5 {
	font-size: 22px;
	font-size: 1.4rem;
	}
	h6 {
	font-size: 20px;
	font-size: 1.3rem;
	}
	small {
	font-size: 18px;
	font-size: 1.1rem;
	margin-bottom: 16px;
	}
}</pre></body></html>