.elementor-kit-1644{--e-global-color-primary:#091037;--e-global-color-secondary:#DFE8F9;--e-global-color-text:#091037;--e-global-color-accent:#091037;--e-global-color-022c135:#FF967C66;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-4138ce3-font-size:52px;--e-global-typography-4138ce3-font-weight:400;--e-global-typography-4138ce3-line-height:1.1em;--e-global-typography-4138ce3-letter-spacing:-0.03em;--e-global-typography-f9b2164-font-size:22px;--e-global-typography-f9b2164-font-weight:400;--e-global-typography-f9b2164-line-height:1.4em;--e-global-typography-f9b2164-letter-spacing:-0.5px;--e-global-typography-290e54c-font-family:"Poppins";--e-global-typography-290e54c-font-size:16px;--e-global-typography-290e54c-font-weight:500;--e-global-typography-290e54c-line-height:1.3;--e-global-typography-ff10d69-font-family:"Poppins";--e-global-typography-ff10d69-font-size:58px;--e-global-typography-ff10d69-font-weight:400;--e-global-typography-ff10d69-text-transform:capitalize;--e-global-typography-ff10d69-line-height:1.2em;--e-global-typography-ff10d69-letter-spacing:-0.03em;}.elementor-kit-1644 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);}@media(max-width:1366px){.elementor-kit-1644{--e-global-typography-4138ce3-font-size:45px;--e-global-typography-f9b2164-font-size:20px;--e-global-typography-ff10d69-font-size:52px;}}@media(max-width:1200px){.elementor-kit-1644{--e-global-typography-f9b2164-font-size:18px;--e-global-typography-ff10d69-font-size:46px;}}@media(max-width:1024px){.elementor-kit-1644{--e-global-typography-4138ce3-font-size:30px;--e-global-typography-4138ce3-line-height:1.3em;--e-global-typography-f9b2164-font-size:16px;--e-global-typography-f9b2164-line-height:1.7em;--e-global-typography-ff10d69-font-size:30px;--e-global-typography-ff10d69-line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-1644{--e-global-typography-4138ce3-font-size:30px;--e-global-typography-4138ce3-letter-spacing:-0.03em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@keyframes fadeInDownSmall {
    from {
        opacity: 0;
        transform: translate3d(0,-6px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDownSmall !important
}






@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0,6px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUpSmall !important;
}





@keyframes fadeInRightSmall {
    from {
      opacity: 0;
      transform: translate3d(6px, 0, 0);
    }

    to {
      opacity: 1;
      transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRightSmall !important;
}/* End custom CSS */