*{
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

div, .bg, .frame{
  position: absolute;
}

.bg{
  top: 0px;
  left: 0px;
  opacity: 0;
}

img{
  display: block;
}

.wrapper{
  border: 1px solid #000;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}

.wrapper.bb{
  width: 300px;
  height: 250px;
}

.logo{
  z-index: 100;
  position: absolute;
  left: 209px;
  bottom: 11px;
}

.logo img{
  width: 80px;
}


.frame{
  left: 12px;
  top: 15px;
  opacity: 0;
}

.frame .content{
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
}
.frame .content.lockup {
	left: 219px;
	top: 19px;
	width: 61px;
}
.frame .offer {
	left: -300px;
	top: 16px;
	background-color: #00b2d5;
	position: absolute;
	display: block;
	padding: 8px 5px;
}
.frame .badge {
	position: absolute;
	top: 53px;
	left: 2px;
	width: 112px;
}
.frame.frame2 .badge {
	top: 0px;
	left: 0px;
	width: 162px;
}
.frame.frame3 {
	top: 5px;
}
.frame.frame3 .badge {
	top: 0;
	left: 2px;
}
.frame.frame2  .content {
	top: 30px;
}
.frame.frame2.frame4 .badge {
	top: 0;
	left: 2px;
}
.frame .disclaimer {
	position: absolute;
	top: 199px;
	left: 193px;
}
.frame.frame3 .disclaimer {
	top: 208px;
	left: 193px;
}
.cta{
  width: 100%;
  text-align: center;
  height: 47px;
  opacity: 0;
  top: 216px;
  left: 12px;
}
.cta span{
  position: absolute;
  background: #00b2d5;
  padding: 2px 13px 0;
  top: 0;
  left: 0;
}

.cta span path{
  fill: #fff;
}

.wrapper:hover .cta span{
  background: #fff;
}

.wrapper:hover .cta span path{
  fill: #00b2d5;
}

.legal {
  width: auto;
  bottom: 38px;
  left: 10px;
  text-align: left;
  height: 13px;
  z-index: 105;
}
.legal span{
  padding: 3px;
}
.legal:hover span path {
  fill: #cccccc;
}
.legal-copy {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  top: 250px;
  left: 0;
  text-align: center;
  overflow: auto;
  font-family: Arial, sans-serif;  
  font-size: 10px; 
  color: #000000;
  box-sizing: border-box;
  z-index: 110;
}
.legal-copy span.copy {
  display: block;
  padding: 20px 10px;
  font-size: 11px;
  text-align: justify;
}
.legal-copy .closeBtn {
	font-weight: bold;
	text-align: right;
	font-size: 9px;
	width: 100%;
    padding: 5px 10px;	
}
sup {
  font-size: 60%;
  line-height: 0;
  vertical-align: 5px;
}
