/* Header Component Styles */
.component-header + [class^='component'] {
   margin-top: 62px;
}
@media (min-width: 992px) {
   .component-header + [class^='component'] {
      margin-top: 0;
   }
}
@media (min-width: 992px) {
   .component-header--sticky + [class^='component'] {
      margin-top: 113px;
   }
}

.component-header {
   background-color: #fff;
   box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
   position: fixed;
   width: 100%;
   top: 0;
   left: 0;
   right: 0;
   z-index: 1000;
   height: 62px;
}
.menu-on .component-header {
   background-color: #00994e;
}

.component-header .language-form:before {
   content: '';
   position: absolute;
   top: 0;
   left: 15px;
   bottom: 0;
   margin: auto 0;
   width: 14px;
   height: 14px;
   background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDggMTA4Ij48ZyBkYXRhLW5hbWU9IuWctuWxpCAyIj48cGF0aCBkPSJNMTA4IDU0QTU0IDU0IDAgMDA1NS43OCAwSDU0YTU0IDU0IDAgMDAwIDEwOGgxLjc4QTU0IDU0IDAgMDAxMDggNTR6bS01Mi41OCA0Ny40NmgtLjU1Yy0yLjEzLS4yMy01LjY3LTMuOS04LjcyLTExLjY3QTc5LjY2IDc5LjY2IDAgMDE0MiA3NC4xMmgyNi4xOEE3Ny42IDc3LjYgMCAwMTY0IDg5LjgxYy0zIDcuNTktNi40NCAxMS4yOS04LjU4IDExLjY1ek00MS4xMSA2Ny42MmExMzIgMTMyIDAgMDEwLTI3LjI1aDI3Ljk0QTEzMC42NCAxMzAuNjQgMCAwMTY5Ljc2IDU0YTEzMC41IDEzMC41IDAgMDEtLjcgMTMuNjJ6bTEzLjc2LTYxLjFoLjU1YzIuMTQuMzYgNS42IDQgOC41OSAxMS42NWE3OC44NyA3OC44NyAwIDAxNC4xNSAxNS42OEg0MmE3Ny41IDc3LjUgMCAwMTQuMTctMTUuNjhjMy4wNC03Ljc2IDYuNTktMTEuNDIgOC43LTExLjY1em0yMC43MSAzMy44NWgyMy45M2E0Ny42NCA0Ny42NCAwIDAxMCAyNy4yNUg3NS41OEExMzUuNTYgMTM1LjU2IDAgMDA3Ni4yNiA1NGExMzUuNzYgMTM1Ljc2IDAgMDAtLjY4LTEzLjYzek05NyAzMy44N0g3NC43M0M3MyAyMy4xNSA3MCAxNC4xMyA2Ni4yNCA4LjFBNDcuNjIgNDcuNjIgMCAwMTk3IDMzLjg3ek00NC4zMSA3LjVjLTQgNi03LjEzIDE1LjI4LTguODggMjYuMzdIMTFBNDcuNjIgNDcuNjIgMCAwMTQ0LjMxIDcuNXpNOC41MSA0MC4zN2gyNi4wN2ExMzYuODQgMTM2Ljg0IDAgMDAwIDI3LjI1SDguNDlhNDcuNDEgNDcuNDEgMCAwMTAtMjcuMjV6TTExIDc0LjEyaDI0LjQzYzEuNzQgMTEuMSA0Ljg5IDIwLjM3IDguODkgMjYuMzlBNDcuNTggNDcuNTggMCAwMTExIDc0LjEyek02Ni4yNCA5OS45YzMuOC02IDYuOC0xNS4wNSA4LjQ5LTI1Ljc4SDk3QTQ3LjU4IDQ3LjU4IDAgMDE2Ni4yNCA5OS45eiIgZmlsbD0iIzAwOTk0ZSIgZGF0YS1uYW1lPSJMYXllciAxIi8+PC9nPjwvc3ZnPg==);
}

.component-header .form-select {
   display: block;
   width: 100%;
   padding: 5px 45px 5px 35px;
   font-size: 14px;
   color: #333;
   font-weight: 400;
   line-height: 1.2;
   vertical-align: middle;
   background-color: #f5f5f5;
   background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
   background-repeat: no-repeat;
   background-position: right 0.75rem center;
   background-size: 16px 12px;
   border: 1px solid #a0c988;
   border-radius: 25px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

.component-header .form-select:focus {
   border-color: #a0c988;
   outline: 0;
}
.component-header .form-select option {
   line-height: 1;
   padding: 10px 0;
   font-size: 16px;
}
.component-header .form-select[multiple],
.component-header .form-select[size]:not([size='1']) {
   padding-right: 0.75rem;
   background-image: none;
}
.component-header .form-select:disabled {
   color: #6c757d;
   background-color: #e9ecef;
}
.component-header .form-select:-moz-focusring {
   color: transparent;
   text-shadow: 0 0 0 #212529;
}
.component-header .form-select::-ms-expand {
   display: none;
}

@media (min-width: 992px) {
   .component-header {
      height: auto;
      box-shadow: none;
      transition: box-shadow 0.3s;
      position: relative;
   }
   .component-header.component-header--shadow-on {
      box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
   }
}

@media (min-width: 992px) {
   .component-header.component-header--sticky {
      position: fixed;
      transform: translateY(-58px);
   }
}

.component-header .ch-navbar {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   flex-direction: column;
   height: 62px;
   width: 100%;
   max-width: 100%;
   margin-right: auto;
   margin-left: auto;
   position: relative;
}

@media (min-width: 992px) {
   .component-header .ch-navbar {
      height: auto;
      justify-content: flex-start;
      flex-direction: row;
   }
}

.component-header .ch-brand-wrap {
   display: flex;
   width: 100%;
   flex-basis: 100%;
   justify-content: space-between;
   align-items: center;
   margin: 0 auto;
}

@media (min-width: 992px) {
   .component-header .ch-brand-wrap {
      max-width: 960px;
   }
}

@media (min-width: 1200px) {
   .component-header .ch-brand-wrap {
      max-width: 1140px;
   }
}

@media (min-width: 2000px) {
   .component-header .ch-brand-wrap {
      max-width: 1320px;
   }
}

@media (min-width: 992px) {
   .component-header .ch-brand-wrap {
      height: 58px;
   }
}

.component-header .ch-subnav-list {
   display: none;
}

@media (min-width: 992px) {
   .component-header .ch-subnav-list {
      margin: 0 0 0 auto;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
   }
}

.component-header .ch-subnav-item {
   position: relative;
}

@media (min-width: 992px) {
   .component-header .ch-subnav-link {
      font-size: 16px;
      color: #666;
      padding: 0 18px;
      text-decoration: none;
      display: block;
   }
   .component-header .ch-subnav-link:hover {
      color: #5aae66;
   }
}

.component-header .ch-subnav-link.ch-subnav-link--round {
   padding: 0;
   font-size: 12px;
   color: #fff;
   background-color: #12a847;
   width: 30px;
   height: 30px;
   line-height: 30px;
   border-radius: 50%;
   text-align: center;
}

.component-header .ch-brand {
   margin: 14px auto;
   padding-right: 15px;
}

.component-header .ch-brand figure {
   margin: 0;
}

@media (min-width: 992px) {
   .component-header .ch-brand {
      margin: auto auto auto 0;
   }
}

.component-header .ch-brand .ch-img {
   width: 230px;
   height: 28px;
}

@media (min-width: 992px) {
   .component-header .ch-brand .ch-img {
      width: 290px;
      height: auto;
   }
}

.component-header .ch-brand .ch-img-lite {
   width: 180px;
   height: 33px;
}

.component-header .ch-login-toggler {
   width: 62px;
   height: 62px;
   background-color: #67b46e;
   position: absolute;
   right: 0;
   top: 0;
   display: block;
   overflow: visible;
   margin: 0;
   padding: 0;
   cursor: pointer;
   border: 0;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
}

.component-header .ch-login-toggler:focus,
.component-header .ch-login-toggler:hover {
   text-decoration: none;
   outline: 0;
}
.component-header .ch-login-toggler.ch-login-toggler--active {
   background-color: #01994e;
}

@media (min-width: 992px) {
   .component-header .ch-login-toggler {
      display: none;
   }
}

.component-header .ch-login-toggler-inner {
   color: #fff;
   font-size: 15px;
   padding: 10px;
   text-align: center;
}
.en .component-header .ch-login-toggler-inner {
   padding: 0;
}

.component-header .ch-toggler {
   width: 30px;
   height: 30px;
   position: absolute;
   left: 15px;
   top: 15px;
   display: block;
   overflow: visible;
   margin: 0;
   padding: 0;
   cursor: pointer;
   transition-timing-function: linear;
   transition-duration: 0.15s;
   transition-property: opacity, filter;
   text-transform: none;
   border: 0;
   background-color: transparent;
}

.component-header .ch-toggler:focus,
.component-header .ch-toggler:hover {
   text-decoration: none;
   outline: 0;
}

.component-header .ch-toggler.ch-toggler--active .ch-toggler-inner {
   transition-delay: 0.12s;
   transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
   transform: rotate(45deg);
}

.component-header .ch-toggler.ch-toggler--active .ch-toggler-inner:before {
   top: 0;
   transition: top 75ms ease, opacity 75ms ease 0.12s;
   opacity: 0;
}

.component-header .ch-toggler.ch-toggler--active .ch-toggler-inner:after {
   bottom: 0;
   transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
   transform: rotate(-90deg);
}

@media (min-width: 992px) {
   .component-header .ch-toggler {
      display: none;
   }
}

.component-header .ch-toggler-inner {
   display: block;
   position: absolute;
   width: 30px;
   height: 2px;
   transition-timing-function: ease;
   transition-duration: 0.15s;
   transition-property: transform;
   background-color: #333;
   transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
   transition-duration: 75ms;
}

.component-header .ch-toggler-inner:after,
.component-header .ch-toggler-inner:before {
   content: '';
   display: block;
   position: absolute;
   width: 30px;
   height: 2px;
   transition-timing-function: ease;
   transition-duration: 0.15s;
   transition-property: transform;
   background-color: #333;
}

.component-header .ch-toggler-inner:before {
   top: -10px;
   transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.component-header .ch-toggler-inner:after {
   bottom: -10px;
   transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-on .component-header .ch-toggler-inner,
.menu-on .component-header .ch-toggler-inner:after,
.menu-on .component-header .ch-toggler-inner:before {
   background-color: #fff;
}

.component-header .ch-navbar-nav {
   display: flex;
   margin: 0;
   padding: 0;
   list-style: none;
}

.component-header .ch-login-nav {
   display: none;
   -webkit-animation: login-slide-out 0.25s ease both;
   animation: login-slide-out 0.25s ease both;
   position: absolute;
   top: 100%;
   min-width: 180px;
   max-width: 414px;
   right: 0;
   background-color: #01994e;
   padding: 20px 10px;
}

.component-header .ch-login-nav.ch-login-nav--full {
   width: 100%;
}

@-webkit-keyframes login-slide-in {
   0% {
      transform: translateX(100vw);
   }
   to {
      transform: translateX(0);
   }
}
@keyframes login-slide-in {
   0% {
      transform: translateX(100vw);
   }
   to {
      transform: translateX(0);
   }
}
@-webkit-keyframes login-slide-out {
   0% {
      transform: translateX(0);
   }
   to {
      transform: translateX(100vw);
   }
}
@keyframes login-slide-out {
   0% {
      transform: translateX(0);
   }
   to {
      transform: translateX(100vw);
   }
}

.login-menu-on .component-header .ch-login-nav {
   -webkit-animation: login-slide-in 0.25s ease both;
   animation: login-slide-in 0.25s ease both;
}

@media (min-width: 375px) {
   .component-header .ch-login-nav {
      padding: 20px;
   }
}

@media (min-width: 768px) {
   .component-header .ch-login-nav {
      width: 50%;
   }
}

@media (min-width: 992px) {
   .component-header .ch-login-nav {
      display: none;
   }
}

.en .component-header .ch-login-nav {
   max-width: 340px;
}

.component-header .ch-login-nav-list {
   display: flex;
   justify-content: space-between;
   list-style: none;
   flex-direction: row;
   flex-wrap: nowrap;
   margin: 0;
   padding: 0;
   align-items: center;
}

.en .component-header .ch-login-nav-list {
   justify-content: flex-end;
}

.component-header .ch-login-nav-item {
   flex-basis: 50%;
   display: flex;
}
.component-header .ch-login-nav-item:only-child {
   flex-basis: 100%;
}
.component-header .ch-login-nav-item + .ch-login-nav-item {
   margin-left: 10px;
}

@media (min-width: 375px) {
   .component-header .ch-login-nav-item + .ch-login-nav-item {
      margin-left: 20px;
   }
}

.en .component-header .ch-login-nav-item {
   max-width: 140px;
}

.component-header .ch-login-nav-item-link {
   color: #fff;
   text-align: center;
   background-color: #62b56f;
   padding: 0 10px;
   width: 100%;
   line-height: 1;
   display: block;
   text-decoration: none;
}

@media (min-width: 375px) {
   .component-header .ch-login-nav-item-link {
      padding: 17px 20px;
   }
}

.component-header .ch-login-nav-item-link:hover {
   color: #fff;
}

.en .component-header .ch-login-nav-item-link {
   padding: 0 10px;
   align-items: center;
   display: flex;
   height: 65px;
   line-height: 1.3;
}

@media (min-width: 375px) {
   .en .component-header .ch-login-nav-item-link {
      padding: 0 20px;
   }
}

.component-header .ch-nav {
   display: none;
   transition: all 0.3s;
   -webkit-animation: fade-out 0.25s ease both;
   animation: fade-out 0.25s ease both;
   position: absolute;
   top: 100%;
   width: 100%;
   left: 0;
   background-color: #fff;
   min-height: 100vh;
   overflow-y: auto;
   max-height: calc(100vh - 60px);
}

@-webkit-keyframes fade-in {
   0% {
      transform: translateX(-100vw);
   }
   to {
      transform: translateX(0);
   }
}
@-webkit-keyframes fade-out {
   0% {
      transform: translateX(0);
   }
   to {
      transform: translateX(-100vw);
   }
}

.menu-on .component-header .ch-nav {
   -webkit-animation: fade-in 0.25s ease both;
   animation: fade-in 0.25s ease both;
}

@media (min-width: 992px) {
   .component-header .ch-nav {
      background-color: #00994e;
      flex-basis: 100%;
      position: relative;
      top: auto;
      display: block;
      transition: none;
      width: auto;
      min-height: 0;
      max-height: none;
      overflow-y: visible;
   }
   .component-header .ch-nav,
   .menu-on .component-header .ch-nav {
      -webkit-animation: none;
      animation: none;
   }
}

.component-header .ch-nav-list {
   display: flex;
   align-items: flex-start;
   margin-bottom: 0;
   margin-top: 0;
   padding: 0 0 200px;
   list-style: none;
   flex-direction: row;
   flex-wrap: wrap;
}

@media (min-width: 992px) {
   .component-header .ch-nav-list {
      max-width: 960px;
      margin: 0 auto;
      padding: 0;
      flex-direction: row;
      align-items: center;
      position: relative;
      flex-wrap: nowrap;
   }
}

@media (min-width: 1200px) {
   .component-header .ch-nav-list {
      max-width: 1140px;
   }
}

@media (min-width: 2000px) {
   .component-header .ch-nav-list {
      max-width: 1320px;
   }
}

.component-header .ch-nav-item-social-img {
   width: 33px;
   height: 33px;
}

.component-header .ch-nav-item {
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   flex-direction: column;
}

.component-header .ch-nav-item.ch-nav-item--group {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
}

.component-header .ch-nav-item.ch-nav-item--group .ch-nav-link {
   padding: 20px 10px;
   text-align: center;
   background-color: #efefef;
   color: #888;
}

.component-header .ch-nav-item.ch-nav-item--group .ch-nav-link:nth-child(3n + 2) {
   border-left: 1px solid #ddd;
   border-right: 1px solid #ddd;
}

.component-header .ch-nav-item.ch-nav-item--social {
   display: flex;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   padding-top:10px;
   gap: 30px;
}

.component-header .ch-nav-item.ch-nav-item--social .ch-nav-link {
   width: auto;
   padding: 20px;
   text-align: center; 
}

.component-header .ch-nav-item + .ch-nav-item {
   border-top: 1px solid #ddd;
}

@media (min-width: 992px) {
   .component-header .ch-nav-item {
      flex-direction: column;
      width: auto;
      max-width: none;
      flex-basis: auto;
   }
   .component-header .ch-nav-item + .ch-nav-item {
      border-top: 0;
   }
   .component-header .ch-nav-item.ch-nav-item--hide-lg {
      display: none;
   }
   .component-header .ch-nav-item.ch-nav-item--hover .ch-nav-link {
      background-color: #fff;
      color: #00994e;
      position: relative;
   }
   .component-header .ch-nav-item.ch-nav-item--hover .ch-nav-link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #00994e;
   }
   .component-header .ch-nav-item.ch-nav-item--hover .ch-nav-lv2 {
      display: flex;
   }
}

@media (min-width: 992px) and (min-width: 992px) {
   .component-header .ch-nav-item.ch-nav-item--hover .ch-nav-lv2 {
      visibility: visible;
      top: 99%;
      opacity: 1;
   }
}

@media (min-width: 992px) {
   .component-header .ch-nav-item.ch-nav-item--hover .nmm-link {
      z-index: 100;
   }
   .component-header .ch-nav-item.ch-nav-item--hover .nmm-link:after {
      content: '';
      border-bottom: 8px solid #fff;
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
   }
   .component-header .ch-nav-item.ch-nav-item--hover .nmm-link:before {
      content: '';
      border-top: 4px solid #ffa81a;
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
   }
}

.component-header .ch-nav-item--align-right {
   margin-left: auto;
}
.component-header .ch-nav-item--block {
   display: none;
}

@media (min-width: 992px) {
   .component-header .ch-nav-item--block {
      display: block;
      background-color: #63b570;
   }
   .component-header .ch-nav-item--block span {
      padding: 0;
      background-color: transparent;
      border-radius: 0;
   }
   .component-header .ch-nav-item--block:hover {
      background-color: #09a321;
   }
   .component-header .ch-nav-item--block + .ch-nav-item--block {
      margin-left: 5px;
   }
}

.component-header .ch-nav-link {
   text-decoration: none;
   padding: 20px 30px;
   font-size: 16px;
   font-weight: 500;
   line-height: 1.2;
   display: block;
   order: 1;
   width: 100%;
   position: relative;
   color: #01994e;
   background-color: #fff;
}

.component-header .ch-nav-link:hover {
   color: #00994e;
}

@media (min-width: 992px) {
   .component-header .ch-nav-link {
      background-color: transparent;
      width: auto;
      font-weight: 400;
      color: #fff;
      padding: 20px 30px;
      line-height: 1;
   }
   .component-header .ch-nav-link:hover {
      color: #fff;
   }
}

.component-header .ch-nav-item-icon-wrap {
   position: relative;
   width: 30px;
   height: 30px;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
}

.component-header .ch-nav-item-icon-wrap:after {
   content: '';
   display: block;
   position: absolute;
   background-color: #f89393;
   top: 0;
   right: 0;
   width: 10px;
   height: 10px;
   border-radius: 50%;
}

.component-header .ch-nav-item-icon {
   max-width: 30px;
   border-radius: 50%;
   overflow: hidden;
}

.component-header .ch-nav-item-icon-wrap + span {
   padding-left: 35px;
}

.component-header .ch-nav-lv2 {
   order: 2;
   position: relative;
   display: none;
}

.component-header .ch-nav-lv2.ch-nav-lv2--show {
   display: block;
}

.component-header .ch-nav-lv2.ch-nav-lv2--show + .ch-nav-link:after {
   transform: rotate(45deg);
   top: 5px;
}

.component-header .ch-nav-lv2:before {
   content: '';
   background-color: #f6f6f6;
   position: absolute;
   top: 0;
   bottom: -100px;
   left: 0;
   right: 0;
   margin: auto;
}

.component-header .ch-nav-lv2 + .ch-nav-link:after {
   content: '';
   display: inline-block;
   position: relative;
   border-top: 2px solid #009d4d;
   border-left: 2px solid #009d4d;
   width: 10px;
   height: 10px;
   transform: rotate(225deg);
   left: 3px;
   right: 27px;
   position: absolute;
   top: -5px;
   bottom: 0;
   margin: auto;
   left: auto;
}

.component-header .ch-nav-lv3 > .ch-nav-lv3-title:after {
    content: '';
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    transform: rotate(225deg);
    left: 3px;
    right: 27px;
    position: absolute;
    top: -5px;
    bottom: 0;
    margin: auto;
    left: auto;
}

@media (max-width: 768px) {
    .component-header .ch-nav-lv3 > .ch-nav-lv3-title:after {
        border-top: 2px solid #009d4d;
        border-left: 2px solid #009d4d;
    }
}

.component-header .ch-nav-lv3 [aria-expanded='true']:after {
    transform: rotate(45deg);
    top: 5px;
}


@media (min-width: 992px) {
   .component-header .ch-nav-lv2 {
      display: flex;
      visibility: hidden;
      left: auto;
      width: 100%;
      max-width: 100%;
      max-height: none;
      min-height: 0;
      position: absolute;
      top: 100%;
      opacity: 0;
      transition: top 0.25s ease, opacity 0.25s ease;
      padding: 45px 50px;
      background-color: #fff;
      box-shadow: 0 0 8px rgba(2, 2, 2, 0.15);
   }
   .component-header .ch-nav-lv2 + .ch-nav-link:after,
   .component-header .ch-nav-lv2:before {
      display: none;
   }
}

.component-header .ch-nav-lv2-title {
   display: none;
}

@media (min-width: 992px) {
   .component-header .ch-nav-lv2-title {
      font-size: 30px;
      font-weight: 400;
      line-height: 1.2;
      margin: 0;
      color: #00994e;
      flex: 1 0 auto;
      display: flex;
   }
}

@media (min-width: 992px) and (min-width: 375px) {
   .component-header .ch-nav-lv2-title {
      font-size: 28px;
   }
}

@media (min-width: 992px) and (min-width: 992px) {
   .component-header .ch-nav-lv2-title {
      font-size: 30px;
   }
}

.component-header .ch-nav-lv2-list {
   list-style: none;
   margin: 0;
   width: 100%;
   padding: 0;
}

@media (min-width: 992px) {
   .component-header .ch-nav-lv2-list {
      margin: 0;
      padding: 0 50px;
      /* display: flex; */
      max-height: none;
      min-height: 0;
      overflow-y: hidden;
      /* flex: 1 0 auto; */
   }
}

.component-header .ch-nav-lv2-item {
   margin: 0;
}

.component-header .ch-nav-lv2-item .ch-nav-lv3-title {
   font-size: 20px;
   font-weight: 800;
   text-decoration: none;
   color: #333;
}

@media (max-width: 992px) {
   .component-header .ch-nav-lv2-item .ch-nav-lv3-title {
      font-size: 16px;
      font-weight: 600;
      padding: 12px 0;
      margin: 0 0 0 45px;
      position: relative;
      display: block;
   }
}

@media (min-width: 992px) {
   .component-header .ch-nav-lv2-item {
      padding: 0 25px;
      margin: 0;
   }
}

.component-header .ch-nav-lv2-link {
   position: relative;
   margin: 0 15px;
   color: #00994e;
   border-bottom: 1px solid #00994e;
   padding: 15px 0;
   letter-spacing: 1px;
   line-height: 1;
   display: block;
   text-decoration: none;
   font-size: 16px;
   font-weight: 400;
   cursor: pointer;
}

.component-header .ch-nav-lv2-link:hover {
   color: #00994e;
}

@media (min-width: 375px) {
   .component-header .ch-nav-lv2-link {
      margin: 0 23px;
   }
}

@media (min-width: 992px) {
   .component-header .ch-nav-lv2-link {
      margin: 0 0 10px;
      color: #00994e;
      border-bottom: 1px solid #28a745;
      padding: 10px 0;
      white-space: nowrap;
      font-size: 18px;
      cursor: default;
   }
   .component-header .ch-nav-lv2-link:hover {
      color: #00994e;
   }
}

.component-header .ch-nav-lv3 {
   list-style: none;
   margin: 0;
   padding: 0;
   display: block;
}

.component-header .ch-nav-lv3-hidden{
    display:none; 
}

    @media (max-width: 991.98px) {
        .component-header .ch-nav-lv3.nmm--show {
      display: block;
   }
}

@media (min-width: 992px) {
   .component-header .ch-nav-lv3 {
      margin: 0;
      max-height: 165px;
      height: 165px;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
   }
}

.component-header .ch-nav-lv3-item {
   position: relative;
   border-top: 1px solid #e2e2e2;
}

@media (min-width: 992px) {
   .component-header .ch-nav-lv3-item {
      margin-right: 50px;
      border-top: 0;
      border-bottom: 1px solid #ddd;
      min-width: 220px;
   }
}

.component-header .ch-nav-lv3-link {
   position: relative;
   margin: 0 0 0 55px;
   color: #333;
   padding: 12px 0;
   letter-spacing: 1px;
   line-height: 1.5;
   display: block;
   text-decoration: none;
   font-size: 16px;
   font-weight: 400;
}

.component-header .ch-nav-lv3-link.ch-nav-lv3-link--has-badge {
   padding-right: 48px;
}

@media (min-width: 992px) {
   .component-header .ch-nav-lv3-link {
      margin: 0;
      color: #333;
      padding: 7px 0;
      white-space: nowrap;
   }
   .component-header .ch-nav-lv3-link:hover {
      color: #28a745;
   }
}

.component-header .ch-nav-lv3-link:after {
   content: '';
   display: inline-block;
   position: relative;
   border-top: 2px solid #333;
   border-left: 2px solid #333;
   width: 10px;
   height: 10px;
   transform: rotate(135deg) skew(0deg);
   top: -2px;
   left: 8px;
   transition: left 0.15s ease-in-out;
   right: 44px;
   position: absolute;
   top: -5px;
   bottom: 0;
   margin: auto;
   left: auto;
}

@media (min-width: 992px) {
   .component-header .ch-nav-lv3-link:after {
      display: none;
   }
}

.component-header .ch-nav-lv3-badge {
   background-color: #f89393;
   color: #fff;
   border-radius: 25px;
   font-size: 12px;
   font-weight: 400;
   position: absolute;
   top: 1px;
   bottom: 0;
   margin: auto 0 auto 5px;
   line-height: 20px;
   padding: 0 10px;
   height: 20px;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   display: inline-block;
}

/* Menu and mask states */
.mask-on body:before {
   display: block;
   content: '';
   position: fixed;
   top: 0;
   left: 0;
   width: 100vw;
   height: 150vh;
   background-color: rgba(0, 0, 0, 0.5);
   z-index: 999;
}

@media (min-width: 992px) {
   .mask-on body:before {
      z-index: 1030;
   }
}

.body-lock body,
.has-modal body {
   position: fixed;
   top: 0;
   width: 100%;
   overflow: hidden;
}

/* Header brand image override */
@media (min-width: 992px) {
   .component-header .ch-brand .ch-img {
      width: 290px;
      height: auto;
   }
}

/* Menu animation */
.menu-on .component-header .ch-nav {
   -webkit-animation: fade-in 0.25s ease both;
   animation: fade-in 0.25s ease both;
}

@keyframes fade-in {
   from {
      opacity: 0;
      transform: translateY(-10px);
   }
   to {
      opacity: 1;
      transform: translateY(0);
   }
}

/* Navigation item hover styles */
@media (min-width: 992px) {
   .component-header .ch-nav-item.ch-nav-item--hover .ch-nav-link {
      background-color: #fff;
      color: #00994e;
      position: relative;
   }

   .component-header .ch-nav-item.ch-nav-item--hover .ch-nav-link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #00994e;
   }

   .component-header .ch-nav-item.ch-nav-item--hover .ch-nav-lv2 {
      display: flex;
      visibility: visible;
      top: 99%;
      opacity: 1;
   }
}

/* Login menu display override */
.login-menu-on .component-header .ch-login-nav {
   display: block;
}

.logo-active { display: none; }
.menu-active .logo-normal { display: none; }
.menu-active .logo-active { display: block; }