<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	margin:0px;
	padding:0px;
	font-family: 'New Rail Alphabet White';
	font-size:14px;
	color:#121212;
}
a{
	text-decoration:none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	color:inherit;
}
a:hover{
	text-decoration:none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	color:#999999;
}
ul,ol{
	list-style:none;
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
}
p{
	font-family: 'New Rail Alphabet White';
	font-size:14px;
	color:#121212;
	margin-bottom:0px;
}
.common-bg-style{
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.common-arrow{
	width:auto;
	height:auto;
	background:none;
}
:focus{
	outline:none;
}
.common-btn{
	font-size:14px;
	font-family: 'New Rail Alphabet medium';
	color:#fff;
	border:2px solid #fff;
	display:inline-block;
	max-width:250px;
	width:100%;
	height:48px;
	line-height:48px;
	border-radius:0px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	text-align:center;
	cursor:pointer;
}
.common-btn:hover{
	background:#2499ce;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
.blue-bttn{
	background:#2499ce;
	border:2px solid #2499ce;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	color:#fff;
}
.blue-bttn:hover{
	background:transparent;
	color:#2499ce;
}
h1{
	font-family: 'New Rail Alphabet White';
	font-size:60px;
	letter-spacing:5px;
	color:#fff;
}
h2{
	font-family: 'New Rail Alphabet bold';
	font-size:24px;
	color:#121212;
	letter-spacing:2px;
}
h3{
	font-family: 'New Rail Alphabet medium';
	font-size:24px;
	color:#fff;
	letter-spacing:2px;
}
h4{
	font-family: 'New Rail Alphabet medium';
	font-size:24px;
	color:#121212;
	letter-spacing:2px;
}

h6{
	font-family: 'New Rail Alphabet medium';
	font-size:16px;
	color:#fff;
	letter-spacing:4px;
	margin-bottom:10px;
}
#page{
	overflow-x: hidden;
}</pre></body></html>