.elementor-kit-15{--e-global-color-primary:#000000;--e-global-color-secondary:#2E5EBA;--e-global-color-text:#000000;--e-global-color-accent:#B1C5B8;--e-global-color-2cdde86:#E9E9E9;--e-global-color-905ad63:#F4F4F4;--e-global-color-2957f29:#FFFFFF;--e-global-color-046bfec:#757575;--e-global-color-91a8f42:#F8F8F8;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;--e-global-typography-b34122c-font-family:"Inter";--e-global-typography-b34122c-font-size:16px;--e-global-typography-b34122c-font-weight:400;--e-global-typography-c9ee6d2-font-family:"Inter";--e-global-typography-c9ee6d2-font-size:40px;--e-global-typography-c9ee6d2-font-weight:500;--e-global-typography-aee742d-font-family:"Inter";--e-global-typography-aee742d-font-size:24px;--e-global-typography-aee742d-font-weight:500;--e-global-typography-34e921a-font-family:"Inter";--e-global-typography-34e921a-font-size:80px;--e-global-typography-34e921a-font-weight:600;--e-global-typography-f978320-font-family:"Inter";--e-global-typography-f978320-font-size:18px;--e-global-typography-f978320-font-weight:400;--e-global-typography-f1e241c-font-family:"Inter";--e-global-typography-f1e241c-font-size:15px;--e-global-typography-f1e241c-font-weight:600;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1496px;}.e-con{--container-max-width:1496px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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-kit-15{--e-global-typography-c9ee6d2-font-size:30px;--e-global-typography-c9ee6d2-line-height:1.3em;--e-global-typography-34e921a-font-size:36px;--e-global-typography-34e921a-line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*
 * Animate Elementor Divider from Left to Right
 */

/* Initial state: line is hidden (zero width) and set to transition smoothly */
.animated-divider .elementor-divider-separator {
    width: 0%;
    transition: width 1.2s ease-out;
}

/* Final state: triggers when the section is visible */
.elementor-element-populated .animated-divider .elementor-divider-separator {
    width: 100%;
}/* End custom CSS */