* { -moz-box-sizing: border-box; box-sizing: border-box; margin: 0; padding: 0; list-style: none}

html, body { height:100%; background-color: #ffffff; font-family: proxima-nova, sans-serif; font-style: normal; color: #1E1E1E; font-weight: 400;}
body { margin:0; padding:0}

#adContiner {position: relative; width: 468px; height: 60px; border: 1px solid #666666; background: #1E1E1E; overflow: hidden;}

.frame {position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 10}

#cover { display: block; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: #1E1E1E; background-position: 50% 50%; background-repeat: no-repeat; z-index: 9999}

/* Backgrounds */

.background {position: absolute; background-color: #1E1E1E; width: 100%; height: 100%; top: 0px; left: 0px;}

.background.background_white {background-color: #FFF;}
.background.background_yellow {background-color: #FFCD05;}


#cta-button {
	position: absolute;
	min-width: 100px;
	background-color: #fff;
	color: #1E1E1E;
	font-size: 12px;
	line-height: 12px;
	height: 30px;
	top: 13px;
	right: 15px;
	/*transform: translateX(-50%); */
	padding: 7px 10px;
	text-align: center;
	border-radius: 8px;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.25);
	overflow: hidden;
}

#cta-button span {
	width: 80px;
	height: 100%;
	position: absolute;
	display: block;
	top: 0px;
	left: -90px;
	opacity: 0.7;
	background: -moz-linear-gradient(-15deg,  rgba(254,202,43,0) 0%, rgba(254,202,43,0) 15%, rgba(254,202,43,1) 50%, rgba(254,202,43,0) 85%, rgba(254,202,43,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-15deg,  rgba(254,202,43,0) 0%,rgba(254,202,43,0) 15%,rgba(254,202,43,1) 50%,rgba(254,202,43,0) 85%,rgba(254,202,43,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(115deg,  rgba(254,202,43,0) 0%,rgba(254,202,43,0) 15%,rgba(254,202,43,1) 50%,rgba(254,202,43,0) 85%,rgba(254,202,43,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

/* Text */
.text-container {display: flex; align-items: center; justify-content: center; position: absolute; width: 100%; height: 100%; left: 0px; padding-left: 10px; padding-right: 10px; top: 0px; border: 0px solid blue;}

.topFrame .text-container {height: 30px; width: 468px; left: 0px; top: 31px; border: 0px solid red;}
.topFrame .text-container .body-copy {color: #FFF;}

.fr1 .text-container {height: 58px; width: 360px; left: 10px; top: 0px; border: 0px solid red;}
.fr2 .text-container {width: 350px; height: 47px; top: 5px; left: 15px; padding: 8px 10px 10px 10px; background-color: #FFCD05;}
.fr2 .text-container .body-copy {color: #1E1E1E;}

.fr3 .text-container.text-container1 {top: 2px; left: 0px; height: 60px; width: 120px; border: 0px solid red;}
.fr3 .text-container.text-container2 {top: 28px; left: 140px; width: 180px; height: 35px; border: 0px solid red;}
.fr3 .text-container.text-container2 .body-copy {color: #1E1E1E;}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  
  border-bottom: 14px solid white;
  position: absolute;
  bottom: 0px; left: 15px;
}


.body-copy {font-size: 15px; line-height: 17px; text-align: center; color: #fff;}
.body-copy.body-copy__large, .body-copy strong.large {font-size: 19px; line-height: 21px; font-weight: 700; margin-bottom: 8px;}
.body-copy strong.large.yellow {color: #FFCD05;}

#sub-text {background-color: #fff; display: flex; font-size: 10px; align-items: center; justify-content: center; position: absolute; height: 15px; right: 0px; padding-left: 5px; padding-right: 5px; bottom: 0px; border: 0px solid blue;}


.legal_wrap {background-color: #fff; position: absolute; top: 0px; right: 0px; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; border: 0px solid blue;}
.legal {font-size: 9px;line-height: 9px; padding: 0 30px; text-align: center; border: 0px solid blue;}

/*  */

/* Pictures */
.pic {position: absolute; border: 0px solid #fff; overflow: hidden;}
.pic img {position: absolute; top: 0px;}
.pic.pic-bg {width: 468px; height: 60px; left: 0px; top: 0px;}



/* SVGs */

#main-logo, #end-logo {position: absolute; top: 0px; left: -9px;}
#main-logo .st0{fill:#FFFFFF;}
#main-logo .st1{fill:#FFCD05;}

#end-logo {top: -10px; left: -10px;}

#end-logo .st0{fill:#1E1E1E;}
#end-logo .st1{fill:#FFFFFF;}




#bg-exit {
  background-color: rgba(255,255,255,0);
  cursor: pointer;
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 9999;
}