
html body #catalogServiceNavWrap .catalogServiceNav > a.catalogServiceChip,
html body #catalogServiceNavWrap .cimServiceNavStaticV34 > a.catalogServiceChip{
  background:linear-gradient(180deg,#ffffff 0%,#f7fbff 100%)!important;
  color:#16436f!important;
  border:1px solid #d5e4f4!important;
  box-shadow:0 4px 11px rgba(19,66,118,.07)!important;
  transform:none!important;
  translate:none!important;
  animation:none!important;
}

html body #catalogServiceNavWrap .catalogServiceNav > a.catalogServiceChip:hover,
html body #catalogServiceNavWrap .cimServiceNavStaticV34 > a.catalogServiceChip:hover{
  background:#f3f8fe!important;
  color:#0b5fc5!important;
  border-color:#b8d3ef!important;
  box-shadow:0 6px 15px rgba(19,83,155,.12)!important;
  transform:none!important;
}

html body #catalogServiceNavWrap .catalogServiceNav > a.catalogServiceChip.active,
html body #catalogServiceNavWrap .catalogServiceNav > a.catalogServiceChip[aria-current="page"],
html body #catalogServiceNavWrap .cimServiceNavStaticV34 > a.catalogServiceChip.active,
html body #catalogServiceNavWrap .cimServiceNavStaticV34 > a.catalogServiceChip[aria-current="page"]{
  background:#1976e8!important;
  color:#ffffff!important;
  border-color:#1976e8!important;
  box-shadow:0 6px 15px rgba(25,118,232,.23)!important;
  transform:none!important;
}
