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

#link{
  width:120px;
  height:600px;
  position:absolute;
  top:0px;
  left:0px;
}

#banner {
  overflow:hidden;
  position:relative;
  width:120px;
  height:600px;
  display:box;
  border:1px solid #193769;
  background-color: #ffffff;
  box-sizing: border-box;
}

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

#white{
  top:212px;
}

#logo{
  left: 10px;
  top: 44px;
}

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

#blue{
  background-color:#193769;
  width: 160px;
  height: 340px;
  left: 0px;
  top: -340px;
  position:absolute;
  opacity: 1;
}

#text-1{
  top:113px;
}

#text-2{
  top:390px;
  
}
#text-3{
  top:360px;
}

#text-4{
  top:470px;
}
#CTA{
  left:10px;
  top: 530px;
}
