.elementor-kit-75755{--e-global-color-primary:#000000;--e-global-color-secondary:#222222;--e-global-color-text:#555555;--e-global-color-accent:#0A5C40;--e-global-color-5ad6e14:#FFFFFF;--e-global-color-8369e87:#30A771;--e-global-color-88b25e1:#E6EEEB;--e-global-color-bb27359:#083123;--e-global-typography-primary-font-family:"Open Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:500;--e-global-typography-39ecf2c-font-size:clamp(0.875rem, 0.86rem + 0.05vw, 0.9375rem);font-size:clamp(1rem, 0.98rem + 0.1vw, 1.125rem);line-height:1.7;}.elementor-kit-75755 e-page-transition{background-color:#FFBC7D;}.elementor-kit-75755 h1{font-size:clamp(2.25rem, 1.9rem + 1vw, 3rem);line-height:1.15;}.elementor-kit-75755 h2{font-size:clamp(1.5rem, 1.35rem + 0.5vw, 1.875rem);line-height:1.2;}.elementor-kit-75755 h3{font-size:clamp(1.3125rem, 1.2rem + 0.35vw, 1.5rem);line-height:1.25;}.elementor-kit-75755 h4{font-size:clamp(1.125rem, 1.05rem + 0.2vw, 1.25rem);line-height:1.3;}.elementor-kit-75755 h5{font-size:clamp(1rem, 0.96rem + 0.15vw, 1.125rem);line-height:1.35;}.elementor-kit-75755 h6{font-size:clamp(0.9375rem, 0.92rem + 0.1vw, 1rem);line-height:1.4;}.elementor-kit-75755 button,.elementor-kit-75755 input[type="button"],.elementor-kit-75755 input[type="submit"],.elementor-kit-75755 .elementor-button{text-transform:uppercase;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1220px;}.e-con{--container-max-width:1220px;}.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 *//* ==========================================================================
   GENERAL TEXT STYLES
========================================================================== */

p:last-child{
    margin-bottom:0;
}

.elementor-widget-text-editor a{
    color:#0A5C40;
    font-weight:600;
    text-decoration:underline;
}

.elementor-widget-text-editor a:hover{
    text-decoration:none;
}

/*.elementor-widget-text-editor ul li:last-child,
.elementor-widget-text-editor ol li:last-child{
    margin-bottom:20px;
}*/

/**sidebar indicator**/
.browse-sidebar a.active, .browse-sidebar a:hover {
    font-weight: 700;
    border-right: 3px solid #0A5C40;
    background: linear-gradient(to right, #fff, #E6EEEB);
}


/* ==========================================================================
   SMART TABLE
========================================================================== */

/* Optional image above table */

.gen_table_image{
    text-align:center;
    margin:0 0 20px;
}

.gen_table_image img{
    display:inline-block;
    max-width:220px;
    width:100%;
    height:auto;
    border-radius:14px;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}


/* Table */

.gen_table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    border:1px solid #d9e3dd;
    border-radius:14px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
    font-size:16px;
}


/* Header */

.gen_table thead{
    background:#0A5C40;
}

.gen_table th{
    padding:18px 22px;
    color:#fff;
    text-align:left;
    font-size:15px;
    font-weight:600;
    letter-spacing:.5px;
    text-transform:uppercase;
    border-bottom:1px solid #0A5139;
}

.gen_table th + th{
    border-left:1px solid rgba(255,255,255,.15);
}


/* Body */

.gen_table td{
    padding:18px 22px;
    color:#444;
    vertical-align:middle;
    border-bottom:1px solid #e6ece8;
}

.gen_table td + td{
    border-left:1px solid #edf2ef;
}

.gen_table tbody tr:nth-child(even){
    background:#f8fbfa;
}

.gen_table tbody tr:hover{
    background:#eef8f3;
    transition:.25s ease;
}

.gen_table tbody tr:last-child td{
    border-bottom:none;
}

.gen_table td:first-child{
    color:#0A5C40;
    font-weight:600;
}


/* ==========================================================================
   MOBILE
========================================================================== */

@media (max-width:768px){

    .gen_table{
        border:none;
        box-shadow:none;
        background:transparent;
    }

    .gen_table thead{
        display:none;
    }

    .gen_table,
    .gen_table tbody,
    .gen_table tr,
    .gen_table td{
        display:block;
        width:100%;
        box-sizing:border-box;
    }

    .gen_table tr{
        margin:0;
        border:1px solid #d9e3dd;
        border-radius:14px;
        overflow:hidden;
        background:#fff;
        box-shadow:
            0 2px 8px rgba(0,0,0,.05),
            0 10px 24px rgba(0,0,0,.06);
    }

    /* spacing only between cards */
    .gen_table tbody tr + tr{
        margin-top:18px;
    }

    .gen_table td{
        display:flex;
        justify-content:space-between;
        align-items:center;
        gap:18px;
        padding:16px 18px;
        text-align:right;
        border:none;
        border-bottom:1px solid #e7ece9;
    }

    .gen_table td:last-child{
        border-bottom:none;
    }

    .gen_table td::before{
        content:attr(data-label);
        flex:0 0 45%;
        text-align:left;
        color:#0A5C40;
        font-weight:600;
    }

    .gen_table td:first-child{
        color:#0A5C40;
    }

    /* image */

    .gen_table_image{
        margin-bottom:20px;
    }

    .gen_table_image img{
        max-width:180px;
    }
    
    /*table bottom hack temp**/
    .elementor-widget-html{
        margin-bottom:-80px !important;
    }

}/* End custom CSS */