.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#525252;--e-global-color-accent:#6FFF90;--e-global-typography-primary-font-family:"Alexandria";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Alexandria";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Alexandria";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Alexandria";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.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 */html {
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}
p:last-child {
    margin: 0px;
}
.elementor-icon-wrapper {
    display: flex;
}
.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}

.container {
    padding: 100px 10px 100px 10px;
}
@media (max-width: 767px) {
   .container {
        padding: 50px 15px 50px 15px;
    } 
}
@media (max-width: 1024px) {
   .container {
        padding: 60px 15px 60px 15px;
    } 
}
.text-color {

  background: -webkit-linear-gradient(0deg, #6FFF90, #38934D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}/* End custom CSS */