.elementor-kit-7{--e-global-color-primary:#069EB3;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-78e2731:#057F91;--e-global-color-8f23c3b:#075866;--e-global-color-e3ef4c8:#182326;--e-global-color-44a4f8a:#F8F4EC;--e-global-color-b008994:#E8DED0;--e-global-color-c9d4d14:#C96F52;--e-global-color-ca6d247:#D9A441;--e-global-color-da741dc:#DCEFF1;--e-global-color-14ad256:#FFFFFF;--e-global-color-7a034e7:#687276;--e-global-color-101e683:#F7EFE3;--e-global-color-968eb1e:#691825;--e-global-color-4710d6a:#586653;--e-global-color-879b8b7:#8D9A82;--e-global-color-d39db55:#DCE2D6;--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:"Rethink Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;font-family:"Rethink Sans", Sans-serif;}.elementor-kit-7 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-20px,0);
            filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: none;
            filter: blur(0px);

    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-20px,0,0);
            filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: none;
            filter: blur(0px);

    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(20px,0,0);
            filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: none;
            filter: blur(0px);

    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,20px,0);
            filter: blur(8px);
    }

    to {
        opacity: 1;
        transform: none;
            filter: blur(0px);

    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */