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

#link{
  width:320px;
  height:50px;
  position:absolute;
  top:0px;
  left:0px;
}

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

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

#all{
  visibility: hidden;
}

img, svg {
  position: absolute;
}

#logo{
  width: 52px;
  height: auto;
  top: 23px;
  left: 254px;
}

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

#text-1{
  left: 90px;
  top: 2px;
  width: 146px;
}

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


#CTA{
  left: 90px;
  top: 29px;
  width: 126px;
  height: auto;
}

#text-CTA{
  fill: #ffffff;
} 

#white{
  position: absolute;
  width: 236px;
  height: 50px;
  top: 0px;
  left: 84px;
  display: block;
  background-color: #fff;

}
