.rg-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#0a356f 0%,#1466d9 52%,#f25b93 160%);
  color:#fff;
  padding:4rem 0 3.5rem;
}
.rg-hero::before,
.rg-hero::after{
  content:"";
  position:absolute;
  border-radius:50%;
  background:rgba(255,255,255,.06);
}
.rg-hero::before{width:520px;height:520px;top:-230px;right:-140px}
.rg-hero::after{width:260px;height:260px;bottom:-130px;left:-70px}
.rg-hero .container{position:relative;z-index:1}
.rg-hero .eyebrow{color:var(--accent)}
.rg-hero h1{
  margin:0;
  max-width:12ch;
  font-size:clamp(2.2rem,5vw,3.4rem);
  font-weight:800;
  letter-spacing:-.035em;
  line-height:1.08;
}
.rg-hero h1 em{
  font-style:normal;
  color:var(--accent);
}
.rg-hero h1 em::after{
  content:"";
  display:block;
  width:5.5rem;
  height:5px;
  margin-top:.9rem;
  border-radius:99px;
  background:linear-gradient(90deg,var(--accent),#fff);
}
.rg-hero .lead{
  max-width:38rem;
  margin:1.35rem 0 0;
  color:rgba(226,237,255,.92);
}
@media(max-width:767px){
  .rg-hero{padding:2.75rem 0 2.5rem}
}
