.elementor-1093 .elementor-element.elementor-element-409cc4d .elementor-wrapper{--video-aspect-ratio:1.77777;}/* Start custom CSS for video, class: .elementor-element-409cc4d */.elementor-1093 .elementor-element.elementor-element-409cc4d .elementor-wrapper {
  --video-aspect-ratio: none !important;
  height: 85vh !important;
  position: relative;
  overflow: hidden;
}

.elementor-1093 .elementor-element.elementor-element-409cc4d .elementor-video {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

.elementor-1093 .elementor-element.elementor-element-409cc4d .elementor-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
  pointer-events: none;
}/* End custom CSS */




















































































































































































/* 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 */