.elementor-kit-6{--e-global-color-primary:#7FD88F;--e-global-color-secondary:#0A0F0B;--e-global-color-text:#9FB0A2;--e-global-color-accent:#4F9A5C;--e-global-color-ff4e279:#E6F2EC;--e-global-color-8fb6db3:#A8C7B8;--e-global-color-631005d:#EEF3EE;--e-global-color-efddaa9:#1C3A20;--e-global-color-7f38b57:#0F1A11;--e-global-color-86674c6:#E6F0E61A;--e-global-typography-primary-font-family:"Poppins";--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:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 */body{
    overflow-x: hidden;
}

.custom-background {
        background: linear-gradient(-45deg, #0f1a11, #1C3A20, #0f1a11, #1C3A20);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
@keyframes gradient{
0% {
    background-position: 0% 50%;
}
50% {
    background-position: 100% 50%;
}
100% {
    background-position: 0% 50%;
}
}/* End custom CSS */