.elementor-kit-10154{--e-global-color-primary:#004A54;--e-global-color-secondary:#00BAD3;--e-global-color-text:#00161A;--e-global-color-accent:#004A54;--e-global-color-ad96e3b:#FEF7ED;--e-global-color-a5397c8:#F0F7F9;--e-global-color-4a4b86c:#FFFFFF;--e-global-color-de95e87:#314A47;--e-global-color-93ffdc0:#FFCE34;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;font-size:18px;}.elementor-kit-10154 button,.elementor-kit-10154 input[type="button"],.elementor-kit-10154 input[type="submit"],.elementor-kit-10154 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:600;line-height:19px;color:var( --e-global-color-4a4b86c );border-style:none;border-radius:50px 50px 50px 50px;padding:10px 30px 10px 30px;}.elementor-kit-10154 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10154 a{color:var( --e-global-color-text );font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:600;text-decoration:none;}.elementor-kit-10154 a:hover{text-decoration:underline;}.elementor-kit-10154 h1{font-family:"Fraunces", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90vw;}.e-con{--container-max-width:90vw;--container-default-padding-top:2em;--container-default-padding-right:1em;--container-default-padding-bottom:2em;--container-default-padding-left:1em;}.elementor-widget:not(:last-child){--kit-widget-spacing:1em;}.elementor-element{--widgets-spacing:1em 1em;--widgets-spacing-row:1em;--widgets-spacing-column:1em;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* Adds space between headings and paragraphs */
h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1.5rem;
}
p {
    margin-bottom: 1rem; /* Adjust the value as needed */
}

/* Adds space after the last bullet point of a list */
ul, ol {
    margin-bottom: 1.5rem; /* Adjust the value as needed */
}

/* Ensures there's space between list items as well */
ul li, ol li {
    margin-bottom: 0.5rem; /* Adjust the value as needed */
}

/* General paragraph spacing */
p {
    margin-bottom: 1em; /* Space between all paragraphs */
}

/* Ensure the last paragraph has 1em margin-bottom */
p:last-of-type {
    margin-bottom: 1em !important; /* Adjust the value if needed */
}/* End custom CSS */