.elementor-kit-6{--e-global-color-primary:#2D6A4F;--e-global-color-secondary:#E9C46A;--e-global-color-text:#333333;--e-global-color-accent:#F4A261;--e-global-color-345d119:#255D81;--e-global-color-b2e1dcc:#2D6A4F26;--e-global-color-0e89a8f:#DC3545;--e-global-color-ac05b10:#E8811C;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Raleway";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:500;font-family:"Raleway", Sans-serif;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-345d119 );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-bottom:10px;}.elementor-kit-6 a{font-family:"Raleway", Sans-serif;}.elementor-kit-6 h2{color:var( --e-global-color-text );font-weight:700;}.elementor-kit-6 h3{color:var( --e-global-color-primary );font-size:24px;font-weight:700;}.elementor-kit-6 h4{color:var( --e-global-color-accent );font-size:19px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */ul {
     margin-bottom: 20px;
     font-style: italic;
}

ol {
    margin-bottom: 20px;
    font-style: italic;
}

table th {
    background-color: 
    color: white !important; /* White text */
    font-weight: bold !important; /* Bold text */
    text-align: left !important; /* Align header text to the left */
}

table td, table th {
    padding: 15px !important;
    line-height: 1.5 !important;
    vertical-align: top !important;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843) !important; /* Border */
    background-color: white !important; /* White background for cells */
    font-style: italic !important; /* Italic text */
}

}
table th {
    background-color: #4CAF50; /* Highlighted header background */
    color: white; /* White text for header contrast */
    font-weight: bold; /* Bold text for headers */
}

table tr:nth-child(odd) {
    background-color: #f2f2f2; /* Subtle alternating row color */
}

table tr:hover {
    background-color: #e1f5fe; /* Highlight row on hover */
    transition: background-color 0.3s ease; /* Smooth hover transition */
}/* End custom CSS */