.elementor-kit-28{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7a46ee6:#000B5B;--e-global-color-52a7dfa:#D90002;--e-global-color-255d781:#0090F0;--e-global-color-ac0ad5b:#F0C000;--e-global-color-ee9becc:#8FBF00;--e-global-color-e94aeb5:#888888;--e-global-color-7894c3b:#FFAD00;--e-global-color-b04ae65:#0A5689;--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-e168e59-font-family:"Rubik";--e-global-typography-e168e59-font-size:14px;--e-global-typography-e168e59-font-weight:400;--e-global-typography-e168e59-line-height:1.8em;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:500ms;--e-preloader-animation:eicon-spin;--e-preloader-animation-duration:1800ms;--e-preloader-delay:0s;--e-preloader-width:4%;}.elementor-kit-28 e-page-transition{background-color:#FFFFFF;}.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 */body {
    overflow-x: hidden;
}

html {
 overflow-x: hidden !important;
}

.lp-screen img{ 
    overflow-x: hidden;  
}

.lp-logo-wrapper img {
     animation: spin 5s linear infinite;
    }

    @keyframes spin {
      from {
        transform: rotate(0deg) !important;
      }
      to {
        transform: rotate(360deg);
      }
    }/* End custom CSS */