/* The supplied PNG is kept intact. Only its transparent outer canvas is clipped. */
.pure-brandmark {
  --brand-size: 72px;
  display: block;
  position: relative;
  width: var(--brand-size);
  aspect-ratio: 723 / 781;
  overflow: hidden;
  flex: none;
}
.pure-brandmark img {
  position: absolute;
  left: -90.8714%;
  top: -6.2740%;
  width: 295.2974%;
  height: 112.8041%;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: fill;
  filter: none;
}
