<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background-color: transparent;
}

body {
	margin: 0px;
	background-color: rgb(241, 247, 247);
	font-family: myriad-pro, Arial, sans-serif;
	font-size: 16px;
}

/* Center vertically and horizontally if the window is big enough. */
#module-loading {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 1010px;
	height: 568px;
	margin: auto;
	z-index: 1;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	background: rgb(32, 121, 153);
}

#module-loading #bg {
	position: absolute;
	width: 1010px;
	height: 568px;
	z-index: -1;
	overflow: hidden;
}



#module-loading #logo {
	position: absolute;
	background-image: url(image/loading-screen/logo.png);
	width: 200px;
	height: 90px;
	top: 40px;
	left: 750px;
	background-size: contain;
	background-repeat: no-repeat;
}

#module-loading #title {
	position: absolute;
	left: 396px;
	top: 130px;
	color: white;
	font-family: reklame-script, cursive, sans-serif;
	font-size: 75px;
	line-height: 75px;
	transform: rotate(-6deg);
	-webkit-transform:rotate(-6deg); /* Safari and Chrome */
	-moz-transform:rotate(-6deg); /* Firefox */
	-o-transform:rotate(-6deg); /* Opera */
	-ms-transform:rotate(-6deg); /* IE 9 */
}

#module-loading #subtitle {
	font-family: "myriad-pro", arial, sans-serif;
	font-size: 37px;
	color: white;
	width: 610px;
	position: absolute;
	left: 50px;
	--top: 500px;
	bottom: 50px;
}

#module-loading #loading-spinner {
	position: absolute;
	bottom: 46px;
	right: 140px;
	font-family: "myriad-pro", arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: white;
	text-shadow: 0px 0px 4px black;
}

#module-loading #start-module .start {
	position: absolute;
	bottom: 46px;
	right: 140px;
	font-family: "myriad-pro", arial, sans-serif;
	font-weight: bold;
	font-size: 30px;
	color: white;
	text-shadow: 0px 0px 4px black;
}

#module-loading #start-module:hover .start {
	text-decoration: underline;
}

#module-loading #start-module .start_module {
	position: absolute;
	bottom: 26px;
	right: 40px;
	width: 80px;
	height: 80px;
	border-radius: 42px;
	background-repeat: no-repeat;
	background-image: url(skin/start_module.png);
	box-shadow: 0px 0px 4px 0px black;
	cursor: pointer;
}

#module-loading #start-module:hover .start_module {
	box-shadow: 0px 0px 3px 5px rgba(226, 23, 133, 0.3);
	background-position: right top;
}

#old-browser {
	margin: 30px auto 30px auto;
	padding: 20px;
	border: 1px solid black;
	background-color: #ffffcc;
	width: 800px;
	font-family: arial, sans-serif;
}

.old-ie #module-loading {
	display: none;
}
</pre></body></html>