@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75,300..800;1,75,300..800&display=swap");
@font-face {
  font-family: NotoSansRegular;
  src: url(../fonts/NotoSans-Regular.ttf);
}
@font-face {
  font-family: NotoSansBold;
  src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
  font-family: NotoSansLight;
  src: url(../fonts/NotoSans-Light.ttf);
}
body > .wp-site-blocks {
  margin-top: 120px;
}

header {
  background: #0e0e0e;
}

header.site-header.wp-block-template-part {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  margin: 0;
  height: 120px;
}

header .headerWrap {
  padding-block: 1rem;
}

@media (max-width: 1200px) {
  header .headerWrap {
    padding-inline: 2.375rem;
  }
}
@media (min-width: 768px) {
  body > .wp-site-blocks {
    margin-top: 150px;
  }
  header.site-header.wp-block-template-part {
    height: 150px;
  }
  .wp-block-site-logo > a > img,
  .wp-block-site-logo > a > svg {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  #mega-menu-wrap-max_mega_menu_1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    background-image: url(../images/arrow.svg) !important;
    width: 24px !important;
    height: 24px !important;
  }
  #mega-menu-wrap-max_mega_menu_1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator, .rotateArrow, a.rotateArrow::after {
    transform: rotate(180deg) !important;
    transition: 0.25s !important;
    transform-origin: center center !important;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1,
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1,
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open:after {
    top: 100px !important;
  }
  ul#mega-menu-max_mega_menu_1 {
    padding-bottom: 100px !important;
  }
}
.wp-block-site-logo img,
.wp-block-site-logo svg {
  height: auto;
  max-width: 100%;
}

/* New logo updates for size & burger */
.wp-block-site-logo > a > img,
.wp-block-site-logo > a > svg {
  width: 120px;
}

@media (min-width: 1200px) {
  .wp-block-site-logo > a > img,
  .wp-block-site-logo > a > svg {
    width: 125px;
  }
}
footer a {
  text-decoration: none;
}

.mainFooter {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.mainFooter .mainFooterSlogan {
  max-width: 100%;
}
.mainFooter .mainFooterInfo {
  width: 100%;
  max-width: 630px;
}
.mainFooter .mainFooterInfo .mainFooterInfoMap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.mainFooter .mainFooterInfo .mainFooterInfoMap div {
  width: 100%;
}

.subFooter {
  background: #000;
}
.subFooter > .wp-block-group {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

@media (min-width: calc(992px - 0.0625rem)) {
  .mainFooter {
    flex-direction: row;
  }
  .mainFooter .mainFooterSlogan {
    max-width: 310px;
  }
  .mainFooter .mainFooterInfo .mainFooterInfoMap {
    flex-direction: row;
  }
  .mainFooter .mainFooterInfo .mainFooterInfoMap div {
    width: auto;
  }
  .subFooter > .wp-block-group {
    flex-direction: row;
  }
}

/*# sourceMappingURL=globals.css.map */
