.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#E8E8E8;--e-global-color-accent:#A86DAB;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --color-1:#a86dab; }
/* Start custom CSS */html, body {
  margin: 0;
  min-height: 100%;
}

:root {
  --x: 50vw;
  --y: 50vh;
}

body {
  background: #1a1520;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(
      circle 120px at var(--x) var(--y),
      rgba(232, 232, 232, 0.22) 0%,
      rgba(232, 232, 232, 0.14) 18%,
      rgba(168, 109, 171, 0.12) 38%,
      rgba(168, 109, 171, 0.05) 58%,
      transparent 78%
    ),
    radial-gradient(
      circle 180px at var(--x) var(--y),
      rgba(168, 109, 171, 0.06) 0%,
      rgba(168, 109, 171, 0.03) 45%,
      transparent 75%
    );
  filter: blur(10px);
  z-index: 9999;
}/* End custom CSS */