body {
  background:white;
  padding:0;
  margin:0;
}

#btn{
  top: 4px;
  left: 230px;
  z-index: 100;
}

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

#banner {
  overflow:hidden;
  position:relative;
  width:250px;
  height:250px;
  display:box;
  border:1px solid #2E7BF3;
  background-color: #ECFDFD;
  margin: auto;
  box-sizing: border-box;
}

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


#bg-1{
  top: 0px;
  bottom: 0;
  position: absolute;
}
#bg-2{
  top: 0px;
  left: -50px;
}
#man-1{
  left: 146px;
  top: 55px;
}


#text-1{
  left: 9px;
  top:77px;
  
  
}
#text-2{
  left: 9px;
  top:118px;
  
  
}
#text-3{
  left: 9px;
  top:118px;
}

#text-4{
  left: 9px;
  top:118px;
}
#divider{

  left:9px;
  top:104px;
  

  position:absolute;
  width:130px;
  height:4px;
  background-color: #000;
  
  display:block;
  opacity: 0;


}


#CTA{
    top:179px;
    left:9px;
    background-color: #2E7BF3;
    position:absolute;
    display:block;
    opacity: 0;
    border-radius: 4px;
}

#CTA-text{
  padding: 11px 10px;
  opacity: 1;
  position: relative;
  top: 2px;

}

#logo{
  left:9px;
  top:24px;
  width: 154px;
}