.elementor-kit-7{--e-global-color-primary:#183CDD;--e-global-color-secondary:#000000;--e-global-color-text:#18181B;--e-global-color-accent:#6A9FFF;--e-global-color-351c8b8:#183CDD;--e-global-color-6a64075:#121F54;--e-global-color-ebe1d2e:#71717A;--e-global-color-cd3c118:#A1A1AA;--e-global-color-d5ba6de:#D4D4D8;--e-global-color-c8583ba:#D4EAFF;--e-global-color-5f8a888:#6A9FFF;--e-global-color-d56b448:#4C00FF;--e-global-color-c831dc8:#071A3A;--e-global-color-a7d9e37:#F4F5FA;--e-global-color-f1109f3:#F3F7FC;--e-global-color-530ca20:#DCD9E0;--e-global-color-0087114:#F8F3F0;--e-global-color-2a8e388:#FDFBFA;--e-global-color-b1da440:#D1C9FF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:#444444;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:24px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 h1{color:#000000;font-family:"Inter", Sans-serif;font-size:55px;font-weight:600;line-height:62px;}.elementor-kit-7 h2{color:#000000;font-size:40px;font-weight:600;line-height:120%;letter-spacing:-0.8px;}.elementor-kit-7 h3{color:#000000;font-size:26px;font-weight:500;line-height:29px;letter-spacing:-0.4px;}.elementor-kit-7 h4{color:#000000;font-size:18px;line-height:24px;}.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);}.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-kit-7 h1{font-size:48px;line-height:52px;}.elementor-kit-7 h2{font-size:34px;line-height:40px;}.elementor-kit-7 h3{font-size:24px;line-height:29px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h1{font-size:30px;line-height:36px;}.elementor-kit-7 h2{font-size:29px;line-height:37px;}.elementor-kit-7 h3{font-size:24px;line-height:29px;}.elementor-kit-7 h4{font-size:20px;line-height:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 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 */