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

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

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

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

#bg{
  top:0px;
}

#top{
  top: -20px;
}


#divider{
  position: absolute;
  opacity:0;
  width:160px;
  height:2px;
  left: 120px;
  top: 29px;
  background-color: #0267B6;
  display: block;
}

#logo{
  left:20px;
  top:10px;
}

#logo-2{
  left: 54px;
  top: 90px;
}

#img-1{
  left: 21px;
  top: 108px;
}
#img-2{
  left: 20px;
  top: 106px;
}
#img-3{
  left: 12px;
  top: 120px;
}
#img-4{
  left: 13px;
  top: 120px;
}

#text-1{
  left: 120px;
  top:5px;
}
#text-2{
  left: 120px;
  top:37px;
  
}
#text-3{
  left:90px;
  top:231px;
}


#text-4{
  left: 180px;
  top:128px;
  
}
#text-5{
  left: 155px;
  top:125px;
}
#text-6{
  left: 160px;
  top:136px;
}
#text-7{
  left: 140px;
  top:136px;
}

#CTA{
  left:65px;
  top: 196px;
}

#hand{
  left: 212px;
  top: 200px;
}

