
html, body {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%; 
}
#ad {
	border: #000 1px solid;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 600px;/*100%;*/
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 160px;/*100%;*/
}
#logo {
    background: url(PGR_logo_2d95e5_120x18.svg) no-repeat;
	height: 24px;
	left: 14px;
	opacity: 1;
	position: absolute;
	top: 25px;
	width: 130px;
	/* z-index: 1; */
}

/* --  content start  --------------------------------------------------------  */


#bg {
	top: 0;
	position: absolute;
	transform: translate(0,0);
}

#bg.in {
	top: 0;
	position: absolute;
	transform: translate(-130px,-500px);
	transition: ease-out 3s;
	-webkit-transition: ease-out 3s;
	-moz-transition: ease-out 3s;
	-ms-transition: ease-out 3s;
}

#splatter {
	opacity: 0;
	position: absolute;
}
#splatter.in {
	opacity: 1;
	position: absolute;
	transition: ease-out 3s;
	-webkit-transition: ease-out 3s;
	-moz-transition: ease-out 3s;
	-ms-transition: ease-out 3s;
}

#type1 {
	opacity: 1;
	position: absolute;
}

#masktype {
	position: absolute;
	clip: rect(0, 0, 250px, 0);
}

#masktype.in {
	position: absolute;
	clip: rect(0, 300px, 250px, 0);
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

#type1.left {
	transform: rotate(1deg);
    transform-origin: center right;
}

#type1.right {
	transform: rotate(-1deg);
    transform-origin: top center;
}

#type1.flat {
	transform: rotate(0deg);
    transform-origin: top center;
}

#flo {
	top: 0;
	position: absolute;
	transform: translateX(-220px);
}

#flo.in {
	top: 0;
	position: absolute;
	transform: translateX(-25px);
	transition: all 2s;
	-webkit-transition: all 2s;
	-moz-transition: all 2s;
	-ms-transition: all 2s;
}

#flo.move {
	top: 0;
	position: absolute;
	transform: translateX(0);
	transition: ease-out 8s;
	-webkit-transition: ease-out 8s;
	-moz-transition: ease-out 8s;
	-ms-transition: ease-out 8s;
}

#butt-spray {
	opacity: 1;
	position: absolute;
	left: 6px;
	top: 521px;
}

#mask {
	position: absolute;
	clip: rect(0, 0, 600px, 0);
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

#mask.in {
	position: absolute;
	clip: rect(0, 160px, 600px, 0);
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}


/* --  content ends  ---------------------------------------------------------  */

/* --  CTA  ------------------------------------------------------------------  */ 

#button1 {	
	background: url(button_2d95e5_134x36.svg) no-repeat;
	bottom: 25px;
	height: 36px;
	left: 13px;
    opacity: 0;
	position: absolute;
	width: 134px;
	-webkit-appearance: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
#button1.in {
	opacity: 1;
	position: absolute;
	-webkit-appearance: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
#button1.mouse {
	opacity: 1;
	position: absolute;
	-webkit-appearance: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}
#button2 {	
	background: url(button_0a3360_134x36.svg) no-repeat;
	bottom: 25px;
	height: 36px;
	left: 13px;
    opacity: 0;
	position: absolute;
	width: 134px;
	-webkit-appearance: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
	z-index: 1;
}
#button2.in {
	opacity: 0;
	position: absolute;
	-webkit-appearance: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;

}
#button2.mouse {
	opacity: 1;
	position: absolute;
	-webkit-appearance: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

#bgExitArea { 
	cursor: pointer; 
	height: 100%; 
	left: 0;
	opacity: 0; 
	position: absolute; 
	top: 0;   
	width: 100%;
}
#bgExitArea a {
	display: none;
}
