.elementor-kit-178{--e-global-color-primary:#000000;--e-global-color-secondary:#595959;--e-global-color-text:#000000;--e-global-color-accent:#013365;--e-global-color-404d8b0:#FFFFFF;--e-global-color-12e6f60:#003462;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Condensed";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto Condensed";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Bebas Neue";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1190px;}.elementor-widget:not(:last-child){margin-bottom:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}}/* Start custom CSS *//* MEDIA */

@media (min-width:767px) {
    li.menu-item-4501 {
        display:none!important;
    }
}

/* ANIMATIONS */

.ms-fade-in{
      animation: MSfadeIn ease 1.5s;
  -webkit-animation: MSfadeIn ease 1.5s;
}

@keyframes MSfadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.ms-fade-out{
      animation: MSfadeOut ease 1.5s;
  -webkit-animation: MSfadeOut ease 1.5s;
}

@keyframes MSfadeOut {
    0% {
        opacity: 0;
        -webkit-transform: translateX(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}/* End custom CSS */