.bg-radial-gradient {
  width: 950px;
  height: 950px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(108, 89, 214, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
}

.ssl-hero {
  height: calc(100vh - 112px);
}

@media (max-width: 1024px) {
  .ssl-hero {
    height: auto !important;
  }
}
.hero-gradient {
  background: radial-gradient(50% 50% at 50% 50%, rgba(80, 95, 170, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  width: 950px;
  height: 950px;
}

.video-rect-gradient {
  background: linear-gradient(135deg, rgba(108, 89, 214, 0.31) 3.98%, rgba(108, 89, 214, 0) 30.49%, rgba(108, 89, 214, 0) 55.83%, rgba(108, 89, 214, 0) 72.19%, rgba(108, 89, 214, 0.31) 106.01%);
  border-radius: 34px;
}

/*# sourceMappingURL=style.css.map */
