/* This is an individual banner css template */
/* NOTE: Make all your rules, at least, children of your parent element to avoid CSS rules cross-contamination */
/* ---- Logo ---- */
banner-ad #logo {
  position: absolute;
  top: 21px;
  left: 21px;
  width: 74px;
  height: 30.5px;
}
/* ---- Copy ---- */
banner-ad #fr1-headline-container {
  top: 0px;
  left: 0px;
  width: 34.5%;
  height: 100%;
}
banner-ad #headline-1 {
  top: 69px;
  left: 19px;
  width: 290px;
  opacity: 0;
}
banner-ad #headline-2 {
  top: 69px;
  left: 19px;
  width: 260px;
  opacity: 0;
}
banner-ad #headline-3 {
  top: 69px;
  left: 19px;
  width: 250px;
  opacity: 0;
}
banner-ad .title {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.4px;
}
/* ---- CTA ---- */
banner-ad #cta {
  font-size: 14px;
  line-height: 16px;
  top: 155px;
  left: 21px;
}
banner-ad #cta-body {
  padding: 10px 14px 10px 10px;
}
banner-ad #cta svg {
  height: 8px;
  width: 9px;
  margin-left: 8px;
  stroke-width: 1px;
}
/* ---- Image ---- */
banner-ad #image-1 {
  width: 425px;
  height: 410px;
  top: 10px;
  left: 444px;
}
banner-ad #image-2 {
  width: 359px;
  height: 285px;
  top: 21px;
  left: 471px;
}
banner-ad #image-3 {
  width: 444.5px;
  height: 312px;
  top: 14px;
  left: 431px;
}