.elementor-kit-5{--e-global-color-7a33aa5:#8A8F42;--e-global-color-6644da6:#FFFFFF;--e-global-color-b434342:#EF7900;--e-global-color-6c8edd0:#43474E;--e-global-color-309a36a:#FFE0DA;--e-global-color-bbe0121:#FFF2D2;--e-global-color-7a11d0c:#FD4A5C;--e-global-typography-primary-font-family:"Poppins";--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:"Hind";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:28px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-78d389e-font-family:"Arial";--e-global-typography-78d389e-font-size:20px;--e-global-typography-78d389e-font-weight:normal;--e-global-typography-78d389e-text-decoration:none;--e-global-typography-78d389e-line-height:27px;--e-global-typography-78d389e-letter-spacing:0.05px;font-family:"Hind", Sans-serif;font-size:20px;}.elementor-kit-5 h1{font-family:"Poppins", Sans-serif;font-size:60px;font-weight:600;line-height:72px;letter-spacing:-2.3px;}.elementor-kit-5 h2{font-family:"Poppins", Sans-serif;font-size:48px;font-weight:600;line-height:64px;letter-spacing:-2px;}.elementor-kit-5 h3{font-family:"Poppins", Sans-serif;font-size:38px;font-weight:600;line-height:56px;letter-spacing:-1.5px;}.elementor-kit-5 h4{font-family:"Poppins", Sans-serif;font-size:30px;line-height:48px;letter-spacing:-1px;}.elementor-kit-5 h5{font-family:"Poppins", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1240px;}.e-container{--container-max-width:1240px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.site-header{padding-right:0px;padding-left:0px;}@media(max-width:1239px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-container{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:18px;line-height:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-container{--container-max-width:767px;}}/* Start custom CSS */p:last-child {
    margin-bottom: 0;
    
}
 
 /* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

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

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

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

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

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

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

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