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

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

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

#banner {
  overflow:hidden;
  position:relative;
  width:970px;
  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;
  left: 498px;
  position: absolute;
}

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

#man-1{
  left: 710px;
  top: 0px;
}

#text-1{
  left: 38px;
  top:60px;
}

#text-2{
  left: 38px;
  top:120px;
}

#text-3{
  left: 38px;
  top:120px;
}

#text-4{
  left: 38px;
  top:120px;
}

#divider{
  position:absolute;
  width:200px;
  height:4px;
  background-color: #000;
  left:38px;
  top:112px;
  display:block;
  opacity: 0;
}

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

#CTA-text{
  padding: 15px 30px;
  opacity: 1;
  position: relative;

}

#logo{
  left:412px;
  top:60px;
  width: 227px;
}