.elementor-124565 .elementor-element.elementor-element-960c9a2{--display:flex;}.elementor-124565 .elementor-element.elementor-element-be453c9{width:100%;max-width:100%;}.elementor-124565 .elementor-element.elementor-element-63d4c36{--display:flex;}.elementor-124565 .elementor-element.elementor-element-d7b592e{--display:flex;}.elementor-124565 .elementor-element.elementor-element-a4f23c4{--display:flex;}.elementor-124565 .elementor-element.elementor-element-01a165d{--display:flex;}.elementor-124565 .elementor-element.elementor-element-becfb20{--display:flex;}.elementor-124565 .elementor-element.elementor-element-560e171{--display:flex;}.elementor-124565 .elementor-element.elementor-element-250ff07{--n-accordion-title-font-size:16px;--n-accordion-title-justify-content:space-between;--n-accordion-title-flex-grow:1;--n-accordion-title-icon-order:initial;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:16px;}:where( .elementor-124565 .elementor-element.elementor-element-250ff07 > .e-n-accordion > .e-n-accordion-item > .e-n-accordion-item-title > .e-n-accordion-item-title-header ) > .e-n-accordion-item-title-text{font-weight:600;}/* Start custom CSS for html, class: .elementor-element-be453c9 */.table-wrapper {
  width: 100%;
}
.custom-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.custom-table thead {
  background-color: #FF5C38;
  color: #fff;
}
.custom-table th,
.custom-table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #e5e5e5;
  vertical-align: top;
  word-break: normal;
  overflow-wrap: break-word;
}
.custom-table th {
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
  font-weight: 600;
}
.custom-table td {
  word-break: break-word;
}
.custom-table tbody tr:nth-child(2n) {
  background-color: rgba(0,0,0,.05);
}
.custom-table th:nth-child(1),
.custom-table td:nth-child(1) { width: 15%; }
.custom-table th:nth-child(2),
.custom-table td:nth-child(2) { width: 12%; }
.custom-table th:nth-child(3),
.custom-table td:nth-child(3) { width: 16%; }
.custom-table th:nth-child(4),
.custom-table td:nth-child(4) { width: 20%; }
.custom-table th:nth-child(5),
.custom-table td:nth-child(5) { width: 12%; }
.custom-table th:nth-child(6),
.custom-table td:nth-child(6) { width: 25%; }
.custom-table td {
  word-break: keep-all;
}
@media (max-width: 767px) {
  .custom-table thead {
    display: none;
  }
  .custom-table,
  .custom-table tbody,
  .custom-table tr,
  .custom-table td {
    display: block;
    width: 100%;
  }
  .custom-table tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
  }
  .custom-table td {
    text-align: left;
    padding: 12px;
  }
  .custom-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
}/* End custom CSS */