.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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-8 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:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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;}}/* Start custom CSS */html, body{
  margin:0 !important;
  padding:0 !important;
}
.elementor-section,
.elementor-container,
.elementor-widget-wrap{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}
.rev_slider_wrapper,
.rev_slider,
.rs-module-wrap,
rs-module{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
  line-height:0 !important;
  display:block !important;
}
.elementor-location-canvas,
.elementor-page{
  margin:0 !important;
  padding:0 !important;
  min-height:100vh;
}
body{
  background:#000 !important;
}
.rev_slider_wrapper,
rs-module-wrap,
rs-module{
  margin:0 !important;
  padding:0 !important;
  line-height:0 !important;
}
/* PRESSKIT — ONLY GLOW (no shapes, no custom cursor) */
.elementor-kit-8{
  position: relative;
  overflow: hidden;
}

#presskit-slider{
  --mx: 50%;
  --my: 50%;
  --fx-size: 520px;
  --fx-glow: 0.26;
  --fx-blur: 46px;
  --fx-r: 235;
  --fx-g: 60;
  --fx-b: 70;
}

#presskit-slider::before{
  content:"";
  position:absolute;
  left: var(--mx);
  top:  var(--my);
  width: var(--fx-size);
  height: var(--fx-size);
  transform: translate(-50%,-50%);
  pointer-events:none;
  z-index: 3;
  mix-blend-mode: screen;
  filter: blur(var(--fx-blur));
  opacity: var(--fx-glow);
  background: radial-gradient(
    circle at center,
    rgba(var(--fx-r),var(--fx-g),var(--fx-b), 0.85) 0%,
    rgba(var(--fx-r),var(--fx-g),var(--fx-b), 0.28) 28%,
    rgba(var(--fx-r),var(--fx-g),var(--fx-b), 0.08) 48%,
    rgba(var(--fx-r),var(--fx-g),var(--fx-b), 0.00) 72%
  );
}

@media (max-width: 767px){
  #presskit-slider{
    --fx-glow: 0.18;
    --fx-size: 360px;
  }
}/* End custom CSS */