.elementor-kit-8{--e-global-color-primary:#00954C;--e-global-color-secondary:#EFFCEF;--e-global-color-text:#373A37;--e-global-color-accent:#00C765;--e-global-color-0e7e9d0:#011201;--e-global-color-ed54307:#FFFFFF;--e-global-color-6ab5453:#FAF9F7;--e-global-color-2a43df1:#89AB89;--e-global-color-08bb195:#002E17;--e-global-color-14e03c8:#F0EBE1;--e-global-color-01ed74d:#000000;--e-global-color-6994acb:#001F0F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:60px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-line-height:60px;--e-global-typography-secondary-font-family:"Source Sans Pro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Source Sans Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Source Code Pro";--e-global-typography-accent-font-weight:500;--e-global-typography-32965b5-font-family:"Roboto";--e-global-typography-32965b5-font-size:32px;--e-global-typography-32965b5-font-weight:600;--e-global-typography-32965b5-line-height:36px;--e-global-typography-f12ec2f-font-family:"Source Code Pro";--e-global-typography-f12ec2f-font-size:13px;--e-global-typography-f12ec2f-font-weight:400;--e-global-typography-f12ec2f-text-transform:uppercase;--e-global-typography-f12ec2f-line-height:15px;--e-global-typography-f12ec2f-letter-spacing:1px;--e-global-typography-1217f3e-font-family:"Source Sans Pro";--e-global-typography-1217f3e-font-size:20px;--e-global-typography-1217f3e-font-weight:400;--e-global-typography-1217f3e-line-height:32px;--e-global-typography-a710904-font-family:"Roboto";--e-global-typography-a710904-font-size:24px;--e-global-typography-a710904-font-weight:600;--e-global-typography-a710904-line-height:36px;--e-global-typography-b2759e5-font-family:"Roboto";--e-global-typography-b2759e5-font-size:18px;--e-global-typography-b2759e5-font-weight:600;--e-global-typography-b2759e5-line-height:24px;--e-global-typography-042e369-font-family:"Roboto";--e-global-typography-042e369-font-size:18px;--e-global-typography-042e369-font-weight:700;--e-global-typography-042e369-line-height:36px;--e-global-typography-740c967-font-family:"Source Code Pro";--e-global-typography-740c967-font-weight:500;--e-global-typography-d06057b-font-family:"Source Code Pro";--e-global-typography-d06057b-font-size:19px;--e-global-typography-d06057b-font-weight:700;--e-global-typography-b7c4a86-font-family:"Source Code Pro";--e-global-typography-b7c4a86-font-size:12px;--e-global-typography-b7c4a86-font-weight:500;--e-global-typography-b7c4a86-line-height:20px;color:var( --e-global-color-text );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-accent );}.elementor-kit-8 a:hover{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-8{--e-global-typography-primary-font-size:38px;--e-global-typography-primary-line-height:1.3em;--e-global-typography-text-font-size:14px;--e-global-typography-32965b5-font-size:28px;--e-global-typography-1217f3e-font-size:20px;--e-global-typography-a710904-line-height:1.2em;--e-global-typography-740c967-font-size:14px;--e-global-typography-d06057b-font-size:14px;--e-global-typography-b7c4a86-font-size:14px;}.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
}



/* Header Styling */
#site-header {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  z-index: 1000;
  background-color: transparent;
}

#site-header.scrolled {
  background-color: rgba(0, 0, 0, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

#site-header img {
  height: 40px;
  transition: all 0.3s ease;
}/* End custom CSS */