.elementor-kit-7{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#1D1D1B;--e-global-color-text:#FFFFFF;--e-global-color-accent:#FFED00;--e-global-color-a3635cb:#FFFFFF1C;--e-global-color-f63b1f4:#FFFFFF42;--e-global-color-ad08665:#1D1D1B52;--e-global-typography-primary-font-family:"Josefin Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Josefin Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-595d00f-font-size:40px;--e-global-typography-9c18ba7-font-size:69px;--e-global-typography-9c18ba7-font-weight:700;--e-global-typography-9c18ba7-text-transform:uppercase;--e-global-typography-9c18ba7-line-height:0.94em;--e-global-typography-821eaee-font-size:12px;--e-global-typography-821eaee-font-weight:600;--e-global-typography-821eaee-text-transform:uppercase;--e-global-typography-821eaee-letter-spacing:1px;--e-global-typography-8c11a37-font-size:20px;--e-global-typography-8c11a37-font-weight:600;--e-global-typography-8e916ec-font-family:"Outfit";--e-global-typography-8e916ec-font-size:13px;--e-global-typography-8e916ec-font-weight:400;--e-global-typography-08e83d5-font-family:"Outfit";--e-global-typography-08e83d5-font-size:13px;--e-global-typography-08e83d5-font-weight:400;--e-global-typography-08e83d5-line-height:15px;background-color:#000000;}.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;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7{--e-global-typography-8c11a37-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-595d00f-font-size:25px;--e-global-typography-9c18ba7-font-size:50px;--e-global-typography-821eaee-font-size:10px;--e-global-typography-8c11a37-font-size:13px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Improved Animations Stylesheet, works for the 'fade' animations */

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

    to {
        opacity: 1;
        transform: none
    }
}

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

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-10px,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,20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

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