/* ========================================
   RESPONSIVE/DESKTOP.CSS
   min-width: 1024px
   ======================================== */

@media (min-width: 1024px) {
  /* Header sticky */
  .site-header,
  header.site-header {
    position: sticky !important;
    top: var(--sc-banner-height, 0px) !important;
  }
}
