uix-homepage-header {
  --dropdown-bg: var(--bg);
  --bg_color: var(--bg);
}
uix-homepage-header a {
  text-decoration: none;
}
uix-homepage-header details {
  background-color: transparent !important;
  border: 0px !important;
  margin-bottom: 0 !important;
  flex-direction: column;
}
uix-homepage-header details:first-of-type {
  margin-top: 40px;
}
uix-homepage-header details summary {
  font-weight: normal !important;
  padding: unset !important;
}
