/* Quiz Widget */
#quiz-widget-service {
  overflow: hidden;
  width: 100%;
  height: 0.1px;
  opacity: 0;
}

.new-container {
  display: block;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 1170px;
}

.new-container.dual {
  padding: 0;
}

.nf-title {
  display: block;
  margin: 0 0 14px;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}

.dual-box {
  display: grid;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  grid-template-columns: 908px 260px;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  width: 100%;
  height: auto;
  max-width: 1170px;
  background: #ffffff;
  z-index: 2;
  position: relative;
}

.dual-box::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 741px;
  position: absolute;
  left: 0;
  top: -114px;
  right: auto;
  bottom: auto;
  z-index: 1;
  box-shadow: 0px -8px 20px -1px rgba(0, 0, 0, 0.3);
  max-width: 908px;
}

.dual-box__main {
  position: relative;
  bottom: 114px;
  background: #ffffff;
  z-index: 5;
}

.dual-box__main h1, .dual-box__main h2, .dual-box__main h3, .dual-box__main h4, .dual-box__main h5, .dual-box__main h6 {
  display: block;
  padding: 0 40px;
  margin: 24px 0 12px;
}

.dual-box__main p {
  display: block;
  margin: 12px 0;
  padding: 0 40px;
}

.dual-box__main a {
  display: inline;
  color: #4caf50;
  text-decoration: none;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
}

.dual-box__main a:hover {
  text-decoration: underline;
}

.dual-box__main ul {
  display: block;
  margin: 12px 0;
  padding: 0 40px;
  box-sizing: border-box;
  list-style: none;
  counter-reset: custom-counter;
  color: #000000;
}

.dual-box__main ul li {
  display: block;
  margin: 0;
  padding: 0 0 3px 20px;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #000000;
  position: relative;
  counter-increment: custom-counter;
}

.dual-box__main ul li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: #9bc464;
  color: transparent;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  counter-increment: number;
  content: counter(custom-counter);
  position: absolute;
  left: 0;
  top: 9px;
}

.dual-box__main ul li:last-child {
  margin-bottom: 0;
}

.dual-box__main ol {
  display: block;
  margin: 12px 0;
  padding: 0 0 3px 30px;
  box-sizing: border-box;
  counter-reset: number;
  list-style: none;
}

.dual-box__main ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px;
  color: #bdbdbd;
  position: relative;
}

.dual-box__main ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #bdbdbd;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -15px;
  top: 0;
}

.dual-box__main ol li:last-child {
  margin-bottom: 0;
}

.dual-box__main img.unic-img {
  display: block;
  margin: 14px auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 85%;
  border-radius: 6px;
}

.dual-box__main * h1, .dual-box__main * h2, .dual-box__main * h3, .dual-box__main * h4, .dual-box__main * h5, .dual-box__main * h6, .dual-box__main * p {
  padding: 0;
}

.dual-box__main * ul {
  display: block;
  margin: 16px 0;
  padding: 0 40px;
  box-sizing: border-box;
  list-style: none;
  counter-reset: custom-counter;
  color: #000000;
}

.dual-box__main * ul li {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  color: #000000;
  position: relative;
  list-style: none;
}

.dual-box__main * ul li::before, .dual-box__main * ul li::after {
  display: none;
}

.dual-box__main * ul li:last-child {
  margin-bottom: 0;
}

.dual-box__main * ol {
  display: block;
  margin: 16px 0;
  padding: 0 0 0 30px;
  box-sizing: border-box;
  counter-reset: number;
  list-style: none;
}

.dual-box__main * ol li {
  width: 100%;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  margin-bottom: 10px;
  color: #bdbdbd;
  position: relative;
}

.dual-box__main * ol li::before {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  background: transparent;
  color: #bdbdbd;
  counter-increment: number;
  content: counter(number) ".";
  position: absolute;
  left: -15px;
  top: 0;
}

.dual-box__main * ol li:last-child {
  margin-bottom: 0;
}

.dual-box__sidebar {
  display: block;
  margin: 0;
  padding: 44px 0;
  box-sizing: border-box;
}

/* Media Queries -- 1200px */
@media screen and (max-width: 1199px) {
  .dual-box {
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }

  .dual-box__sidebar {
    display: none;
  }
}
/* Media Queries -- 500px */
@media screen and (max-width: 500px) {
  .dual-box__main img.unic-img {
    display: block;
    margin: 14px auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 95%;
    border-radius: 6px;
  }
}
body {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

a[rel~=nofollow] {
  text-decoration: none !important;
}

.main-banner-page {
  margin-top: 0 !important;
}

.new-header {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 72px;
  background: #ffffff;
}

.new-header-fixed {
  display: block;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  transition: all 190ms ease-in-out;
  -webkit-transition: all 190ms ease-in-out;
  -moz-transition: all 190ms ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 499;
  min-height: 75px;
  background: #ffffff;
  box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0.08);
}

.new-header-fixed .box {
  display: flex;
  margin: 0 auto;
  padding: 21px 0 15px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 190ms ease-in-out;
  -webkit-transition: all 190ms ease-in-out;
  -moz-transition: all 190ms ease-in-out;
  width: 100%;
  height: auto;
  /* Media Queries -- 1200px */
  /* Media Queries -- 900px */
  /* Media Queries -- 415px */
  /* Media Queries -- 1200px */
  /* Media Queries -- 900px */
  /* Media Queries -- 768px */
  /* Media Queries -- 415px */
}

.new-header-fixed .box .nh-logo {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  max-width: 264px;
}

.new-header-fixed .box .nh-logo img {
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .new-header-fixed .box .nh-logo {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 899px) {
  .new-header-fixed .box .nh-logo {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 415px) {
  .new-header-fixed .box .nh-logo {
    max-width: 214px;
  }
}
.new-header-fixed .box .nh-burger {
  display: none;
}

.new-header-fixed .box .nh-navigation {
  display: flex;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  max-width: 840px;
}

.new-header-fixed .box .nh-navigation .site-navigation-list {
  display: flex;
  margin: 8px auto 0;
  padding: 0;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li {
  display: inline;
  margin: 0 0 0 16px;
  padding: 0;
  box-sizing: border-box;
  width: auto;
  height: auto;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  transition: all 190ms ease-in-out;
  -webkit-transition: all 190ms ease-in-out;
  -moz-transition: all 190ms ease-in-out;
  color: #000000;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.checked-active {
  color: #4a7c3d;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.checked-active a {
  color: #4a7c3d;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.checked-active a::before {
  width: 100%;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li a {
  text-decoration: none;
  font-family: "SF UI Display", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  transition: all 190ms ease-in-out;
  -webkit-transition: all 190ms ease-in-out;
  -moz-transition: all 190ms ease-in-out;
  color: #000000;
  position: relative;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  transition: all 190ms ease-in-out;
  -webkit-transition: all 190ms ease-in-out;
  -moz-transition: all 190ms ease-in-out;
  background: #4a7c3d;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li:hover {
  color: #4a7c3d;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li:hover a {
  color: #4a7c3d;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li:hover a::before {
  width: 100%;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children {
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children::before {
  content: "";
  z-index: 7;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 11px;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children::after {
  content: "";
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 0;
  height: 0;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
  z-index: 7;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children a {
  color: #000000;
  position: relative;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children a::before {
  content: "";
  width: 0;
  height: 0;
  transition: all 190ms ease-in-out;
  -webkit-transition: all 190ms ease-in-out;
  -moz-transition: all 190ms ease-in-out;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: auto;
  right: -15px;
  bottom: auto;
  transform: translateY(-50%) rotate(0);
  cursor: pointer;
  z-index: 5;
  background: transparent;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu {
  display: block;
  margin: 0;
  padding: 12px 0;
  box-sizing: border-box;
  width: max-content;
  height: auto;
  transition: all 190ms linear;
  -webkit-transition: all 190ms linear;
  -moz-transition: all 190ms linear;
  position: absolute;
  left: 50%;
  top: 100%;
  right: auto;
  bottom: auto;
  transform: translateX(-50%) translateY(0) scale(0);
  background: #ffffff;
  box-shadow: 0 4px 13px 0 rgba(128, 128, 128, 0.3);
  border-radius: 10px;
  opacity: 0;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  background: #ffffff;
  cursor: default;
  position: relative;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li::before {
  content: "";
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 0;
  height: 100%;
  transition: all 190ms ease-in-out;
  -webkit-transition: all 190ms ease-in-out;
  -moz-transition: all 190ms ease-in-out;
  background: rgba(198, 219, 154, 0.502);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li a {
  display: block;
  margin: 0 auto;
  padding: 6px 20px 2px;
  box-sizing: border-box;
  font-family: "SF UI Display", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  font-style: normal;
  transition: all 40ms linear;
  -webkit-transition: all 40ms linear;
  -moz-transition: all 40ms linear;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li a::before {
  display: none;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li:hover::before {
  width: 100%;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children:hover {
  color: #000000;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children:hover a {
  color: #000000;
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children:hover a::before {
  transform: translateY(-50%) rotate(180deg);
}

.new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children:hover .sub-menu {
  transform: translateX(-50%) translateY(10px) scale(1);
  opacity: 1;
}

@media screen and (max-width: 1199px) {
  .new-header-fixed .box .nh-navigation {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list {
    margin-top: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 899px) {
  .new-header-fixed .box .nh-burger {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 22px;
    height: 18px;
    background: transparent;
    position: relative;
  }

  .new-header-fixed .box .nh-burger::before, .new-header-fixed .box .nh-burger::after {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 22px;
    height: 2px;
    transition: all 190ms ease-in-out;
    -webkit-transition: all 190ms ease-in-out;
    -moz-transition: all 190ms ease-in-out;
    background: #000000;
    border-radius: 6px;
  }

  .new-header-fixed .box .nh-burger::before {
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(0) translateY(0) rotate(0);
  }

  .new-header-fixed .box .nh-burger::after {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(0) translateY(0) rotate(0);
  }

  .new-header-fixed .box .nh-burger__line {
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 2px;
    transition: all 190ms ease-in-out;
    -webkit-transition: all 190ms ease-in-out;
    -moz-transition: all 190ms ease-in-out;
    background: #000000;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    border-radius: 6px;
  }

  .new-header-fixed .box .nh-burger.is-open::before {
    transform: translateX(0) translateY(8px) rotate(45deg);
  }

  .new-header-fixed .box .nh-burger.is-open .nh-burger__line {
    opacity: 0;
  }

  .new-header-fixed .box .nh-burger.is-open::after {
    transform: translateX(0) translateY(-8px) rotate(-45deg);
  }

  .new-header-fixed .box .nh-navigation {
    display: block;
    margin: 0 auto;
    padding: 0 0 0 51px;
    box-sizing: border-box;
    width: 100vw;
    height: auto;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    position: absolute;
    left: -15px;
    top: 100%;
    right: 0;
    bottom: auto;
    z-index: 499;
    background: #ffffff;
    max-width: 100vw;
    height: 0;
    overflow: hidden;
  }

  .new-header-fixed .box .nh-navigation.is-open {
    height: 95vh;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list {
    display: block;
    margin: 0 auto;
    padding: 51px 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list::before, .new-header-fixed .box .nh-navigation .site-navigation-list::after {
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 15px;
    height: 100%;
    background: #ffffff;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list::before {
    position: absolute;
    left: -15px;
    top: 0;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list::after {
    position: absolute;
    right: -15px;
    top: 0;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li {
    display: flex;
    margin: 0 auto 12px;
    padding: 0;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    font-size: 32px;
    line-height: 34px;
    text-align: left;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li a {
    font-size: 28px;
    line-height: 30px;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li a::before {
    height: 2.5px;
    bottom: -2.5px;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children {
    display: block;
    margin: 0 auto 12px;
    padding: 0;
    box-sizing: border-box;
    opacity: 1;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children::before, .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children::after {
    display: none;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children a::before, .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children a::after {
    content: "";
    width: 0;
    height: 0;
    transition: all 190ms ease-in-out;
    -webkit-transition: all 190ms ease-in-out;
    -moz-transition: all 190ms ease-in-out;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 60%;
    left: auto;
    right: -25px;
    bottom: auto;
    transform: translateY(-50%) rotate(0);
    cursor: pointer;
    z-index: 5;
    background: transparent;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children a::after {
    border-color: #ffffff transparent transparent transparent;
    top: 50%;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu {
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    position: static;
    transform: scale(1);
    opacity: 1;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li::before, .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li::after {
    display: none;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li a::before, .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li a::after {
    display: none;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li:first-child {
    padding-top: 10px;
    height: 36px;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 10px;
    height: 36px;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li:hover {
    color: #4a7c3d;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children .sub-menu li:hover a {
    color: #4a7c3d;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children:hover a::before, .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children:hover a::after {
    content: "";
    width: 0;
    height: 0;
    transition: all 190ms ease-in-out;
    -webkit-transition: all 190ms ease-in-out;
    -moz-transition: all 190ms ease-in-out;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 60%;
    left: auto;
    right: -25px;
    bottom: auto;
    transform: translateY(-50%) rotate(0);
    cursor: pointer;
    z-index: 5;
    background: transparent;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children:hover a::after {
    border-color: #ffffff transparent transparent transparent;
    top: 50%;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children:hover .sub-menu {
    display: block;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    position: static;
    transform: scale(1);
    opacity: 1;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children.is-open a::before, .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children.is-open a::after {
    content: "";
    width: 0;
    height: 0;
    transition: all 190ms ease-in-out;
    -webkit-transition: all 190ms ease-in-out;
    -moz-transition: all 190ms ease-in-out;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 60%;
    left: auto;
    right: -25px;
    bottom: auto;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    z-index: 5;
    background: transparent;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children.is-open a::after {
    border-color: #ffffff transparent transparent transparent;
    top: 70%;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children.is-open .sub-menu {
    width: 100%;
    height: 280px;
  }
}
@media screen and (max-width: 767px) {
  .new-header-fixed .box .nh-navigation {
    padding-left: 15px;
    box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0);
  }

  .new-header-fixed .box .nh-navigation.is-open {
    box-shadow: 0 9px 8px 0 rgba(0, 0, 0, 0.08);
  }
}
@media screen and (max-width: 415px) {
  .new-header-fixed .box .nh-navigation {
    padding-left: 15px;
    height: 0;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list {
    padding: 22px 0;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li {
    font-size: 18px;
    line-height: 22px;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li a {
    font-size: 18px;
    line-height: 22px;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children a::after {
    display: none;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children a::before {
    content: "";
    width: 0;
    height: 0;
    transition: all 190ms ease-in-out;
    -webkit-transition: all 190ms ease-in-out;
    -moz-transition: all 190ms ease-in-out;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    left: auto;
    right: -15px;
    bottom: auto;
    transform: translateY(-50%) rotate(0);
    cursor: pointer;
    z-index: 5;
    background: transparent;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children.is-open a::after {
    display: none;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children.is-open a::before {
    content: "";
    width: 0;
    height: 0;
    transition: all 190ms ease-in-out;
    -webkit-transition: all 190ms ease-in-out;
    -moz-transition: all 190ms ease-in-out;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    left: auto;
    right: -15px;
    bottom: auto;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    z-index: 5;
    background: transparent;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children.is-open:hover a::before {
    content: "";
    width: 0;
    height: 0;
    transition: all 190ms ease-in-out;
    -webkit-transition: all 190ms ease-in-out;
    -moz-transition: all 190ms ease-in-out;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    left: auto;
    right: -15px;
    bottom: auto;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    z-index: 5;
    background: transparent;
  }

  .new-header-fixed .box .nh-navigation .site-navigation-list li.menu-item-has-children:hover a::before {
    content: "";
    width: 0;
    height: 0;
    transition: all 190ms ease-in-out;
    -webkit-transition: all 190ms ease-in-out;
    -moz-transition: all 190ms ease-in-out;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    left: auto;
    right: -15px;
    bottom: auto;
    transform: translateY(-50%) rotate(0);
    cursor: pointer;
    z-index: 5;
    background: transparent;
  }
}
.new-header-fixed.is-active {
  transform: translateY(-16px);
}

.new-header-fixed.is-active .box {
  transform: translateY(4px);
}

/* Media Queries -- 1200px */
@media screen and (max-width: 1199px) {
  .new-header-fixed .box {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
/* Media Queries -- 900px */
@media screen and (max-width: 899px) {
  .new-header {
    min-height: 62px;
  }

  .new-header-fixed {
    min-height: 64px;
  }

  .new-header-fixed .box {
    padding: 12px 0 12px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  .new-header-fixed.is-active {
    transform: translateY(0);
  }

  .new-header-fixed.is-active .box {
    transform: translateY(0);
  }
}
#nh-logo span {
  display: block;
  opacity: 1;
  width: 0.1px;
  height: 0.1px;
  max-width: 0.1px;
  max-height: 0.1px;
  overflow: hidden;
  color: transparent;
}

.cbd-search-wrap {
  display: grid;
  grid-template-columns: 25px 25px;
  box-sizing: border-box;
  width: 50px;
  min-width: 50px;
  height: 25px;
  max-height: 25px;
  opacity: 1;
  position: relative;
  top: 3px;
  margin-left: 0;
  overflow: hidden;
  transition: all 190ms ease;
  transform-origin: left;
  transform: translateX(25px);
}
.cbd-search-wrap .cbd-close-search {
  transition: all 190ms ease;
  transform-origin: left;
  transform: translateX(-25px);
}
.cbd-search-wrap .cbd-open-search {
  transition: all 190ms ease;
  transform-origin: left;
  transform: translateX(-25px);
}
.cbd-search-wrap.active {
  transform-origin: left;
  transform: translateX(0);
}
.cbd-search-wrap.active .cbd-close-search {
  transition: all 190ms ease;
  transform-origin: left;
  transform: translateX(25px);
}
.cbd-search-wrap.active .cbd-open-search {
  transition: all 190ms ease;
  transform-origin: left;
  transform: translateX(25px);
}

.cbd-close-search {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  cursor: pointer;
  position: relative;
  visibility: visible;
  top: 0;
  margin: 0;
  padding: 0;
  transition: all 190ms ease;
  transform-origin: top;
  transform: translateY(0);
  opacity: 1;
  background: transparent;
}
.cbd-close-search img {
  display: block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  cursor: pointer;
  transition: all 190ms ease;
}
.cbd-close-search img.on-hover {
  opacity: 0;
}
.cbd-close-search:hover img {
  opacity: 0;
}
.cbd-close-search:hover img.on-hover {
  opacity: 1;
}
.cbd-close-search:active img {
  opacity: 0.5;
}

.cbd-open-search {
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  min-width: 25px;
  min-height: 25px;
  cursor: pointer;
  position: relative;
  visibility: visible;
  top: 0;
  margin: 0;
  padding: 0;
  transition: all 190ms ease;
  transform-origin: top;
  transform: translateY(0);
  opacity: 1;
  background: transparent;
}
.cbd-open-search img {
  display: block;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  cursor: pointer;
  transition: all 190ms ease;
}
.cbd-open-search img.on-hover {
  opacity: 0;
}
.cbd-open-search:hover img {
  opacity: 0;
}
.cbd-open-search:hover img.on-hover {
  opacity: 1;
}
.cbd-open-search:active img {
  opacity: 0.5;
}

.cbd-ivory-search {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  background: transparent;
  height: 0;
  max-height: 45px;
  min-height: 0;
  transition: all 190ms ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
  bottom: 7px;
}
.cbd-ivory-search__box .is-form-style {
  margin: 2px 46px 0 auto;
  max-width: 500px;
}
.cbd-ivory-search__box .is-form-style input.is-search-input {
  border-radius: 8px 0 0 8px;
  border: 1px solid #CBCBCB !important;
  box-shadow: 0 0 0.5px 0 rgba(74, 124, 61, 0);
  max-width: 464px;
  transition: all 190ms ease;
}
.cbd-ivory-search__box .is-form-style input.is-search-input:hover {
  border: 1px solid #8B8C96 !important;
}
.cbd-ivory-search__box .is-form-style input.is-search-input:focus {
  box-shadow: 0 0 0.5px 0.5px rgba(74, 124, 61, 0.4);
}
.cbd-ivory-search__box .is-form-style button.is-search-submit {
  background: transparent;
  margin-left: 0;
  transition: all 190ms ease;
}
.cbd-ivory-search__box .is-form-style button.is-search-submit .is-search-icon {
  background: #ffffff;
  cursor: pointer;
  border-radius: 0 8px 8px 0;
  transition: all 190ms ease;
}
.cbd-ivory-search__box .is-form-style button.is-search-submit .is-search-icon:hover {
  background: rgba(74, 124, 61, 0.3);
}
.cbd-ivory-search__box .is-ajax-search-result a {
  color: red;
}
.cbd-ivory-search__box .is-ajax-search-post .is-title a {
  color: red;
}
.cbd-ivory-search.active {
  height: 45px;
  max-height: 50px;
  min-height: 0;
}

/*# sourceMappingURL=new-header.css.map */
