/* [project]/src/app/(site)/home.module.css [app-client] (css) */
.home-module__7T5Noq__hero {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-module__7T5Noq__glow {
  z-index: 0;
  filter: blur(80px);
  opacity: .5;
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
}

.home-module__7T5Noq__glowOne {
  top: -160px;
  background: radial-gradient(circle, #a5b4fc 0%, #0000 70%);
  width: 460px;
  height: 460px;
  inset-inline-start: -120px;
}

.home-module__7T5Noq__glowTwo {
  background: radial-gradient(circle, #e9a5f1 0%, #0000 70%);
  width: 500px;
  height: 500px;
  bottom: -180px;
  right: -140px;
}

.home-module__7T5Noq__inner {
  z-index: 1;
  position: relative;
}

.home-module__7T5Noq__title {
  letter-spacing: -.02em;
  text-align: center;
  line-height: 1.15;
  margin: 0 !important;
  font-size: clamp(32px, 6vw, 54px) !important;
}

.home-module__7T5Noq__lead {
  text-align: center;
  max-width: 560px;
  font-size: 16px;
  margin: 0 !important;
}

/*# sourceMappingURL=src_app_%28site%29_home_module_0m6e2gy.css.map*/