#deftform-instance h1 {
  font-weight: 700 !important;
}

.cs_body {
  background-color: #0A0A0F !important;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px) !important;
  background-size: 40px 40px !important;
  position: relative;
}

.cs_body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(circle, #00C48C 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.28;
  -webkit-mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, transparent 20%, black 100%);
  mask-image: radial-gradient(ellipse 50% 50% at 50% 50%, transparent 20%, black 100%);
  pointer-events: none;
  z-index: 0;
}

.cs_formbg {
  position: relative;
  z-index: 1;
}

a[href="https://forms.builtonproof.ai/t3QPNB"] {
  display: none;
}