body {
  background:#ccc;
  padding:0;
  margin:0;
}

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

#banner {
  overflow:hidden;
  position:relative;
  width:970px;
  height:250px;
  display:box;
  border:2px solid #424242;
  background-color: #EEEEEE;
  box-sizing: border-box;
}



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

#text-1{
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   font-size: 26px;
   line-height: 26px;
   color: white;
   opacity: 0;
   width: 220px;
   text-align: center;

   top: 60px;
   left: 710px;
   position: absolute;

}


#logo{

  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 15px;
  color: white;
  opacity: 0;
  width: 144px;
  text-align: center;
  top: 90px;
  left:30px;
  position: absolute;

}

#logo > em{
  font-size: 36px;
  display: block;
  padding-bottom: 20px;
}

#top{
  top: 0px;
  left: 0px;
}

#bottom{
  top: 0px;
  left: 370px;
}


#img-1, #img-2, #img-3, #img-4, #img-5, #img-6{
  left: 180px;
  top: 0px;
}


#CTA{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
   font-size: 18px;
   line-height: 16px;
   color: #424242;
   opacity: 0;
   width: 180px;
   text-align: center;


   left: 730px;
   top: 130px;

   position: absolute;
   background-color: white;
   padding: 20px 0;
   border-radius: 50px;
}
