.Features_stars__YRhs6 {
  position: absolute;
  inset: -45px -135px;
  pointer-events: none;
}

.Features_stars__YRhs6 > * {
  position: absolute;
}

.Features_stars__YRhs6 .Features_top__hfxko {
  top: 0;
  right: 0;
  left: 0;
  height: 45px;
}

.Features_stars__YRhs6 .Features_bottom__lzPWj {
  right: 0;
  bottom: 0;
  left: 0;
  height: 45px;
}

.Features_stars__YRhs6 .Features_left__nIVgE {
  top: 82px;
  bottom: 82px;
  left: 50px;
  width: 86px;
}

.Features_stars__YRhs6 .Features_right___pNrD {
  top: 82px;
  right: 50px;
  bottom: 82px;
  width: 86px;
}

.Features_stars__YRhs6 .Features_star__CMn8R {
  position: absolute;
  background: #fff;
  border-radius: 100%;
  transition: opacity var(--transition-duration) ease, transform var(--transition-duration) ease;
}

.Features_stars__YRhs6 .Features_star__CMn8R[data-state=high] {
  transform: scale(1.35);
}

.Features_stars__YRhs6 .Features_star__CMn8R:after,
.Features_stars__YRhs6 .Features_star__CMn8R:before {
  position: absolute;
  inset: 0;
  width: inherit;
  height: inherit;
  content: "";
  border-radius: inherit;
  opacity: 0;
  transition: opacity var(--transition-duration) ease;
}

.Features_stars__YRhs6 .Features_star__CMn8R:after {
  background: #ffffff;
  box-shadow:
    0 0 1px 1px rgba(50, 145, 255, .8),
    0 0 2px 1px rgba(50, 145, 255, .25);
}

.Features_stars__YRhs6 .Features_star__CMn8R:before {
  box-shadow: 0 0 2px 1px rgba(50, 145, 255, .25);
}

.Features_stars__YRhs6 .Features_star__CMn8R[data-state=off] {
  background: #ffffff;
}

.Features_stars__YRhs6 .Features_star__CMn8R[data-state=high]:after,
.Features_stars__YRhs6 .Features_star__CMn8R[data-state=medium]:before {
  opacity: 1;
}
