/* Exact horizontal area of the approved sheet, exported at display resolution. */
.header .logo.logo-horizontal {
  display: block !important;
  position: relative;
  flex: 0 0 auto;
  width: 170px;
  height: auto !important;
  aspect-ratio: 1708 / 402;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}
.header .logo.logo-horizontal img {
  position: static;
  display: block;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  left: auto;
  top: auto;
}
@media (max-width: 600px) {
  .header .logo.logo-horizontal { width: 153px; }
}
