<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Begin Ad 1 */

ol,ul {
	list-style:none;
}
#name {
	width: 444px;
	height: 148px; margin:0;

	position: relative; 
}

#name #content {	
	
	margin:0; 
	text-align: center;
	position: relative;
	overflow: visible;
}
	#name #content h2 {
        margin: 0 0 5px -200px; 
		position: relative;		
		-webkit-animation: h2-animation 1s 1 ease-in-out;
		-moz-animation: h2-animation 1s 1 ease-in-out;
		-o-animation: h2-animation 1s 1 ease-in-out;
		-ms-animation: h2-animation 1s 1 ease-in-out;
		animation: h2-animation 1s 1 ease-in-out;
	}
	#name #content h3 {
		margin: 0px 0 0 80px; 
		position: relative;padding-top:35px; 
		-webkit-animation: h3-animation 2s 1 ease-in-out;
		-moz-animation: h3-animation 2s 1 ease-in-out;
		-o-animation: h3-animation 2s 1 ease-in-out;
		-ms-animation: h3-animation 2s 1 ease-in-out;
		animation: h3-animation 2s 1 ease-in-out;
	}
	#name #content h4 {
		margin: 10px -50px 0 35px; 
		position: relative; 
		-webkit-animation: h4-animation 3s 1 ease-in-out;
		-moz-animation: h4-animation 3s 1 ease-in-out;
		-o-animation: h4-animation 3s 1 ease-in-out;
		-ms-animation: h4-animation 3s 1 ease-in-out;
		animation: h4-animation 3s 1 ease-in-out;
	}
	


#name ul#logo {
		width: 90px;
		height: 90px;
	
	position: absolute;
	bottom: 0; margin:0;
	left: 25px; top:60px;
	overflow: visible;
	-webkit-animation: logo-in-animation 2s 1 ease-out;
	-moz-animation: logo-in-animation 2s 1 ease-out;
	-o-animation: logo-in-animation 2s 1 ease-out;
	-ms-animation: logo-in-animation 2s 1 ease-out;
	animation: logo-in-animation 2s 1 ease-out;
}
	#name ul#logo li {
		width: 90px;
		height: 90px;
		background-image: url(images/logo.png);
		position: absolute;
		bottom: 0; margin:20px 0 ;
		left: 10px;
		overflow: visible;
		-webkit-animation: logo-animation 2s infinite ease-in-out;
		-moz-animation: logo-animation 2s infinite ease-in-out;
		-o-animation: logo-animation 2s infinite ease-in-out;
		-ms-animation: logo-animation 2s infinite ease-in-out;
		animation: logo-animation 2s infinite ease-in-out;
	}


/* WebKit Animations */

@-webkit-keyframes h2-animation {
	0%   {opacity: 0;}
	80%  {opacity: 0.8;}
	100% {opacity: 1;}
}
@-webkit-keyframes h3-animation {
	0%   {opacity: 0; right: -200px;}
	80%  {opacity: 0.8; right: -200px;}
	100% {opacity: 1; right: 0;}
}
@-webkit-keyframes h4-animation {
	0%   {opacity: 0; right: -200px;}
	90%  {opacity: 0; right: -200px;}
	95%  {opacity: 0.5; right: 20px;}
	100% {opacity: 1; right: 0px;}
}
@-webkit-keyframes logo-in-animation {
	0%   {opacity: 0;left: 25px;
	transh4: scale(0, 0.5);
-ms-transh4: scale(0, 0.5);  /* IE 9 */
-webkit-transh4: scale(0, 0.5);  /* Safari and Chrome */
-o-transh4: scale(0, 0.5);  /* Opera */
-moz-transh4: scale(0, 0.5);  /* Firefox */
}
	100% {opacity: 1;left: 25px;
transh4: scale(1, 1);
-ms-transh4: scale(1, 1);  /* IE 9 */
-webkit-transh4: scale(1, 1);  /* Safari and Chrome */
-o-transh4: scale(1, 1);  /* Opera */
-moz-transh4: scale(1, 1);  /* Firefox */
	 }
}
@-webkit-keyframes logo-animation {
	0%   {bottom: 0px; right: 0px;}
	25%  {bottom: 0px; right: -2px;}
	70%  {bottom: 0px; right: -4px;}
	100% {bottom: 0px; right: 0px;}
}

/* FireFox Animations */

@-moz-keyframes h2-animation {
	0%   {opacity: 0;}
	80%  {opacity: 0.8;}
	100% {opacity: 1;}
}
@-moz-keyframes h3-animation {
	0%   {opacity: 0; right: -200px;}
	80%  {opacity: 0.8; right: -200px;}
	100% {opacity: 1; right: 0;}
}
@-moz-keyframes h4-animation {
	0%   {opacity: 0; right: -200px;}
	90%  {opacity: 0; right: -200px;}
	95%  {opacity: 0.5; right: 20px;}
	100% {opacity: 1; right: 0px;}
}
@-moz-keyframes logo-in-animation {
	0%   {left: 80px;}
	100% {left: 25px;}
}
@-moz-keyframes logo-animation {
	0%   {bottom: 0; right: 0px;}
	25%  {bottom: 0; right: -2px;}
	70%  {bottom: 0; right: -4px;}
	100% {bottom: 0; right: 0px;}


}

/* Opera Animations */

@-o-keyframes h2-animation {
	0%   {opacity: 0;}
	80%  {opacity: 0.8;}
	100% {opacity: 1;}
}
@-o-keyframes h3-animation {
	0%   {opacity: 0; right: -200px;}
	80%  {opacity: 0.8; right: -200px;}
	100% {opacity: 1; right: 0;}
}
@-o-keyframes h4-animation {
	0%   {opacity: 0; right: -200px;}
	90%  {opacity: 0.8; right: -200px;}
	95%  {opacity: 0.9; right: -120px;}
	100% {opacity: 1; right: 0px;}
}
@-o-keyframes logo-in-animation {
	0%   {opacity: 0;left: 25px;
	transh4: scale(0, 0.5);
-ms-transh4: scale(0, 0.5);  /* IE 9 */
-webkit-transh4: scale(0, 0.5);  /* Safari and Chrome */
-o-transh4: scale(0, 0.5);  /* Opera */
-moz-transh4: scale(0, 0.5);  /* Firefox */
}
	100% {opacity: 1;left: 25px;
transh4: scale(1, 1);
-ms-transh4: scale(1, 1);  /* IE 9 */
-webkit-transh4: scale(1, 1);  /* Safari and Chrome */
-o-transh4: scale(1, 1);  /* Opera */
-moz-transh4: scale(1, 1);  /* Firefox */
	 }
}
@-o-keyframes logo-animation {
	0%   {bottom: 0; right: 0px;}
	25%  {bottom: 0; right: -2px;}
	70%  {bottom: 0; right: -4px;}
	100% {bottom: 0; right: 0px;}
}


/* IE Animations */

@-ms-keyframes h2-animation {
	0%   {opacity: 0;}
	80%  {opacity: 0.8;}
	100% {opacity: 1;}
}
@-ms-keyframes h3-animation {
	0%   {opacity: 0; right: -200px;}
	80%  {opacity: 0.8; right: -200px;}
	100% {opacity: 1; right: 0;}
}
@-ms-keyframes h4-animation {
	0%   {opacity: 0; right: -200px;}
	90%  {opacity: 0.8; right: -200px;}
	95%  {opacity: 0.9; right: -120px;}
	100% {opacity: 1; right: 0px;}
}
@-ms-keyframes logo-in-animation {
	0%   {opacity: 0;left: 25px;
	transh4: scale(0, 0.5);
-ms-transh4: scale(0, 0.5);  /* IE 9 */
-webkit-transh4: scale(0, 0.5);  /* Safari and Chrome */
-o-transh4: scale(0, 0.5);  /* Opera */
-moz-transh4: scale(0, 0.5);  /* Firefox */
}
	100% {opacity: 1;left: 25px;
transh4: scale(1, 1);
-ms-transh4: scale(1, 1);  /* IE 9 */
-webkit-transh4: scale(1, 1);  /* Safari and Chrome */
-o-transh4: scale(1, 1);  /* Opera */
-moz-transh4: scale(1, 1);  /* Firefox */
	 }
}
@-ms-keyframes logo-animation {
	0%   {bottom: 0; right: 0px;}
	25%  {bottom: 0; right: -2px;}
	70%  {bottom: 0; right: -4px;}
	100% {bottom: 0; right: 0px;}
}


/* Animations */

@keyframes h2-animation {
	0%   {opacity: 0;}
	80%  {opacity: 0.28;}
	100% {opacity: 1;}
}
@keyframes h3-animation {
	0%   {opacity: 0; right: -200px;}
	80%  {opacity: 0.28; right: -200px;}
	100% {opacity: 1; right: 0;}
}
@keyframes h4-animation {
	0%   {opacity: 0; right: -200px;}
	90%  {opacity: 0.28; right: -200px;}
	95%  {opacity: 0.9; right: -120px;}
	100% {opacity: 1; right: 0px;}
}
@keyframes logo-in-animation {
	0%   {opacity: 0;left: 25px;
	transh4: scale(0, 0.5);
-ms-transh4: scale(0, 0.5);  /* IE 9 */
-webkit-transh4: scale(0, 0.5);  /* Safari and Chrome */
-o-transh4: scale(0, 0.5);  /* Opera */
-moz-transh4: scale(0, 0.5);  /* Firefox */
}
	100% {opacity: 1;left: 25px;
transh4: scale(1, 1);
-ms-transh4: scale(1, 1);  /* IE 9 */
-webkit-transh4: scale(1, 1);  /* Safari and Chrome */
-o-transh4: scale(1, 1);  /* Opera */
-moz-transh4: scale(1, 1);  /* Firefox */
	 }
}
@keyframes logo-animation {
	0%   {bottom: 0; right: 0px;}
	25%  {bottom: 0; right: -2px;}
	70%  {bottom: 0; right: -4px;}
	100% {bottom: 0; right: 0px;}
}


/* End Ad 1 */

@keyframes logo-in-animation {
	0%   {opacity: 0;left: 25px;
	transform: scale(0, 0.5);
-ms-transform: scale(0, 0.5);  /* IE 9 */
-webkit-transform: scale(0, 0.5);  /* Safari and Chrome */
-o-transform: scale(0, 0.5);  /* Opera */
-moz-transform: scale(0, 0.5);  /* Firefox */
}
	100% {opacity: 1;left: 25px;
transform: scale(1, 1);
-ms-transform: scale(1, 1);  /* IE 9 */
-webkit-transform: scale(1, 1);  /* Safari and Chrome */
-o-transform: scale(1, 1);  /* Opera */
-moz-transform: scale(1, 1);  /* Firefox */
}
}
@keyframes logo-animation {
	0%   {bottom: 0; right: 0px;}
	25%  {bottom: 0; right: -2px;}
	70%  {bottom: 0; right: -4px;}
	100% {bottom: 0; right: 0px;}
}</pre></body></html>