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

#link{
  width:728px;
  height:90px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:728px;
  height:90px;
  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: 24px;
   line-height: 24px;
   color: white;
   opacity: 0;
   width: 180px;
   text-align: center;

   top: 20px;
   left: 420px;
   position: absolute;

}


#logo{

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

}

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

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

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


#img-1, #img-2, #img-3, #img-4, #img-5, #img-6{
  left: 173px;
  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: 100px;
   text-align: center;


   left: 600px;
   top: 20px;

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