#banner {
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	font-family: 'Lato', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 970px;
	height: 250px;
	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: 80px;
    height: 60px;
    z-index: 800;
}
#title {
    position: absolute;
    width: 300px;
    height: 21px;
    left: 300px;
    top: 21px;
    font-size: 26.5px;
    color: #101f30;
    text-align: center;
    font-weight: 700;
    margin-left: 717px;
    z-index: 5;
}
.line {
    position: absolute;
    width: 317px;
    height: 2px;
    background-color: #d93551;
    top: 66px;
    opacity: 0;
    z-index: 5;
}
#line1 {
    width: 597px;
    left: 13px;
}
#line2 {
    left: 646px;
}
.text {
    position: absolute;
    width: 623px;
    height: 25px;
    color: #000000;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    opacity: 0;
    z-index: 5;
}
#text1 {
    top: 20px;
}
#text2 {
    width: 311px;
    height: 72px;
    background-color: #e8f4ff;
    top: 90px;
    padding-top: 7px;
    margin-left: 650px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}
#btntable {
	position: absolute;
	width: 624px;
	top: 88px;
	margin: 0 auto;
	text-align: center;
    z-index: 110;
    pointer-events: all;
}
.btn {
	display: inline-block;
	margin: 1.5px 10px;
	height: 44px;
	width: 132px;
    line-height: 44px; 
    font-size: 18px;
    border-radius: 4px;
	font-weight: 600;
    overflow: hidden;
	color: #000000;
    background-color: #f1f3f8;
	opacity: 0;
    z-index: 120;
}
#cta {
	position: absolute;
	width: 311px;
	height: 57px;
	right: 9px;
    margin-bottom: -40px;
	bottom: 16px;
    opacity: 0;
	background-color: #2f86d4;
	border-radius: 4px;
	font-size: 23px;
    letter-spacing: -0.2px;
	font-weight: 700;
	text-align: center;
	line-height: 57px;
    z-index: 50;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 57px;
	background-color: #2f86d4;
	border-radius: 4px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 93%;
    opacity: 0;
}
#ctaarrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #fff;
	bottom: 20px;
	right: -170px;
    margin-right: 51px;
	z-index: 450;
	pointer-events: none;
}
#shine {
	position: absolute;
	width: 210px;
	height: 62px;
	left: -315px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	background-image: url('logo_black.svg');
	width: 128px;
	height: 38px;
	right: 160px;
	top: 14px;
	background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
}
#terms {
    position: absolute;
    width: 311px;
	height: 9px;
    bottom: 4px;
    right: 9px;
    font-family: Arial, sans-serif;
    font-size: 10px;
	text-align: right;
    color: #000;
    opacity: 0.3;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}