.elementor-kit-11{--e-global-color-primary:#7B9901;--e-global-color-secondary:#595959;--e-global-color-text:#015A54;--e-global-color-accent:#FEFEFE;--e-global-color-583101e:#FDFDFD;--e-global-color-fa3bd49:#91B500;--e-global-color-1b8737f:#D8D4D4;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:clamp(1.75rem, 0.9118rem + 3.5294vw, 4rem);--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.2;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:clamp(1.375rem, 0.9559rem + 1.7647vw, 2.5rem);--e-global-typography-secondary-font-weight:bold;--e-global-typography-secondary-line-height:1.2;--e-global-typography-text-font-family:"Fira Sans";--e-global-typography-text-font-size:clamp(1rem, 0.9534rem + 0.1961vw, 1.125rem);--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.2;--e-global-typography-accent-font-family:"Fira Sans";--e-global-typography-accent-font-size:clamp(1.125rem, 1.0784rem + 0.1961vw, 1.25rem);--e-global-typography-accent-font-weight:600;--e-global-typography-accent-line-height:1.2;--e-global-typography-dfec8b1-font-family:"Poppins";--e-global-typography-dfec8b1-font-size:clamp(1.125rem, 1.0784rem + 0.1961vw, 1.25rem);--e-global-typography-dfec8b1-font-weight:bold;--e-global-typography-dfec8b1-line-height:1.2;--e-global-typography-936e9c0-font-family:"Fira Sans";--e-global-typography-936e9c0-font-size:clamp(1.125rem, 1.0784rem + 0.1961vw, 1.25rem);--e-global-typography-936e9c0-font-weight:600;--e-global-typography-936e9c0-line-height:1.2;background-color:#FDFDFD;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 p{margin-block-end:0px;}.elementor-kit-11 button,.elementor-kit-11 input[type="button"],.elementor-kit-11 input[type="submit"],.elementor-kit-11 .elementor-button{border-radius:15px 15px 15px 15px;}.elementor-kit-11 img{border-radius:10px 10px 10px 10px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-11{--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-line-height:3rem;--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-line-height:2.5rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{--e-global-typography-text-font-size:1rem;--e-global-typography-text-line-height:1.5rem;--e-global-typography-accent-font-size:1.125rem;--e-global-typography-936e9c0-font-size:1.125rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#cps {
  padding-left: clamp(20px, 5vw, 50px);
  padding-right: clamp(20px, 5vw, 50px);
}

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