.ilfico-topbalk {
  position: sticky;
  top: 0;
}

.breakdance .bde-section-55-100.bde-section {
  position: sticky !important;
  top: 0;                          /* fallback: no first div → sticks to top */
}

.ilfico-topbalk + .bde-section-55-100.bde-section {
  top: var(--first-h, 0px);        /* first div present → stick below it */
}