/* NJS STUDIO GLOBAL LOGO V13 */
.njs-global-logo,
.njs-brand,
.njs-v10-brand,
.njs11-brand,
.njs-unified-brand,
.brand{
  display:flex !important;
  align-items:center !important;
  text-decoration:none !important;
  line-height:1 !important;
}

.njs-global-logo img,
.njs-brand img,
.njs-v10-brand img,
.njs11-brand img,
.njs-unified-brand img,
.brand img{
  display:block !important;
  width:174px !important;
  max-width:174px !important;
  height:auto !important;
  object-fit:contain !important;
}

.njs-global-logo-mark{
  display:none !important;
}

@media(max-width:680px){
  .njs-global-logo img,
  .njs-brand img,
  .njs-v10-brand img,
  .njs11-brand img,
  .njs-unified-brand img,
  .brand img{
    width:148px !important;
    max-width:148px !important;
  }
}

@media(max-width:380px){
  .njs-global-logo img,
  .njs-brand img,
  .njs-v10-brand img,
  .njs11-brand img,
  .njs-unified-brand img,
  .brand img{
    width:132px !important;
    max-width:132px !important;
  }
}
