@media (max-width: 992px) {
  .logo {
    width: 272px;
    height: 56px;
    margin-top: -13px !important;
  }
}

@media (max-width: 768px) {
  .logo {
    width: 230px;
    height: 48px;
    margin-top: -11px !important;
  }
}

@media (max-width: 576px) {
  .logo {
    width: 200px;
    height: 41px;
    margin-top: -9px !important;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

a.nav-link.active {
  /*border-bottom: 1px solid var(--bs-primary);*/
  /*padding: 0 !important;*/
  /*margin: .5rem 1rem !important;*/
  box-shadow: inset 0 -2px 0 0 var(--bs-primary) !important;
}

