._header_qy21q_1 {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  flex-direction: column-reverse;
}
._header_qy21q_1 img {
  max-width: 260px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (min-width: 640px) {
  ._header_qy21q_1 {
    flex-direction: row;
  }
  ._header_qy21q_1 img {
    max-width: 180px;
    max-height: 60px;
  }
}
._contactdetails_qy21q_22 > div {
  display: flex;
  margin-bottom: 1em;
}
._contactdetails_qy21q_22 > div > div:first-child {
  flex-basis: 30px;
  flex-shrink: 0;
  display: flex;
}._chip_t0hjm_1 {
  border-radius: var(--border-radius);
  background-color: var(--beige);
  border: 1px solid var(--beigedark);
  padding: 0 0.5em;
  color: var(--beigedarker);
  white-space: nowrap;
}
._chip_t0hjm_1._highlighted_t0hjm_9 {
  color: black;
}