.header56__section .header56__part {
  align-items: center;
  display: flex;
}

.topbar56 {
  background: var(--accent-color);
  border-bottom: 1px solid #2d2d2d;
  color: #fff;
}

.topbar56 .row {
  height: 40px;
}

.topbar56__meta {
  color: rgba(255, 255, 255, .85);
  font-size: 13px;
}

.main_header56 .container {
  padding: 18px 0;
}

.logo56 {
  align-items: center;
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  text-align: center;
}

.logo56__link {
  color: inherit;
  display: block;
}

.logo56__image {
  max-height: 64px;
  width: auto;
}

.logo56__link:hover {
  color: inherit;
  text-decoration: none;
}

.text-logo {
  color: var(--heading-color);
  font-family: var(--font-heading);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.slogan {
  color: #777;
  display: block;
  font-size: 12px;
  letter-spacing: .14em;
  margin: 0;
  text-transform: uppercase;
}

.header_bottom56 {
  border-bottom: 1px solid var(--border-color);
  border-top: 1px solid var(--border-color);
}

.header_bottom56 .container {
  min-height: 52px;
}

.mainnav .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 12px 0;
}

.mainnav a {
  color: var(--heading-color);
  font-family: var(--font-nav);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: none;
}

.mainnav a:hover {
  color: var(--accent-color);
  text-decoration: none;
}

.header_mobile56 {
  background: #fff;
  border-bottom: 1px solid var(--border-color);
  display: none;
}

.header_mobile56 .row {
  height: 54px;
}

.logo56--mobile {
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 700;
}

.logo56__image--mobile {
  max-height: 38px;
}

.header_mobile56__height {
  display: none;
}

.hamburger {
  align-items: center;
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
  padding: 0;
}

.icon-menu::before,
.icon-close::before {
  display: block;
  font-size: 20px;
  line-height: 1;
}

.icon-menu::before {
  content: "☰";
}

.icon-close::before {
  content: "✕";
  display: none;
}

html.on-offcanvas .icon-close::before {
  display: block;
}

html.on-offcanvas .icon-menu::before {
  display: none;
}

@media only screen and (max-width: 840px) {
  .header_desktop56 {
    display: none;
  }

  .header_mobile56 {
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }

  .header_mobile56__height {
    display: block;
    height: 54px;
  }
}
