@media (min-width: 992px) {
  .txhp-section-nav-wrap {
    position: relative !important;
    top: auto !important;
    z-index: 90;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
  }

  .txhp-section-nav-wrap.txhp-nav-fixed-active {
    position: fixed !important;
    top: 82px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 9990;
    box-shadow: 0 14px 34px rgba(7, 59, 115, 0.12);
  }

  .txhp-section-nav-wrap.txhp-nav-fixed-bottom {
    position: absolute !important;
    top: var(--txhp-section-nav-bottom-top, 0px) !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 90;
  }

  .txhp-section-nav-placeholder {
    display: none;
    height: 0;
  }

  .txhp-section-nav-placeholder.is-active {
    display: block;
  }

  .txhp-section-nav-wrap.txhp-nav-fixed-active .txhp-section-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .txhp-section-nav-wrap {
    position: sticky;
    top: 58px;
    z-index: 80;
  }
}
