.elementor-kit-6{--e-global-color-primary:#00876A;--e-global-color-secondary:#00876A;--e-global-color-text:#2C2B2B;--e-global-color-accent:#00876A;--e-global-color-6dec9b5:#F8F6F6;--e-global-color-5595675:#00876A;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:61px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.2em;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:600;color:var( --e-global-color-text );font-family:"Manrope", Sans-serif;font-size:16px;line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-family:"Manrope", Sans-serif;font-size:61px;font-weight:400;line-height:1.2em;}.elementor-kit-6 h2{font-family:"Manrope", Sans-serif;font-size:35px;font-weight:600;line-height:1.3em;}.elementor-kit-6 h3{font-family:"Manrope", Sans-serif;}.elementor-kit-6 h4{font-family:"Manrope", Sans-serif;}.elementor-kit-6 h5{font-family:"Manrope", Sans-serif;}.elementor-kit-6 h6{font-family:"Manrope", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;--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 .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, body {
    width: 100%;
    overflow-x: hidden;
}

p {
    margin-bottom: 0px;
}

::-webkit-scrollbar {
    width: 6px;
    background: #F8F6F7;
}

::-webkit-scrollbar-track{
    background: #F8F6F7;
}

::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 20px;
    border: 1px solid #9ac0b8;
}

*::selection {
    color: white;
    background-color: #00876a;
}

mark{
    background-color:  #00876a !important;
    color: white !important;
}

 strong,  b{
    font-weight: 700;
    color: #0f6f5a;
}/* End custom CSS */