.elementor-17056 .elementor-element.elementor-element-5704c901{--display:flex;}.elementor-17056 .elementor-element.elementor-element-5704c901.e-con{--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-17056 .elementor-element.elementor-element-5704c901{--width:107.361%;}}/* Start custom CSS for html, class: .elementor-element-d989f03 */.h2-black{
    color: #000 !important; 
}

.h2-ul{
    color: #000 !important; 
    text-decoration: underline;
    font-size: 1.2rem !important;
    padding-bottom: 12px;
    padding-top: 12px;
}

.inline-container {
    margin-bottom: 20px;
}

.inline-container h3 {
    display: inline;
    margin: 0;
    margin-right: 2px;
    white-space: nowrap;
}

.inline-container p {
    display: inline;
    margin: 0;
}

.h3-first{
    padding-top: 0px;
}

h3{
text-decoration: none;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: 1.06rem;
    font-weight: 600;
    padding-top: 20px;
}

/*.h3-inline{
    display: inline-block;
}

.h3-inline + p {
    display: inline-block;
}*/

ul{
    padding-bottom: 16px;
}

.elementor-16992 .elementor-element.elementor-element-3910ba9:not(.elementor-motion-effects-element-type-background){
/*background-position-y: 96% !important;  */
opacity: 1;
}

.elementor-16992 .elementor-element.elementor-element-141978cd:not(.elementor-motion-effects-element-type-background), .elementor-14929 .elementor-element.elementor-element-141978cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 74vh !important;
    background-position-y: 78% !important;
}

@media (max-width: 1100px) {
.elementor-16992 .elementor-element.elementor-element-141978cd:not(.elementor-motion-effects-element-type-background), .elementor-14929 .elementor-element.elementor-element-141978cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{
        background-position: center !important;
        background-size: cover;
        min-height: 57vh !important;
    }
}

@media (max-width: 768px) {
.elementor-16992 .elementor-element.elementor-element-141978cd:not(.elementor-motion-effects-element-type-background), .elementor-14929 .elementor-element.elementor-element-141978cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{
        min-height: 40vh !important;
    }
}

ol{
  list-style-type: disc;    
}

ol.outer-ol li::marker {
    font-weight: bold;
}

ol.inner-ol li::marker {
    font-weight: normal  !important;
}


.filing-table {
  width: 100%;
  border-collapse: collapse;
}
.filing-table thead tr {
  background-color: #1e3a5f;
  color: #fff;
}
.filing-table thead th {
  padding: 10px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
}
.filing-table tbody tr {
  border-bottom: 1px solid #ccc;
}
.filing-table tbody tr:nth-child(even) {
  background-color: #f2f5f9;
}
.filing-table tbody td {
  padding: 10px 12px;
  vertical-align: top;
  line-height: 1.5;
}
/* ── Responsive: stack columns on small screens ── */
@media (max-width: 640px) {
  .filing-table thead {
    display: none; /* hide column headers */
  }
  .filing-table,
  .filing-table tbody,
  .filing-table tr,
  .filing-table td {
    display: block;
    width: 100%;
  }
  .filing-table tbody tr {
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
  }
  .filing-table tbody tr:nth-child(even) {
    background-color: #fff;
  }
  .filing-table tbody td {
    padding: 8px 12px;
    border-bottom: 1px solid #e0e0e0;
  }
  .filing-table tbody td:last-child {
    border-bottom: none;
  }
  /* Inject column label as a pseudo-element */
  .filing-table tbody td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #1e3a5f;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
  }
}/* End custom CSS */