.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#BC1124;--e-global-color-51c60d4:#E6E5E6;--e-global-color-a062599:#424242;--e-global-color-795bdfd:#0362FF;--e-global-color-1da40df:#119980;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:#0C0C0C;font-family:"Roboto", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h1{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h2{font-family:"Roboto", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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;}}/* Start custom CSS *//* GLOBAL RESET om jank te killen */
html, body {
  overflow-x: clip;             /* geen horizontale scroll, minder Safari-bugs */
  overflow-y: auto;
  box-sizing: border-box;
  scroll-behavior: auto;        /* smooth off = geen pre-bounce */
}

*, *::before, *::after { box-sizing: inherit; }

/* Scroll-snap overal uit */
html, body, section, .wrapper, .container {
  scroll-snap-type: none !important;
  max-width: 100vw;
  overflow-x: clip;
}

/* Media netjes */
img, iframe, video { max-width: 100%; height: auto; display: block; }

/* iOS only (touch) – niet desktop Safari */
@media (hover: none) and (pointer: coarse) {
  html, body { -webkit-overflow-scrolling: touch; }
  .bg-fixed { background-attachment: scroll; }
}

/* Tally overlay */
.tally-overlay {
  background-color: rgba(0,0,0,0.9) !important;
  opacity: 1 !important;
}/* End custom CSS */