.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #163300 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #163300 !important;
  border-color: #163300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2c6600 !important;
  border-color: #2c6600 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2c6600 !important;
  border-color: #2c6600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #163300;
  color: #163300;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #163300 !important;
  border-color: #163300 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #163300 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #163300;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #163300;
  border-color: #163300;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #163300;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7cff1a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #163300 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #163300;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #163300;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #163300;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #163300;
  border-bottom-color: #163300;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #163300 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23163300' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.new-font {
  font-family: 'Cinzel', serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 2.2rem;
}
.cid-vj21w159mZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vj21w159mZ nav.navbar {
  position: fixed;
}
.cid-vj21w159mZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vj21w159mZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vj21w159mZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vj21w159mZ .dropdown-item:hover,
.cid-vj21w159mZ .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vj21w159mZ .dropdown-item:hover span {
  color: white;
}
.cid-vj21w159mZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vj21w159mZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vj21w159mZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vj21w159mZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vj21w159mZ .nav-link {
  position: relative;
}
.cid-vj21w159mZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vj21w159mZ .container {
    flex-wrap: wrap;
  }
}
.cid-vj21w159mZ .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vj21w159mZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vj21w159mZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vj21w159mZ .dropdown-menu,
.cid-vj21w159mZ .navbar.opened {
  background: #163300 !important;
}
.cid-vj21w159mZ .nav-item:focus,
.cid-vj21w159mZ .nav-link:focus {
  outline: none;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vj21w159mZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vj21w159mZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vj21w159mZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vj21w159mZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vj21w159mZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vj21w159mZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vj21w159mZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vj21w159mZ .navbar.collapsed {
  justify-content: center;
}
.cid-vj21w159mZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vj21w159mZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vj21w159mZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vj21w159mZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vj21w159mZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vj21w159mZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vj21w159mZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vj21w159mZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vj21w159mZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vj21w159mZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vj21w159mZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vj21w159mZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vj21w159mZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vj21w159mZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vj21w159mZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vj21w159mZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vj21w159mZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vj21w159mZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vj21w159mZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj21w159mZ .dropdown-item.active,
.cid-vj21w159mZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vj21w159mZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vj21w159mZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vj21w159mZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vj21w159mZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vj21w159mZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vj21w159mZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vj21w159mZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vj21w159mZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vj21w159mZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vj21w159mZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vj21w159mZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj21w159mZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vj21w159mZ .navbar {
    height: 70px;
  }
  .cid-vj21w159mZ .navbar.opened {
    height: auto;
  }
  .cid-vj21w159mZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viWFFSzVFH {
  background-image: url("../../../assets/images/image2031-1024x577.webp");
}
.cid-viWFFSzVFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-viWFFSzVFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viWFFSzVFH .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-viWFFSzVFH .mbr-text,
.cid-viWFFSzVFH .mbr-section-btn {
  color: #ffffff;
}
.cid-vig7Q6RIam {
  display: flex;
  background-image: url("../../../assets/images/photo-2026-04-30-17-24-52-1280x698.webp");
}
.cid-vig7Q6RIam .mbr-overlay {
  background-color: #000000;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .cid-vig7Q6RIam {
    align-items: center;
  }
  .cid-vig7Q6RIam .row {
    justify-content: center;
  }
  .cid-vig7Q6RIam .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vig7Q6RIam .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vig7Q6RIam {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vig7Q6RIam .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vig7Q6RIam .content-wrap {
    width: 100%;
  }
}
.cid-vig7Q6RIam .mbr-section-title,
.cid-vig7Q6RIam .mbr-section-subtitle {
  text-align: center;
}
.cid-vig7Q6RIam .mbr-text,
.cid-vig7Q6RIam .mbr-section-btn {
  text-align: center;
}
.cid-tJS9vXDdRK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-tJS9vXDdRK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJS9vXDdRK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tJS9vXDdRK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tJS9vXDdRK .row {
  flex-direction: row-reverse;
}
.cid-tJS9vXDdRK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tJS9vXDdRK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tJS9vXDdRK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tJS9vXDdRK .mbr-section-title {
  color: #ffffff;
}
.cid-tJS9vXDdRK .mbr-text,
.cid-tJS9vXDdRK .mbr-section-btn {
  color: #ffffff;
}
.cid-tLek7gQhG7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tLek7gQhG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLek7gQhG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLek7gQhG7 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tLek7gQhG7 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLek7gQhG7 .img-wrapper {
  width: 10rem;
  padding-right: 2rem;
}
.cid-tLek7gQhG7 .card-text {
  color: #163300;
}
.cid-tLek7gQhG7 .mbr-section-title {
  color: #163300;
}
.cid-tLek7gQhG7 .card-title {
  color: #163300;
}
.cid-vigyR8b0dx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vigyR8b0dx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vigyR8b0dx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vigyR8b0dx .row {
  justify-content: center;
}
.cid-vigyR8b0dx .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vigyR8b0dx .item {
    margin-bottom: 1rem;
  }
}
.cid-vigyR8b0dx .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vigyR8b0dx .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vigyR8b0dx .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vigyR8b0dx .content-head {
  max-width: 800px;
}
.cid-vigyR8b0dx .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUG34YBN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUG34YBN nav.navbar {
  position: fixed;
}
.cid-vjiUG34YBN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUG34YBN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUG34YBN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUG34YBN .dropdown-item:hover,
.cid-vjiUG34YBN .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUG34YBN .dropdown-item:hover span {
  color: white;
}
.cid-vjiUG34YBN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUG34YBN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUG34YBN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUG34YBN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUG34YBN .nav-link {
  position: relative;
}
.cid-vjiUG34YBN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUG34YBN .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUG34YBN .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUG34YBN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUG34YBN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUG34YBN .dropdown-menu,
.cid-vjiUG34YBN .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUG34YBN .nav-item:focus,
.cid-vjiUG34YBN .nav-link:focus {
  outline: none;
}
.cid-vjiUG34YBN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUG34YBN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUG34YBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUG34YBN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUG34YBN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUG34YBN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUG34YBN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUG34YBN .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUG34YBN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUG34YBN .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUG34YBN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUG34YBN .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUG34YBN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUG34YBN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUG34YBN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUG34YBN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUG34YBN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUG34YBN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUG34YBN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUG34YBN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUG34YBN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUG34YBN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUG34YBN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUG34YBN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUG34YBN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUG34YBN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUG34YBN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUG34YBN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUG34YBN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUG34YBN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUG34YBN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUG34YBN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUG34YBN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUG34YBN .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUG34YBN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUG34YBN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUG34YBN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUG34YBN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUG34YBN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUG34YBN .dropdown-item.active,
.cid-vjiUG34YBN .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUG34YBN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUG34YBN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUG34YBN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUG34YBN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUG34YBN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUG34YBN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUG34YBN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUG34YBN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUG34YBN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUG34YBN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUG34YBN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUG34YBN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUG34YBN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUG34YBN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUG34YBN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUG34YBN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUG34YBN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUG34YBN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUG34YBN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUG34YBN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUG34YBN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUG34YBN .navbar {
    height: 70px;
  }
  .cid-vjiUG34YBN .navbar.opened {
    height: auto;
  }
  .cid-vjiUG34YBN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vigGrjDzOe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #163300;
}
.cid-vigGrjDzOe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vigGrjDzOe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vigGrjDzOe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vigGrjDzOe .row {
  flex-direction: row-reverse;
}
.cid-vigGrjDzOe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vigGrjDzOe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vigGrjDzOe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vigGrjDzOe .mbr-section-title {
  color: #ffffff;
}
.cid-vigGrjDzOe .mbr-text,
.cid-vigGrjDzOe .mbr-section-btn {
  color: #ffffff;
}
.cid-vigLpu3Cw0 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vigLpu3Cw0 .mbr-text {
  color: #163300;
}
.cid-vigLpu3Cw0 .mbr-section-subtitle {
  color: #000000;
}
.cid-vigLpu3Cw0 .mbr-section-title {
  color: #163300;
}
.cid-vigKyWZ4P4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-vigKyWZ4P4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vigKyWZ4P4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vigKyWZ4P4 .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vigKyWZ4P4 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vigKyWZ4P4 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vigKyWZ4P4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vigKyWZ4P4 .mbr-text,
.cid-vigKyWZ4P4 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vigKyWZ4P4 .card-title,
.cid-vigKyWZ4P4 .card-box {
  text-align: left;
  color: #000000;
}
.cid-vigKyWZ4P4 .mbr-section-subtitle {
  color: #000000;
}
.cid-vjiWrXxKyO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiWrXxKyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiWrXxKyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiWrXxKyO .row {
  justify-content: center;
}
.cid-vjiWrXxKyO .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiWrXxKyO .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiWrXxKyO .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiWrXxKyO .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiWrXxKyO .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiWrXxKyO .content-head {
  max-width: 800px;
}
.cid-vjiWrXxKyO .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUIAtcTX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUIAtcTX nav.navbar {
  position: fixed;
}
.cid-vjiUIAtcTX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUIAtcTX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUIAtcTX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUIAtcTX .dropdown-item:hover,
.cid-vjiUIAtcTX .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUIAtcTX .dropdown-item:hover span {
  color: white;
}
.cid-vjiUIAtcTX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUIAtcTX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUIAtcTX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUIAtcTX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUIAtcTX .nav-link {
  position: relative;
}
.cid-vjiUIAtcTX .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUIAtcTX .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUIAtcTX .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUIAtcTX .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUIAtcTX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUIAtcTX .dropdown-menu,
.cid-vjiUIAtcTX .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUIAtcTX .nav-item:focus,
.cid-vjiUIAtcTX .nav-link:focus {
  outline: none;
}
.cid-vjiUIAtcTX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUIAtcTX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUIAtcTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUIAtcTX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUIAtcTX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUIAtcTX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUIAtcTX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUIAtcTX .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUIAtcTX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUIAtcTX .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUIAtcTX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUIAtcTX .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUIAtcTX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUIAtcTX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUIAtcTX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUIAtcTX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUIAtcTX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUIAtcTX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUIAtcTX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUIAtcTX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUIAtcTX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUIAtcTX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUIAtcTX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUIAtcTX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUIAtcTX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUIAtcTX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUIAtcTX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUIAtcTX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUIAtcTX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUIAtcTX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUIAtcTX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUIAtcTX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUIAtcTX .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUIAtcTX .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUIAtcTX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUIAtcTX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUIAtcTX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUIAtcTX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUIAtcTX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUIAtcTX .dropdown-item.active,
.cid-vjiUIAtcTX .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUIAtcTX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUIAtcTX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUIAtcTX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUIAtcTX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUIAtcTX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUIAtcTX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUIAtcTX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUIAtcTX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUIAtcTX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUIAtcTX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUIAtcTX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUIAtcTX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUIAtcTX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUIAtcTX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUIAtcTX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUIAtcTX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUIAtcTX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUIAtcTX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUIAtcTX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUIAtcTX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUIAtcTX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUIAtcTX .navbar {
    height: 70px;
  }
  .cid-vjiUIAtcTX .navbar.opened {
    height: auto;
  }
  .cid-vjiUIAtcTX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vigNHKFORc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vigNHKFORc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vigNHKFORc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vigNHKFORc .mbr-description {
  text-align: left;
}
.cid-vigNHKFORc .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vigNHKFORc .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vigNHKFORc .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vigNHKFORc .card-title,
.cid-vigNHKFORc .iconfont-wrapper {
  color: #000000;
}
.cid-vigNHKFORc .card-text {
  color: #000000;
}
.cid-vigNHKFORc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vigNHKFORc .mbr-text,
.cid-vigNHKFORc .mbr-section-btn {
  text-align: center;
}
.cid-vigNHKFORc .card-text,
.cid-vigNHKFORc .item .mbr-section-btn {
  text-align: left;
}
.cid-vigNHKFORc .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vigNHKFORc .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vigNHKFORc .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vigNHKFORc .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vigNHKFORc .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vigNHKFORc .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vigNHKFORc .mbr-text UL {
  text-align: left;
}
.cid-vigNHKFORc .mbr-text {
  text-align: left;
}
.cid-vigNHKFORc .mbr-subtitle {
  text-align: center;
}
.cid-vigQ1TECRz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vigQ1TECRz .row {
  flex-direction: row-reverse;
}
.cid-vigQ1TECRz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vigQ1TECRz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vigQ1TECRz .mbr-description {
  text-align: left;
}
.cid-vigQ1TECRz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vigQ1TECRz .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vigQ1TECRz .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vigQ1TECRz .card-title,
.cid-vigQ1TECRz .iconfont-wrapper {
  color: #000000;
}
.cid-vigQ1TECRz .card-text {
  color: #000000;
}
.cid-vigQ1TECRz .mbr-section-title {
  color: #163300;
  text-align: center;
}
.cid-vigQ1TECRz .mbr-text,
.cid-vigQ1TECRz .mbr-section-btn {
  text-align: center;
}
.cid-vigQ1TECRz .card-text,
.cid-vigQ1TECRz .item .mbr-section-btn {
  text-align: left;
}
.cid-vigQ1TECRz .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vigQ1TECRz .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vigQ1TECRz .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vigQ1TECRz .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vigQ1TECRz .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vigQ1TECRz .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vigQ1TECRz .mbr-text UL {
  text-align: left;
}
.cid-vigQ1TECRz .mbr-text {
  text-align: left;
  color: #163300;
}
.cid-vigQ1TECRz .mbr-subtitle {
  text-align: center;
}
.cid-vigQxIvcuJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vigQxIvcuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vigQxIvcuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vigQxIvcuJ .mbr-description {
  text-align: left;
}
.cid-vigQxIvcuJ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vigQxIvcuJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vigQxIvcuJ .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vigQxIvcuJ .card-title,
.cid-vigQxIvcuJ .iconfont-wrapper {
  color: #000000;
}
.cid-vigQxIvcuJ .card-text {
  color: #000000;
}
.cid-vigQxIvcuJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vigQxIvcuJ .mbr-text,
.cid-vigQxIvcuJ .mbr-section-btn {
  text-align: center;
}
.cid-vigQxIvcuJ .card-text,
.cid-vigQxIvcuJ .item .mbr-section-btn {
  text-align: left;
}
.cid-vigQxIvcuJ .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vigQxIvcuJ .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vigQxIvcuJ .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vigQxIvcuJ .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vigQxIvcuJ .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vigQxIvcuJ .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vigQxIvcuJ .mbr-text UL {
  text-align: left;
}
.cid-vigQxIvcuJ .mbr-text {
  text-align: left;
}
.cid-vigQxIvcuJ .mbr-subtitle {
  text-align: center;
}
.cid-vigQPTKZI4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vigQPTKZI4 .row {
  flex-direction: row-reverse;
}
.cid-vigQPTKZI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vigQPTKZI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vigQPTKZI4 .mbr-description {
  text-align: left;
}
.cid-vigQPTKZI4 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vigQPTKZI4 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vigQPTKZI4 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vigQPTKZI4 .card-title,
.cid-vigQPTKZI4 .iconfont-wrapper {
  color: #000000;
}
.cid-vigQPTKZI4 .card-text {
  color: #000000;
}
.cid-vigQPTKZI4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vigQPTKZI4 .mbr-text,
.cid-vigQPTKZI4 .mbr-section-btn {
  text-align: center;
}
.cid-vigQPTKZI4 .card-text,
.cid-vigQPTKZI4 .item .mbr-section-btn {
  text-align: left;
}
.cid-vigQPTKZI4 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vigQPTKZI4 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vigQPTKZI4 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vigQPTKZI4 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vigQPTKZI4 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vigQPTKZI4 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vigQPTKZI4 .mbr-text UL {
  text-align: left;
}
.cid-vigQPTKZI4 .mbr-text {
  text-align: left;
}
.cid-vigQPTKZI4 .mbr-subtitle {
  text-align: center;
}
.cid-vigRYlxCeU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vigRYlxCeU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vigRYlxCeU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vigRYlxCeU .mbr-description {
  text-align: left;
}
.cid-vigRYlxCeU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vigRYlxCeU .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vigRYlxCeU .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vigRYlxCeU .card-title,
.cid-vigRYlxCeU .iconfont-wrapper {
  color: #000000;
}
.cid-vigRYlxCeU .card-text {
  color: #000000;
}
.cid-vigRYlxCeU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vigRYlxCeU .mbr-text,
.cid-vigRYlxCeU .mbr-section-btn {
  text-align: center;
}
.cid-vigRYlxCeU .card-text,
.cid-vigRYlxCeU .item .mbr-section-btn {
  text-align: left;
}
.cid-vigRYlxCeU .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vigRYlxCeU .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vigRYlxCeU .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #163300;
  background-color: #163300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vigRYlxCeU .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vigRYlxCeU .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vigRYlxCeU .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #163300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vigRYlxCeU .mbr-text UL {
  text-align: left;
}
.cid-vigRYlxCeU .mbr-text {
  text-align: left;
}
.cid-vigRYlxCeU .mbr-subtitle {
  text-align: center;
}
.cid-vigSJUe7wS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vigSJUe7wS .row {
  flex-direction: row-reverse;
}
.cid-vigSJUe7wS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vigSJUe7wS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vigSJUe7wS .mbr-description {
  text-align: left;
}
.cid-vigSJUe7wS .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vigSJUe7wS .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vigSJUe7wS .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vigSJUe7wS .card-title,
.cid-vigSJUe7wS .iconfont-wrapper {
  color: #000000;
}
.cid-vigSJUe7wS .card-text {
  color: #000000;
}
.cid-vigSJUe7wS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vigSJUe7wS .mbr-text,
.cid-vigSJUe7wS .mbr-section-btn {
  text-align: center;
}
.cid-vigSJUe7wS .card-text,
.cid-vigSJUe7wS .item .mbr-section-btn {
  text-align: left;
}
.cid-vigSJUe7wS .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vigSJUe7wS .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vigSJUe7wS .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vigSJUe7wS .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vigSJUe7wS .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vigSJUe7wS .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vigSJUe7wS .mbr-text UL {
  text-align: left;
}
.cid-vigSJUe7wS .mbr-text {
  text-align: left;
}
.cid-vigSJUe7wS .mbr-subtitle {
  text-align: center;
}
.cid-vigWX4hb93 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vigWX4hb93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vigWX4hb93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vigWX4hb93 .mbr-description {
  text-align: left;
}
.cid-vigWX4hb93 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vigWX4hb93 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vigWX4hb93 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vigWX4hb93 .card-title,
.cid-vigWX4hb93 .iconfont-wrapper {
  color: #000000;
}
.cid-vigWX4hb93 .card-text {
  color: #000000;
}
.cid-vigWX4hb93 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vigWX4hb93 .mbr-text,
.cid-vigWX4hb93 .mbr-section-btn {
  text-align: center;
}
.cid-vigWX4hb93 .card-text,
.cid-vigWX4hb93 .item .mbr-section-btn {
  text-align: left;
}
.cid-vigWX4hb93 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vigWX4hb93 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vigWX4hb93 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vigWX4hb93 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vigWX4hb93 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vigWX4hb93 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vigWX4hb93 .mbr-text UL {
  text-align: left;
}
.cid-vigWX4hb93 .mbr-text {
  text-align: left;
}
.cid-vigWX4hb93 .mbr-subtitle {
  text-align: center;
}
.cid-vigWX4hb93 .mbr-text DIV {
  text-align: justify;
}
.cid-vjiWvQ6U1l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiWvQ6U1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiWvQ6U1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiWvQ6U1l .row {
  justify-content: center;
}
.cid-vjiWvQ6U1l .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiWvQ6U1l .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiWvQ6U1l .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiWvQ6U1l .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiWvQ6U1l .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiWvQ6U1l .content-head {
  max-width: 800px;
}
.cid-vjiWvQ6U1l .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUKN5M9R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUKN5M9R nav.navbar {
  position: fixed;
}
.cid-vjiUKN5M9R .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUKN5M9R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUKN5M9R .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUKN5M9R .dropdown-item:hover,
.cid-vjiUKN5M9R .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUKN5M9R .dropdown-item:hover span {
  color: white;
}
.cid-vjiUKN5M9R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUKN5M9R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUKN5M9R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUKN5M9R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUKN5M9R .nav-link {
  position: relative;
}
.cid-vjiUKN5M9R .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUKN5M9R .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUKN5M9R .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUKN5M9R .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUKN5M9R .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUKN5M9R .dropdown-menu,
.cid-vjiUKN5M9R .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUKN5M9R .nav-item:focus,
.cid-vjiUKN5M9R .nav-link:focus {
  outline: none;
}
.cid-vjiUKN5M9R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUKN5M9R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUKN5M9R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUKN5M9R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUKN5M9R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUKN5M9R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUKN5M9R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUKN5M9R .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUKN5M9R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUKN5M9R .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUKN5M9R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUKN5M9R .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUKN5M9R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUKN5M9R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUKN5M9R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUKN5M9R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUKN5M9R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUKN5M9R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUKN5M9R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUKN5M9R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUKN5M9R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUKN5M9R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUKN5M9R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUKN5M9R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUKN5M9R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUKN5M9R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUKN5M9R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUKN5M9R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUKN5M9R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUKN5M9R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUKN5M9R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUKN5M9R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUKN5M9R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUKN5M9R .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUKN5M9R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUKN5M9R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUKN5M9R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUKN5M9R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUKN5M9R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUKN5M9R .dropdown-item.active,
.cid-vjiUKN5M9R .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUKN5M9R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUKN5M9R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUKN5M9R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUKN5M9R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUKN5M9R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUKN5M9R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUKN5M9R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUKN5M9R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUKN5M9R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUKN5M9R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUKN5M9R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUKN5M9R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUKN5M9R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUKN5M9R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUKN5M9R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUKN5M9R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUKN5M9R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUKN5M9R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUKN5M9R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUKN5M9R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUKN5M9R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUKN5M9R .navbar {
    height: 70px;
  }
  .cid-vjiUKN5M9R .navbar.opened {
    height: auto;
  }
  .cid-vjiUKN5M9R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vih0fJogXr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vih0fJogXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vih0fJogXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vih0fJogXr .mbr-description {
  text-align: left;
}
.cid-vih0fJogXr .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vih0fJogXr .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vih0fJogXr .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vih0fJogXr .card-title,
.cid-vih0fJogXr .iconfont-wrapper {
  color: #000000;
}
.cid-vih0fJogXr .card-text {
  color: #000000;
}
.cid-vih0fJogXr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vih0fJogXr .mbr-text,
.cid-vih0fJogXr .mbr-section-btn {
  text-align: center;
}
.cid-vih0fJogXr .card-text,
.cid-vih0fJogXr .item .mbr-section-btn {
  text-align: left;
}
.cid-vih0fJogXr .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vih0fJogXr .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vih0fJogXr .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #163300;
  background-color: #163300;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vih0fJogXr .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vih0fJogXr .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vih0fJogXr .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #163300;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vih0fJogXr .mbr-text UL {
  text-align: left;
}
.cid-vih0fJogXr .mbr-text {
  text-align: left;
}
.cid-vih0fJogXr .mbr-subtitle {
  text-align: center;
}
.cid-vih1LaVRe5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vih1LaVRe5 .row {
  flex-direction: row-reverse;
}
.cid-vih1LaVRe5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vih1LaVRe5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vih1LaVRe5 .mbr-description {
  text-align: left;
}
.cid-vih1LaVRe5 .item-wrapper {
  background: #3a7019;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vih1LaVRe5 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vih1LaVRe5 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vih1LaVRe5 .card-title,
.cid-vih1LaVRe5 .iconfont-wrapper {
  color: #000000;
}
.cid-vih1LaVRe5 .card-text {
  color: #000000;
}
.cid-vih1LaVRe5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vih1LaVRe5 .mbr-text,
.cid-vih1LaVRe5 .mbr-section-btn {
  text-align: center;
}
.cid-vih1LaVRe5 .card-text,
.cid-vih1LaVRe5 .item .mbr-section-btn {
  text-align: left;
}
.cid-vih1LaVRe5 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vih1LaVRe5 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vih1LaVRe5 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vih1LaVRe5 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vih1LaVRe5 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vih1LaVRe5 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vih1LaVRe5 .mbr-text UL {
  text-align: left;
}
.cid-vih1LaVRe5 .mbr-text {
  text-align: left;
}
.cid-vih1LaVRe5 .mbr-subtitle {
  text-align: center;
}
.cid-vih1LWCV2n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vih1LWCV2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vih1LWCV2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vih1LWCV2n .mbr-description {
  text-align: left;
}
.cid-vih1LWCV2n .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vih1LWCV2n .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vih1LWCV2n .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vih1LWCV2n .card-title,
.cid-vih1LWCV2n .iconfont-wrapper {
  color: #000000;
}
.cid-vih1LWCV2n .card-text {
  color: #000000;
}
.cid-vih1LWCV2n .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vih1LWCV2n .mbr-text,
.cid-vih1LWCV2n .mbr-section-btn {
  text-align: center;
}
.cid-vih1LWCV2n .card-text,
.cid-vih1LWCV2n .item .mbr-section-btn {
  text-align: left;
}
.cid-vih1LWCV2n .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vih1LWCV2n .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vih1LWCV2n .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vih1LWCV2n .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vih1LWCV2n .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vih1LWCV2n .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vih1LWCV2n .mbr-text UL {
  text-align: left;
}
.cid-vih1LWCV2n .mbr-text {
  text-align: left;
}
.cid-vih1LWCV2n .mbr-subtitle {
  text-align: center;
}
.cid-vih1M77sKk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vih1M77sKk .row {
  flex-direction: row-reverse;
}
.cid-vih1M77sKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vih1M77sKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vih1M77sKk .mbr-description {
  text-align: left;
}
.cid-vih1M77sKk .item-wrapper {
  background: #3a7019;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vih1M77sKk .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vih1M77sKk .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vih1M77sKk .card-title,
.cid-vih1M77sKk .iconfont-wrapper {
  color: #000000;
}
.cid-vih1M77sKk .card-text {
  color: #000000;
}
.cid-vih1M77sKk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vih1M77sKk .mbr-text,
.cid-vih1M77sKk .mbr-section-btn {
  text-align: center;
}
.cid-vih1M77sKk .card-text,
.cid-vih1M77sKk .item .mbr-section-btn {
  text-align: left;
}
.cid-vih1M77sKk .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vih1M77sKk .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vih1M77sKk .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vih1M77sKk .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vih1M77sKk .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vih1M77sKk .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vih1M77sKk .mbr-text UL {
  text-align: left;
}
.cid-vih1M77sKk .mbr-text {
  text-align: left;
}
.cid-vih1M77sKk .mbr-subtitle {
  text-align: center;
}
.cid-vih1MkfnDB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vih1MkfnDB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vih1MkfnDB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vih1MkfnDB .mbr-description {
  text-align: left;
}
.cid-vih1MkfnDB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vih1MkfnDB .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vih1MkfnDB .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vih1MkfnDB .card-title,
.cid-vih1MkfnDB .iconfont-wrapper {
  color: #000000;
}
.cid-vih1MkfnDB .card-text {
  color: #000000;
}
.cid-vih1MkfnDB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vih1MkfnDB .mbr-text,
.cid-vih1MkfnDB .mbr-section-btn {
  text-align: center;
}
.cid-vih1MkfnDB .card-text,
.cid-vih1MkfnDB .item .mbr-section-btn {
  text-align: left;
}
.cid-vih1MkfnDB .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vih1MkfnDB .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vih1MkfnDB .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vih1MkfnDB .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vih1MkfnDB .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vih1MkfnDB .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vih1MkfnDB .mbr-text UL {
  text-align: left;
}
.cid-vih1MkfnDB .mbr-text {
  text-align: left;
}
.cid-vih1MkfnDB .mbr-subtitle {
  text-align: center;
}
.cid-vih1MBueqa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vih1MBueqa .row {
  flex-direction: row-reverse;
}
.cid-vih1MBueqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vih1MBueqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vih1MBueqa .mbr-description {
  text-align: left;
}
.cid-vih1MBueqa .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vih1MBueqa .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vih1MBueqa .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vih1MBueqa .card-title,
.cid-vih1MBueqa .iconfont-wrapper {
  color: #000000;
}
.cid-vih1MBueqa .card-text {
  color: #000000;
}
.cid-vih1MBueqa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vih1MBueqa .mbr-text,
.cid-vih1MBueqa .mbr-section-btn {
  text-align: center;
}
.cid-vih1MBueqa .card-text,
.cid-vih1MBueqa .item .mbr-section-btn {
  text-align: left;
}
.cid-vih1MBueqa .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vih1MBueqa .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vih1MBueqa .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vih1MBueqa .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vih1MBueqa .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vih1MBueqa .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vih1MBueqa .mbr-text UL {
  text-align: left;
}
.cid-vih1MBueqa .mbr-text {
  text-align: left;
}
.cid-vih1MBueqa .mbr-subtitle {
  text-align: center;
}
.cid-vih1MYOEPE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vih1MYOEPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vih1MYOEPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vih1MYOEPE .mbr-description {
  text-align: left;
}
.cid-vih1MYOEPE .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vih1MYOEPE .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vih1MYOEPE .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vih1MYOEPE .card-title,
.cid-vih1MYOEPE .iconfont-wrapper {
  color: #000000;
}
.cid-vih1MYOEPE .card-text {
  color: #000000;
}
.cid-vih1MYOEPE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vih1MYOEPE .mbr-text,
.cid-vih1MYOEPE .mbr-section-btn {
  text-align: center;
}
.cid-vih1MYOEPE .card-text,
.cid-vih1MYOEPE .item .mbr-section-btn {
  text-align: left;
}
.cid-vih1MYOEPE .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vih1MYOEPE .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vih1MYOEPE .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vih1MYOEPE .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vih1MYOEPE .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vih1MYOEPE .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vih1MYOEPE .mbr-text UL {
  text-align: left;
}
.cid-vih1MYOEPE .mbr-text {
  text-align: left;
}
.cid-vih1MYOEPE .mbr-subtitle {
  text-align: center;
}
.cid-vjiWxNZg2A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiWxNZg2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiWxNZg2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiWxNZg2A .row {
  justify-content: center;
}
.cid-vjiWxNZg2A .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiWxNZg2A .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiWxNZg2A .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiWxNZg2A .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiWxNZg2A .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiWxNZg2A .content-head {
  max-width: 800px;
}
.cid-vjiWxNZg2A .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUSdTNoO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUSdTNoO nav.navbar {
  position: fixed;
}
.cid-vjiUSdTNoO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUSdTNoO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUSdTNoO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUSdTNoO .dropdown-item:hover,
.cid-vjiUSdTNoO .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUSdTNoO .dropdown-item:hover span {
  color: white;
}
.cid-vjiUSdTNoO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUSdTNoO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUSdTNoO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUSdTNoO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUSdTNoO .nav-link {
  position: relative;
}
.cid-vjiUSdTNoO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUSdTNoO .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUSdTNoO .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUSdTNoO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUSdTNoO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUSdTNoO .dropdown-menu,
.cid-vjiUSdTNoO .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUSdTNoO .nav-item:focus,
.cid-vjiUSdTNoO .nav-link:focus {
  outline: none;
}
.cid-vjiUSdTNoO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUSdTNoO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUSdTNoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUSdTNoO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUSdTNoO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUSdTNoO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUSdTNoO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUSdTNoO .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUSdTNoO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUSdTNoO .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUSdTNoO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUSdTNoO .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUSdTNoO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUSdTNoO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUSdTNoO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUSdTNoO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUSdTNoO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUSdTNoO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUSdTNoO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUSdTNoO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUSdTNoO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUSdTNoO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUSdTNoO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUSdTNoO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUSdTNoO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUSdTNoO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUSdTNoO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUSdTNoO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUSdTNoO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUSdTNoO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUSdTNoO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUSdTNoO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUSdTNoO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUSdTNoO .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUSdTNoO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUSdTNoO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUSdTNoO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUSdTNoO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUSdTNoO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUSdTNoO .dropdown-item.active,
.cid-vjiUSdTNoO .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUSdTNoO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUSdTNoO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUSdTNoO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUSdTNoO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUSdTNoO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUSdTNoO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUSdTNoO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUSdTNoO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUSdTNoO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUSdTNoO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUSdTNoO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUSdTNoO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUSdTNoO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUSdTNoO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUSdTNoO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUSdTNoO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUSdTNoO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUSdTNoO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUSdTNoO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUSdTNoO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUSdTNoO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUSdTNoO .navbar {
    height: 70px;
  }
  .cid-vjiUSdTNoO .navbar.opened {
    height: auto;
  }
  .cid-vjiUSdTNoO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vih6ReXWMd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vih6ReXWMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vih6ReXWMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vih6ReXWMd .mbr-description {
  text-align: left;
}
.cid-vih6ReXWMd .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vih6ReXWMd .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vih6ReXWMd .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vih6ReXWMd .card-title,
.cid-vih6ReXWMd .iconfont-wrapper {
  color: #000000;
}
.cid-vih6ReXWMd .card-text {
  color: #000000;
}
.cid-vih6ReXWMd .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vih6ReXWMd .mbr-text,
.cid-vih6ReXWMd .mbr-section-btn {
  text-align: center;
}
.cid-vih6ReXWMd .card-text,
.cid-vih6ReXWMd .item .mbr-section-btn {
  text-align: left;
}
.cid-vih6ReXWMd .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vih6ReXWMd .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vih6ReXWMd .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vih6ReXWMd .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vih6ReXWMd .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vih6ReXWMd .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vih6ReXWMd .mbr-text UL {
  text-align: left;
}
.cid-vih6ReXWMd .mbr-text {
  text-align: left;
}
.cid-vih6ReXWMd .mbr-subtitle {
  text-align: center;
}
.cid-vimPR8n0Nd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vimPR8n0Nd .row {
  flex-direction: row-reverse;
}
.cid-vimPR8n0Nd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vimPR8n0Nd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vimPR8n0Nd .mbr-description {
  text-align: left;
}
.cid-vimPR8n0Nd .item-wrapper {
  background: #3a7019;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vimPR8n0Nd .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vimPR8n0Nd .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vimPR8n0Nd .card-title,
.cid-vimPR8n0Nd .iconfont-wrapper {
  color: #000000;
}
.cid-vimPR8n0Nd .card-text {
  color: #000000;
}
.cid-vimPR8n0Nd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vimPR8n0Nd .mbr-text,
.cid-vimPR8n0Nd .mbr-section-btn {
  text-align: center;
}
.cid-vimPR8n0Nd .card-text,
.cid-vimPR8n0Nd .item .mbr-section-btn {
  text-align: left;
}
.cid-vimPR8n0Nd .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vimPR8n0Nd .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vimPR8n0Nd .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vimPR8n0Nd .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vimPR8n0Nd .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vimPR8n0Nd .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vimPR8n0Nd .mbr-text UL {
  text-align: left;
}
.cid-vimPR8n0Nd .mbr-text {
  text-align: left;
}
.cid-vimPR8n0Nd .mbr-subtitle {
  text-align: center;
}
.cid-vimPRQ7BnG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vimPRQ7BnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vimPRQ7BnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vimPRQ7BnG .mbr-description {
  text-align: left;
}
.cid-vimPRQ7BnG .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vimPRQ7BnG .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vimPRQ7BnG .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vimPRQ7BnG .card-title,
.cid-vimPRQ7BnG .iconfont-wrapper {
  color: #000000;
}
.cid-vimPRQ7BnG .card-text {
  color: #000000;
}
.cid-vimPRQ7BnG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vimPRQ7BnG .mbr-text,
.cid-vimPRQ7BnG .mbr-section-btn {
  text-align: center;
}
.cid-vimPRQ7BnG .card-text,
.cid-vimPRQ7BnG .item .mbr-section-btn {
  text-align: left;
}
.cid-vimPRQ7BnG .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vimPRQ7BnG .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vimPRQ7BnG .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vimPRQ7BnG .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vimPRQ7BnG .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vimPRQ7BnG .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vimPRQ7BnG .mbr-text UL {
  text-align: left;
}
.cid-vimPRQ7BnG .mbr-text {
  text-align: left;
}
.cid-vimPRQ7BnG .mbr-subtitle {
  text-align: center;
}
.cid-vimPS5vjgO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vimPS5vjgO .row {
  flex-direction: row-reverse;
}
.cid-vimPS5vjgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vimPS5vjgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vimPS5vjgO .mbr-description {
  text-align: left;
}
.cid-vimPS5vjgO .item-wrapper {
  background: #3a7019;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vimPS5vjgO .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vimPS5vjgO .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vimPS5vjgO .card-title,
.cid-vimPS5vjgO .iconfont-wrapper {
  color: #000000;
}
.cid-vimPS5vjgO .card-text {
  color: #000000;
}
.cid-vimPS5vjgO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vimPS5vjgO .mbr-text,
.cid-vimPS5vjgO .mbr-section-btn {
  text-align: center;
}
.cid-vimPS5vjgO .card-text,
.cid-vimPS5vjgO .item .mbr-section-btn {
  text-align: left;
}
.cid-vimPS5vjgO .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vimPS5vjgO .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vimPS5vjgO .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vimPS5vjgO .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vimPS5vjgO .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vimPS5vjgO .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vimPS5vjgO .mbr-text UL {
  text-align: left;
}
.cid-vimPS5vjgO .mbr-text {
  text-align: left;
}
.cid-vimPS5vjgO .mbr-subtitle {
  text-align: center;
}
.cid-viozohDYih {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-viozohDYih .mbr-fallback-image.disabled {
  display: none;
}
.cid-viozohDYih .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viozohDYih .mbr-description {
  text-align: left;
}
.cid-viozohDYih .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-viozohDYih .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-viozohDYih .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-viozohDYih .card-title,
.cid-viozohDYih .iconfont-wrapper {
  color: #000000;
}
.cid-viozohDYih .card-text {
  color: #000000;
}
.cid-viozohDYih .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-viozohDYih .mbr-text,
.cid-viozohDYih .mbr-section-btn {
  text-align: center;
}
.cid-viozohDYih .card-text,
.cid-viozohDYih .item .mbr-section-btn {
  text-align: left;
}
.cid-viozohDYih .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-viozohDYih .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-viozohDYih .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-viozohDYih .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-viozohDYih .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-viozohDYih .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viozohDYih .mbr-text UL {
  text-align: left;
}
.cid-viozohDYih .mbr-text {
  text-align: left;
}
.cid-viozohDYih .mbr-subtitle {
  text-align: center;
}
.cid-vjiWCvITSc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiWCvITSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiWCvITSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiWCvITSc .row {
  justify-content: center;
}
.cid-vjiWCvITSc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiWCvITSc .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiWCvITSc .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiWCvITSc .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiWCvITSc .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiWCvITSc .content-head {
  max-width: 800px;
}
.cid-vjiWCvITSc .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUUOdqRw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUUOdqRw nav.navbar {
  position: fixed;
}
.cid-vjiUUOdqRw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUUOdqRw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUUOdqRw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUUOdqRw .dropdown-item:hover,
.cid-vjiUUOdqRw .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUUOdqRw .dropdown-item:hover span {
  color: white;
}
.cid-vjiUUOdqRw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUUOdqRw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUUOdqRw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUUOdqRw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUUOdqRw .nav-link {
  position: relative;
}
.cid-vjiUUOdqRw .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUUOdqRw .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUUOdqRw .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUUOdqRw .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUUOdqRw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUUOdqRw .dropdown-menu,
.cid-vjiUUOdqRw .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUUOdqRw .nav-item:focus,
.cid-vjiUUOdqRw .nav-link:focus {
  outline: none;
}
.cid-vjiUUOdqRw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUUOdqRw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUUOdqRw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUUOdqRw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUUOdqRw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUUOdqRw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUUOdqRw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUUOdqRw .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUUOdqRw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUUOdqRw .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUUOdqRw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUUOdqRw .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUUOdqRw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUUOdqRw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUUOdqRw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUUOdqRw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUUOdqRw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUUOdqRw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUUOdqRw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUUOdqRw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUUOdqRw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUUOdqRw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUUOdqRw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUUOdqRw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUUOdqRw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUUOdqRw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUUOdqRw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUUOdqRw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUUOdqRw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUUOdqRw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUUOdqRw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUUOdqRw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUUOdqRw .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUUOdqRw .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUUOdqRw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUUOdqRw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUUOdqRw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUUOdqRw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUUOdqRw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUUOdqRw .dropdown-item.active,
.cid-vjiUUOdqRw .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUUOdqRw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUUOdqRw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUUOdqRw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUUOdqRw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUUOdqRw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUUOdqRw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUUOdqRw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUUOdqRw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUUOdqRw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUUOdqRw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUUOdqRw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUUOdqRw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUUOdqRw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUUOdqRw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUUOdqRw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUUOdqRw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUUOdqRw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUUOdqRw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUUOdqRw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUUOdqRw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUUOdqRw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUUOdqRw .navbar {
    height: 70px;
  }
  .cid-vjiUUOdqRw .navbar.opened {
    height: auto;
  }
  .cid-vjiUUOdqRw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vihbsz4p2v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-vihbsz4p2v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihbsz4p2v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihbsz4p2v .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihbsz4p2v .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihbsz4p2v .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vihbsz4p2v .card-wrapper {
  background: #ffffff;
}
.cid-vihbsz4p2v .mbr-text,
.cid-vihbsz4p2v .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vihbsz4p2v .card-title,
.cid-vihbsz4p2v .card-box {
  text-align: left;
  color: #000000;
}
.cid-vihbsz4p2v .image-wrapper img {
  width: 100%;
}
.cid-vihbS6BxRX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vihbS6BxRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihbS6BxRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihbS6BxRX .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihbS6BxRX .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihbS6BxRX .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vihbS6BxRX .card-wrapper {
  background: #163300;
}
.cid-vihbS6BxRX .mbr-text,
.cid-vihbS6BxRX .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vihbS6BxRX .card-title,
.cid-vihbS6BxRX .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-vihbS6BxRX .image-wrapper img {
  width: 100%;
}
.cid-vihcC6ciAg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-vihcC6ciAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihcC6ciAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihcC6ciAg .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihcC6ciAg .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihcC6ciAg .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vihcC6ciAg .card-wrapper {
  background: #ffffff;
}
.cid-vihcC6ciAg .mbr-text,
.cid-vihcC6ciAg .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vihcC6ciAg .card-title,
.cid-vihcC6ciAg .card-box {
  text-align: left;
  color: #000000;
}
.cid-vihcC6ciAg .image-wrapper img {
  width: 100%;
}
.cid-vjiWEOIOJW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiWEOIOJW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiWEOIOJW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiWEOIOJW .row {
  justify-content: center;
}
.cid-vjiWEOIOJW .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiWEOIOJW .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiWEOIOJW .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiWEOIOJW .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiWEOIOJW .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiWEOIOJW .content-head {
  max-width: 800px;
}
.cid-vjiWEOIOJW .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUDtfiy4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUDtfiy4 nav.navbar {
  position: fixed;
}
.cid-vjiUDtfiy4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUDtfiy4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUDtfiy4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUDtfiy4 .dropdown-item:hover,
.cid-vjiUDtfiy4 .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUDtfiy4 .dropdown-item:hover span {
  color: white;
}
.cid-vjiUDtfiy4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUDtfiy4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUDtfiy4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUDtfiy4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUDtfiy4 .nav-link {
  position: relative;
}
.cid-vjiUDtfiy4 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUDtfiy4 .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUDtfiy4 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUDtfiy4 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUDtfiy4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUDtfiy4 .dropdown-menu,
.cid-vjiUDtfiy4 .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUDtfiy4 .nav-item:focus,
.cid-vjiUDtfiy4 .nav-link:focus {
  outline: none;
}
.cid-vjiUDtfiy4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUDtfiy4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUDtfiy4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUDtfiy4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUDtfiy4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUDtfiy4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUDtfiy4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUDtfiy4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUDtfiy4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUDtfiy4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUDtfiy4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUDtfiy4 .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUDtfiy4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUDtfiy4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUDtfiy4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUDtfiy4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUDtfiy4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUDtfiy4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUDtfiy4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUDtfiy4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUDtfiy4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUDtfiy4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUDtfiy4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUDtfiy4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUDtfiy4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUDtfiy4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUDtfiy4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUDtfiy4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUDtfiy4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUDtfiy4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUDtfiy4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUDtfiy4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUDtfiy4 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUDtfiy4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUDtfiy4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUDtfiy4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUDtfiy4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUDtfiy4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUDtfiy4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUDtfiy4 .dropdown-item.active,
.cid-vjiUDtfiy4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUDtfiy4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUDtfiy4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUDtfiy4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUDtfiy4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUDtfiy4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUDtfiy4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUDtfiy4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUDtfiy4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUDtfiy4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUDtfiy4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUDtfiy4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUDtfiy4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUDtfiy4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUDtfiy4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUDtfiy4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUDtfiy4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUDtfiy4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUDtfiy4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUDtfiy4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUDtfiy4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUDtfiy4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUDtfiy4 .navbar {
    height: 70px;
  }
  .cid-vjiUDtfiy4 .navbar.opened {
    height: auto;
  }
  .cid-vjiUDtfiy4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vihewQNeZE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-vihewQNeZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihewQNeZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihewQNeZE .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihewQNeZE .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihewQNeZE .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-vihewQNeZE .card-wrapper {
  background: #ffffff;
}
.cid-vihewQNeZE .mbr-text,
.cid-vihewQNeZE .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vihewQNeZE .card-title,
.cid-vihewQNeZE .card-box {
  text-align: left;
  color: #000000;
}
.cid-vihewQNeZE .image-wrapper img {
  width: 100%;
}
.cid-vjiWpwn64C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiWpwn64C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiWpwn64C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiWpwn64C .row {
  justify-content: center;
}
.cid-vjiWpwn64C .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiWpwn64C .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiWpwn64C .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiWpwn64C .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiWpwn64C .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiWpwn64C .content-head {
  max-width: 800px;
}
.cid-vjiWpwn64C .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUAPrmno {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUAPrmno nav.navbar {
  position: fixed;
}
.cid-vjiUAPrmno .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUAPrmno .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUAPrmno .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUAPrmno .dropdown-item:hover,
.cid-vjiUAPrmno .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUAPrmno .dropdown-item:hover span {
  color: white;
}
.cid-vjiUAPrmno .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUAPrmno .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUAPrmno .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUAPrmno .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUAPrmno .nav-link {
  position: relative;
}
.cid-vjiUAPrmno .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUAPrmno .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUAPrmno .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUAPrmno .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUAPrmno .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUAPrmno .dropdown-menu,
.cid-vjiUAPrmno .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUAPrmno .nav-item:focus,
.cid-vjiUAPrmno .nav-link:focus {
  outline: none;
}
.cid-vjiUAPrmno .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUAPrmno .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUAPrmno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUAPrmno .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUAPrmno .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUAPrmno .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUAPrmno .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUAPrmno .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUAPrmno .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUAPrmno .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUAPrmno .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUAPrmno .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUAPrmno .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUAPrmno .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUAPrmno .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUAPrmno .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUAPrmno .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUAPrmno .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUAPrmno .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUAPrmno .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUAPrmno .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUAPrmno .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUAPrmno .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUAPrmno .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUAPrmno .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUAPrmno .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUAPrmno .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUAPrmno .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUAPrmno .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUAPrmno .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUAPrmno .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUAPrmno .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUAPrmno .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUAPrmno .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUAPrmno .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUAPrmno .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUAPrmno .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUAPrmno .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUAPrmno .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUAPrmno .dropdown-item.active,
.cid-vjiUAPrmno .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUAPrmno .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUAPrmno .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUAPrmno .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUAPrmno .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUAPrmno .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUAPrmno .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUAPrmno ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUAPrmno .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUAPrmno button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUAPrmno button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUAPrmno button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUAPrmno button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUAPrmno button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUAPrmno button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUAPrmno nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUAPrmno nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUAPrmno nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUAPrmno nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUAPrmno .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUAPrmno a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUAPrmno .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUAPrmno .navbar {
    height: 70px;
  }
  .cid-vjiUAPrmno .navbar.opened {
    height: auto;
  }
  .cid-vjiUAPrmno .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vihg3sHxsI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-vihg3sHxsI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihg3sHxsI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihg3sHxsI .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihg3sHxsI .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihg3sHxsI .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vihg3sHxsI .card-wrapper {
  background: #ffffff;
}
.cid-vihg3sHxsI .mbr-text,
.cid-vihg3sHxsI .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vihg3sHxsI .card-title,
.cid-vihg3sHxsI .card-box {
  text-align: center;
  color: #000000;
}
.cid-vihg3sHxsI .image-wrapper img {
  width: 100%;
}
.cid-vjiWnQGwhC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiWnQGwhC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiWnQGwhC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiWnQGwhC .row {
  justify-content: center;
}
.cid-vjiWnQGwhC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiWnQGwhC .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiWnQGwhC .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiWnQGwhC .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiWnQGwhC .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiWnQGwhC .content-head {
  max-width: 800px;
}
.cid-vjiWnQGwhC .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUyLaduO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUyLaduO nav.navbar {
  position: fixed;
}
.cid-vjiUyLaduO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUyLaduO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUyLaduO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUyLaduO .dropdown-item:hover,
.cid-vjiUyLaduO .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUyLaduO .dropdown-item:hover span {
  color: white;
}
.cid-vjiUyLaduO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUyLaduO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUyLaduO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUyLaduO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUyLaduO .nav-link {
  position: relative;
}
.cid-vjiUyLaduO .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUyLaduO .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUyLaduO .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUyLaduO .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUyLaduO .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUyLaduO .dropdown-menu,
.cid-vjiUyLaduO .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUyLaduO .nav-item:focus,
.cid-vjiUyLaduO .nav-link:focus {
  outline: none;
}
.cid-vjiUyLaduO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUyLaduO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUyLaduO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUyLaduO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUyLaduO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUyLaduO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUyLaduO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUyLaduO .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUyLaduO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUyLaduO .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUyLaduO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUyLaduO .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUyLaduO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUyLaduO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUyLaduO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUyLaduO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUyLaduO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUyLaduO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUyLaduO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUyLaduO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUyLaduO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUyLaduO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUyLaduO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUyLaduO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUyLaduO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUyLaduO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUyLaduO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUyLaduO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUyLaduO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUyLaduO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUyLaduO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUyLaduO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUyLaduO .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUyLaduO .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUyLaduO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUyLaduO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUyLaduO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUyLaduO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUyLaduO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUyLaduO .dropdown-item.active,
.cid-vjiUyLaduO .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUyLaduO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUyLaduO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUyLaduO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUyLaduO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUyLaduO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUyLaduO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUyLaduO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUyLaduO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUyLaduO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUyLaduO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUyLaduO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUyLaduO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUyLaduO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUyLaduO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUyLaduO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUyLaduO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUyLaduO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUyLaduO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUyLaduO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUyLaduO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUyLaduO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUyLaduO .navbar {
    height: 70px;
  }
  .cid-vjiUyLaduO .navbar.opened {
    height: auto;
  }
  .cid-vjiUyLaduO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vihgQr5qMU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-vihgQr5qMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihgQr5qMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihgQr5qMU .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihgQr5qMU .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihgQr5qMU .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-vihgQr5qMU .card-wrapper {
  background: #ffffff;
}
.cid-vihgQr5qMU .mbr-text,
.cid-vihgQr5qMU .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vihgQr5qMU .card-title,
.cid-vihgQr5qMU .card-box {
  text-align: left;
  color: #000000;
}
.cid-vihgQr5qMU .image-wrapper img {
  width: 100%;
}
.cid-vjiWlqeUwL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiWlqeUwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiWlqeUwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiWlqeUwL .row {
  justify-content: center;
}
.cid-vjiWlqeUwL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiWlqeUwL .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiWlqeUwL .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiWlqeUwL .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiWlqeUwL .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiWlqeUwL .content-head {
  max-width: 800px;
}
.cid-vjiWlqeUwL .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUvQFyQ1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUvQFyQ1 nav.navbar {
  position: fixed;
}
.cid-vjiUvQFyQ1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUvQFyQ1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUvQFyQ1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUvQFyQ1 .dropdown-item:hover,
.cid-vjiUvQFyQ1 .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUvQFyQ1 .dropdown-item:hover span {
  color: white;
}
.cid-vjiUvQFyQ1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUvQFyQ1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUvQFyQ1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUvQFyQ1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUvQFyQ1 .nav-link {
  position: relative;
}
.cid-vjiUvQFyQ1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUvQFyQ1 .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUvQFyQ1 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUvQFyQ1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUvQFyQ1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUvQFyQ1 .dropdown-menu,
.cid-vjiUvQFyQ1 .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUvQFyQ1 .nav-item:focus,
.cid-vjiUvQFyQ1 .nav-link:focus {
  outline: none;
}
.cid-vjiUvQFyQ1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUvQFyQ1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUvQFyQ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUvQFyQ1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUvQFyQ1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUvQFyQ1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUvQFyQ1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUvQFyQ1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUvQFyQ1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUvQFyQ1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUvQFyQ1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUvQFyQ1 .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUvQFyQ1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUvQFyQ1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUvQFyQ1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUvQFyQ1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUvQFyQ1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUvQFyQ1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUvQFyQ1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUvQFyQ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUvQFyQ1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUvQFyQ1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUvQFyQ1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUvQFyQ1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUvQFyQ1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUvQFyQ1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUvQFyQ1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUvQFyQ1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUvQFyQ1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUvQFyQ1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUvQFyQ1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUvQFyQ1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUvQFyQ1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUvQFyQ1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUvQFyQ1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUvQFyQ1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUvQFyQ1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUvQFyQ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUvQFyQ1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUvQFyQ1 .dropdown-item.active,
.cid-vjiUvQFyQ1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUvQFyQ1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUvQFyQ1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUvQFyQ1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUvQFyQ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUvQFyQ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUvQFyQ1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUvQFyQ1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUvQFyQ1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUvQFyQ1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUvQFyQ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUvQFyQ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUvQFyQ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUvQFyQ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUvQFyQ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUvQFyQ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUvQFyQ1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUvQFyQ1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUvQFyQ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUvQFyQ1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUvQFyQ1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUvQFyQ1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUvQFyQ1 .navbar {
    height: 70px;
  }
  .cid-vjiUvQFyQ1 .navbar.opened {
    height: auto;
  }
  .cid-vjiUvQFyQ1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vihjw3mLh2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-vihjw3mLh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihjw3mLh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihjw3mLh2 .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihjw3mLh2 .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihjw3mLh2 .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vihjw3mLh2 .card-wrapper {
  background: #ffffff;
}
.cid-vihjw3mLh2 .mbr-text,
.cid-vihjw3mLh2 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vihjw3mLh2 .card-title,
.cid-vihjw3mLh2 .card-box {
  text-align: left;
  color: #000000;
}
.cid-vihjw3mLh2 .image-wrapper img {
  width: 100%;
}
.cid-vihjwoErtE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vihjwoErtE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihjwoErtE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihjwoErtE .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihjwoErtE .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihjwoErtE .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vihjwoErtE .card-wrapper {
  background: #163300;
}
.cid-vihjwoErtE .mbr-text,
.cid-vihjwoErtE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vihjwoErtE .card-title,
.cid-vihjwoErtE .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-vihjwoErtE .image-wrapper img {
  width: 100%;
}
.cid-vihnsTr5pB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vihnsTr5pB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihnsTr5pB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihnsTr5pB .mbr-description {
  text-align: left;
}
.cid-vihnsTr5pB .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vihnsTr5pB .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vihnsTr5pB .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vihnsTr5pB .card-title,
.cid-vihnsTr5pB .iconfont-wrapper {
  color: #000000;
}
.cid-vihnsTr5pB .card-text {
  color: #000000;
}
.cid-vihnsTr5pB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vihnsTr5pB .mbr-text,
.cid-vihnsTr5pB .mbr-section-btn {
  text-align: center;
}
.cid-vihnsTr5pB .card-text,
.cid-vihnsTr5pB .item .mbr-section-btn {
  text-align: left;
}
.cid-vihnsTr5pB .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vihnsTr5pB .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vihnsTr5pB .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vihnsTr5pB .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vihnsTr5pB .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vihnsTr5pB .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vihnsTr5pB .mbr-text UL {
  text-align: left;
}
.cid-vihnsTr5pB .mbr-text {
  text-align: left;
}
.cid-vihnsTr5pB .mbr-subtitle {
  text-align: center;
}
.cid-vihp4VEm7t {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vihp4VEm7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihp4VEm7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihp4VEm7t .mbr-description {
  text-align: left;
}
.cid-vihp4VEm7t .item-wrapper {
  background: #163300;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vihp4VEm7t .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vihp4VEm7t .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vihp4VEm7t .card-title,
.cid-vihp4VEm7t .iconfont-wrapper {
  color: #000000;
}
.cid-vihp4VEm7t .card-text {
  color: #000000;
}
.cid-vihp4VEm7t .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vihp4VEm7t .mbr-text,
.cid-vihp4VEm7t .mbr-section-btn {
  text-align: center;
}
.cid-vihp4VEm7t .card-text,
.cid-vihp4VEm7t .item .mbr-section-btn {
  text-align: left;
}
.cid-vihp4VEm7t .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vihp4VEm7t .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vihp4VEm7t .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vihp4VEm7t .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vihp4VEm7t .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vihp4VEm7t .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vihp4VEm7t .mbr-text UL {
  text-align: left;
}
.cid-vihp4VEm7t .mbr-text {
  text-align: left;
  color: #ffffff;
}
.cid-vihp4VEm7t .mbr-subtitle {
  text-align: center;
}
.cid-vihqzzyhDk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-vihqzzyhDk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihqzzyhDk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihqzzyhDk .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihqzzyhDk .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihqzzyhDk .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-vihqzzyhDk .card-wrapper {
  background: #ffffff;
}
.cid-vihqzzyhDk .mbr-text,
.cid-vihqzzyhDk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vihqzzyhDk .card-title,
.cid-vihqzzyhDk .card-box {
  text-align: left;
  color: #000000;
}
.cid-vihqzzyhDk .image-wrapper img {
  width: 100%;
}
.cid-vihrS51kqh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vihrS51kqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihrS51kqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihrS51kqh .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihrS51kqh .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihrS51kqh .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vihrS51kqh .card-wrapper {
  background: #163300;
}
.cid-vihrS51kqh .mbr-text,
.cid-vihrS51kqh .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vihrS51kqh .card-title,
.cid-vihrS51kqh .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-vihrS51kqh .image-wrapper img {
  width: 100%;
}
.cid-vjiWjp4RKq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiWjp4RKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiWjp4RKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiWjp4RKq .row {
  justify-content: center;
}
.cid-vjiWjp4RKq .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiWjp4RKq .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiWjp4RKq .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiWjp4RKq .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiWjp4RKq .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiWjp4RKq .content-head {
  max-width: 800px;
}
.cid-vjiWjp4RKq .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUtckjn1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUtckjn1 nav.navbar {
  position: fixed;
}
.cid-vjiUtckjn1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUtckjn1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUtckjn1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUtckjn1 .dropdown-item:hover,
.cid-vjiUtckjn1 .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUtckjn1 .dropdown-item:hover span {
  color: white;
}
.cid-vjiUtckjn1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUtckjn1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUtckjn1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUtckjn1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUtckjn1 .nav-link {
  position: relative;
}
.cid-vjiUtckjn1 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUtckjn1 .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUtckjn1 .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUtckjn1 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUtckjn1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUtckjn1 .dropdown-menu,
.cid-vjiUtckjn1 .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUtckjn1 .nav-item:focus,
.cid-vjiUtckjn1 .nav-link:focus {
  outline: none;
}
.cid-vjiUtckjn1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUtckjn1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUtckjn1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUtckjn1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUtckjn1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUtckjn1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUtckjn1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUtckjn1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUtckjn1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUtckjn1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUtckjn1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUtckjn1 .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUtckjn1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUtckjn1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUtckjn1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUtckjn1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUtckjn1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUtckjn1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUtckjn1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUtckjn1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUtckjn1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUtckjn1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUtckjn1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUtckjn1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUtckjn1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUtckjn1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUtckjn1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUtckjn1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUtckjn1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUtckjn1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUtckjn1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUtckjn1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUtckjn1 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUtckjn1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUtckjn1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUtckjn1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUtckjn1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUtckjn1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUtckjn1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUtckjn1 .dropdown-item.active,
.cid-vjiUtckjn1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUtckjn1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUtckjn1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUtckjn1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUtckjn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUtckjn1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUtckjn1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUtckjn1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUtckjn1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUtckjn1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUtckjn1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUtckjn1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUtckjn1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUtckjn1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUtckjn1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUtckjn1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUtckjn1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUtckjn1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUtckjn1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUtckjn1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUtckjn1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUtckjn1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUtckjn1 .navbar {
    height: 70px;
  }
  .cid-vjiUtckjn1 .navbar.opened {
    height: auto;
  }
  .cid-vjiUtckjn1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vihtfBKape {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-vihtfBKape .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihtfBKape .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihtfBKape .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihtfBKape .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihtfBKape .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vihtfBKape .card-wrapper {
  background: #ffffff;
}
.cid-vihtfBKape .mbr-text,
.cid-vihtfBKape .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vihtfBKape .card-title,
.cid-vihtfBKape .card-box {
  text-align: left;
  color: #000000;
}
.cid-vihtfBKape .image-wrapper img {
  width: 100%;
}
.cid-vihvbRMmAO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vihvbRMmAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihvbRMmAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihvbRMmAO .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihvbRMmAO .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihvbRMmAO .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-vihvbRMmAO .card-wrapper {
  background: #163300;
}
.cid-vihvbRMmAO .mbr-text,
.cid-vihvbRMmAO .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vihvbRMmAO .card-title,
.cid-vihvbRMmAO .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-vihvbRMmAO .image-wrapper img {
  width: 100%;
}
.cid-vihxen8KfR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vihxen8KfR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihxen8KfR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vihxen8KfR .mbr-description {
  text-align: left;
}
.cid-vihxen8KfR .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-vihxen8KfR .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vihxen8KfR .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vihxen8KfR .card-title,
.cid-vihxen8KfR .iconfont-wrapper {
  color: #000000;
}
.cid-vihxen8KfR .card-text {
  color: #000000;
}
.cid-vihxen8KfR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vihxen8KfR .mbr-text,
.cid-vihxen8KfR .mbr-section-btn {
  text-align: center;
}
.cid-vihxen8KfR .card-text,
.cid-vihxen8KfR .item .mbr-section-btn {
  text-align: left;
}
.cid-vihxen8KfR .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-vihxen8KfR .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-vihxen8KfR .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-vihxen8KfR .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-vihxen8KfR .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-vihxen8KfR .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vihxen8KfR .mbr-text UL {
  text-align: left;
}
.cid-vihxen8KfR .mbr-text {
  text-align: left;
}
.cid-vihxen8KfR .mbr-subtitle {
  text-align: center;
}
.cid-vihzanakom {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-vihzanakom .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihzanakom .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihzanakom .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihzanakom .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihzanakom .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-vihzanakom .card-wrapper {
  background: #163300;
}
.cid-vihzanakom .mbr-text,
.cid-vihzanakom .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vihzanakom .card-title,
.cid-vihzanakom .card-box {
  text-align: left;
  color: #ffffff;
}
.cid-vihzanakom .image-wrapper img {
  width: 100%;
}
.cid-vihANCnCBW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #163300;
}
.cid-vihANCnCBW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vihANCnCBW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-vihANCnCBW .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-vihANCnCBW .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vihANCnCBW .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-vihANCnCBW .card-wrapper {
  background: #ffffff;
}
.cid-vihANCnCBW .mbr-text,
.cid-vihANCnCBW .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vihANCnCBW .card-title,
.cid-vihANCnCBW .card-box {
  text-align: left;
  color: #000000;
}
.cid-vihANCnCBW .image-wrapper img {
  width: 100%;
}
.cid-vjiWhl0bhh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiWhl0bhh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiWhl0bhh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiWhl0bhh .row {
  justify-content: center;
}
.cid-vjiWhl0bhh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiWhl0bhh .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiWhl0bhh .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiWhl0bhh .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiWhl0bhh .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiWhl0bhh .content-head {
  max-width: 800px;
}
.cid-vjiWhl0bhh .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUq1aIax {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUq1aIax nav.navbar {
  position: fixed;
}
.cid-vjiUq1aIax .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUq1aIax .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUq1aIax .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUq1aIax .dropdown-item:hover,
.cid-vjiUq1aIax .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUq1aIax .dropdown-item:hover span {
  color: white;
}
.cid-vjiUq1aIax .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUq1aIax .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUq1aIax .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUq1aIax .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUq1aIax .nav-link {
  position: relative;
}
.cid-vjiUq1aIax .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUq1aIax .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUq1aIax .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUq1aIax .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUq1aIax .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUq1aIax .dropdown-menu,
.cid-vjiUq1aIax .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUq1aIax .nav-item:focus,
.cid-vjiUq1aIax .nav-link:focus {
  outline: none;
}
.cid-vjiUq1aIax .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUq1aIax .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUq1aIax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUq1aIax .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUq1aIax .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUq1aIax .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUq1aIax .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUq1aIax .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUq1aIax .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUq1aIax .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUq1aIax .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUq1aIax .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUq1aIax .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUq1aIax .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUq1aIax .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUq1aIax .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUq1aIax .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUq1aIax .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUq1aIax .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUq1aIax .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUq1aIax .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUq1aIax .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUq1aIax .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUq1aIax .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUq1aIax .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUq1aIax .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUq1aIax .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUq1aIax .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUq1aIax .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUq1aIax .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUq1aIax .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUq1aIax .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUq1aIax .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUq1aIax .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUq1aIax .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUq1aIax .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUq1aIax .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUq1aIax .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUq1aIax .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUq1aIax .dropdown-item.active,
.cid-vjiUq1aIax .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUq1aIax .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUq1aIax .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUq1aIax .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUq1aIax .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUq1aIax .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUq1aIax .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUq1aIax ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUq1aIax .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUq1aIax button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUq1aIax button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUq1aIax button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUq1aIax button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUq1aIax button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUq1aIax button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUq1aIax nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUq1aIax nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUq1aIax nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUq1aIax nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUq1aIax .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUq1aIax a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUq1aIax .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUq1aIax .navbar {
    height: 70px;
  }
  .cid-vjiUq1aIax .navbar.opened {
    height: auto;
  }
  .cid-vjiUq1aIax .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vizXDO4FD2 {
  background-image: url("../../../assets/images/whatsapp20image202025-09-0920at2011.17.48-4-1080x1289.webp");
}
.cid-vizXDO4FD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vizXDO4FD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vizXDO4FD2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vizXDO4FD2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vizXDO4FD2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vizXDO4FD2 .mbr-section-title {
  color: #000000;
}
.cid-vizXDO4FD2 .mbr-text {
  color: #000000;
}
.cid-vjiWeV0ZDC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiWeV0ZDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiWeV0ZDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiWeV0ZDC .row {
  justify-content: center;
}
.cid-vjiWeV0ZDC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiWeV0ZDC .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiWeV0ZDC .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiWeV0ZDC .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiWeV0ZDC .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiWeV0ZDC .content-head {
  max-width: 800px;
}
.cid-vjiWeV0ZDC .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUnJQtwD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUnJQtwD nav.navbar {
  position: fixed;
}
.cid-vjiUnJQtwD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUnJQtwD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUnJQtwD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUnJQtwD .dropdown-item:hover,
.cid-vjiUnJQtwD .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUnJQtwD .dropdown-item:hover span {
  color: white;
}
.cid-vjiUnJQtwD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUnJQtwD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUnJQtwD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUnJQtwD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUnJQtwD .nav-link {
  position: relative;
}
.cid-vjiUnJQtwD .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUnJQtwD .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUnJQtwD .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUnJQtwD .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUnJQtwD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUnJQtwD .dropdown-menu,
.cid-vjiUnJQtwD .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUnJQtwD .nav-item:focus,
.cid-vjiUnJQtwD .nav-link:focus {
  outline: none;
}
.cid-vjiUnJQtwD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUnJQtwD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUnJQtwD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUnJQtwD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUnJQtwD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUnJQtwD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUnJQtwD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUnJQtwD .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUnJQtwD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUnJQtwD .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUnJQtwD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUnJQtwD .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUnJQtwD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUnJQtwD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUnJQtwD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUnJQtwD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUnJQtwD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUnJQtwD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUnJQtwD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUnJQtwD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUnJQtwD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUnJQtwD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUnJQtwD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUnJQtwD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUnJQtwD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUnJQtwD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUnJQtwD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUnJQtwD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUnJQtwD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUnJQtwD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUnJQtwD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUnJQtwD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUnJQtwD .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUnJQtwD .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUnJQtwD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUnJQtwD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUnJQtwD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUnJQtwD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUnJQtwD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUnJQtwD .dropdown-item.active,
.cid-vjiUnJQtwD .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUnJQtwD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUnJQtwD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUnJQtwD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUnJQtwD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUnJQtwD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUnJQtwD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUnJQtwD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUnJQtwD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUnJQtwD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUnJQtwD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUnJQtwD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUnJQtwD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUnJQtwD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUnJQtwD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUnJQtwD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUnJQtwD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUnJQtwD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUnJQtwD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUnJQtwD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUnJQtwD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUnJQtwD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUnJQtwD .navbar {
    height: 70px;
  }
  .cid-vjiUnJQtwD .navbar.opened {
    height: auto;
  }
  .cid-vjiUnJQtwD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vizX1fSYJH {
  background-image: url("../../../assets/images/photo-2026-04-30-17-35-25-1408x768.webp");
}
.cid-vizX1fSYJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vizX1fSYJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vizX1fSYJH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vizX1fSYJH .row {
  flex-direction: row-reverse;
}
.cid-vizX1fSYJH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vizX1fSYJH .text-wrapper {
    padding: 2rem;
  }
}
.cid-vjiWa24vPd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiWa24vPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiWa24vPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiWa24vPd .row {
  justify-content: center;
}
.cid-vjiWa24vPd .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiWa24vPd .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiWa24vPd .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiWa24vPd .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiWa24vPd .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiWa24vPd .content-head {
  max-width: 800px;
}
.cid-vjiWa24vPd .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUfHft9J {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUfHft9J nav.navbar {
  position: fixed;
}
.cid-vjiUfHft9J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUfHft9J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUfHft9J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUfHft9J .dropdown-item:hover,
.cid-vjiUfHft9J .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUfHft9J .dropdown-item:hover span {
  color: white;
}
.cid-vjiUfHft9J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUfHft9J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUfHft9J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUfHft9J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUfHft9J .nav-link {
  position: relative;
}
.cid-vjiUfHft9J .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUfHft9J .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUfHft9J .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUfHft9J .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUfHft9J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUfHft9J .dropdown-menu,
.cid-vjiUfHft9J .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUfHft9J .nav-item:focus,
.cid-vjiUfHft9J .nav-link:focus {
  outline: none;
}
.cid-vjiUfHft9J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUfHft9J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUfHft9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUfHft9J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUfHft9J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUfHft9J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUfHft9J .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUfHft9J .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUfHft9J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUfHft9J .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUfHft9J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUfHft9J .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUfHft9J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUfHft9J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUfHft9J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUfHft9J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUfHft9J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUfHft9J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUfHft9J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUfHft9J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUfHft9J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUfHft9J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUfHft9J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUfHft9J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUfHft9J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUfHft9J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUfHft9J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUfHft9J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUfHft9J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUfHft9J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUfHft9J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUfHft9J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUfHft9J .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUfHft9J .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUfHft9J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUfHft9J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUfHft9J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUfHft9J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUfHft9J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUfHft9J .dropdown-item.active,
.cid-vjiUfHft9J .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUfHft9J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUfHft9J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUfHft9J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUfHft9J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUfHft9J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUfHft9J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUfHft9J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUfHft9J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUfHft9J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUfHft9J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUfHft9J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUfHft9J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUfHft9J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUfHft9J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUfHft9J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUfHft9J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUfHft9J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUfHft9J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUfHft9J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUfHft9J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUfHft9J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUfHft9J .navbar {
    height: 70px;
  }
  .cid-vjiUfHft9J .navbar.opened {
    height: auto;
  }
  .cid-vjiUfHft9J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vizWba7jIR {
  background-image: url("../../../assets/images/photo-2026-04-30-17-29-57-1408x768.webp");
}
.cid-vizWba7jIR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vizWba7jIR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vizWba7jIR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vizWba7jIR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vizWba7jIR .text-wrapper {
    padding: 2rem;
  }
}
.cid-vizWba7jIR .mbr-text {
  text-align: justify;
  color: #000000;
}
.cid-vjiW4qMyVj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiW4qMyVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiW4qMyVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiW4qMyVj .row {
  justify-content: center;
}
.cid-vjiW4qMyVj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiW4qMyVj .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiW4qMyVj .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiW4qMyVj .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiW4qMyVj .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiW4qMyVj .content-head {
  max-width: 800px;
}
.cid-vjiW4qMyVj .mbr-section-title {
  color: #ffffff;
}
.cid-vjiUjhFZzm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vjiUjhFZzm nav.navbar {
  position: fixed;
}
.cid-vjiUjhFZzm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUjhFZzm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vjiUjhFZzm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vjiUjhFZzm .dropdown-item:hover,
.cid-vjiUjhFZzm .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vjiUjhFZzm .dropdown-item:hover span {
  color: white;
}
.cid-vjiUjhFZzm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vjiUjhFZzm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vjiUjhFZzm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vjiUjhFZzm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vjiUjhFZzm .nav-link {
  position: relative;
}
.cid-vjiUjhFZzm .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUjhFZzm .container {
    flex-wrap: wrap;
  }
}
.cid-vjiUjhFZzm .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vjiUjhFZzm .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vjiUjhFZzm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vjiUjhFZzm .dropdown-menu,
.cid-vjiUjhFZzm .navbar.opened {
  background: #163300 !important;
}
.cid-vjiUjhFZzm .nav-item:focus,
.cid-vjiUjhFZzm .nav-link:focus {
  outline: none;
}
.cid-vjiUjhFZzm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vjiUjhFZzm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vjiUjhFZzm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vjiUjhFZzm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vjiUjhFZzm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vjiUjhFZzm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vjiUjhFZzm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vjiUjhFZzm .navbar.opened {
  transition: all 0.3s;
}
.cid-vjiUjhFZzm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vjiUjhFZzm .navbar .navbar-logo img {
  width: auto;
}
.cid-vjiUjhFZzm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vjiUjhFZzm .navbar.collapsed {
  justify-content: center;
}
.cid-vjiUjhFZzm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vjiUjhFZzm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vjiUjhFZzm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vjiUjhFZzm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vjiUjhFZzm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vjiUjhFZzm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vjiUjhFZzm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vjiUjhFZzm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vjiUjhFZzm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vjiUjhFZzm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vjiUjhFZzm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vjiUjhFZzm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vjiUjhFZzm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vjiUjhFZzm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vjiUjhFZzm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vjiUjhFZzm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vjiUjhFZzm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vjiUjhFZzm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vjiUjhFZzm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vjiUjhFZzm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vjiUjhFZzm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vjiUjhFZzm .navbar.navbar-short {
  min-height: 60px;
}
.cid-vjiUjhFZzm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vjiUjhFZzm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vjiUjhFZzm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vjiUjhFZzm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vjiUjhFZzm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vjiUjhFZzm .dropdown-item.active,
.cid-vjiUjhFZzm .dropdown-item:active {
  background-color: transparent;
}
.cid-vjiUjhFZzm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vjiUjhFZzm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vjiUjhFZzm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vjiUjhFZzm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vjiUjhFZzm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vjiUjhFZzm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vjiUjhFZzm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vjiUjhFZzm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vjiUjhFZzm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vjiUjhFZzm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vjiUjhFZzm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vjiUjhFZzm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUjhFZzm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vjiUjhFZzm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vjiUjhFZzm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUjhFZzm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vjiUjhFZzm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vjiUjhFZzm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vjiUjhFZzm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vjiUjhFZzm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vjiUjhFZzm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vjiUjhFZzm .navbar {
    height: 70px;
  }
  .cid-vjiUjhFZzm .navbar.opened {
    height: auto;
  }
  .cid-vjiUjhFZzm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vj29yshc4m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/image2044-1024x559.webp");
}
.cid-vj29yshc4m .mbr-overlay {
  background: #ffffff;
  opacity: 0.5;
}
.cid-vj29yshc4m img,
.cid-vj29yshc4m .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vj29yshc4m .item:focus,
.cid-vj29yshc4m span:focus {
  outline: none;
}
.cid-vj29yshc4m .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vj29yshc4m .item {
    margin-bottom: 1rem;
  }
}
.cid-vj29yshc4m .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vj29yshc4m .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vj29yshc4m .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vj29yshc4m .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vj29yshc4m .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vj29yshc4m .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-vj29yshc4m .mbr-section-title {
  color: #232323;
}
.cid-vj29yshc4m .mbr-text,
.cid-vj29yshc4m .mbr-section-btn {
  text-align: center;
}
.cid-vj29yshc4m .item-title {
  text-align: center;
}
.cid-vj29yshc4m .content-head {
  max-width: 800px;
}
.cid-vj29yshc4m .mbr-text,
.cid-vj29yshc4m .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-vj29B2qxYc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/image2044-1024x559.webp");
}
.cid-vj29B2qxYc .mbr-overlay {
  background: #a6a99c;
  opacity: 0.8;
}
.cid-vj29B2qxYc .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-vj29B2qxYc img,
.cid-vj29B2qxYc .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vj29B2qxYc .item:focus,
.cid-vj29B2qxYc span:focus {
  outline: none;
}
.cid-vj29B2qxYc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vj29B2qxYc .item {
    margin-bottom: 1rem;
  }
}
.cid-vj29B2qxYc .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vj29B2qxYc .mbr-section-title {
  color: #232323;
}
.cid-vj29B2qxYc .mbr-text,
.cid-vj29B2qxYc .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-vj29B2qxYc .item-title {
  color: #232323;
  text-align: center;
}
.cid-vj29B2qxYc .content-head {
  max-width: 800px;
}
.cid-vjiW2p4xEk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiW2p4xEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiW2p4xEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiW2p4xEk .row {
  justify-content: center;
}
.cid-vjiW2p4xEk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiW2p4xEk .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiW2p4xEk .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiW2p4xEk .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiW2p4xEk .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiW2p4xEk .content-head {
  max-width: 800px;
}
.cid-vjiW2p4xEk .mbr-section-title {
  color: #ffffff;
}
.cid-vj21w159mZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vj21w159mZ nav.navbar {
  position: fixed;
}
.cid-vj21w159mZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vj21w159mZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vj21w159mZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vj21w159mZ .dropdown-item:hover,
.cid-vj21w159mZ .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vj21w159mZ .dropdown-item:hover span {
  color: white;
}
.cid-vj21w159mZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vj21w159mZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vj21w159mZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vj21w159mZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vj21w159mZ .nav-link {
  position: relative;
}
.cid-vj21w159mZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vj21w159mZ .container {
    flex-wrap: wrap;
  }
}
.cid-vj21w159mZ .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vj21w159mZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vj21w159mZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vj21w159mZ .dropdown-menu,
.cid-vj21w159mZ .navbar.opened {
  background: #163300 !important;
}
.cid-vj21w159mZ .nav-item:focus,
.cid-vj21w159mZ .nav-link:focus {
  outline: none;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vj21w159mZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vj21w159mZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vj21w159mZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vj21w159mZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vj21w159mZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vj21w159mZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vj21w159mZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vj21w159mZ .navbar.collapsed {
  justify-content: center;
}
.cid-vj21w159mZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vj21w159mZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vj21w159mZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vj21w159mZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vj21w159mZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vj21w159mZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vj21w159mZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vj21w159mZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vj21w159mZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vj21w159mZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vj21w159mZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vj21w159mZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vj21w159mZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vj21w159mZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vj21w159mZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vj21w159mZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vj21w159mZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vj21w159mZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vj21w159mZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj21w159mZ .dropdown-item.active,
.cid-vj21w159mZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vj21w159mZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vj21w159mZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vj21w159mZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vj21w159mZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vj21w159mZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vj21w159mZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vj21w159mZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vj21w159mZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vj21w159mZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vj21w159mZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vj21w159mZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj21w159mZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vj21w159mZ .navbar {
    height: 70px;
  }
  .cid-vj21w159mZ .navbar.opened {
    height: auto;
  }
  .cid-vj21w159mZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vj25M1ToZf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/image2030-1024x559.webp");
}
.cid-vj25M1ToZf .mbr-overlay {
  background: #a6a99c;
  opacity: 0.4;
}
.cid-vj25M1ToZf img,
.cid-vj25M1ToZf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vj25M1ToZf .item:focus,
.cid-vj25M1ToZf span:focus {
  outline: none;
}
.cid-vj25M1ToZf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-vj25M1ToZf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vj25M1ToZf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vj25M1ToZf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vj25M1ToZf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vj25M1ToZf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vj25M1ToZf .mbr-text,
.cid-vj25M1ToZf .mbr-section-btn {
  text-align: left;
}
.cid-vj25M1ToZf .item-title {
  text-align: left;
}
.cid-vj25M1ToZf .item-subtitle {
  text-align: center;
}
.cid-vj27cP0af4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/image204-1024x559.webp");
}
.cid-vj27cP0af4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj27cP0af4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj27cP0af4 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vj27cP0af4 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vj27cP0af4 .content-head {
  max-width: 800px;
}
.cid-vj27cP0af4 .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vj27cP0af4 .img-wrapper img {
  width: 6rem;
}
.cid-vj27nkQgqe {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/image202-1024x559.webp");
}
.cid-vj27nkQgqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj27nkQgqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj27nkQgqe .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vj27nkQgqe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vj27nkQgqe .content-head {
  max-width: 800px;
}
.cid-vj27nkQgqe .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vj27nkQgqe .img-wrapper img {
  width: 6rem;
}
.cid-vj27pkxraW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/image203-1024x559.webp");
}
.cid-vj27pkxraW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj27pkxraW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj27pkxraW .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vj27pkxraW .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vj27pkxraW .content-head {
  max-width: 800px;
}
.cid-vj27pkxraW .img-wrapper {
  padding-right: 1.5rem;
}
.cid-vj27pkxraW .img-wrapper img {
  width: 6rem;
}
.cid-vj35Ropww1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/image205-1024x559.webp");
}
.cid-vj35Ropww1 .mbr-overlay {
  background: #edefeb;
  opacity: 0.6;
}
.cid-vj35Ropww1 h6 {
  line-height: 1.2;
}
.cid-vj35Ropww1 img,
.cid-vj35Ropww1 .item-img {
  width: 100%;
}
.cid-vj35Ropww1 .item:focus,
.cid-vj35Ropww1 span:focus {
  outline: none;
}
.cid-vj35Ropww1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vj35Ropww1 .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vj35Ropww1 .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-vj35Ropww1 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vj35Ropww1 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vj35Ropww1 .mbr-section-title {
  color: #000000;
}
.cid-vj35Ropww1 .mbr-text,
.cid-vj35Ropww1 .mbr-section-btn {
  color: #000000;
}
.cid-vj35Ropww1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vj35Ropww1 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vj35Ropww1 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vj35Ropww1 .content-head {
  max-width: 800px;
}
.cid-vjiVZWSFNs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiVZWSFNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiVZWSFNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiVZWSFNs .row {
  justify-content: center;
}
.cid-vjiVZWSFNs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiVZWSFNs .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiVZWSFNs .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiVZWSFNs .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiVZWSFNs .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiVZWSFNs .content-head {
  max-width: 800px;
}
.cid-vjiVZWSFNs .mbr-section-title {
  color: #ffffff;
}
.cid-vj21w159mZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vj21w159mZ nav.navbar {
  position: fixed;
}
.cid-vj21w159mZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vj21w159mZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vj21w159mZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vj21w159mZ .dropdown-item:hover,
.cid-vj21w159mZ .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vj21w159mZ .dropdown-item:hover span {
  color: white;
}
.cid-vj21w159mZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vj21w159mZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vj21w159mZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vj21w159mZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vj21w159mZ .nav-link {
  position: relative;
}
.cid-vj21w159mZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vj21w159mZ .container {
    flex-wrap: wrap;
  }
}
.cid-vj21w159mZ .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vj21w159mZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vj21w159mZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vj21w159mZ .dropdown-menu,
.cid-vj21w159mZ .navbar.opened {
  background: #163300 !important;
}
.cid-vj21w159mZ .nav-item:focus,
.cid-vj21w159mZ .nav-link:focus {
  outline: none;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vj21w159mZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vj21w159mZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vj21w159mZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vj21w159mZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vj21w159mZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vj21w159mZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vj21w159mZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vj21w159mZ .navbar.collapsed {
  justify-content: center;
}
.cid-vj21w159mZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vj21w159mZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vj21w159mZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vj21w159mZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vj21w159mZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vj21w159mZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vj21w159mZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vj21w159mZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vj21w159mZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vj21w159mZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vj21w159mZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vj21w159mZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vj21w159mZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vj21w159mZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vj21w159mZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vj21w159mZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vj21w159mZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vj21w159mZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vj21w159mZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj21w159mZ .dropdown-item.active,
.cid-vj21w159mZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vj21w159mZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vj21w159mZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vj21w159mZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vj21w159mZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vj21w159mZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vj21w159mZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vj21w159mZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vj21w159mZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vj21w159mZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vj21w159mZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vj21w159mZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj21w159mZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vj21w159mZ .navbar {
    height: 70px;
  }
  .cid-vj21w159mZ .navbar.opened {
    height: auto;
  }
  .cid-vj21w159mZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vj26zeUyXL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/image2028-1024x559.webp");
}
.cid-vj26zeUyXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj26zeUyXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj26zeUyXL .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-vj26zeUyXL .team-card:hover {
  transform: translateY(-10px);
}
.cid-vj26zeUyXL .item-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-vj26zeUyXL .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-vj26zeUyXL .item-wrapper .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-vj26zeUyXL .item-wrapper .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vj26zeUyXL .item-wrapper .content-wrap {
    padding: 1rem;
  }
}
.cid-vj26zeUyXL .social-row {
  text-align: center;
}
.cid-vj26zeUyXL .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-vj26zeUyXL .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-vj26zeUyXL .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-vj26zeUyXL .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vj26zeUyXL .mbr-section-title {
  color: #000000;
}
.cid-vj26KJowkq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/image2028-1024x559.webp");
}
.cid-vj26KJowkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj26KJowkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj26KJowkq .item {
  padding-bottom: 2rem;
}
.cid-vj26KJowkq .item-wrapper {
  position: relative;
}
.cid-vj26KJowkq .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vj26KJowkq .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vj26KJowkq .carousel-control,
.cid-vj26KJowkq .close {
  background: #1b1b1b;
}
.cid-vj26KJowkq .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vj26KJowkq .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vj26KJowkq .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vj26KJowkq .carousel-control-next span {
  margin-left: 5px;
}
.cid-vj26KJowkq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vj26KJowkq .close::before {
  content: '\e91a';
}
.cid-vj26KJowkq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vj26KJowkq .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vj26KJowkq .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vj26KJowkq .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vj26KJowkq .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vj26KJowkq .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vj26KJowkq .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vj26KJowkq .carousel-indicators li.active,
.cid-vj26KJowkq .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vj26KJowkq .carousel-indicators li::after,
.cid-vj26KJowkq .carousel-indicators li::before {
  content: none;
}
.cid-vj26KJowkq .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vj26KJowkq .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vj26KJowkq .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vj26KJowkq .carousel-indicators {
    display: none;
  }
}
.cid-vj26KJowkq .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vj26KJowkq .carousel-inner > .active {
  display: block;
}
.cid-vj26KJowkq .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vj26KJowkq .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vj26KJowkq .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vj26KJowkq .carousel-control,
  .cid-vj26KJowkq .carousel-indicators,
  .cid-vj26KJowkq .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vj26KJowkq .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vj26KJowkq .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vj26KJowkq .carousel-indicators .active,
.cid-vj26KJowkq .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vj26KJowkq .carousel-indicators .active {
  background: #fff;
}
.cid-vj26KJowkq .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vj26KJowkq .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vj26KJowkq .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vj26KJowkq .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vj26KJowkq .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vj26KJowkq .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vj26KJowkq .carousel {
  width: 100%;
}
.cid-vj26KJowkq .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vj26KJowkq .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vj26KJowkq .modal.fade .modal-dialog,
.cid-vj26KJowkq .modal.in .modal-dialog {
  transform: none;
}
.cid-vj26KJowkq .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vj26KJowkq H6 {
  text-align: center;
}
.cid-vj26RAjv1g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/image2028-1024x559.webp");
}
.cid-vj26RAjv1g .mbr-overlay {
  background: #edefeb;
  opacity: 0.6;
}
.cid-vj26RAjv1g .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-vj26RAjv1g img,
.cid-vj26RAjv1g .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-vj26RAjv1g .item:focus,
.cid-vj26RAjv1g span:focus {
  outline: none;
}
.cid-vj26RAjv1g .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vj26RAjv1g .item {
    margin-bottom: 1rem;
  }
}
.cid-vj26RAjv1g .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vj26RAjv1g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vj26RAjv1g .mbr-section-title {
  color: #232323;
}
.cid-vj26RAjv1g .mbr-text,
.cid-vj26RAjv1g .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-vj26RAjv1g .item-title {
  color: #232323;
  text-align: center;
}
.cid-vj26RAjv1g .content-head {
  max-width: 800px;
}
.cid-vjiVWO1R2e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiVWO1R2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiVWO1R2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiVWO1R2e .row {
  justify-content: center;
}
.cid-vjiVWO1R2e .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiVWO1R2e .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiVWO1R2e .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiVWO1R2e .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiVWO1R2e .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiVWO1R2e .content-head {
  max-width: 800px;
}
.cid-vjiVWO1R2e .mbr-section-title {
  color: #ffffff;
}
.cid-vj21w159mZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vj21w159mZ nav.navbar {
  position: fixed;
}
.cid-vj21w159mZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vj21w159mZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vj21w159mZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vj21w159mZ .dropdown-item:hover,
.cid-vj21w159mZ .dropdown-item:focus {
  background: #163300 !important;
  color: white !important;
}
.cid-vj21w159mZ .dropdown-item:hover span {
  color: white;
}
.cid-vj21w159mZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vj21w159mZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vj21w159mZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vj21w159mZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vj21w159mZ .nav-link {
  position: relative;
}
.cid-vj21w159mZ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vj21w159mZ .container {
    flex-wrap: wrap;
  }
}
.cid-vj21w159mZ .container-fluid {
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-vj21w159mZ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-vj21w159mZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vj21w159mZ .dropdown-menu,
.cid-vj21w159mZ .navbar.opened {
  background: #163300 !important;
}
.cid-vj21w159mZ .nav-item:focus,
.cid-vj21w159mZ .nav-link:focus {
  outline: none;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vj21w159mZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vj21w159mZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vj21w159mZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vj21w159mZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #163300;
}
.cid-vj21w159mZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vj21w159mZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vj21w159mZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vj21w159mZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vj21w159mZ .navbar.collapsed {
  justify-content: center;
}
.cid-vj21w159mZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vj21w159mZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vj21w159mZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vj21w159mZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vj21w159mZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vj21w159mZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vj21w159mZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vj21w159mZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vj21w159mZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vj21w159mZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vj21w159mZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vj21w159mZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vj21w159mZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vj21w159mZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-vj21w159mZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-vj21w159mZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vj21w159mZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vj21w159mZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vj21w159mZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vj21w159mZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vj21w159mZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vj21w159mZ .dropdown-item.active,
.cid-vj21w159mZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vj21w159mZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vj21w159mZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vj21w159mZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vj21w159mZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #163300;
}
.cid-vj21w159mZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vj21w159mZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vj21w159mZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vj21w159mZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vj21w159mZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vj21w159mZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vj21w159mZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vj21w159mZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vj21w159mZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vj21w159mZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vj21w159mZ .navbar {
    height: 70px;
  }
  .cid-vj21w159mZ .navbar.opened {
    height: auto;
  }
  .cid-vj21w159mZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vj27J6iVm7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/photo-2026-05-09-00-33-10-1024x559.webp");
}
.cid-vj27J6iVm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj27J6iVm7 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vj27J6iVm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj27J6iVm7 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vj27J6iVm7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vj27J6iVm7 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vj27J6iVm7 .card-title,
.cid-vj27J6iVm7 .iconfont-wrapper {
  color: #000000;
}
.cid-vj27J6iVm7 .card-text {
  color: #000000;
}
.cid-vj27J6iVm7 .content-head {
  max-width: 800px;
}
.cid-vj27J6iVm7 .mbr-section-title {
  color: #000000;
}
.cid-vj27GEctcU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/image2032-1024x559.webp");
}
.cid-vj27GEctcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vj27GEctcU .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-vj27GEctcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vj27GEctcU .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-vj27GEctcU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vj27GEctcU .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vj27GEctcU .card-title,
.cid-vj27GEctcU .iconfont-wrapper {
  color: #000000;
}
.cid-vj27GEctcU .card-text {
  color: #000000;
}
.cid-vj27GEctcU .content-head {
  max-width: 800px;
}
.cid-vj27GEctcU .mbr-section-title {
  color: #000000;
}
.cid-vj27GEctcU .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vj27GEctcU .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vjiVLkHyLk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #163300;
}
.cid-vjiVLkHyLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjiVLkHyLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjiVLkHyLk .row {
  justify-content: center;
}
.cid-vjiVLkHyLk .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjiVLkHyLk .item {
    margin-bottom: 1rem;
  }
}
.cid-vjiVLkHyLk .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjiVLkHyLk .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjiVLkHyLk .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vjiVLkHyLk .content-head {
  max-width: 800px;
}
.cid-vjiVLkHyLk .mbr-section-title {
  color: #ffffff;
}
