.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-dfafc09:#CF102D;--e-global-color-611ac72:#12161A;--e-global-color-135e601:#FFFFFF;--e-global-color-e095098:#CF102D;--e-global-color-c0301be:#12161A;--e-global-color-540ae4d:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--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:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-230b5c4-font-family:"Roboto Condensed";--e-global-typography-230b5c4-font-size:48px;--e-global-typography-230b5c4-font-weight:500;--e-global-typography-230b5c4-text-transform:uppercase;--e-global-typography-230b5c4-line-height:140%;--e-global-typography-230b5c4-letter-spacing:-1.5px;--e-global-typography-40142cb-font-family:"Roboto Condensed";--e-global-typography-40142cb-font-size:24px;--e-global-typography-40142cb-font-weight:500;--e-global-typography-40142cb-line-height:140%;--e-global-typography-40142cb-letter-spacing:-0.5px;color:var( --e-global-color-611ac72 );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#CF102D;font-size:16px;font-weight:500;text-transform:uppercase;line-height:170%;color:var( --e-global-color-540ae4d );border-radius:4px 4px 4px 4px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-dfafc09 );}.elementor-kit-6 h1{font-family:"Roboto Condensed", Sans-serif;}.elementor-kit-6 h2{font-family:"Roboto Condensed", Sans-serif;}.elementor-kit-6 h3{font-family:"Roboto Condensed", Sans-serif;}.elementor-kit-6 h4{font-family:"Roboto Condensed", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.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 *//* Updated Shift Animations */

.rotateIn {
    animation-name: shiftRotateIn !important;
}

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

.fadeInLeft {
    animation-name: shiftFadeInLeft !important;
}

.fadeInRight {
    animation-name: shiftFadeInRight !important;
}

@keyframes shiftRotateIn {
    from {
        transform-origin: center;
        transform: rotate(-10deg);
        opacity: 0;
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

@keyframes shiftFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,10px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}


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

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes shiftFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(10px,0px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}/* End custom CSS */