/* H5 */
#link-news,
#link-services,
#link-executive,
#link-experts,
#link-careers {
  display: none;
}
.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 100;
}

.menu-toggle span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  #topTextArea {
    display: none;
  }
  #link-news,
  #link-services,
  #link-executive,
  #link-experts,
  #link-careers {
    display: block;
  }
  .ri-arrow-down-s-line {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  header nav.show {
    display: block;
    position: absolute;
    top: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(36, 36, 37, 0.95);
    width: 100%;
    left: 0;
    margin: 0 !important;
    padding: 32px 16px;
    z-index: 3;
  }

  header nav.show a {
    color: #fff;
    text-align: center;
    margin: 5px 0 !important;
  }

  header nav.show a.text-primary {
    color: #0033a0;
  }
}
