.header_mobile56 {
  display: none;
  border: 0 solid #000;
  border-bottom-width: 1px;
  background: #fff;
}

.header_mobile56 .container .row,
.header_mobile56__height {
  height: 54px;
}

.header_mobile56__height {
  display: none;
  height: 0;
}

.mobile-logo {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  color: inherit;
}

.logo56__image {
  width: auto;
  max-width: 100%;
  max-height: 78px;
}

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

@media only screen and (max-width: 840px) {
  .header_mobile56 {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }

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

.offcanvas56 {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  background: #fff;
  padding: 16px;
  width: 320px;
  transform: translate(-102%, 0);
  transition: transform 0.2s;
  overflow-y: auto;
}

.offcanvas56__overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
}

@media only screen and (max-width: 840px) {
  .offcanvas56__container {
    position: relative;
    z-index: 10002;
    pointer-events: auto;
  }

  .offcanvas56__overlay {
    z-index: 10001;
  }

  .offcanvasnav56,
  .offcanvasnav56 a {
    position: relative;
    z-index: 10003;
    pointer-events: auto;
  }
}

.offcanvasnav56 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.offcanvasnav56 li + li {
  border-top: 1px solid var(--border-color);
}

.offcanvasnav56 a {
  display: block;
  line-height: 46px;
  color: inherit;
}

.offcanvasnav56 a:hover {
  color: #000;
  background: #f0f0f0;
}

html.on-offcanvas .offcanvas56 {
  transform: translate(0, 0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

html.on-offcanvas .offcanvas56__overlay {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .offcanvas56 {
    top: 54px;
    width: 100%;
  }

  html.on-offcanvas .offcanvas56 {
    box-shadow: none;
  }

  html.on-offcanvas .offcanvas56__overlay {
    display: none;
  }
}
