body {
  background:#ccc;
  padding:0;
  margin:0;
}

#link{
  width:300px;
  height:50px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:300px;
  height:50px;
  display:box;
  border:1px solid #0267B6;
  background-color: #0267B6;
  box-sizing: border-box;
}

img, svg {
  position: absolute;
  opacity:0;
}

#bg{
  top:0px;
}

#top{
  left:-30px;
  top: 0px;
}


#divider{
  position: absolute;
  opacity:0;
  width:80px;
  height:2px;
  left: 56px;
  top: 24px;
  background-color: #0267B6;
  display: none;
}

#logo{
  left:6px;
  top:13px;
}

#logo-2{
  left: 162px;
  top: 5px;
}

#img-1{
  left: 160px;
  top: 4px;
}
#img-2{
  left: 160px;
  top: 1px;
}
#img-3{
  left: 160px;
  top: 14px;
}
#img-4{
  left: 162px;
  top: 14px;
}

#text-1{
  left: 56px;
  top:2px;
}
#text-2{
  left: 56px;
  top:25px;
  
}
#text-3{
  left:166px;
  top:1px;
}


#text-4{
  left: 242px;
  top:6px;
  
}
#text-5{
  left: 242px;
  top:2px;
}
#text-6{
  left: 242px;
  top:8px;
}
#text-7{
  left: 238px;
  top:8px;
}

#CTA{
  top: 18px;
  left: 195px;
}



#hand{
  left: 260px;
  top: 16px;
}

