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

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

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

#banner {
  overflow:hidden;
  position:relative;
  width:336px;
  height:280px;
  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: 154px;
  top: 60px;
}

#text-1{
  left: 19px;
  top:68px;
}

#text-2{
  left: 19px;
  top:118px;
  
  
}
#text-3{
  left: 19px;
  top:118px;
}

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

#divider{

  position:absolute;
  width:150px;
  height:4px;
  background-color: #000;
  left:19px;
  top:107px;
  display:block;
  opacity: 0;


}


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

#CTA-text{
  padding: 8px 12px;
  opacity: 1;
  position: relative;

}

#logo{
  left:20px;
  top:20px;
  width: 173px;
}