<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 (max-width:1560px) {
	
}
@media only screen and (max-width:1200px) {
	
}

@media only screen and (max-width:1100px) {


}
@media only screen and (max-width:900px) {

}
@media only screen and (max-width:720px) {
	html{
		font-size: calc(100vw / 7.2);
	}
}
@media only screen and (max-width:480px) {
	
}</pre></body></html>