.znNavOvr {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  min-height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.znNavOvr-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.znNavOvr.znNavOvr--animation1 {
  -webkit-transform: translateY(-100%) translateZ(0);
  transform: translateY(-100%) translateZ(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms;
  transition: transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms;
  transition:
    transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms,
    -webkit-transform 0.5s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0ms;
}
.znNavOvr.znNavOvr--animation1.is-active {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
  transition:
    transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms,
    -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}
.znNavOvr.znNavOvr--animation1 .znNavOvr-menu > li {
  opacity: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition:
    opacity 0.5s ease 0s,
    -webkit-transform 0.25s ease-in 0s;
  transition:
    transform 0.25s ease-in 0s,
    opacity 0.5s ease 0s;
  transition:
    transform 0.25s ease-in 0s,
    opacity 0.5s ease 0s,
    -webkit-transform 0.25s ease-in 0s;
}
.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition:
    opacity 0.4s ease 0s,
    -webkit-transform 0.5s ease 0s;
  transition:
    transform 0.5s ease 0s,
    opacity 0.4s ease 0s;
  transition:
    transform 0.5s ease 0s,
    opacity 0.4s ease 0s,
    -webkit-transform 0.5s ease 0s;
}
.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:first-child {
  transition-delay: 0.06s;
}
.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(2) {
  transition-delay: 0.12s;
}
.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(3) {
  transition-delay: 0.18s;
}
.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(4) {
  transition-delay: 0.24s;
}
.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(5) {
  transition-delay: 0.3s;
}
.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(6) {
  transition-delay: 0.36s;
}
.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(7) {
  transition-delay: 0.42s;
}
.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(8) {
  transition-delay: 0.48s;
}
.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(9) {
  transition-delay: 0.54s;
}
.znNavOvr.znNavOvr--animation1.is-active .znNavOvr-menu > li:nth-child(10) {
  transition-delay: 0.6s;
}
.znNavOvr.znNavOvr--animation2 {
  visibility: hidden;
  transition: visibility 0s 0.7s;
}
.znNavOvr.znNavOvr--animation2 .znNavOvr-inner {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition:
    transform 0.7s,
    -webkit-transform 0.7s;
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.znNavOvr.znNavOvr--animation2.is-active {
  visibility: visible;
  transition: visibility 0s 0s;
}
.znNavOvr.znNavOvr--animation2.is-active .znNavOvr-inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition:
    transform 0.5s,
    -webkit-transform 0.5s;
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.znNavOvr.znNavOvr--animation2 ~ #page_wrapper {
  position: relative;
  z-index: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition:
    transform 0.7s,
    -webkit-transform 0.7s;
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}
.znNavOvr.znNavOvr--animation2.is-active ~ #page_wrapper {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1199px) {
  .znNavOvr.znNavOvr--animation2.is-active ~ #page_wrapper {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.znNavOvr.znNavOvr--animation3 {
  -webkit-transform: translateY(-100%) translateZ(0);
  transform: translateY(-100%) translateZ(0);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.6s ease-out,
    visibility 0.6s ease-out;
}
.znNavOvr.znNavOvr--animation3.is-active {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.6s ease-out,
    visibility 0.6s ease-out;
}
.znNavOvr.znNavOvr--animation3 .znNavOvr-menu > li {
  opacity: 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition:
    opacity 0.5s ease 0s,
    -webkit-transform 0.25s ease-in 0s;
  transition:
    transform 0.25s ease-in 0s,
    opacity 0.5s ease 0s;
  transition:
    transform 0.25s ease-in 0s,
    opacity 0.5s ease 0s,
    -webkit-transform 0.25s ease-in 0s;
}
.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition:
    opacity 0.4s ease 0s,
    -webkit-transform 0.5s ease 0s;
  transition:
    transform 0.5s ease 0s,
    opacity 0.4s ease 0s;
  transition:
    transform 0.5s ease 0s,
    opacity 0.4s ease 0s,
    -webkit-transform 0.5s ease 0s;
}
.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:first-child {
  transition-delay: 0.02s;
}
.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(2) {
  transition-delay: 0.04s;
}
.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(3) {
  transition-delay: 0.06s;
}
.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(4) {
  transition-delay: 0.08s;
}
.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(5) {
  transition-delay: 0.1s;
}
.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(6) {
  transition-delay: 0.12s;
}
.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(7) {
  transition-delay: 0.14s;
}
.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(8) {
  transition-delay: 0.16s;
}
.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(9) {
  transition-delay: 0.18s;
}
.znNavOvr.znNavOvr--animation3.is-active .znNavOvr-menu > li:nth-child(10) {
  transition-delay: 0.2s;
}
.znNavOvr-close {
  position: fixed;
  z-index: 3;
  height: 54px;
  width: 54px;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transition:
    opacity 0.2s ease-out,
    -webkit-transform 0.7s ease-out;
  transition:
    transform 0.7s ease-out,
    opacity 0.2s ease-out;
  transition:
    transform 0.7s ease-out,
    opacity 0.2s ease-out,
    -webkit-transform 0.7s ease-out;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .znNavOvr-close {
    top: 20px !important;
    left: auto !important;
    right: 10px !important;
  }
}
.znNavOvr-close.znNavOvr-close--trSmall {
  right: 30px;
  top: 30px;
}
.znNavOvr-close.znNavOvr-close--trLarge {
  right: 80px;
  top: 80px;
}
.znNavOvr-close.znNavOvr-close--tlSmall {
  left: 30px;
  top: 30px;
}
.znNavOvr-close.znNavOvr-close--tlLarge {
  left: 80px;
  top: 80px;
}
.znNavOvr-close:hover {
  opacity: 1;
}
.znNavOvr-close span {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.znNavOvr-close span:after,
.znNavOvr-close span:before {
  content: "";
  width: 2px;
  height: 0;
  display: block;
  top: 50%;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: height 0.3s ease-out;
}
.znNavOvr-close span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transition-delay: 0.6s;
}
.znNavOvr-close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition-delay: 0.8s;
}
.znNavOvr-close svg {
  position: absolute;
  top: 0;
  left: 0;
}
.znNavOvr-close circle {
  transition:
    stroke-dashoffset 0.6s ease-out 0.4s,
    stroke-width 0.2s ease-out,
    stroke-opacity 0.2s ease-out;
  stroke: #fff;
  stroke-width: 1;
  stroke-opacity: 0.1;
}
@media (max-width: 767px) {
  .znNavOvr-close circle {
    stroke-width: 0;
  }
}
.znNavOvr-close:hover circle {
  stroke-width: 2;
}
.znNavOvr.is-active .znNavOvr-close {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.znNavOvr.is-active .znNavOvr-close span:after,
.znNavOvr.is-active .znNavOvr-close span:before {
  height: 15px;
}
.znNavOvr.is-active .znNavOvr-close circle {
  stroke-dashoffset: 0;
  stroke-opacity: 1;
}
.znNavOvr--theme-dark .znNavOvr-close span:after,
.znNavOvr--theme-dark .znNavOvr-close span:before {
  background: #111;
}
.znNavOvr--theme-dark .znNavOvr-close circle {
  stroke: #111;
}
.znNavOvr-menu {
  display: block;
  position: relative;
  padding: 40px 0;
}
.znNavOvr-menu .zn-mega-new-item {
  display: none;
}
.znNavOvr-menu li,
.znNavOvr-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.znNavOvr-menu a {
  padding: 0.17em 0;
  display: inline-block;
  color: hsla(0, 0%, 100%, 0.85);
  transition: 0.2s ease-out;
  transition-delay: 0s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.znNavOvr-menu li div.zn_mega_container,
.znNavOvr-menu li ul.sub-menu {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: none;
  padding: 1em;
}
.znNavOvr-menu .zn_mega_container {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.znNavOvr-menu .zn_mega_container li {
  width: 100%;
  float: none;
}
.znNavOvr-menu .menuitem-separator > a,
.znNavOvr-menu .zn_mega_container .zn_mega_title_hide,
.znNavOvr-menu .zn_mega_title,
.znNavOvr-menu a[href="#custom-separator"] {
  display: none;
}
.znNavOvr-menu li.active > a,
.znNavOvr-menu li.znNavOvr-menuItemActive > a,
.znNavOvr-menu li.znNavOvr-menuItemActive > a:focus,
.znNavOvr-menu li.znNavOvr-menuItemActive > a:hover,
.znNavOvr-menu li a:focus,
.znNavOvr-menu li a:hover {
  color: #fff;
}
.is-depth-2 .menu-item-depth-0 > a {
  color: hsla(0, 0%, 100%, 0.25);
}
.is-depth-1 .menu-item-depth-0 > a,
.is-depth-2 .menu-item-depth-1 > a {
  color: hsla(0, 0%, 100%, 0.5);
}
.znNavOvr--theme-dark .is-depth-2 .menu-item-depth-0 > a {
  color: hsla(0, 0%, 100%, 0.25);
}
.znNavOvr--theme-dark .is-depth-1 .menu-item-depth-0 > a,
.znNavOvr--theme-dark .is-depth-2 .menu-item-depth-1 > a {
  color: hsla(0, 0%, 100%, 0.5);
}
.znNavOvr-socialIcons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.znNavOvr-socialIcons li {
  display: inline-block;
  margin: 0 15px;
}
.znNavOvr-socialIcons li:last-child {
  margin-right: 0;
}
.znNavOvr-socialIcons li:first-child {
  margin-left: 0;
}
.znNavOvr-socialIcons li a {
  font-size: 14px;
}
.znNavOvr-socialIcons a,
.znNavOvr-socialIcons a:focus,
.znNavOvr-socialIcons a:hover {
  color: #fff;
}
.znNavOvr-socialIcons a:hover {
  opacity: 0.7;
}
.znNavOvr-copyText {
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 10px;
  letter-spacing: 2px;
}
.znNavOvr-customText {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 11px;
}
.znNavOvr-opEffect {
  transition: opacity 0.5s ease;
  transition-delay: 0.3s;
  opacity: 0;
}
.znNavOvr-customText-wrapper {
  transition-delay: 0.3s;
}
.znNavOvr-socialIcons-wrapper {
  transition-delay: 0.6s;
}
.znNavOvr-copyText-wrapper {
  transition-delay: 0.9s;
}
.is-active .znNavOvr-opEffect {
  opacity: 1;
}
.znNavOvr--theme-dark .znNavOvr-menu a {
  color: hsla(0, 0%, 7%, 0.85);
}
.znNavOvr--theme-dark .znNavOvr-menu li.active > a,
.znNavOvr--theme-dark .znNavOvr-menu li.znNavOvr-menuItemActive > a,
.znNavOvr--theme-dark .znNavOvr-menu li.znNavOvr-menuItemActive > a:focus,
.znNavOvr--theme-dark .znNavOvr-menu li.znNavOvr-menuItemActive > a:hover,
.znNavOvr--theme-dark .znNavOvr-menu li a:focus,
.znNavOvr--theme-dark .znNavOvr-menu li a:hover,
.znNavOvr--theme-dark .znNavOvr-socialIcons a,
.znNavOvr--theme-dark .znNavOvr-socialIcons a:focus,
.znNavOvr--theme-dark .znNavOvr-socialIcons a:hover {
  color: #111;
}
.znNavOvr--theme-dark .znNavOvr-copyText {
  color: hsla(0, 0%, 7%, 0.6);
}
.znNavOvr--theme-dark .znNavOvr-customText {
  color: hsla(0, 0%, 7%, 0.7);
}
.znNavOvr--layoutS1 .znNavOvr-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 60px;
}
.znNavOvr--layoutS1 .znNavOvr-inner.is-empty {
  display: block;
}
.znNavOvr--layoutS1 .znNavOvr-menuWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-height: calc(100% - 80px);
}
@media (max-width: 991px) {
  .znNavOvr--layoutS1 .znNavOvr-menuWrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: auto;
  }
}
.znNavOvr--layoutS1 .znNavOvr-menuWrapper-inner {
  width: 100%;
}
.znNavOvr--layoutS1 .znNavOvr-menu {
  text-align: center;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .znNavOvr--layoutS1 .znNavOvr-menu {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .znNavOvr--layoutS1 .znNavOvr-menu {
    font-size: 18px;
    line-height: 1.6;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .znNavOvr--layoutS1 .znNavOvr-menu {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 0;
  }
}
.znNavOvr--layoutS1 .znNavOvr-menu .main-menu-link {
  margin-bottom: 1em;
  position: relative;
}
.znNavOvr--layoutS1 .znNavOvr-menu .main-menu-link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.15);
  width: 100%;
  transition:
    background-color 0.15s cubic-bezier(0.68, 0, 0.265, 1),
    -webkit-transform 0.15s cubic-bezier(0.68, 0, 0.265, 1);
  transition:
    transform 0.15s cubic-bezier(0.68, 0, 0.265, 1),
    background-color 0.15s cubic-bezier(0.68, 0, 0.265, 1);
  transition:
    transform 0.15s cubic-bezier(0.68, 0, 0.265, 1),
    background-color 0.15s cubic-bezier(0.68, 0, 0.265, 1),
    -webkit-transform 0.15s cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.znNavOvr--layoutS1 .znNavOvr-menu .main-menu-link:hover:after,
.znNavOvr--layoutS1
  .znNavOvr-menu
  .znNavOvr-menuItemActive
  > .main-menu-link:after,
.znNavOvr--layoutS1 .znNavOvr-menu li.active > .main-menu-link:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.znNavOvr--theme-dark.znNavOvr--layoutS1 .znNavOvr-menu .main-menu-link:after {
  background-color: hsla(0, 0%, 7%, 0.15);
}
.znNavOvr--theme-dark.znNavOvr--layoutS1
  .znNavOvr-menu
  .main-menu-link:hover:after,
.znNavOvr--theme-dark.znNavOvr--layoutS1
  .znNavOvr-menu
  .znNavOvr-menuItemActive
  > .main-menu-link:after,
.znNavOvr--theme-dark.znNavOvr--layoutS1
  .znNavOvr-menu
  li.active
  > .main-menu-link:after {
  background-color: hsla(0, 0%, 7%, 0.45);
}
.znNavOvr--layoutS1 .znNavOvr-logo {
  position: absolute;
  left: 60px;
  top: 45px;
}
@media (max-width: 991px) {
  .znNavOvr--layoutS1 .znNavOvr-logo {
    position: static;
    margin: 0 auto 40px;
  }
}
.znNavOvr--layoutS1 .znNavOvr-copyText-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 60px;
  height: 80px;
}
@media (max-width: 991px) {
  .znNavOvr--layoutS1 .znNavOvr-copyText-wrapper {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}
.znNavOvr--layoutS1 .znNavOvr-socialIcons-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: 60px;
  height: 80px;
}
@media (max-width: 991px) {
  .znNavOvr--layoutS1 .znNavOvr-socialIcons-wrapper {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .znNavOvr--layoutS1 .znNavOvr-socialIcons {
    float: right;
  }
}
@media (min-width: 992px) {
  .znNavOvr--layoutS2:after {
    content: "";
    border: 20px solid #111;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .no-csspointerevents .znNavOvr--layoutS2:after {
    display: none;
  }
  .znNavOvr--theme-dark.znNavOvr--layoutS2:after {
    border-color: #fff;
  }
}
.znNavOvr--layoutS2 .znNavOvr-inner {
  padding: 60px calc((100vw - 1140px) / 2) 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .znNavOvr--layoutS2 .znNavOvr-inner {
    padding: 60px 0 50px;
    text-align: center;
  }
}
.znNavOvr--layoutS2 .znNavOvr-menuWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 1199px) {
  .znNavOvr--layoutS2 .znNavOvr-menuWrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: auto;
  }
}
.znNavOvr--layoutS2 .znNavOvr-menuWrapper-inner {
  width: 100%;
}
.znNavOvr--layoutS2 .znNavOvr-menu {
  padding-top: 75px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .znNavOvr--layoutS2 .znNavOvr-menu {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .znNavOvr--layoutS2 .znNavOvr-menu {
    font-size: 18px;
    line-height: 1.6;
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .znNavOvr--layoutS2 .znNavOvr-menu {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 35px;
  }
}
.znNavOvr--layoutS2 .znNavOvr-menu .menu-item-has-children > a {
  position: relative;
}
.znNavOvr--layoutS2 .znNavOvr-menu .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  height: 2px;
  width: 10px;
  margin-top: -1px;
  background-color: #fff;
  opacity: 0.2;
  transition:
    width 0.2s,
    opacity 0.2s;
}
.znNavOvr--theme-dark.znNavOvr--layoutS2
  .znNavOvr-menu
  .menu-item-has-children
  > a:before {
  background-color: #111;
}
.znNavOvr--layoutS2 .znNavOvr-menu .menu-item-has-children > a:hover:before {
  opacity: 0.4;
}
.znNavOvr--layoutS2
  .znNavOvr-menu
  .menu-item-has-children.znNavOvr-menuItemActive
  > a:before {
  opacity: 0.4;
  width: 20px;
}
.znNavOvr--layoutS2 .znNavOvr-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 1199px) {
  .znNavOvr--layoutS2 .znNavOvr-logo {
    position: static;
    margin: 0 auto;
  }
}
.znNavOvr--layoutS2 .znNavOvr-copyText-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 1199px) {
  .znNavOvr--layoutS2 .znNavOvr-copyText-wrapper {
    margin-bottom: 40px;
  }
}
.znNavOvr--layoutS2 .znNavOvr-socialIcons-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-bottom: 35px;
}
.znNavOvr--layoutS2 .znNavOvr-customText {
  padding-top: 50px;
  padding-bottom: 55px;
}
.znNavOvr--layoutS3 .znNavOvr-inner {
  padding: 100px calc((100vw - 1140px) / 2) 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 1199px) {
  .znNavOvr--layoutS3 .znNavOvr-inner {
    padding: 60px 0 50px;
    text-align: center;
    display: block;
  }
}
.znNavOvr-s3-left,
.znNavOvr-s3-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.znNavOvr-s3-right {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1199px) {
  .znNavOvr-s3-right {
    text-align: center;
    display: block;
  }
}
.znNavOvr-s3-rightTop {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.znNavOvr-s3-rightBottom {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.znNavOvr--layoutS3 .znNavOvr-menuWrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 1199px) {
  .znNavOvr--layoutS3 .znNavOvr-menuWrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: auto;
  }
}
.znNavOvr--layoutS3 .znNavOvr-menuWrapper-inner {
  width: 100%;
}
.znNavOvr--layoutS3 .znNavOvr-menu {
  padding-top: 75px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .znNavOvr--layoutS3 .znNavOvr-menu {
    font-size: 24px;
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .znNavOvr--layoutS3 .znNavOvr-menu {
    font-size: 18px;
    line-height: 1.6;
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .znNavOvr--layoutS3 .znNavOvr-menu {
    font-size: 16px;
    line-height: 1.6;
    padding-top: 35px;
  }
}
.znNavOvr--layoutS3 .znNavOvr-menu .menu-item-has-children > a {
  position: relative;
}
.znNavOvr--layoutS3 .znNavOvr-menu .menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  height: 60%;
  width: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  opacity: 0.2;
  transition:
    width 0.2s,
    opacity 0.2s;
}
@media (max-width: 1199px) {
  .znNavOvr--layoutS3 .znNavOvr-menu .menu-item-has-children > a:before {
    display: none;
  }
}
.znNavOvr--theme-dark.znNavOvr--layoutS3
  .znNavOvr-menu
  .menu-item-has-children
  > a:before {
  background-color: #111;
}
.znNavOvr--layoutS3 .znNavOvr-menu .menu-item-has-children > a:hover:before {
  opacity: 0.4;
}
.znNavOvr--layoutS3
  .znNavOvr-menu
  .menu-item-has-children.znNavOvr-menuItemActive
  > a:before {
  opacity: 0.4;
  width: 10px;
}
.znNavOvr--layoutS3 .znNavOvr-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 1199px) {
  .znNavOvr--layoutS3 .znNavOvr-logo {
    position: static;
    margin: 0 auto;
  }
}
.znNavOvr--layoutS3 .znNavOvr-copyText-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 1199px) {
  .znNavOvr--layoutS3 .znNavOvr-copyText-wrapper {
    margin-bottom: 40px;
  }
}
.znNavOvr--layoutS3 .znNavOvr-socialIcons-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding-bottom: 35px;
}
.znNavOvr--layoutS3 .znNavOvr-customText {
  margin-top: 50px;
  margin-bottom: 55px;
  padding-right: 25px;
  border-right: 1px solid currentColor;
}
@media (max-width: 1199px) {
  .znNavOvr--layoutS3 .znNavOvr-customText {
    padding-right: 0;
    border: 0;
    margin-top: 0;
  }
}
.znNavOvr-menuWrapper .logo-menu-wrapper {
  display: none;
}
.admin-bar .znNavOvr {
  top: 32px;
}
.admin-bar .znNavOvr,
.admin-bar .znNavOvr--layoutS1 .znNavOvr-inner {
  min-height: calc(100% - 32px);
}
