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

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

#gradient{
  position: absolute;
  background: linear-gradient(110deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
  width: 200px;
  height:90px;
  top: 0px;
  left: 0px;
  display: block
}

#banner {
  overflow:hidden;
  position:relative;
  width:728px;
  height:90px;
  display:box;
  border:1px solid #191f6c;
  background-color: #ffffff;
  margin: auto;
  box-sizing: border-box;
}

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
}

#logo{
  width: 120px;
  height: auto;
  top: 20px;
  left: 585px;
}

#img-1{
  left: 0px;
  top: 0px;
  
}

#text-1{
  left: 354px;
  top: 16px;
  width: 170px;
}

#top{
  left: 16px;
  top: 16px;
  width: 91px;
}


#CTA{
  left: 354px;
  top: 56px;
  width: 150px;
  height: auto;
}

#text-CTA{
  fill: #ffffff;
} 

#white{
  position: absolute;
  width: 388px;
  height: 90px;
  top: 0px;
  left: 340px;
  display: block;
  background-color: #fff;

}
