<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html {
    background-color: #202225;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#373a40', endColorstr='#111214');
    /*background-image: url(bg.jpg);*/
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #373a40), color-stop(100%, #111214));
    background-image: -webkit-linear-gradient(165deg, #373a40, #111214);
    background-image: -moz-linear-gradient(65deg, #373a40, #111214);
    background-image: -ms-linear-gradient(65deg, #373a40 0, #111214 100%);
    background-image: -o-linear-gradient(65deg, #373a40, #111214);
    background-image: linear-gradient(165deg, #373a40, #111214);
    margin: 0px;
    padding: 0
    overflow: hidden !important;
    height: 100%;
    overflow-x: hidden;
	overflow-y: hidden;
}

::selection {
  background: rgba(255, 85, 0, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}
::-moz-selection {
  background: rgba(255, 85, 0, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

@media only screen and (max-width: 800px) {
	div.raid10 { top: 80px !important; left: 50% !important; margin-left: -50px !important;}
	div.raid10 img { width: 100px !important;}
	#wait { margin-top: -5px !important; }
	div.born2perform { visibility: hidden; }
	div.copyright { visibility: hidden !important; }
	div.copyright-xs { visibility: visible !important; }
}

@keyframes r0tate {
  0% {
    -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  }
}

div.raid10 {
	margin: 0;
	position: absolute;
	top: 100px;
	left: 100px;
}

div.rx {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

div.born2perform {
	margin: 0;
	position: absolute;
	bottom: 100px;
	right: 100px;
}

a {
    opacity: .3;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

a:hover {
    opacity: 1;
}

.logo {
	animation: 1s ease-out 0s 1 r0tate;
}

input, .pp-form, p {
	animation: 0.6s ease-out 0s 1 r0tate;
}

.twitter {
	animation: 0.4s ease-out 0s 1 r0tate;
}

.instagram {
	animation: 0.4s ease-out 0s 1 r0tate;
}

input {
	display: inline-block;
	box-shadow: none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	width: 200px;
	height: 30px;
	font-size: 0.9em;
	border: 2px solid rgba(255, 255, 255, 0.3);
	background-color : rgba(29, 31, 35, 0.8);
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 5px;
	color: white;
	text-align: center;
	font-weight: bold;
	z-index:99999;
}

input:focus {
	border: 2px solid #ff5600;
	background-color : rgba(255, 255, 255, 0.8);
	color: #36393f;
	outline: none;
	filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#373a40', endColorstr='#111214');
    /*background-image: url(bg.jpg);*/
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, rgba(183, 187, 194, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.8)));
    background-image: -webkit-linear-gradient(180deg, rgba(183, 187, 194, 0.8), rgba(255, 255, 255, 0.8));
    background-image: -moz-linear-gradient(180deg, rgba(183, 187, 194, 0.8), rgba(255, 255, 255, 0.8));
    background-image: -ms-linear-gradient(180deg, rgba(183, 187, 194, 0.8) 0, rgba(255, 255, 255, 0.8) 100%);
    background-image: -o-linear-gradient(180deg, rgba(183, 187, 194, 0.8), rgba(255, 255, 255, 0.8));
    background-image: linear-gradient(180deg, rgba(183, 187, 194, 0.8), rgba(255, 255, 255, 0.8));

}

.btn, button {
	display: inline-block;
	box-shadow: none;
	cursor: pointer;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100px;
	height: 45px;
	font-size: 0.9em;
	
	filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#ffffff', endColorstr='#c2c2c2');
    /*background-image: url(bg.jpg);*/
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #ffffff), color-stop(100%, #c2c2c2));
    background-image: -webkit-linear-gradient(135deg, #ffffff, #c2c2c2);
    background-image: -moz-linear-gradient(45deg, #ffffff, #c2c2c2);
    background-image: -ms-linear-gradient(45deg, #ffffff 0, #c2c2c2 100%);
    background-image: -o-linear-gradient(45deg, #ffffff, #c2c2c2);
    background-image: linear-gradient(135deg, #ffffff, #c2c2c2);
    
	border: 2px solid #c2c2c2;
	background-color : #ffffff;
	color: #36393f;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
}

button:hover {
	filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#36393f', endColorstr='#ff5600');
    /*background-image: url(bg.jpg);*/
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #ff7f00), color-stop(100%, #ff5600));
    background-image: -webkit-linear-gradient(135deg, #ff7f00, #ff5600);
    background-image: -moz-linear-gradient(45deg, #ff7f00, #ff5600);
    background-image: -ms-linear-gradient(45deg, #ff7f00 0, #ff5600 100%);
    background-image: -o-linear-gradient(45deg, #ff7f00, #ff5600);
    background-image: linear-gradient(135deg, #ff7f00, #ff5600);
    
	border: 2px solid #ff5600;
	background-color : #ff5600;
	color: #ffffff;
}

.minus {
	font-size: 0.3em;
	vertical-align: super;
}

p {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 1.5em;
	font-family: sans-serif;
	font-weight: bold;
}

span {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: sans-serif;
}

#wait {
	display: inline-block;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	width: 302px;
	height: auto;
	margin-top: -5px;
	cursor: help;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
}

div.copyright {
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	right: 103px;
	bottom: 75px;
	color: rgba(255, 255, 255, 0.2);
	font-size: 0.8em !important;
	font-family: sans-serif;
}
div.copyright-xs { 
	visibility: hidden;
	text-transform: uppercase;
	display: inline-block;
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 40px;
	color: rgba(255, 255, 255, 0.2);
	font-size: 0.8em !important;
	font-family: sans-serif;
}</pre></body></html>