.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: .62em;
  color: #172321;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.brand-lockup__mark {
  width: 34px;
  height: 38px;
  display: block;
  flex: 0 0 auto;
}
.brand.brand-lockup > span {
  width: auto;
  height: auto;
  display: inline;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  letter-spacing: normal;
}
.brand-lockup--compact { font-size: 14px; }
.brand-lockup--compact .brand-lockup__mark { width: 25px; height: 28px; }
.brand-lockup--report { font-size: 13px; }
.brand-lockup--report .brand-lockup__mark { width: 20px; height: 23px; }
@media print {
  .brand-lockup--report { font-size: 11px; }
  .brand-lockup--report .brand-lockup__mark { width: 17px; height: 20px; }
}
