#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: 300px;
	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: 60px;
    height: 40px;
    z-index: 800;
}
.text {
	position: absolute;
	width: 300px;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.1px;
	color: #333;
	text-align: center;
	opacity: 0;
}
#text1 {
    left: 300px;
	top: 30px;
}
#text2 {
    left: -300px;
	top: 54px;
}
#text3 {
    top: 97px;
    font-weight: 400;
    font-size: 16px;
}
.line {
    position: absolute;
    width: 280px;
    height: 1px;
    background-color: #e7e6e5;
    left: 10px;
    top: 91px;
    opacity: 0;
}
#dropdown {
    position: absolute;
    width: 336px;
    height: 54px;
    top: 126px;
    opacity: 0;
}
#purposeselector {
    position: absolute;
	font-family: 'Titillium Web', sans-serif;
    width: 281px;
    height: 38px;
    top: 3px;
    left: 9px;
    padding-left: 8px;
    border: 1px solid #dededd;
	background-color: #fff;
    z-index: 505;
    font-weight: 400;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    line-height: 33px;
	cursor: pointer;
}
#purposeselector:hover {
    background-color: #f1f1f5;
}
select {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
#ddarrow {
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #2babe2;
    top: 20px;
    right: 61px;
    z-index: 650;
    pointer-events: none;
}
#cta {
	position: absolute;
	width: 280px;
	height: 47px;
	right: 10px;
	bottom: 17px;
    margin-bottom: -40px;
    opacity: 0;
	background-color: #fbaa29;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 700;
	text-align: center;
	line-height: 46px;
	color: #fff;
	overflow: hidden;
}
#ctatopbg {
	position: absolute;
    width: inherit;
    height: 47px;
	background-color: #fbaa29;
	border-radius: 5px;
}
#ctatext {
	position: absolute;
    left: 170px;
	width: 94%;
    opacity: 0;
}
#arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 7px solid #fff;
	bottom: 17px;
	margin-right: -170px;
    right: 39px;
	z-index: 450;
	pointer-events: none;
}
#shine {
	position: absolute;
	width: 214px;
	height: 64px;
	left: -300px;
	top: 0;
	background-image: url('shine.png');
	background-size: cover;
}
#logo {
	position: absolute;
	width: 459px;
	height: 405px;
	left: -81px;
	top: -200px;
    background-repeat: no-repeat;
	background-image: url('logo.svg');
}
#terms {
    position: absolute;
    width: 100%;
    bottom: 4px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 8.5px;
    letter-spacing: -0.2px;
    color: #A3A3A3;
    opacity: 1;
}
#hit {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 99;
}