.elementor-kit-26{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-size:17px;--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;}.elementor-kit-26 e-page-transition{background-color:#FFBC7D;}.elementor-kit-26 a{color:#000000;font-weight:700;}.elementor-kit-26 a:hover{color:#000000;font-weight:700;text-decoration:underline;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* Make entire Elementor slide clickable */
.elementor-slides .elementor-slide > a.elementor-slide-link {
    position: absolute;
    inset: 0; /* stretches the link over the whole slide */
    z-index: 5;
}
.elementor-slides .elementor-slide {
    cursor: pointer;
}
/* Ensure full width and no spacing */
.three-col-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 0px; 
}

.three-col-table,
.three-col-table th,
.three-col-table td {
    border: none !important;
    background: transparent !important;
}

/* Remove hover background */
.three-col-table tr:hover td,
.three-col-table tr:hover th,
.three-col-table td:hover,
.three-col-table th:hover {
    background: transparent !important;
}

/* Column widths */
.three-col-table .col-small { width: 10%; }
.three-col-table .col-big { width: 60%; }
.three-col-table .col-med { width: 30%; }
.three-col-table .col-huge { width: 90%; }

.three-col-table td,
.three-col-table th {
    padding: 6px 0 !important;
    text-align: left;
}

.three-col-table td:not(:last-child),
.three-col-table th:not(:last-child) {
    padding-right: 20px !important;
}
body{
min-height: 100vh;
display: flex;
flex-direction: column;
}
.elementor-location-footer {
margin-top: auto;
}/* End custom CSS */