[data-component-id="resonance:newsletter"]:before {
  content: '';
  height: 436px;
  width: 436px;
  display: block;
  border-radius: 50%;
  background-color: var(--bs-lake-blue);

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[data-component-id="resonance:newsletter"] button[type="submit"] span {
  position: relative;
  z-index: 1;
}

