.ico {
  width: 1em;
  height: 1em;
  fill: currentColor;
  stroke: currentColor;
  color: inherit;
  vertical-align: -0.12em;
  flex: none;
}

.glyph.ico {
  width: 15px;
  height: 15px;
}

.brand--image {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.brand-mark {
  display: block;
  width: auto;
  height: 22px;
  max-width: min(232px, 44vw);
}

.brand-symbol,
.estate-symbol {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  object-fit: contain;
  flex: none;
}

.estate-symbol {
  width: 34px;
  height: 34px;
  border-radius: 7px;
}

.brand-eyebrow .brand-symbol {
  opacity: 1;
}

@media (max-width: 760px) {
  .brand-mark {
    height: 20px;
    max-width: 54vw;
  }
}
