
.megamenu {
  
}

.megamenu .megamenu-nav {
  
}

.megamenu .megamenu-nav .nav-item {
  display: block;
}

.megamenu .megamenu-nav .nav-item.is-open > .megamenu-content {
  visibility: visible;
  opacity: 1;
}

.megamenu .megamenu-nav .nav-item.is-open > .nav-link {
  
}

.megamenu .megamenu-nav .nav-link:before {
  
}

.megamenu .megamenu-nav .nav-link:hover {
  
}

.megamenu .megamenu-content {
  position: fixed;
  left: 0;
  right: 0;
  top: 76px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 14;
  transition: all 0.4s ease-in-out;
  margin: 40px 130px;
  padding: 0px;
}

.megamenu .megamenu-content .container {
  padding: 45px 15px;
}

.megamenu .megamenu-content .subnav {
  margin: 0;
  padding: 0;
}

.megamenu .megamenu-content .subnav-item {
  display: block;
}

.megamenu .megamenu-content .subnav-item .subnav-link {
  display: block;
}

.megamenu-background {
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  height: 0;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}

.megamenu-visible .megamenu-background {
 
}

.header.header-light .megamenu-background {
  /*top: 36px;*/
}

.header.header-light.is-hover .megamenu-background {
  /*top: 77px;*/
}

.megamenu-background-images {
  display: none;
  position: absolute;
  top: 76px;
  right: 130px;
  top: 0;
  bottom: 0;
  width: 424px;
  padding: 117px 0px;
}

.megamenu-is-visible .megamenu-background-images {
  display: none;
}

.megamenu-background-images-intro__oval {
  display: block;
  position: absolute;
  width: 424px;
  height: 312px;
  transition: transform 1.6s cubic-bezier(.16,1,.3,1);
}

.megamenu-background-images-intro__oval__hold {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1000px;
}

.megamenu-background-images-intro__oval__hold a {
  height: 100%;
  width: 100%;
}

.megamenu-background-images-intro__oval__hold img {
  width: 100%;
  height: 100%;
  transition: opacity .2s linear,transform 1.2s cubic-bezier(.165,.84,.44,1);
  object-fit: cover;
  transform: scale(1);
  border-radius: 1000px;
  z-index: 0;
  opacity: 0;
  display: none;
}

.megamenu-background-images-intro__oval__hold img.show {
  opacity: 1;
  display: block;
}

.megamenu-dim {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 76px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}

body.megamenu-visible .megamenu-dim {
  display: none;
  z-index: 0;
  visibility: visible;
  opacity: 1;
}

.megamenu_close {
    height: 22px;
    width: 22px;
    display: none;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 97px;
    right: 30px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0;
    margin: 0px;
}

body.megamenu-visible .megamenu_close {
  display: block;
}

.megamenu_close_menu {
    position: relative;
    display: block;
    width: 22px;
    height: 12px;
    cursor: pointer;
}

.megamenu_close .megamenu_close_menu_wrapper {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.megamenu_close .megamenu_close_menu_wrapper span {
    -webkit-transition: opacity 0.3s,-webkit-transform 0.3s,background-color 0.3s;
    -webkit-transition: opacity 0.3s,transform 0.3s,background-color 0.3s;
    transition: opacity 0.3s,transform 0.3s,background-color 0.3s;
    box-sizing: border-box;
    height: 2px;
    border-radius: 0px;
    background-color: #585858;
}

.megamenu-is-visible .megamenu_close .megamenu_close_menu_wrapper span:nth-child(1) {
   -webkit-transform: translateY(5px) rotate(-45deg);
   -ms-transform: translateY(5px) rotate(-45deg);
   transform: translateY(5px) rotate(-45deg);
}

.megamenu-is-visible .megamenu_close .megamenu_close_menu_wrapper span:nth-child(2) {
   -webkit-transform: translateY(-5px) rotate(45deg);
   -ms-transform: translateY(-5px) rotate(45deg);
   transform: translateY(-5px) rotate(45deg);
}

.offcanvas-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  z-index: 1;
  top: 0;
  width: 100%;
  padding: 20px 30px;
  background: #ffffff;
  border-top: 0px solid rgba(88, 88, 88, 0.5);
}

.offcanvas-nav_back,
.offcanvas-nav_close {
    height: 22px;
    width: 22px;
    display: block;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0;
    margin: 0px;
}

.offcanvas-nav_menu,
.offcanvas-close_menu {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.offcanvas-close_menu {
    width: 22px;
    height: 22px;
}

.offcanvas-nav_menu_wrapper,
.offcanvas-close_menu_wrapper {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.offcanvas-nav_menu_wrapper span,
.offcanvas-close_menu_wrapper span {
    -webkit-transition: opacity 0.3s,-webkit-transform 0.3s,background-color 0.3s;
    -webkit-transition: opacity 0.3s,transform 0.3s,background-color 0.3s;
    transition: opacity 0.3s,transform 0.3s,background-color 0.3s;
    box-sizing: border-box;
    height: 2px;
    width: 14px;
    border-radius: 0px;
    background-color: #585858;
}

.offcanvas-close_menu_wrapper span {
  width: 22px;
}

.offcanvas-nav_menu_wrapper span:nth-child(1) {
   -webkit-transform: translateY(6px) rotate(-45deg);
   -ms-transform: translateY(6px) rotate(-45deg);
   transform: translateY(6px) rotate(-45deg);
}

.offcanvas-nav_menu_wrapper span:nth-child(2) {
   -webkit-transform: translateY(-5px) rotate(45deg);
   -ms-transform: translateY(-5px) rotate(45deg);
   transform: translateY(-5px) rotate(45deg);
}


.offcanvas-close_menu_wrapper span:nth-child(1) {
   -webkit-transform: translateY(10px) rotate(-45deg);
   -ms-transform: translateY(10px) rotate(-45deg);
   transform: translateY(10px) rotate(-45deg);
}

.offcanvas-close_menu_wrapper span:nth-child(2) {
   -webkit-transform: translateY(-10px) rotate(45deg);
   -ms-transform: translateY(-10px) rotate(45deg);
   transform: translateY(-10px) rotate(45deg);
}

@media (min-width: 992px) {
    
    body.megamenu-visible .megamenu-dim,
    .megamenu-is-visible .megamenu-background-images {
      display: block;
    }

}
