/* Global reset and core tokens moved from style.css. */
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  background: #f1f1f1;
  overflow: scroll;
  overflow-x: hidden;
  word-wrap: break-word;
  touch-action: manipulation;
  -webkit-text-size-adjust: 100%;
}

header,
footer {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0 auto;
}

article,
aside,
figcaption,
figure,
nav,
section,
div {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
section {
  justify-content: center;
}

video {
  display: inline-block;
}

span,
a {
  display: inline-block;
}

a,
input,
button,
textarea,
figure,
address {
  font: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  text-shadow: inherit;
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

button {
  overflow: visible;
  letter-spacing: inherit;
}

p {
  margin: 0;
  hyphens: none;
}

b,
strong {
  font-weight: 700;
}

img,
svg,
video {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  color: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

input,
select,
button,
button > *,
a > * {
  display: inline-block;
  vertical-align: middle;
}

button,
label,
[type="button"],
[type="submit"],
[type="reset"],
[type="checkbox"],
[type="radio"],
[type="range"] {
  user-select: none;
  cursor: pointer;
}

[type="button"],
[type="submit"],
[type="search"],
[type="radio"],
[type="range"] {
  -webkit-appearance: none;
  appearance: none;
}

input,
textarea {
  width: 100%;
  text-overflow: ellipsis;
  overflow: auto;
  resize: none;
}

::active,
::hover,
::focus {
  outline: 0;
  outline-offset: 0;
}

::placeholder {
  opacity: 1;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td,
th {
  padding: 0;
  text-align: center;
}

article img,
article video {
  display: block;
  margin: auto;
}

article span,
article a {
  display: inline;
}

article ul,
article ol {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
}

article ul ul,
article ol ul
article ul ol,
article ol ol {
  margin: 0;
  padding-left: 1.3em;
}

article ul > li:before,
article ol > li:before,
article menu > li:before {
  margin-right: 0.7em;
}

article ul > li p,
article ol > li p,
article menu > li p {
  display: inline;
}

article ul > li:before,
article menu > li:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  display: inline-block;
  vertical-align: 10%;
  border-radius: 50%;
  background: #000;
}

article ul > li li:before,
article menu > li li:before {
  background: transparent;
}

article ol {
  counter-reset: count;
}

article ol > li:before {
  content: counter(count) ".";
  counter-increment: count;
}

li {
  list-style: none;
}

em {
  word-break: break-all;
}

iframe {
  max-width: 100% !important;
  height: 27.239583333333332vw;
}

:root {
  --brand-color1: #bcd900;
  --brand-color2: #1f8749;
  --brand-color3: #e33f3f;
  --margin: 0 15px;
  --margin-full: 15px;
  --width: 290px;
  --offset: 30px;
  --transition: all .25s;
}


/* Center breadcrumbs block horizontally. */
.tb-breadcrumbs {
  justify-content: center;
}

.tb-breadcrumbs p,
.tb-breadcrumbs .rank-math-breadcrumb {
  width: auto;
  text-align: center;
}

.tb-promo-s1 {
  justify-content: center;
}

/* Isolated header redesign (unique namespace nh-*). */
.nh-hidden {
  display: none;
}

.nh-wrap {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 0 15px 0 0;
}

.nh-header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 80px;
  background: #000;
  z-index: 11001;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  font-family: "Segoe UI", "Trebuchet MS", Verdana, sans-serif;
}
main {
  margin-top: 80px;;
}
.nh-notice {
  order: 1;
  width: 100%;
  height: 20px;
  background: #fff;
  border-bottom: 1px solid rgba(31, 135, 73, 0.35);
  color: var(--brand-color2);
}

.nh-notice .nh-wrap {
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}


.nh-main {
  order: 2;
  width: 100%;
  height: 60px;
  background: #4d4d4d;
}

.nh-row {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.nh-logo {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  width: 320px;
  height: 100%;
  padding: 0 15px;
  margin: 0;
  gap: 5px;
  background: #000;
}

.nh-logo > svg {
  width: 55px;
  height: 55px;
  padding: 3px;
  border-radius: 50%;
 
}

.nh-logo-text {
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
  gap: 5px;
}

.nh-logo-text > span:first-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
}

.nh-logo-text > span:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  gap: 5px;
}

.nh-logo-text > span span {
  font-size: 12px;
  line-height: 1;
}

.nh-logo-text > span:last-child span:first-child {
  color: var(--brand-color1);
}

.nh-logo-text > span:last-child span:nth-child(2) {
  color: var(--brand-color3);
}

.nh-logo-text > span:last-child span:last-child {
  color: var(--brand-color2);
}

.nh-right {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  gap: 8px;
}

.nh-menu {
  position: relative;
  margin-left: auto;
  z-index: 10005;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.nh-menu-search {
  display: block;
  width: 205px;
  order: 2;
}

.nh-menu-notice {
  display: none;
}

.nh-menu-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  height: 60px;
  gap: 2px;
  order: 1;
}

.nh-menu-list > li {
  position: relative;
  min-width: var(--nh-menu-item-width, auto);
}

.nh-menu-list > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  height: 60px;
  color: #fff;
  font-size: 14px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-transform: none;
  white-space: nowrap;
  position: relative;
}

.nh-menu-list > li:hover > a,
.nh-menu-list > li.current-menu-ancestor > a {
  background: rgba(31, 135, 73, 0.18);
}

.nh-menu-list > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 3px;
  background: var(--brand-color2);
  transform: translateX(-50%);
  opacity: 0;
}

.nh-menu-list > li:hover > a:before,
.nh-menu-list > li.current-menu-item > a:before,
.nh-menu-list > li.current-page-ancestor > a:before,
.nh-menu-list > li.current-menu-parent > a:before,
.nh-menu-list > li.current-menu-ancestor > a:before {
  opacity: 1;
}

.nh-menu-list > li.current-menu-item > a,
.nh-menu-list > li.current-page-ancestor > a,
.nh-menu-list > li.current-menu-parent > a {
  background: rgba(227, 63, 63, 0.2);
  color: #fff;
}

.nh-menu-list > li.current-menu-item > a:before,
.nh-menu-list > li.current-page-ancestor > a:before,
.nh-menu-list > li.current-menu-parent > a:before {
  background: var(--brand-color3);
}

.nh-menu-list > li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 5px solid #fff;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}

.nh-menu-list > li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 260px;
  min-width: 100%;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.nh-menu-list > li.menu-item-has-children:hover ul.sub-menu {
  display: block;
}

.nh-menu-list > li ul.sub-menu > li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.nh-menu-list > li ul.sub-menu > li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 40px;
  padding: 10px 12px;
  color: #fff;
  font-size: 14px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-weight: 400;
}

.nh-menu-list > li ul.sub-menu > li:hover > a {
  background: rgba(31, 135, 73, 0.22);
}

.nh-menu-list > li ul.sub-menu > li.current-menu-item > a {
  background: rgba(227, 63, 63, 0.25);
}

.nh-search-form {
  width: 100%;
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #000;
  overflow: hidden;
}

.nh-search-form:focus-within {
  border-color: #fff;
}

.nh-search-form input[type="search"] {
  flex: 1 1 auto;
  height: 100%;
  padding: 0 12px;
  color: #fff;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  font-family: "Segoe UI", "Trebuchet MS", Verdana, sans-serif;
}

.nh-search-form input[type="search"]::-webkit-search-cancel-button,
.nh-search-form input[type="search"]::-webkit-search-decoration,
.nh-search-form input[type="search"]::-webkit-search-results-button,
.nh-search-form input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.nh-search-form input[type="search"]::-ms-clear,
.nh-search-form input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.nh-search-form input[type="search"]::placeholder {
  color: rgba(255, 255, 255, 0.85);
}

.nh-search-form button {
  width: 40px;
  min-width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  cursor: pointer;
}

.nh-search-form button svg {
  width: 18px;
  height: 18px;
  fill: #fff;
}

.nh-menu-btn-wrap {
  display: none;
  width: 40px;
  margin: 0;
}

.nh-menu-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  padding: 0;
  background: #000;
}

.nh-menu-btn > svg {
  display: none;
}

.nh-menu-btn > span {
  width: 18px;
  height: 2px;
  margin: 2px 0;
  border-radius: 2px;
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .nh-logo {
    width: 290px;
  }

  .nh-logo-text > span:first-child {
    font-size: 27px;
  }

  .nh-menu-list > li > a {
    padding: 0 7px;
    font-size: 13px;
  }

  .nh-menu-search {
    width: 180px;
  }

}

@media screen and (max-width: 1024px) {
  .nh-header {
    height: 50px;
  }

  .nh-notice {
    display: none;
  }

  .nh-notice .nh-wrap {
    font-size: 11px;
    line-height: 1;
    padding: 0 10px;
  }

  .nh-main {
    height: 50px;
  }

  .nh-logo {
    width: auto;
    max-width: calc(100% - 45px);
    background: none;
  }

  .nh-logo > svg {
    width: 40px;
    height: 40px;
  }

  .nh-logo-text {
    width: calc(100% - 45px);
  }

  .nh-logo-text > span:first-child {
    font-size: 18px;
  }


  .nh-right {
    width: 40px;
    gap: 0;
  }

  .nh-menu-btn-wrap {
    display: flex;
  }

  .nh-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 10px 12px;
    background: #000;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nh-header.is-menu-open .nh-menu {
    display: flex;
  }

  .nh-menu-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    gap: 0;
  }

  .nh-menu-search {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    order: 1;
  }

  .nh-menu-notice {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 12px;
    background: rgba(31, 135, 73, 0.18);
    border: 1px solid var(--brand-color1);
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    line-height: 1.3;
    order: 0;
    text-align: center;
  }

  .nh-menu-list {
    order: 2;
  }

  .nh-menu-search .nh-search-form {
    height: 42px;
    border-color: rgba(255, 255, 255, 0.5);
    background: #111;
  }

  .nh-menu-list > li > a {
    justify-content: flex-start;
    width: 100%;
    min-height: 42px;
    height: auto;
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nh-menu-list > li ul.sub-menu {
    position: static;
    display: block;
    width: 100%;
    border: 0;
    background: #0b0b0b;
  }

  .nh-menu-list > li ul.sub-menu > li a {
    padding-left: 20px;
  }
  .nh-menu-btn {
    cursor: pointer;
  }

  .nh-menu-btn > span {
    transition: transform .18s ease, opacity .18s ease;
  }

  .nh-header.is-menu-open .nh-menu-btn > span:nth-child(2) {
    transform: translateY(6px) rotate(45deg);
  }

  .nh-header.is-menu-open .nh-menu-btn > span:nth-child(3) {
    opacity: 0;
  }

  .nh-header.is-menu-open .nh-menu-btn > span:nth-child(4) {
    transform: translateY(-6px) rotate(-45deg);
  }

  main {
    margin-top: 50px;
  }
}
