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

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

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

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

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

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

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

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

#text-1{
  left: 130px;
  top:4px;
}

#text-2{
  left: 130px;
  top:37px;
}

#text-3{
  left:130px;
  top:28px;
}

#text-4{
  left: 130px;
  top:28px;
}
#divider{

  left:130px;
  top:28px;

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

}

#CTA{

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

}

#CTA-text{

  padding: 7px 10px;
  opacity: 1;
  position: relative;

}

#logo{

  left:6px;
  top:8px;
  width: 112px;

}