.brand-mark {
  overflow: hidden;
  padding: 0;
  width: 108px;
  height: 32px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-mark + span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.footer .brand-mark {
  width: 96px;
}
