/* V56: restore the coloured/glowing hero treatment without affecting other page headings. */
.hero-copy h1 .vv-hero-accent{
  display:inline-block;
  background:linear-gradient(100deg,#ffc46b 0%,#ffb6ce 46%,#c995ff 100%);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
  text-shadow:0 0 34px rgba(221,151,255,.20);
  filter:drop-shadow(0 8px 18px rgba(178,104,255,.10));
}
@media (max-width:720px){
  .hero-copy h1 .vv-hero-accent{filter:drop-shadow(0 5px 12px rgba(178,104,255,.10));}
}
