.nav-bg {
  background-size: 100% 100%;
  background-position: 100% 1.6ex;
  position: relative;
  background-color: #2b307a;
}
.toggle-nav {
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(175deg)
    brightness(119%) contrast(119%);
}
.nav-active {
  color: #1cc0e1 !important;
  font-weight: 700;
}
.img-wsp-nav {
  position: absolute;
  overflow: visible;
}
.img-wsp-nav img {
  position: absolute;
  top: -28px;
  left: 0px;
}
.nav-content-links {
  justify-content: flex-end;
  padding-right: 40px;
}
.nav-content-links ul li {
  padding-left: 30px;
}
.nav-content-links ul li:last-child {
  width: 70px;
  height: 100%;
}
@media (max-width: 991px) {
  .nav-bg {
    background-image: none !important;
  }
  .wsp-nav {
    display: none;
  }
}
