html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
body {
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#banner {
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 300px;
	height: 600px;
	background-color: #f7f7f7;
	top: 0;
	left: 0;
	margin: auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; 
	opacity: 0;
}
#unclick {
    position: absolute;
    width: 60px;
    height: 40px;
    z-index: 800;
}
.greenbar {
    position: absolute;
    width: 600px;
    height: 500px;
    background: #C6CDD0;
    left: 70px;
    top: 480px;
    opacity: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    pointer-events: none;
}
#greenbar2 {
    left: 91px;
    top: 491px;
    background: #08c177;
    background: -moz-linear-gradient(45deg,  #08c177 0%, #81d6d6 100%);
    background: -webkit-linear-gradient(45deg,  #08c177 0%,#81d6d6 100%);
    background: linear-gradient(45deg,  #08c177 0%,#81d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c177', endColorstr='#81d6d6',GradientType=1 );
}
#greenbar3 {
    left: 104px;
    top: 504px;
    background: #078181;
    z-index: 900;
}
#greenbar4 {
    left: 101px;
    top: 501px;
    background: #08c177;
}
#greenbar5 {
    left: 117px;
    top: 517px;
    background: #fff;
    z-index: 901;
}
#greenbar6 {
    left: 124px;
    top: 524px;
    background: #078181;
    z-index: 903;
}
.greenbar_2 {
    position: absolute;
    width: 600px;
    height: 500px;
    background: #C6CDD0;
    left: -470px;
    top: -380px;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    pointer-events: none;
}
#greenbar8 {
    left: -491px;
    top: -401px;
    background: #08c177;
    background: -moz-linear-gradient(45deg,  #08c177 0%, #81d6d6 100%);
    background: -webkit-linear-gradient(45deg,  #08c177 0%,#81d6d6 100%);
    background: linear-gradient(45deg,  #08c177 0%,#81d6d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08c177', endColorstr='#81d6d6',GradientType=1 );
    z-index: 900;
}
#greenbar9 {
    left: -504px;
    top: -414px;
    background: #078181;
}
#greenbar10 {
    left: -501px;
    top: -411px;
    background: #08c177;
    z-index: 902;
}
#greenbar11 {
    left: -507px;
    top: -417px;
    background: #fff;
}
#greenbar12 {
    left: -514px;
    top: -424px;
    background: #078181;
    z-index: 903;
}
.text {
	position: absolute;
	text-align: center;
	opacity: 0;
	width: 100%;
    left: 300px;
    top: 28px;
	font-size: 34px;
	font-weight: 700;
	color: #111;
}
#text2 {
    top: 69px;
    left: -300px;
}
#text3 {
    top: 119px;
    left: 0px;
	color: #555;
	font-size: 19.5px;
	font-weight: 400;
}
#loanstable {
	position: absolute;
	width: 300px;
    height: auto;
	top: 143px;
    left: 0px;
	margin: 0 auto;
	text-align: center;
    z-index: 110;
    pointer-events: all;
}
.tcell {
	display: inline-block;
	margin: 2.5px 1px;
	height: 34px;
	width: 81px;
	background: #f7f7f7;
	line-height: 33px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
	color: #333;
	text-align: center;
	opacity: 0;
    z-index: 120;
}
#cta {
	position: absolute;
	width: 251px;
	height: 44px;
	left: 25px;
	bottom: 129px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #0069BA;
	border-radius: 4px;
	font-size: 16px;
    letter-spacing: -0.1px;
	font-weight: 700;
	text-align: center;
	line-height: 44px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 44px;
	background-color: #0069BA;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 100%;
    opacity: 0;
}
#ctaarrow {
    position: absolute;
    width: 0; 
    height: 0; 
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #fff;
    bottom: 14px;
	right: -112px;
    opacity: 0;
    z-index: 150;
    pointer-events: none;
}
#shine {
	position: absolute;
	width: 250px;
	height: 65px;
	left: -300px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 175px;
	height: 125px;
	left: 63px;
	bottom: -4px;
	background-image: url('logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
    mix-blend-mode: multiply;
    background-blend-mode: multiply;
}
#terms {
    position: absolute;
    width: 100%;
	left: 0;
    bottom: 111px;
    font-family: Arial, sans-serif;
    font-size: 8px;
	text-align: center;
    color: #a3a3a3;
	letter-spacing: 0.1px;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}