/* V12 - Hero title: gold + white emphasis */
html body .roi-hero-art__brand h1{
  color:#ead48b !important;
}
html body .roi-hero-art__brand h1 .hero-title-gold{
  color:#ead48b !important;
  text-shadow:
    0 2px 0 rgba(255,255,255,.15),
    0 0 16px rgba(255,202,91,.28),
    0 18px 48px rgba(0,0,0,.86) !important;
}
html body .roi-hero-art__brand h1 .hero-title-white{
  color:#fff7eb !important;
  text-shadow:
    0 2px 0 rgba(255,255,255,.18),
    0 0 18px rgba(255,255,255,.25),
    0 18px 48px rgba(0,0,0,.88) !important;
}
@media (max-width:900px){
  html body .roi-hero-art__brand h1 .hero-title-gold,
  html body .roi-hero-art__brand h1 .hero-title-white{
    display:inline !important;
  }
}
