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: #fff;
	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;
}
#date {
    position: absolute;
    width: 150px;
    height: 50px;
    text-align: right;
    font-size: 15px;
    right: 14px;
    top: 23px;
}
.text {
	position: absolute;
	text-align: center;
	opacity: 0;
	width: 100%;
	font-size: 26px;
	font-weight: 700;
	color: #101f30;
}
#title {
    top: 80px;
    left: 300px;
}
.line {
	position: absolute;
	height: 1px;
	background-color: #ccc;
	width: 275px;
	left: 12px;
}
#line1 {
	top: 49px;
}
#butnsbg {
	position: absolute;
	width: 300px;
	height: 126px;
	left: 0px;
	top: 135px;
    z-index: 400;
}
.boxbutn {
    position: absolute;
    width: 133px;
    height: 126px;
    left: 10px;
    top: 135px;
    background: #f1f3f8;
    border-radius: 3px;
    z-index: 500;
    opacity: 0;
}
#boxbutn2 {
    left: 157px;
}
.butntext {
    width: 100%;
    text-align: center;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
}
#butntext1, #butntext4 {
    margin-top: 29px;
    font-size: 14.5px;
}
#butntext2, #butntext5 {
    width: 80%;
    font-size: 42px;
    margin-top: 4px;
    font-weight: 700;
    color: #000;
}
#butntext3, #butntext6 {
    width: 160%;
    margin-top: -33px;
    font-size: 26px;
    line-height: 13px;
    font-weight: 700;
    color: #000;
}
.apr {
    font-size: 10px;
}
#boxhighlight {
    position: absolute;
    width: 133px;
    height: 126px;
    left: 10px;
    top: 135px;
    background: #a7d3ff;
    border-radius: 3px;
    opacity: 0;
    z-index: 600;
    pointer-events: none;
    mix-blend-mode: multiply;
}
#sliderbox {
    position: absolute;
    width: 280px;
    height: 177px;
    border-radius: 6px;
    background-color: #f1f3f8;
    top: 290px;
    left: 9px;
}
#sliderlabel {
	position: absolute;
	width: 100%;
	top: 311px;
    left: 0;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
    letter-spacing: -0.1px;
	color: #000000;
	opacity: 0;
}
#slider {
	position: absolute;
	width: 253px;
	height: 8px;
	top: 358px;
	left: 23px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 9px;
	opacity: 0;
    z-index: 150;
}
#sliderfill {
	position: relative;
	width: 0;
	min-width: 15px;
	height: 8px;
	left: -2px;
	top: -1px;
	background-color: #98ceff;
	border: 1px solid #98ceff;
	border-radius: 9px;
}
#pivot {
	position: absolute;
	width: 29px;
	height: 29px;
    border-radius: 50%;
    background: #3289d5; /* Old browsers */
	background: -moz-linear-gradient(top, #52a2e0 0%, #206cc5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #52a2e0 0%,#206cc5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #52a2e0 0%,#206cc5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52a2e0', endColorstr='#206cc5',GradientType=0 ); /* IE6-9 */
    box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -o-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
	top: -11px;
	left: -6px;
}
#pivotdollar {
    position: absolute;
    width: inherit;
    line-height: 28px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
#pivotbgover {
	position: absolute;
	width: 29px;
	height: 29px;
    border-radius: 50%;
    background: #4bb3e9; /* Old browsers */
    background: -moz-linear-gradient(top, #77c7ef 0%, #3196df 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #77c7ef 0%,#3196df 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #77c7ef 0%,#3196df 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77c7ef', endColorstr='#3196df',GradientType=0 ); /* IE6-9 */
    box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -moz-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    -o-box-shadow: inset 1px 1px 2px 0px rgba(255,255,255,0.5);
    top: 0;
	opacity: 0;
}
#sliderhit {
	position: absolute;
	width: 274px;
	height: 30px;
	top: -11px;
	left: -2px;
	z-index: 100;
}
#slideroutput {
	position: absolute;
	width: 100%;
	top: 391px;
	left: 0;
	font-size: 50px;
	font-weight: 400;
	text-align: center;
	color: #333;
    opacity: 0;
    z-index: 5;
}
#cta {
	position: absolute;
	width: 275px;
	height: 55px;
	right: 13px;
    margin-bottom: -40px;
	bottom: 41px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 18.5px;
    letter-spacing: -0.2px;
	font-weight: 700;
	text-align: center;
	line-height: 56px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 55px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 91%;
    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: 20px;
	right: -112px;
    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: 180px;
	height: 81px;
	left: -6px;
	top: -14px;
	background-image: url('logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
}
#terms {
    position: absolute;
    width: 298px;
	height: 9px;
	left: 0;
    bottom: 16px;
    font-family: Arial, sans-serif;
    font-size: 11px;
	text-align: center;
    color: #A3A3A3;
    opacity: 1;
	letter-spacing: 0.1px;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}