/* Decem shared brand primitives */
.decem-brand{
  position:absolute;
  left:22px;
  top:14px;
  z-index:30;
  color:inherit;
  text-decoration:none;
}
.decem-brand svg{
  display:block;
  width:190px;
  height:44px;
  overflow:visible;
}
@media(max-width:650px){
  .decem-brand{left:12px;top:9px}
  .decem-brand svg{width:162px;height:38px}
}
