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

#link{

  width:336px;
  height:280px;
  position:absolute;
  top:0px;
  left:0px;

}

#banner {

  overflow:hidden;
  position:relative;
  width:336px;
  height:280px;
  display:box;
  border:1px solid #000000;
  background-color: #ffffff;
  box-sizing: border-box;

}

img, svg {
  
  position: absolute;

}

#all{
  visibility: hidden;
}

#yellow{

  width:340px;
  height:280px;
  display: block;
  position: absolute;
  background-color: #FEFD3F;
  left:-170px

}

#logo{

  width: 110px;
  left: 30px;
  top: 13px;
 
}

#logo-white{

  width: 100px;
  right: 8px;
  bottom: 8px;
 
}

#logo > * {

  fill:#000
}

#text-1 {
  fill:#000;
  left:0px;
  top:90px;
  width:170px;
}

#text-2{
  fill:#000;
  width: 170px;
  left: 0px;
  top: 84px;
  position: absolute;
}

#text-3{

  fill:#000;
  width: 170px;
  left: 0px;
  top: 164px;
  position: absolute;
  font-weight: 400;
  font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  text-align: center;

}

#CTA{
  
  width: 123px;
  left: 20px;
  top:220px;
  position: absolute;
  border:solid 1px #000222;
  text-align: center;
  border-radius: 20px;
  color:#000222;
  font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 36px;

}

#img-2, #img-3, #img-4{

  right:0
  
}