

































/* Start custom CSS */body {
  background: #030303 !important;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 92%,
      rgba(255, 210, 90, 0.18) 0%,
      rgba(255, 210, 90, 0.11) 22%,
      rgba(255, 210, 90, 0.05) 40%,
      rgba(255, 210, 90, 0.02) 56%,
      transparent 74%
    ),
    radial-gradient(circle at 50% 78%,
      rgba(255, 196, 64, 0.08) 0%,
      rgba(255, 196, 64, 0.04) 24%,
      rgba(255, 196, 64, 0.02) 42%,
      transparent 66%
    ),
    linear-gradient(180deg, #060606 0%, #030303 100%);
}

body > * {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }

  body.admin-bar #wpadminbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
  }

  body::before {
    background:
      radial-gradient(circle at 50% 94%,
        rgba(255, 210, 90, 0.17) 0%,
        rgba(255, 210, 90, 0.10) 22%,
        rgba(255, 210, 90, 0.05) 40%,
        rgba(255, 210, 90, 0.02) 58%,
        transparent 76%
      ),
      radial-gradient(circle at 50% 82%,
        rgba(255, 196, 64, 0.07) 0%,
        rgba(255, 196, 64, 0.04) 24%,
        rgba(255, 196, 64, 0.02) 44%,
        transparent 68%
      ),
      linear-gradient(180deg, #060606 0%, #030303 100%);
  }
}/* End custom CSS */