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

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

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

   top: 12px;
   left: 273px;
   position: absolute;

}


#logo{

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

}

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

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

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


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


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


   left: 380px;
   top: 10px;

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