<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.logo-header {
  width: 160px;
  height: auto;
}

.menu-burger-always {
  background: transparent;
  border: none;
  padding: 0;
  width: 36px;
  height: 24px;
}

.menu-burger-always .navbar-toggler-icon {
  background-image: none;
  position: relative;
  width: 100%;
  height: 100%;
}

.menu-burger-always .navbar-toggler-icon,
.menu-burger-always .navbar-toggler-icon::before,
.menu-burger-always .navbar-toggler-icon::after {
  display: block;
  background: #fff;
  height: 3px;
  width: 100%;
  content: "";
  transition: all 0.2s ease;
}

.menu-burger-always .navbar-toggler-icon::before {
  position: absolute;
  top: 7px;
  left: 0;
}

.menu-burger-always .navbar-toggler-icon::after {
  position: absolute;
  bottom: 7px;
  left: 0;
}</pre></body></html>