#banner {
    font-family: 'Titillium Web', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	width: 728px;
	height: 90px;
	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;
}
#img {
    position: absolute;
    background-image: url(img.jpg);
    width: 340px;
    height: 90px;
    right: 0px;
    background-repeat: no-repeat;
    background-size: contain;
}
#darkener {
    position: absolute;
    width: 340px;
    height: 90px;
    right: 0px;
    background: #000;
    opacity: 0;
    z-index: 5;
}
.text {
	position: absolute;
	width: 500px;
    font-weight: 400;
    font-size: 18px;
    margin-left: 20px;
	color: #000000;
	text-align: left;
	opacity: 0;
}
#text1 {
    left: 300px;
	top: 4px;
}
#cta {
	position: absolute;
	width: auto;
	height: 20px;
	left: 20px;
    margin-bottom: -20px;
	bottom: 37px;
    opacity: 0;
    border-bottom: 1px solid #3194ce;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
    letter-spacing: 0.1px;
	line-height: 20px;
	color: #3194ce;
}
#logo {
	position: absolute;
	width: 345px;
	height: 295px;
	left: -95px;
	bottom: -114px;
    background-repeat: no-repeat;
	background-image: url('logo.svg');
}
#terms {
    position: absolute;
    width: 100%;
    bottom: 11px;
    left: 146px;
    text-align: left;
    font-family: Arial, sans-serif;
    font-size: 9px;
    color: #333;
    opacity: 0.4;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}