.hero-glass {
  position: relative;
  isolation: isolate;
  max-width: 80%;
}

.hero-glass::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    252.65deg,
    var(--primary-color) 8.18%,
    var(--secondary-color) 91.82%
  );
  filter: blur(5.3846rem) saturate(115%);
  opacity: 0.75;
  border-radius: 50%;
  top: -10%;
  height: calc(100% + 6.1538rem);
}

.hero-glass .hero-title,
.hero-glass .hero-text {
  position: relative;
  z-index: 1;
  color: var(--text-white);
}

.training-intensive {
  .hero-glass .text-header-index-0 {
    color: var(--text-gray-50);
  }
}

.builder-row.builder-r0-c0 > div.header-home-academy {
    padding-bottom: var(--mp32);
}
