<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { background: url( '../../images/pages/index/bg/bg-main.jpg' ) no-repeat center center/cover; position: relative; }
#main { background: 0; color: #FFF; text-align: center; position: static; transform: none; -webkit-transform: none; }
#holder { position: absolute; top: 50%; left: 50%; transform: translateX( -50% ) translateY( -50% );  -webkit-transform: translateX( -50% ) translateY( -50% ); max-width: 90%; }

h1 { margin: auto; }
#holder p { max-width: 720px; margin: 20px auto 30px; font-size: 14pt; }
#holder a { font-size: 14pt; background: #ec008c; display: inline-block; color: #FFF; text-transform: uppercase; padding: 10px 19px; }
#holder a:hover { background: #FFF; color: #ec008c; }

footer { background: 0; color: #FFF; position: absolute; left: 0; right: 0; bottom: 10px; z-index: 1; }
footer a { color: #FFF; }

@media (max-width: 900px) {
	#holder { width: 100%; }
}

@media (max-width: 542px) {
	#holder { position: static; transform: none; margin: auto; }

	footer { position: static; }
}</pre></body></html>