/* Approved reference-weight logo. Frame the artwork without changing the source image. */
.brand {
  position: relative;
  aspect-ratio: 1958 / 394;
  overflow: hidden;
  background: #fff;
}

.brand img {
  position: absolute;
  display: block;
  width: 107.405516%;
  max-width: none;
  height: auto;
  left: -2.451481%;
  top: -41.624365%;
  filter: none;
}

.footer-main .brand { width: 248px; max-width: 100%; }
