.elementor-5578 .elementor-element.elementor-element-3c286e61 > .elementor-container > .elementor-row{align-items:stretch;}.elementor-5578 .elementor-element.elementor-element-3c286e61 > .elementor-container{text-align:center;}.elementor-5578 .elementor-element.elementor-element-3c286e61{margin-top:0px;margin-bottom:70px;}.elementor-5578 .elementor-element.elementor-element-b65a511{text-align:center;}.elementor-5578 .elementor-element.elementor-element-5af79a0f > .elementor-container > .elementor-row{align-items:stretch;}.elementor-5578 .elementor-element.elementor-element-5af79a0f{margin-top:0px;margin-bottom:70px;}.elementor-5578 .elementor-element.elementor-element-b5ab81c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;}.elementor-5578 .elementor-element.elementor-element-8ca032f > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-5578 .elementor-element.elementor-element-3c96678 > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-5578 .elementor-element.elementor-element-90f6045 > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-5578 .elementor-element.elementor-element-327d855 > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-5578 .elementor-element.elementor-element-a2152ac > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-5578 .elementor-element.elementor-element-991b517 > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-5578 .elementor-element.elementor-element-a64f8ea > .elementor-widget-container{margin:0px 0px 50px 0px;}.elementor-5578 .elementor-element.elementor-element-f371ff6 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-5578 .elementor-element.elementor-element-c9c1830 > .elementor-container > .elementor-row{align-items:center;}.elementor-5578 .elementor-element.elementor-element-c9c1830{margin-top:0px;margin-bottom:70px;}.elementor-5578 .elementor-element.elementor-element-dba8f5f .tm-collapsible__title{font-size:28px;font-weight:600;}.elementor-5578 .elementor-element.elementor-element-44d6c49 > .elementor-widget-container{margin:30px 0px 20px 0px;}.elementor-5578 .elementor-element.elementor-element-251e269{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-5578 .elementor-element.elementor-element-6c5a1aa > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-5578 .elementor-element.elementor-element-9be0e76{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-5578 .elementor-element.elementor-element-57c899c > .elementor-widget-container{margin:0px 0px 20px 0px;}.elementor-5578 .elementor-element.elementor-element-902b5b4{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;}.elementor-5578 .elementor-element.elementor-element-b31b6c6 > .elementor-container > .elementor-row{align-items:center;}.elementor-5578 .elementor-element.elementor-element-b31b6c6{margin-top:0px;margin-bottom:40px;}.elementor-5578 .elementor-element.elementor-element-aefdfa3{text-align:start;}.elementor-5578 .elementor-element.elementor-element-1ad38b5 > .elementor-container > .elementor-row{align-items:stretch;}.elementor-5578 .elementor-element.elementor-element-1ad38b5{margin-top:0px;margin-bottom:70px;}.elementor-5578 .elementor-element.elementor-element-4669d24 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-5578 .elementor-element.elementor-element-4669d24{text-align:center;}.elementor-5578 .elementor-element.elementor-element-a0af33c .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{width:250px;background-color:#1A1A1A !important;color:#ffffff !important;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-5578 .elementor-element.elementor-element-e66de26{width:20%;}.elementor-5578 .elementor-element.elementor-element-0be66e1{width:59.332%;}.elementor-5578 .elementor-element.elementor-element-fdf4c21{width:20%;}}/* Start custom CSS for tm-heading, class: .elementor-element-44d6c49 *//* Custom CSS for blf-custom-table */
.blf-custom-table {
  /* Ensures borders are visible and consistent throughout the table */
  border: 1px solid #dee2e6; /* Adjust border color as needed */
}

.blf-custom-table th,
.blf-custom-table td,
.blf-custom-table thead th,
.blf-custom-table tbody + tbody {
  /* Ensures all cells have borders */
  border: 1px solid #dee2e6;
  /* Ensures text is left-aligned (default in Bootstrap, but good for certainty) */
  text-align: left;
}

.blf-custom-table thead tr.table-dark th {
  /* Customizes the dark head appearance and border color */
  background-color: #343a40; /* Dark background color */
  color: #fff; /* Light text color */
  border-color: #454d55; /* Border color for the dark head */
}

/* Optional: if you want the bottom border of the table to be more prominent/specific */
.blf-custom-table tbody {
  border-bottom: 1px solid #dee2e6;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-251e269 *//* Custom class for dark head background */


.blf-custom-table thead th {
  background-color: #212529; /* Dark background color */
  color: #fff; /* White text color for readability */
  border-bottom: 2px solid #dee2e6; /* Bottom border for the head */
  text-align: left; /* Ensure left alignment */
}

/* Ensure all table cells have borders, including the bottom and sides */
.blf-custom-table th,
.blf-custom-table td {
  border: 0px solid #dee2e6; /* Standard border color */
  border-bottom: 1px solid #dee2e6; /* Left border */

  text-align: left; /* Ensure all content is left aligned */
}

/* Ensure the table itself has a bottom border */
.blf-custom-table {
  border-bottom: 1px solid #dee2e6;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9be0e76 *//* Custom class for dark head background */


.blf-custom-table thead th {
  background-color: #212529; /* Dark background color */
  color: #fff; /* White text color for readability */
  border-bottom: 2px solid #dee2e6; /* Bottom border for the head */
  text-align: left; /* Ensure left alignment */
}

/* Ensure all table cells have borders, including the bottom and sides */
.blf-custom-table th,
.blf-custom-table td {
  border: 0px solid #dee2e6; /* Standard border color */
  border-bottom: 1px solid #dee2e6; /* Left border */

  text-align: left; /* Ensure all content is left aligned */
}

/* Ensure the table itself has a bottom border */
.blf-custom-table {
  border-bottom: 1px solid #dee2e6;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-902b5b4 *//* Custom class for dark head background */


.blf-custom-table thead th {
  background-color: #212529; /* Dark background color */
  color: #fff; /* White text color for readability */
  border-bottom: 2px solid #dee2e6; /* Bottom border for the head */
  text-align: left; /* Ensure left alignment */
}

/* Ensure all table cells have borders, including the bottom and sides */
.blf-custom-table th,
.blf-custom-table td {
  border: 0px solid #dee2e6; /* Standard border color */
  border-bottom: 1px solid #dee2e6; /* Left border */

  text-align: left; /* Ensure all content is left aligned */
}

/* Ensure the table itself has a bottom border */
.blf-custom-table {
  border-bottom: 1px solid #dee2e6;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-1ad38b5 */.wpforms-field-limit-text{
    display: none;
}/* End custom CSS */