@charset "UTF-8";
uix-homepage-header #logo > img {
  width: 20px;
  height: 20px;
  padding-bottom: 3px;
}
uix-homepage-header #logo span {
  font-size: xx-large;
  margin-bottom: 8px;
}
@media screen and (max-width: 800px) {
  uix-homepage-header #logo {
    position: absolute;
    margin: auto;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: -1;
  }
}
@media screen and (max-width: 400px) {
  uix-homepage-header #logo {
    display: none !important;
  }
}
uix-homepage-header h3 {
  font-weight: 400 !important;
  font-size: 28px;
}
uix-homepage-header span {
  margin-left: 4px;
  font-size: 40px;
  color: var(--text_accent_1);
}
uix-homepage-header uix-anchor {
  white-space: nowrap;
}
