.elementor-kit-9{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-color-8844d4d:#F5F5F5;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-letter-spacing:-0.5px;--e-global-typography-secondary-font-family:"Roboto";--e-global-typography-secondary-font-weight:300;--e-global-typography-secondary-letter-spacing:-0.5px;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:300;--e-global-typography-text-letter-spacing:-0.5px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:300;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:2px;--e-global-typography-801e9c3-font-family:"Roboto";--e-global-typography-801e9c3-font-weight:500;--e-global-typography-801e9c3-text-transform:none;--e-global-typography-ebf990c-font-family:"Roboto";--e-global-typography-ebf990c-font-weight:400;--e-global-typography-ebf990c-letter-spacing:-0.5px;}.elementor-kit-9 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;}}/* Start custom CSS */@media only screen and (min-width: 1367px) {
    body {cursor:none;}
    #cursorz {
    z-index:1000000;
    pointer-events: none;
    width: 2rem;
    height: 2rem;
    will-change: transform;
    background: #f1f1f1;
    position: absolute;
    mix-blend-mode: difference;
    border-radius: 50%;

    animation: grow-shrink 4s infinite alternate;
    }

    @keyframes grow-shrink {
      0% {
        transform: scale(1.0);
      }
      25% {
        transform: scale(0.9);
      }
      50% {
        transform: scale(1.0);
      }
      75% {
        transform: scale(0.9);
      }
      100% {
        transform: scale(1);
      }
    }
}/* End custom CSS */