:root {
  --bg: #0f1720;
  --surface: #ffffff;
  --primary: #0b7d3e;
  --primary-dark: #075f2e;
  --accent: #ffb400;
  --accent-dark: #e69e00;
  --text: #1c2530;
  --muted: #5c6b7a;
  --border: #e2e8ee;
  --radius: 14px;
  --shadow: 0 10px 30px rgba(15, 23, 32, .08);
  --shadow-lg: 0 18px 50px rgba(15, 23, 32, .16);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  background: #f5f7fa;
}

body.xg1dnsa6f {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.xg2b6148d {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .96);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 20px rgba(15, 23, 32, .06);
}

.xg18ann4w {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.xgwfz2ye2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -.5px;
  color: var(--primary);
}

.xgwfz2ye2 span {
  color: var(--accent);
}

.xg1swupug {
  margin-left: auto;
}

.xgcvpvfvv {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  justify-content: flex-end;
}

.xgcvpvfvv>li {
  position: relative;
}

.xgcvpvfvv a {
  display: inline-block;
  padding: 8px 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text);
  border-radius: 10px;
  transition: all .25s ease;
}

.xgcvpvfvv a:hover {
  background: var(--primary);
  color: #fff;
}

.xgcvpvfvv a:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 2px;
}

.xgcvpvfvv ul {
  list-style: none;
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 190px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all .25s ease;
}

.xgcvpvfvv li:hover>ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.xgcvpvfvv ul li a {
  display: block;
}

.xg1eed9g1 {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
}

.xg1eed9g1 span {
  width: 26px;
  height: 3px;
  background: var(--text);
  border-radius: 3px;
  transition: all .3s ease;
}

.xg1eed9g1.xg2gyavgo span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.xg1eed9g1.xg2gyavgo span:nth-child(2) {
  opacity: 0;
}

.xg1eed9g1.xg2gyavgo span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.xgyaq5vha {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 32, .6);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease;
  z-index: 98;
}

.xgyaq5vha.xg2gyavgo {
  opacity: 1;
  visibility: visible;
}

.xg1m71bah {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(135deg, #0b7d3e, #075f2e 60%, #0f1720);
}

.xg288woez {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.xg288woez img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .35;
}

.xg8w00dw1 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 32, .45), rgba(11, 125, 62, .55));
  z-index: 1;
}

.xgoyvzwqa {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 80px 24px;
}

.xg1m71bah h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin-bottom: 32px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, .35);
}

.xg2pjwoeh {
      display: flex;
    width: fit-content;
    margin: 10px auto;
  background: linear-gradient(135deg, var(--accent), var(--accent-dark));
  color: #1c2530;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 16px 42px;
  border-radius: 50px;
  box-shadow: 0 10px 25px rgba(255, 180, 0, .45);
  transition: transform .25s ease, box-shadow .25s ease;
  letter-spacing: .3px;
}

nav.xg1swupug li.current-menu-item a {
    text-decoration: underline !important;
    font-weight: 700 !important;
}

.xg2pjwoeh:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 16px 36px rgba(255, 180, 0, .6);
}

.xg2pjwoeh:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}


.xgfhnvn85 {
  font-size: 1.2rem;
  padding: 18px 52px;
}

.xg10kmopw>*+.xgpk8nxwk,
.xg8mzlqs4 .xg2opg3a1 {}

.xg8mzlqs4 {
  padding: 56px 0;
}

.xg2opg3a1 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.xg2opg3a1 h2 {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 800;
  margin: 40px 0 20px;
  color: var(--primary-dark);
}

.xg2opg3a1 h3 {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 28px 0 14px;
}

.xg2opg3a1 h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 22px 0 12px;
}

.xg2opg3a1 p {
  margin: 0 0 18px;
  color: var(--muted);
}

.xg2opg3a1 ul,
.xg2opg3a1 ol {
  margin: 0 0 18px 22px;
  color: var(--muted);
}

.xg2opg3a1 li {
  margin-bottom: 8px;
}

.xg2opg3a1 img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin: 24px 0;
}

.xg2opg3a1 a {
  color: var(--primary);
  font-weight: 600;
}

.xg2ji3lf5 {
  display: flex;
  justify-content: center;
  margin: 40px 0 8px;
}

.xg2opg3a1 table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.xg2opg3a1 th,
.xg2opg3a1 td {
  border: 1px solid var(--border);
  padding: 14px 16px;
  text-align: left;
}

.xg2opg3a1 th {
  background: var(--primary);
  color: #fff;
  font-weight: 700;
}

.xg2opg3a1 tr:nth-child(even) td {
  background: #f5f9f6;
}

.xg18aeftu {
  background: var(--bg);
  color: #cbd5e0;
  text-align: center;
  padding: 32px 20px;
  font-size: .95rem;
}

.xg1swupug {
  width: 100%;
  background-color: #ffffff;
  padding: 10px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.xg1swupug ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
}

.xg1swupug ul li {
  margin: 0;
  padding: 0;
}

.xg1swupug ul li a {
  display: inline-block;
  color: #075f2e;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 6px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.xg1eed9g1 {
    display: none;
    flex-direction: column;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
    width: 20px;
    height: 18px;
    box-sizing: content-box;
    position: relative;
    background-image: linear-gradient(#000, #000);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: center;
}

.xg1eed9g1::before,
.xg1eed9g1::after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    height: 2px;
    background-color: #000;
    transition: transform 0.3s ease;
}

.xg1eed9g1::before {
    top: 8px;
}

.xg1eed9g1::after {
    bottom: 8px;
}

@media (min-width: 992px) {
  .xg1swupug ul li a:hover {
    background-color: rgba(7, 95, 46, 0.08);
    color: #054622;
  }
}

@media (max-width: 991px) {
  .xg1swupug {
    padding: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .xg1swupug ul {
            flex-wrap: nowrap;
        gap: 10px;
        padding-bottom: 4px;
        flex-direction: column;
        align-items: start;
  }

  .xg1swupug ul li a {
    font-size: 14px;
    padding: 6px 10px;
    background-color: rgba(7, 95, 46, 0.05);
    border: 1px solid rgba(7, 95, 46, 0.15);
  }

  .xg1swupug::-webkit-scrollbar {
    height: 3px;
  }

  .xg1swupug::-webkit-scrollbar-thumb {
    background-color: rgba(7, 95, 46, 0.2);
    border-radius: 10px;
  }
}

@media(max-width:767px) {
  .xg1eed9g1 {
    display: flex;
  }

  .xg1swupug {
    position: absolute;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100vh;
    background: #fff;
    box-shadow: -8px 0 30px rgba(0, 0, 0, .2);
    padding: 80px 10px 30px;
    z-index: 99;
    transition: right .35s ease;
    overflow-y: auto;
    margin-left: 0;
  }

  .xg1swupug.xg2gyavgo {
    right: 0;
  }

  .xgcvpvfvv {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 6px;
    align-items: stretch;
    justify-content: flex-start;
  }

  .xgcvpvfvv a {
    display: block;
    padding: 12px 14px;
    border-radius: 10px;
  }

  .xgcvpvfvv ul {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    background: #f5f7fa;
    margin: 4px 0 4px 12px;
    padding: 6px;
    display: none;
  }

  .xgcvpvfvv li.xg1br8ue3>ul {
    display: block;
  }

  .xg1m71bah h1 {
    font-size: 1.7rem;
  }
}

@media(min-width:768px) {
  .xg1m71bah h1 {
    font-size: 2.8rem;
  }

  .xg2opg3a1 h2 {
    font-size: 2rem;
  }
}

@media(min-width:1024px) {
  .xg1m71bah {
    min-height: 600px;
  }

  .xg1m71bah h1 {
    font-size: 3.4rem;
  }
}