/* Letterforms extracted from the original Vavela logo, not a substitute font. */
body .vavela-wordmark {
  display: inline-block;
  position: relative;
  width: 4.14em;
  height: .7em;
  vertical-align: baseline;
  overflow: hidden;
  color: inherit;
  -webkit-text-fill-color: transparent;
  font-size: inherit;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  text-shadow: none;
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}
body .brand-link-label { margin: 0; font: inherit; }
@media(max-width:640px) {
  .us-feature > * { min-width: 0; }
  .location-actions { flex-wrap: wrap; }
}
.vavela-wordmark::after {
  content: '';
  position: absolute;
  inset: 0;
  background: currentColor;
  mask: url('assets/vavela-wordmark.svg') center / contain no-repeat;
  -webkit-mask: url('assets/vavela-wordmark.svg') center / contain no-repeat;
}
