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

#btn{
  top: 19px;
  left: 271px;
  z-index: 100;
}

#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 #2E7BF3;
  background-color: #ECFDFD;
  margin: auto;
  box-sizing: border-box;
}

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

#bg-1{
  left: 73px;
  top: 0px;
  position: absolute;
}

#bg-2{
  top: 0px;
  left: -70px;
}

#man-1{
  left: 262px;
  top: -10px;
}

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

#text-2{
  left: 68px;
  top:31px;
}

#text-3{
  left:68px;
  top:23px;
}

#text-4{
  left:68px;
  top:23px;
}

#divider{

  left:68px;
  top:24px;

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

}

#CTA{

    left:195px;
    top:7px;
    
    background-color: #2E7BF3;
    position:absolute;
    display:block;
    opacity: 0;
    border-radius: 4px;

}

#CTA-text{

  padding: 4px 14px;
  opacity: 1;
  position: relative;
  top:2px;

}

#logo{

  left:12px;
  top:11px;

}