/* Keep the decorative glow behind content and scrolling with this page. */
.data-collection-main {
  position: relative;
  isolation: isolate;
}

.data-collection-main::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -135px;
  left: -721.9968px;
  width: 1019.778px;
  height: 708.364px;
  transform: rotate(64.047deg);
  border-radius: 1019.778px;
  background: rgba(255, 238, 213, 0.7);
  filter: blur(250.75px);
  pointer-events: none;
}

/* Reveal the glow through sections while retaining the white page base. */
.data-collection-main > section {
  background-color: transparent;
}
