.elementor-kit-28{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#000000;--e-global-color-accent:#30B1ED;--e-global-color-f9637c3:#CCCCCC4D;--e-global-color-a5f799e:#30B1ED;--e-global-color-3cb3506:#0C4880;--e-global-color-13fae77:#FFFFFF66;--e-global-color-c71d406:#D9EFFA;--e-global-color-e1e0e69:#F7F7F7;--e-global-color-e0fbe59:#EEEEEE;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-77d1aa9-font-family:"DM Sans";--e-global-typography-77d1aa9-font-size:4rem;--e-global-typography-77d1aa9-font-weight:bold;--e-global-typography-77d1aa9-line-height:1.1em;--e-global-typography-9772a80-font-family:"DM Sans";--e-global-typography-9772a80-font-size:3rem;--e-global-typography-9772a80-font-weight:bold;--e-global-typography-9772a80-line-height:1.1em;--e-global-typography-acfaa95-font-family:"DM Sans";--e-global-typography-acfaa95-font-size:2rem;--e-global-typography-acfaa95-font-weight:bold;--e-global-typography-acfaa95-line-height:1.1em;--e-global-typography-080e170-font-family:"DM Sans";--e-global-typography-080e170-font-size:1rem;--e-global-typography-080e170-font-weight:normal;--e-global-typography-080e170-line-height:1.4em;--e-global-typography-82ba508-font-family:"DM Sans";--e-global-typography-82ba508-font-size:1rem;--e-global-typography-82ba508-font-weight:500;--e-global-typography-82ba508-text-transform:none;--e-global-typography-82ba508-font-style:normal;--e-global-typography-82ba508-text-decoration:none;--e-global-typography-82ba508-line-height:1em;--e-global-typography-82ba508-letter-spacing:0px;--e-global-typography-82ba508-word-spacing:0em;}.elementor-kit-28 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1600px;}.e-con{--container-max-width:1600px;--container-default-padding-top:10%;--container-default-padding-right:5%;--container-default-padding-bottom:10%;--container-default-padding-left:5%;}.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-28{--e-global-typography-77d1aa9-font-size:3.6rem;--e-global-typography-9772a80-font-size:2.4rem;--e-global-typography-acfaa95-font-size:1.8rem;--e-global-typography-82ba508-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:10%;--container-default-padding-right:5%;--container-default-padding-bottom:10%;--container-default-padding-left:5%;}}@media(max-width:767px){.elementor-kit-28{--e-global-typography-77d1aa9-font-size:2.4rem;--e-global-typography-9772a80-font-size:2rem;--e-global-typography-acfaa95-font-size:1.6rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:80px;--container-default-padding-right:20px;--container-default-padding-bottom:80px;--container-default-padding-left:20px;}}
/* Start custom CSS */.light-blue-text {
  color: #30B1ED;
}

/* 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 */