/* V6.5 Colby Capital premium logo integration */
.brand{
  gap:0 !important;
  min-width:0;
}
.brand-logo{
  display:block !important;
  width:min(500px,45vw) !important;
  height:auto !important;
  max-width:500px !important;
  max-height:92px !important;
  object-fit:contain !important;
  filter:drop-shadow(0 10px 24px rgba(6,23,40,.08));
}
.brand-name{
  display:none !important;
}
.nav{
  gap:30px !important;
}
@media(max-width:1180px){
  .brand-logo{
    width:min(455px,43vw) !important;
    max-width:455px !important;
    max-height:86px !important;
  }
  .nav{
    gap:22px !important;
  }
}
@media(max-width:960px){
  .brand{
    justify-content:center !important;
  }
  .brand-logo{
    width:min(440px,88vw) !important;
    max-width:440px !important;
    max-height:82px !important;
  }
}
@media(max-width:560px){
  .brand-logo{
    width:min(350px,88vw) !important;
    max-width:350px !important;
    max-height:72px !important;
  }
}