.elementor-kit-8{--e-global-color-primary:#022851;--e-global-color-secondary:#8F1538;--e-global-color-text:#5A5A5A;--e-global-color-accent:#8F1538;--e-global-color-9252f83:#FFFFFF;--e-global-color-4c622b4:#333333;--e-global-color-72ce82d:#FFDB75;--e-global-color-8f6f187:#5483C3;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1em;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1em;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.4em;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1em;font-family:"Outfit", Sans-serif;font-size:16px;line-height:1.4em;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1000ms;--e-preloader-animation-duration:1500ms;--e-preloader-delay:0ms;--e-preloader-color:var( --e-global-color-primary );--e-preloader-size:68px;}.elementor-kit-8 e-page-transition{background-color:var( --e-global-color-9252f83 );}.elementor-kit-8 p{margin-bottom:14px;}.elementor-kit-8 h1{font-weight:800;line-height:1.3em;}.elementor-kit-8 h2{font-weight:800;line-height:1.3em;}.elementor-kit-8 h3{font-weight:800;line-height:1.3em;}.elementor-kit-8 h4{font-weight:800;line-height:1.3em;}.elementor-kit-8 h5{font-weight:800;line-height:1.3em;}.elementor-kit-8 h6{font-weight:800;line-height:1.3em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:50px;--container-default-padding-right:50px;--container-default-padding-bottom:50px;--container-default-padding-left:50px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;}{}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;--container-default-padding-top:30px;--container-default-padding-right:30px;--container-default-padding-bottom:30px;--container-default-padding-left:30px;}}/* Start custom CSS */@media screen and (min-width: 1024px) {
  .flexbg {
    background-size: 100% 100% !important;
}
}

a {
    color: inherit;
}
strong, b {
    font-weight: 600;
}


 /* Improved Animations */

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

    to {
        opacity: 1;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        transform: none
    }
}

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

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

    to {
        opacity: 1;
        transform: none
    }
}

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