#layout__header {
  padding: var(--s-min) 0;
  background: var(--c-header-background, --c-transparent);
  will-change: background, padding;
  transition: all ease 0.25s;
}
#layout__header .Header__col {
  display: flex;
  align-items: center;
  gap: 1em;
}
#layout__header .Header__col .Logo {
  max-width: 50px;
}
#layout__header .Header__col .header_log_desc {
  font-size: 1.2em;
  white-space: nowrap;
}
#layout__header .Logo {
  width: 200px;
}
body#layout.__scrolled #layout__header {
  background: var(--c-header-background-onscroll, --c-white);
}
/*# sourceMappingURL=xs.css.map */