/* M-CR Brand Assets v0.1 */
:root{
  --mcr-blue:#0054a6;
  --mcr-red:#ed0012;
  --mcr-cyan:#36a9e1;
  --mcr-yellow:#f9b233;
  --mcr-green:#36a936;
  --mcr-gray:#b2b2b2;
}
.mcr-logo{
  display:inline-block;
  object-fit:contain;
  max-width:100%;
  height:auto;
}
.mcr-logo-header{
  width:auto;
  max-width:220px;
  max-height:64px;
  object-fit:contain;
}
.mcr-logo-nav{
  width:32px;
  height:32px;
  object-fit:contain;
}
.mcr-logo-card{
  width:72px;
  height:72px;
  object-fit:contain;
}
.mcr-logo-hero{
  width:112px;
  height:112px;
  object-fit:contain;
}
.mcr-logo-footer{
  width:auto;
  max-width:120px;
  max-height:36px;
  object-fit:contain;
  opacity:.86;
}
.mcr-brand-strip{
  display:flex;
  gap:12px;
  align-items:center;
  flex-wrap:wrap;
}
.mcr-brand-card{
  display:flex;
  align-items:center;
  gap:14px;
}
