<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {
	@viewport {
	  max-width: 1004px;
	}
	#d2p-groupheader,
	#gl_headerOuter,
	#gl_btmOuter {
		display: none !important;
	}
	#gl_mainContents::after {

	}
}
/* tablet to be developped */</pre></body></html>