.elementor-kit-5{--e-global-color-primary:#051A26;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#46545C;--e-global-color-accent:#2573AC;--e-global-color-59e0d9c:#F8FCFF8C;--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;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Inter", Sans-serif;font-size:17px;font-weight:400;}.elementor-kit-5 h1{font-family:"Inter", Sans-serif;font-size:48px;font-weight:700;}.elementor-kit-5 h2{font-family:"Inter", Sans-serif;font-size:40px;font-weight:700;}.elementor-kit-5 h3{font-family:"Inter", Sans-serif;font-size:33px;font-weight:700;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-family:"Inter", Sans-serif;font-size:18px;font-weight:600;border-radius:500px 500px 500px 500px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 */@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0, -24px, 0);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: none;
        filter: blur(0);
    }
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-24px, 0, 0);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: none;
        filter: blur(0);
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(24px, 0, 0);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: none;
        filter: blur(0);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0, 24px, 0);
        filter: blur(4px);
    }
    to {
        opacity: 1;
        transform: none;
        filter: blur(0);
    }
}

.elementor-element.fadeInDown,
.elementor-element.fadeInLeft,
.elementor-element.fadeInRight,
.elementor-element.fadeInUp {
    animation-duration: 0.7s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-fill-mode: both;
}

.elementor-element.fadeInDown  { animation-name: fadeDown; }
.elementor-element.fadeInLeft  { animation-name: fadeLeft; }
.elementor-element.fadeInRight { animation-name: fadeRight; }
.elementor-element.fadeInUp    { animation-name: fadeUp; }/* End custom CSS */