.elementor-kit-697{--e-global-color-primary:#239A49;--e-global-color-secondary:#026CA8;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EFBF04;--e-global-typography-primary-font-family:"Montserrat";--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;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.elementor-kit-697 e-page-transition{background-color:#FFBC7D;}@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 */.animated-divider {
            height: 20px;
            background: linear-gradient(90deg, #ff6b6b, #88C341, #026CA8, #239A49);
            background-size: 300% 300%;
            animation: gradientShift 3s ease infinite;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
        }
        
        .animated-mio{
            height: 4px;
            background: linear-gradient(90deg, #ff6b6b, #88C341, #026CA8, #88C341);
            background-size: 300% 300%;
            animation: gradientShift 3s ease infinite;
        }
@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}/* End custom CSS */