.elementor-kit-629{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-3e434b5:#00DDFA;--e-global-color-9d52a67:#FFB33F;--e-global-color-3297512:#714302;--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;--e-global-typography-5a9bb13-font-family:"Roboto";--e-global-typography-5a9bb13-font-size:50px;--e-global-typography-5a9bb13-font-weight:600;--e-global-typography-5a9bb13-font-style:normal;--e-global-typography-5a9bb13-text-decoration:none;--e-global-typography-5a9bb13-line-height:120%;--e-global-typography-0a8096d-font-family:"Roboto";--e-global-typography-0a8096d-font-size:40px;--e-global-typography-0a8096d-font-weight:400;--e-global-typography-216b066-font-family:"Roboto";--e-global-typography-216b066-font-size:25px;--e-global-typography-216b066-font-weight:300;}.elementor-kit-629 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-629{--e-global-typography-5a9bb13-font-size:40px;--e-global-typography-0a8096d-font-size:40px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-629{--e-global-typography-5a9bb13-font-size:35px;--e-global-typography-5a9bb13-line-height:120%;--e-global-typography-0a8096d-font-size:35px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */let lastScrollY = window.scrollY;
const header = document.querySelector('.elementor-location-header');

window.addEventListener('scroll', () => {
  if (window.scrollY > lastScrollY) {
    // scrolling down = hide header
    header.style.transform = 'translateY(-100%)';
  } else {
    // scrolling up = show header
    header.style.transform = 'translateY(0)';
  }
  lastScrollY = window.scrollY;
});
.before-after-fixed {
  height: 420px; /* adjust to taste */
}
.before-after-fixed {
  height: 420px; /* keep your height */
  overflow: hidden;
}

.before-after-fixed img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.before-after-fixed .twentytwenty-container,
.before-after-fixed .twentytwenty-wrapper,
.before-after-fixed .twentytwenty-before,
.before-after-fixed .twentytwenty-after {
  height: 420px !important;
}/* End custom CSS */