/* GWATCH AUTO FEATURED HERO V20 */
#g4Hero{position:relative!important;overflow:hidden!important}
#g4HeroBg{
  background-position:center!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  transition:opacity .42s ease,transform 7.5s linear!important;
}
#g4Hero.v20-loaded #g4HeroBg{transform:scale(1.025)}
#g4Hero.v20-changing #g4HeroBg{opacity:.45!important}
#g4Hero.v20-changing .g4-hero-content{
  opacity:0!important;
  transform:translateY(12px)!important;
  filter:blur(4px)!important;
}
#g4Hero .g4-hero-content{
  transition:opacity .4s ease,transform .4s ease,filter .4s ease!important;
}
#g4Hero.v20-series .g4-hero-shade{
  background:linear-gradient(90deg,rgba(5,9,20,.96),rgba(5,9,20,.67) 44%,rgba(5,9,20,.18) 78%)!important;
}
#g4HeroBg.v20-no-art{
  background-image:
    radial-gradient(circle at 72% 30%,rgba(216,182,91,.09),transparent 30%),
    linear-gradient(145deg,#121a25,#070c13)!important;
}
#g4HeroBg.v20-no-art:after{
  content:"GWATCH";
  position:absolute;right:7%;top:50%;transform:translateY(-50%);
  color:rgba(255,255,255,.06);font-size:clamp(70px,12vw,180px);font-weight:1000;letter-spacing:-.07em;
}
#g4Dots button{cursor:pointer!important}
.v20-auto-label{
  display:inline-flex!important;align-items:center!important;gap:6px!important;
}
.v20-auto-label:before{
  content:"";width:5px;height:5px;border-radius:50%;background:#d8b65b;box-shadow:0 0 12px rgba(216,182,91,.45)
}
@media(max-width:760px){
  #g4Hero.v20-series .g4-hero-shade{
    background:linear-gradient(0deg,rgba(5,9,20,.94),rgba(5,9,20,.24) 70%)!important;
  }
}
