body {
  font-family: Muli;
  font-weight: 500;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
}
.display-1 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2.3rem;
  font-weight: 500;
}
.display-2 > .mbr-iconfont {
  font-size: 3.68rem;
}
.display-4 {
  letter-spacing: 2px;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #143019 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #143019 !important;
  border-color: #143019 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #28432c !important;
  border-color: #28432c !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0b130d !important;
  border-color: #0b130d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0b130d !important;
  border-color: #0b130d !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #143019;
  border-color: #143019;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #143019 !important;
  border-color: #143019 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #020302;
  color: #020302;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #28432c;
  border-color: #28432c;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #28432c !important;
  border-color: #28432c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #143019 !important;
}
.text-secondary {
  color: #28432c !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #020302 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #143019;
  border-color: #143019;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #143019;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c3e6c9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
blockquote {
  border-color: #143019;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #143019;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: none;
  border: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #143019;
  border-bottom-color: #143019;
}
.btn-black:hover,
.btn-black:focus {
  background: white!important;
  color: black!important;
}
.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: #143019 !important;
  box-shadow: none!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #28432c !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%;
}
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='%23143019' %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;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-rmHL5JVzuL {
  background-image: url("../../../assets/images/image00047-copy-2000x1500.jpg");
}
.cid-ul89CA9N9F {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ul89CA9N9F .mbr-section-title {
  color: #143019;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-ul89CA9N9F .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 4rem;
  text-align: center;
}
.cid-ul89CA9N9F .mbr-text {
  color: #1c1c1c;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ul89CA9N9F .content {
    text-align: center;
  }
}
.cid-ul89CA9N9F .mbr-text-title {
  text-align: center;
}
.cid-ul89HJXwDw {
  background-image: url("../../../assets/images/crfstltch22-2.webp");
}
.cid-ul89HJXwDw .btn {
  margin: 0.2rem !important;
}
.cid-ul89HJXwDw .row {
  justify-content: flex-end;
}
.cid-ul89HJXwDw .mbr-text,
.cid-ul89HJXwDw .mbr-section-btn {
  color: #cccccc;
}
.cid-ul89HJXwDw H3 {
  color: #cccccc;
}
.cid-ul89HJXwDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul89HJXwDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoCagdutRX {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uoCagdutRX .mbr-section-title {
  color: #165120;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uoCagdutRX .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 4rem;
  text-align: center;
}
.cid-uoCagdutRX .mbr-text {
  color: #1c1c1c;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uoCagdutRX .content {
    text-align: center;
  }
}
.cid-uoCagdutRX .mbr-text-title {
  text-align: center;
}
.cid-unYcjWcZjJ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-unYcjWcZjJ .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-unYcjWcZjJ .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-unYcjWcZjJ .row {
    row-gap: 40px;
  }
}
.cid-unYcjWcZjJ .mbr-section-head {
  padding-bottom: 50px;
}
.cid-unYcjWcZjJ .mbr-section-title {
  color: #28432c;
}
.cid-unYcjWcZjJ .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-unYcjWcZjJ .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-unYcjWcZjJ .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-unYcjWcZjJ .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-unYcjWcZjJ .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-unYcjWcZjJ .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-unYcjWcZjJ .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-unYcjWcZjJ .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-unYcjWcZjJ .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-unYcjWcZjJ .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-unYcjWcZjJ .item-content {
  margin-top: 32px;
}
.cid-unYcjWcZjJ .item-title {
  color: #303030;
}
.cid-unYcjWcZjJ .mbr-text {
  margin-top: 11px;
  color: #303030;
  text-align: left;
}
.cid-unYcjWcZjJ .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-unYcjWcZjJ .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-unYcjWcZjJ .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-unYcjWcZjJ .item-text {
  color: #9b8db7;
}
.cid-unYcjWcZjJ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-unYcnpfqdw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unYcnpfqdw .mbr-section-head {
  margin-bottom: 32px;
}
.cid-unYcnpfqdw .mbr-section-title {
  color: #28432c;
}
.cid-unYcnpfqdw .mbr-section-subtitle {
  color: #24262b;
}
.cid-unYcnpfqdw .items-row {
  row-gap: 32px;
}
.cid-unYcnpfqdw .item {
  cursor: pointer;
}
.cid-unYcnpfqdw .item:focus,
.cid-unYcnpfqdw span:focus {
  outline: none;
}
.cid-unYcnpfqdw .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-unYcnpfqdw .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-unYcnpfqdw img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-unYcnpfqdw .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-unYcnpfqdw .item-title {
  color: #28432c;
}
.cid-unYcnpfqdw .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-unYcnpfqdw .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-ul89TsvOaJ {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ul89TsvOaJ H1 {
  color: #143019;
}
.cid-ul89TsvOaJ H3 {
  color: #ffffff;
}
.cid-ul89XjOjiy {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ul89XjOjiy .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-ul89XjOjiy .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ul89XjOjiy .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-ul89XjOjiy h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ul89XjOjiy h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-ul89XjOjiy img {
  width: 100%;
}
.cid-ul89XjOjiy h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ul89XjOjiy .card-title1,
.cid-ul89XjOjiy .title-wrap1 {
  color: #ffffff;
}
.cid-ul89XjOjiy .card-title,
.cid-ul89XjOjiy .title-wrap {
  color: #1c6b2a;
}
@media (max-width: 992px) {
  .cid-ul89XjOjiy .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-ul89XjOjiy .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-ul89XjOjiy H3 {
  color: #1c1c1c;
}
.cid-ul89XjOjiy .mbr-text,
.cid-ul89XjOjiy .mbr-section-btn {
  color: #1c1c1c;
}
.cid-ul89XjOjiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul89XjOjiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul89Yu3L2k {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/dsc0001-2000x1328.jpg");
}
.cid-ul89Yu3L2k H1 {
  color: #ffffff;
}
.cid-ul89Yu3L2k H3 {
  color: #ffffff;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-udfH4PWYvf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udfH4PWYvf .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-udfH4PWYvf .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-udfH4PWYvf .card-wrap:hover h4,
.cid-udfH4PWYvf .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-udfH4PWYvf h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-udfH4PWYvf h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-udfH4PWYvf img {
  width: 100%;
}
.cid-udfH4PWYvf h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-udfH4PWYvf h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-udfH4PWYvf .card-title1,
.cid-udfH4PWYvf .title-wrap1 {
  color: #ffffff;
}
.cid-udfH4PWYvf .card-title,
.cid-udfH4PWYvf .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-udfH4PWYvf .mdpb {
    padding-bottom: 2rem;
  }
  .cid-udfH4PWYvf .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-udfH4PWYvf H3 {
  color: #767676;
}
.cid-udfH4PWYvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-udfH4PWYvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udfH4PWYvf .mbr-text,
.cid-udfH4PWYvf .mbr-section-btn {
  color: #649e7c;
}
.cid-udfJtVCVcd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-udfJtVCVcd .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-udfJtVCVcd .item-title,
.cid-udfJtVCVcd .card_topic {
  margin-bottom: 12px;
}
.cid-udfJtVCVcd .category_content {
  opacity: .8;
}
.cid-udfJtVCVcd .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-udfJtVCVcd .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-udfJtVCVcd .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-udfJtVCVcd .mbr-section-btn .btn-secondary-outline:hover,
.cid-udfJtVCVcd .mbr-section-btn .btn-secondary-outline .active,
.cid-udfJtVCVcd .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-udfJtVCVcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udfJtVCVcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udfGcFpJsB {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udfGcFpJsB .mbr-overlay {
  background: #5eeebb;
}
.cid-udfGcFpJsB .row {
  margin: 0;
}
.cid-udfGcFpJsB .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-udfGcFpJsB .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-udfGcFpJsB .mbr-section-title b,
.cid-udfGcFpJsB .mbr-section-title strong {
  font-weight: 500;
}
.cid-udfGcFpJsB .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-udfGcFpJsB .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-udfGcFpJsB .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-udfGcFpJsB .carousel-item {
  justify-content: center;
}
.cid-udfGcFpJsB .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-udfGcFpJsB .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-udfGcFpJsB .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-udfGcFpJsB .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-udfGcFpJsB .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-udfGcFpJsB .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-udfGcFpJsB .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-udfGcFpJsB .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-udfGcFpJsB .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-udfGcFpJsB .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-udfGcFpJsB .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-udfGcFpJsB .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-udfGcFpJsB .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-udfGcFpJsB .cloneditem-1,
.cid-udfGcFpJsB .cloneditem-2,
.cid-udfGcFpJsB .cloneditem-3,
.cid-udfGcFpJsB .cloneditem-4,
.cid-udfGcFpJsB .cloneditem-5 {
  display: none;
}
.cid-udfGcFpJsB .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-udfGcFpJsB .wrap {
    margin-bottom: 50px;
  }
  .cid-udfGcFpJsB .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-udfGcFpJsB .arrows {
    display: none;
  }
  .cid-udfGcFpJsB .carousel-item {
    margin-bottom: 60px;
  }
  .cid-udfGcFpJsB .container-fluid,
  .cid-udfGcFpJsB .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-udfGcFpJsB .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-udfGcFpJsB .carousel-inner {
    z-index: 1;
  }
  .cid-udfGcFpJsB .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-udfGcFpJsB .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-udfGcFpJsB .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-udfGcFpJsB .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-udfGcFpJsB .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides2 .cloneditem-1,
  .cid-udfGcFpJsB .carousel-inner.slides2 .cloneditem-2,
  .cid-udfGcFpJsB .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-udfGcFpJsB .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-udfGcFpJsB .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-udfGcFpJsB .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-udfGcFpJsB .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-udfGcFpJsB .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides3 .cloneditem-1,
  .cid-udfGcFpJsB .carousel-inner.slides3 .cloneditem-2,
  .cid-udfGcFpJsB .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-udfGcFpJsB .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-udfGcFpJsB .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-udfGcFpJsB .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-udfGcFpJsB .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-udfGcFpJsB .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides4 .cloneditem-1,
  .cid-udfGcFpJsB .carousel-inner.slides4 .cloneditem-2,
  .cid-udfGcFpJsB .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-udfGcFpJsB .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-udfGcFpJsB .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-udfGcFpJsB .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-udfGcFpJsB .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-udfGcFpJsB .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides5 .cloneditem-1,
  .cid-udfGcFpJsB .carousel-inner.slides5 .cloneditem-2,
  .cid-udfGcFpJsB .carousel-inner.slides5 .cloneditem-3,
  .cid-udfGcFpJsB .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-udfGcFpJsB .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-udfGcFpJsB .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-udfGcFpJsB .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-udfGcFpJsB .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-udfGcFpJsB .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-udfGcFpJsB .carousel-inner.slides6 .cloneditem-1,
  .cid-udfGcFpJsB .carousel-inner.slides6 .cloneditem-2,
  .cid-udfGcFpJsB .carousel-inner.slides6 .cloneditem-3,
  .cid-udfGcFpJsB .carousel-inner.slides6 .cloneditem-4,
  .cid-udfGcFpJsB .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-udfGcFpJsB .mbr-fallback-image.disabled {
  display: none;
}
.cid-udfGcFpJsB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udfLyWaFrc {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-udfLyWaFrc .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-udfLyWaFrc .form-row {
  justify-content: flex-end;
}
.cid-udfLyWaFrc .form-control,
.cid-udfLyWaFrc .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-udfLyWaFrc .form-control:hover,
.cid-udfLyWaFrc .field-input:hover,
.cid-udfLyWaFrc .form-control:focus,
.cid-udfLyWaFrc .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-udfLyWaFrc input::-webkit-input-placeholder,
.cid-udfLyWaFrc textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-udfLyWaFrc input:-moz-placeholder,
.cid-udfLyWaFrc textarea:-moz-placeholder {
  color: #767676;
}
.cid-udfLyWaFrc .jq-selectbox li,
.cid-udfLyWaFrc .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-udfLyWaFrc .jq-selectbox li:hover,
.cid-udfLyWaFrc .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-udfLyWaFrc .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-udfLyWaFrc .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-udfLyWaFrc span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-udfLyWaFrc textarea {
  min-height: 150px;
}
.cid-udfLyWaFrc h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-udfLyWaFrc h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-udfLyWaFrc .mbr-text,
.cid-udfLyWaFrc .mbr-section-btn {
  color: #767676;
}
.cid-udfLyWaFrc H1 {
  color: #143019;
}
.cid-uhMpRcUPB7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMpRcUPB7 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMpRcUPB7 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMpRcUPB7 .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMpRcUPB7 .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMpRcUPB7 .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMpRcUPB7 .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMpRcUPB7 .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMpRcUPB7 .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMpRcUPB7 .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMpRcUPB7 .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMpRcUPB7 .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMpRcUPB7 .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMpRcUPB7 .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMpRcUPB7 .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMpRcUPB7 .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMpRcUPB7 .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMpRcUPB7 img,
.cid-uhMpRcUPB7 .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMpRcUPB7 .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMpRcUPB7 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMpRcUPB7 .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMpRcUPB7 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMpRcUPB7 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMpRcUPB7 .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMpRcUPB7 .card-descr {
    right: 1rem;
  }
}
.cid-uhMpRcUPB7 .card-text,
.cid-uhMpRcUPB7 .linkBtn {
  text-align: center;
}
.cid-udfDQHef7W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-udfDQHef7W [class^="socicon-"]:before,
.cid-udfDQHef7W [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-udfDQHef7W .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-udfDQHef7W .btn-social,
.cid-udfDQHef7W .mbr-section-title {
  color: #57468b;
}
.cid-udfDQHef7W .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-udfDQHef7W .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-udfDQHef7W .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufuoYKYeSg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufuoYKYeSg .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufuoYKYeSg .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufuoYKYeSg .card-wrap:hover h4,
.cid-ufuoYKYeSg .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufuoYKYeSg h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufuoYKYeSg h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufuoYKYeSg img {
  width: 100%;
}
.cid-ufuoYKYeSg h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufuoYKYeSg h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufuoYKYeSg .card-title1,
.cid-ufuoYKYeSg .title-wrap1 {
  color: #ffffff;
}
.cid-ufuoYKYeSg .card-title,
.cid-ufuoYKYeSg .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufuoYKYeSg .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufuoYKYeSg .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufuoYKYeSg H3 {
  color: #767676;
}
.cid-ufuoYKYeSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufuoYKYeSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufuoYKYeSg .mbr-text,
.cid-ufuoYKYeSg .mbr-section-btn {
  color: #649e7c;
}
.cid-ufuoYLdgQ1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufuoYLdgQ1 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufuoYLdgQ1 .item-title,
.cid-ufuoYLdgQ1 .card_topic {
  margin-bottom: 12px;
}
.cid-ufuoYLdgQ1 .category_content {
  opacity: .8;
}
.cid-ufuoYLdgQ1 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufuoYLdgQ1 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufuoYLdgQ1 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufuoYLdgQ1 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufuoYLdgQ1 .mbr-section-btn .btn-secondary-outline .active,
.cid-ufuoYLdgQ1 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufuoYLdgQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufuoYLdgQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufuoYLCjrn {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufuoYLCjrn .mbr-overlay {
  background: #5eeebb;
}
.cid-ufuoYLCjrn .row {
  margin: 0;
}
.cid-ufuoYLCjrn .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufuoYLCjrn .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufuoYLCjrn .mbr-section-title b,
.cid-ufuoYLCjrn .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufuoYLCjrn .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufuoYLCjrn .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufuoYLCjrn .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufuoYLCjrn .carousel-item {
  justify-content: center;
}
.cid-ufuoYLCjrn .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufuoYLCjrn .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufuoYLCjrn .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufuoYLCjrn .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufuoYLCjrn .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufuoYLCjrn .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufuoYLCjrn .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufuoYLCjrn .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufuoYLCjrn .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufuoYLCjrn .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufuoYLCjrn .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufuoYLCjrn .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufuoYLCjrn .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufuoYLCjrn .cloneditem-1,
.cid-ufuoYLCjrn .cloneditem-2,
.cid-ufuoYLCjrn .cloneditem-3,
.cid-ufuoYLCjrn .cloneditem-4,
.cid-ufuoYLCjrn .cloneditem-5 {
  display: none;
}
.cid-ufuoYLCjrn .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufuoYLCjrn .wrap {
    margin-bottom: 50px;
  }
  .cid-ufuoYLCjrn .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufuoYLCjrn .arrows {
    display: none;
  }
  .cid-ufuoYLCjrn .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufuoYLCjrn .container-fluid,
  .cid-ufuoYLCjrn .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufuoYLCjrn .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufuoYLCjrn .carousel-inner {
    z-index: 1;
  }
  .cid-ufuoYLCjrn .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufuoYLCjrn .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufuoYLCjrn .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufuoYLCjrn .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufuoYLCjrn .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides2 .cloneditem-1,
  .cid-ufuoYLCjrn .carousel-inner.slides2 .cloneditem-2,
  .cid-ufuoYLCjrn .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufuoYLCjrn .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufuoYLCjrn .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufuoYLCjrn .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufuoYLCjrn .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufuoYLCjrn .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides3 .cloneditem-1,
  .cid-ufuoYLCjrn .carousel-inner.slides3 .cloneditem-2,
  .cid-ufuoYLCjrn .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufuoYLCjrn .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufuoYLCjrn .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufuoYLCjrn .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufuoYLCjrn .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufuoYLCjrn .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides4 .cloneditem-1,
  .cid-ufuoYLCjrn .carousel-inner.slides4 .cloneditem-2,
  .cid-ufuoYLCjrn .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufuoYLCjrn .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufuoYLCjrn .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufuoYLCjrn .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufuoYLCjrn .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufuoYLCjrn .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides5 .cloneditem-1,
  .cid-ufuoYLCjrn .carousel-inner.slides5 .cloneditem-2,
  .cid-ufuoYLCjrn .carousel-inner.slides5 .cloneditem-3,
  .cid-ufuoYLCjrn .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufuoYLCjrn .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufuoYLCjrn .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufuoYLCjrn .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufuoYLCjrn .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufuoYLCjrn .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufuoYLCjrn .carousel-inner.slides6 .cloneditem-1,
  .cid-ufuoYLCjrn .carousel-inner.slides6 .cloneditem-2,
  .cid-ufuoYLCjrn .carousel-inner.slides6 .cloneditem-3,
  .cid-ufuoYLCjrn .carousel-inner.slides6 .cloneditem-4,
  .cid-ufuoYLCjrn .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufuoYLCjrn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufuoYLCjrn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufuoYMaKR1 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufuoYMaKR1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufuoYMaKR1 .form-row {
  justify-content: flex-end;
}
.cid-ufuoYMaKR1 .form-control,
.cid-ufuoYMaKR1 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufuoYMaKR1 .form-control:hover,
.cid-ufuoYMaKR1 .field-input:hover,
.cid-ufuoYMaKR1 .form-control:focus,
.cid-ufuoYMaKR1 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufuoYMaKR1 input::-webkit-input-placeholder,
.cid-ufuoYMaKR1 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufuoYMaKR1 input:-moz-placeholder,
.cid-ufuoYMaKR1 textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufuoYMaKR1 .jq-selectbox li,
.cid-ufuoYMaKR1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufuoYMaKR1 .jq-selectbox li:hover,
.cid-ufuoYMaKR1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufuoYMaKR1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufuoYMaKR1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufuoYMaKR1 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufuoYMaKR1 textarea {
  min-height: 150px;
}
.cid-ufuoYMaKR1 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufuoYMaKR1 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufuoYMaKR1 .mbr-text,
.cid-ufuoYMaKR1 .mbr-section-btn {
  color: #767676;
}
.cid-ufuoYMaKR1 H1 {
  color: #143019;
}
.cid-uhMq7v7KJX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMq7v7KJX .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMq7v7KJX .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMq7v7KJX .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMq7v7KJX .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMq7v7KJX .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMq7v7KJX .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMq7v7KJX .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMq7v7KJX .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMq7v7KJX .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMq7v7KJX .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMq7v7KJX .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMq7v7KJX .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMq7v7KJX .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMq7v7KJX .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMq7v7KJX .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMq7v7KJX .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMq7v7KJX img,
.cid-uhMq7v7KJX .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMq7v7KJX .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMq7v7KJX .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMq7v7KJX .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMq7v7KJX .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMq7v7KJX .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMq7v7KJX .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMq7v7KJX .card-descr {
    right: 1rem;
  }
}
.cid-uhMq7v7KJX .card-text,
.cid-uhMq7v7KJX .linkBtn {
  text-align: center;
}
.cid-ufuoYMHLUl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-ufuoYMHLUl [class^="socicon-"]:before,
.cid-ufuoYMHLUl [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-ufuoYMHLUl .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ufuoYMHLUl .btn-social,
.cid-ufuoYMHLUl .mbr-section-title {
  color: #57468b;
}
.cid-ufuoYMHLUl .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-ufuoYMHLUl .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-ufuoYMHLUl .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufzG918yQw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufzG918yQw .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufzG918yQw .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufzG918yQw .card-wrap:hover h4,
.cid-ufzG918yQw .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufzG918yQw h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufzG918yQw h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufzG918yQw img {
  width: 100%;
}
.cid-ufzG918yQw h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufzG918yQw h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufzG918yQw .card-title1,
.cid-ufzG918yQw .title-wrap1 {
  color: #ffffff;
}
.cid-ufzG918yQw .card-title,
.cid-ufzG918yQw .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufzG918yQw .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufzG918yQw .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufzG918yQw H3 {
  color: #767676;
}
.cid-ufzG918yQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzG918yQw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzG918yQw .mbr-text,
.cid-ufzG918yQw .mbr-section-btn {
  color: #649e7c;
}
.cid-ufzG91tMMp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufzG91tMMp .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufzG91tMMp .item-title,
.cid-ufzG91tMMp .card_topic {
  margin-bottom: 12px;
}
.cid-ufzG91tMMp .category_content {
  opacity: .8;
}
.cid-ufzG91tMMp .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufzG91tMMp .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufzG91tMMp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufzG91tMMp .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufzG91tMMp .mbr-section-btn .btn-secondary-outline .active,
.cid-ufzG91tMMp .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufzG91tMMp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzG91tMMp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzG91ObLp {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufzG91ObLp .mbr-overlay {
  background: #5eeebb;
}
.cid-ufzG91ObLp .row {
  margin: 0;
}
.cid-ufzG91ObLp .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufzG91ObLp .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufzG91ObLp .mbr-section-title b,
.cid-ufzG91ObLp .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufzG91ObLp .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufzG91ObLp .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufzG91ObLp .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufzG91ObLp .carousel-item {
  justify-content: center;
}
.cid-ufzG91ObLp .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufzG91ObLp .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufzG91ObLp .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufzG91ObLp .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufzG91ObLp .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufzG91ObLp .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufzG91ObLp .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufzG91ObLp .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufzG91ObLp .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufzG91ObLp .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufzG91ObLp .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufzG91ObLp .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufzG91ObLp .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufzG91ObLp .cloneditem-1,
.cid-ufzG91ObLp .cloneditem-2,
.cid-ufzG91ObLp .cloneditem-3,
.cid-ufzG91ObLp .cloneditem-4,
.cid-ufzG91ObLp .cloneditem-5 {
  display: none;
}
.cid-ufzG91ObLp .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufzG91ObLp .wrap {
    margin-bottom: 50px;
  }
  .cid-ufzG91ObLp .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufzG91ObLp .arrows {
    display: none;
  }
  .cid-ufzG91ObLp .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufzG91ObLp .container-fluid,
  .cid-ufzG91ObLp .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufzG91ObLp .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufzG91ObLp .carousel-inner {
    z-index: 1;
  }
  .cid-ufzG91ObLp .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufzG91ObLp .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufzG91ObLp .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufzG91ObLp .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufzG91ObLp .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides2 .cloneditem-1,
  .cid-ufzG91ObLp .carousel-inner.slides2 .cloneditem-2,
  .cid-ufzG91ObLp .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufzG91ObLp .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufzG91ObLp .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufzG91ObLp .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufzG91ObLp .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufzG91ObLp .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides3 .cloneditem-1,
  .cid-ufzG91ObLp .carousel-inner.slides3 .cloneditem-2,
  .cid-ufzG91ObLp .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufzG91ObLp .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufzG91ObLp .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufzG91ObLp .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufzG91ObLp .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufzG91ObLp .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides4 .cloneditem-1,
  .cid-ufzG91ObLp .carousel-inner.slides4 .cloneditem-2,
  .cid-ufzG91ObLp .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufzG91ObLp .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufzG91ObLp .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufzG91ObLp .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufzG91ObLp .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufzG91ObLp .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides5 .cloneditem-1,
  .cid-ufzG91ObLp .carousel-inner.slides5 .cloneditem-2,
  .cid-ufzG91ObLp .carousel-inner.slides5 .cloneditem-3,
  .cid-ufzG91ObLp .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufzG91ObLp .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufzG91ObLp .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufzG91ObLp .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufzG91ObLp .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufzG91ObLp .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufzG91ObLp .carousel-inner.slides6 .cloneditem-1,
  .cid-ufzG91ObLp .carousel-inner.slides6 .cloneditem-2,
  .cid-ufzG91ObLp .carousel-inner.slides6 .cloneditem-3,
  .cid-ufzG91ObLp .carousel-inner.slides6 .cloneditem-4,
  .cid-ufzG91ObLp .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufzG91ObLp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufzG91ObLp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufzG92kNyp {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufzG92kNyp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufzG92kNyp .form-row {
  justify-content: flex-end;
}
.cid-ufzG92kNyp .form-control,
.cid-ufzG92kNyp .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufzG92kNyp .form-control:hover,
.cid-ufzG92kNyp .field-input:hover,
.cid-ufzG92kNyp .form-control:focus,
.cid-ufzG92kNyp .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufzG92kNyp input::-webkit-input-placeholder,
.cid-ufzG92kNyp textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufzG92kNyp input:-moz-placeholder,
.cid-ufzG92kNyp textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufzG92kNyp .jq-selectbox li,
.cid-ufzG92kNyp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufzG92kNyp .jq-selectbox li:hover,
.cid-ufzG92kNyp .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufzG92kNyp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufzG92kNyp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufzG92kNyp span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufzG92kNyp textarea {
  min-height: 150px;
}
.cid-ufzG92kNyp h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufzG92kNyp h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufzG92kNyp .mbr-text,
.cid-ufzG92kNyp .mbr-section-btn {
  color: #767676;
}
.cid-ufzG92kNyp H1 {
  color: #143019;
}
.cid-uhMqiZ4XE6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMqiZ4XE6 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMqiZ4XE6 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMqiZ4XE6 .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMqiZ4XE6 .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMqiZ4XE6 .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMqiZ4XE6 .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMqiZ4XE6 .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMqiZ4XE6 .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMqiZ4XE6 .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMqiZ4XE6 .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMqiZ4XE6 .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMqiZ4XE6 .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMqiZ4XE6 .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMqiZ4XE6 .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMqiZ4XE6 .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMqiZ4XE6 .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMqiZ4XE6 img,
.cid-uhMqiZ4XE6 .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMqiZ4XE6 .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMqiZ4XE6 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMqiZ4XE6 .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMqiZ4XE6 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMqiZ4XE6 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMqiZ4XE6 .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMqiZ4XE6 .card-descr {
    right: 1rem;
  }
}
.cid-uhMqiZ4XE6 .card-text,
.cid-uhMqiZ4XE6 .linkBtn {
  text-align: center;
}
.cid-ufzG933nPb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-ufzG933nPb [class^="socicon-"]:before,
.cid-ufzG933nPb [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-ufzG933nPb .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ufzG933nPb .btn-social,
.cid-ufzG933nPb .mbr-section-title {
  color: #57468b;
}
.cid-ufzG933nPb .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-ufzG933nPb .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-ufzG933nPb .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufAfsLPWAF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufAfsLPWAF .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufAfsLPWAF .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufAfsLPWAF .card-wrap:hover h4,
.cid-ufAfsLPWAF .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufAfsLPWAF h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufAfsLPWAF h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufAfsLPWAF img {
  width: 100%;
}
.cid-ufAfsLPWAF h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAfsLPWAF h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAfsLPWAF .card-title1,
.cid-ufAfsLPWAF .title-wrap1 {
  color: #ffffff;
}
.cid-ufAfsLPWAF .card-title,
.cid-ufAfsLPWAF .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufAfsLPWAF .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufAfsLPWAF .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufAfsLPWAF H3 {
  color: #767676;
}
.cid-ufAfsLPWAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAfsLPWAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAfsLPWAF .mbr-text,
.cid-ufAfsLPWAF .mbr-section-btn {
  color: #649e7c;
}
.cid-ufAfsMzXJf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufAfsMzXJf .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufAfsMzXJf .item-title,
.cid-ufAfsMzXJf .card_topic {
  margin-bottom: 12px;
}
.cid-ufAfsMzXJf .category_content {
  opacity: .8;
}
.cid-ufAfsMzXJf .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufAfsMzXJf .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufAfsMzXJf .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufAfsMzXJf .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufAfsMzXJf .mbr-section-btn .btn-secondary-outline .active,
.cid-ufAfsMzXJf .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufAfsMzXJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAfsMzXJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAfsMRXHQ {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufAfsMRXHQ .mbr-overlay {
  background: #5eeebb;
}
.cid-ufAfsMRXHQ .row {
  margin: 0;
}
.cid-ufAfsMRXHQ .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufAfsMRXHQ .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufAfsMRXHQ .mbr-section-title b,
.cid-ufAfsMRXHQ .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufAfsMRXHQ .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufAfsMRXHQ .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufAfsMRXHQ .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufAfsMRXHQ .carousel-item {
  justify-content: center;
}
.cid-ufAfsMRXHQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufAfsMRXHQ .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufAfsMRXHQ .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufAfsMRXHQ .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufAfsMRXHQ .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufAfsMRXHQ .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufAfsMRXHQ .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufAfsMRXHQ .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufAfsMRXHQ .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufAfsMRXHQ .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufAfsMRXHQ .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufAfsMRXHQ .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufAfsMRXHQ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufAfsMRXHQ .cloneditem-1,
.cid-ufAfsMRXHQ .cloneditem-2,
.cid-ufAfsMRXHQ .cloneditem-3,
.cid-ufAfsMRXHQ .cloneditem-4,
.cid-ufAfsMRXHQ .cloneditem-5 {
  display: none;
}
.cid-ufAfsMRXHQ .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufAfsMRXHQ .wrap {
    margin-bottom: 50px;
  }
  .cid-ufAfsMRXHQ .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufAfsMRXHQ .arrows {
    display: none;
  }
  .cid-ufAfsMRXHQ .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufAfsMRXHQ .container-fluid,
  .cid-ufAfsMRXHQ .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufAfsMRXHQ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufAfsMRXHQ .carousel-inner {
    z-index: 1;
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufAfsMRXHQ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufAfsMRXHQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufAfsMRXHQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAfsMRXHQ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides2 .cloneditem-1,
  .cid-ufAfsMRXHQ .carousel-inner.slides2 .cloneditem-2,
  .cid-ufAfsMRXHQ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufAfsMRXHQ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufAfsMRXHQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufAfsMRXHQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAfsMRXHQ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides3 .cloneditem-1,
  .cid-ufAfsMRXHQ .carousel-inner.slides3 .cloneditem-2,
  .cid-ufAfsMRXHQ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufAfsMRXHQ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufAfsMRXHQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufAfsMRXHQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAfsMRXHQ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides4 .cloneditem-1,
  .cid-ufAfsMRXHQ .carousel-inner.slides4 .cloneditem-2,
  .cid-ufAfsMRXHQ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufAfsMRXHQ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufAfsMRXHQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufAfsMRXHQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAfsMRXHQ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides5 .cloneditem-1,
  .cid-ufAfsMRXHQ .carousel-inner.slides5 .cloneditem-2,
  .cid-ufAfsMRXHQ .carousel-inner.slides5 .cloneditem-3,
  .cid-ufAfsMRXHQ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufAfsMRXHQ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufAfsMRXHQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufAfsMRXHQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAfsMRXHQ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAfsMRXHQ .carousel-inner.slides6 .cloneditem-1,
  .cid-ufAfsMRXHQ .carousel-inner.slides6 .cloneditem-2,
  .cid-ufAfsMRXHQ .carousel-inner.slides6 .cloneditem-3,
  .cid-ufAfsMRXHQ .carousel-inner.slides6 .cloneditem-4,
  .cid-ufAfsMRXHQ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufAfsMRXHQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAfsMRXHQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAfsNwkn9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufAfsNwkn9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufAfsNwkn9 .form-row {
  justify-content: flex-end;
}
.cid-ufAfsNwkn9 .form-control,
.cid-ufAfsNwkn9 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufAfsNwkn9 .form-control:hover,
.cid-ufAfsNwkn9 .field-input:hover,
.cid-ufAfsNwkn9 .form-control:focus,
.cid-ufAfsNwkn9 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufAfsNwkn9 input::-webkit-input-placeholder,
.cid-ufAfsNwkn9 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufAfsNwkn9 input:-moz-placeholder,
.cid-ufAfsNwkn9 textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufAfsNwkn9 .jq-selectbox li,
.cid-ufAfsNwkn9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAfsNwkn9 .jq-selectbox li:hover,
.cid-ufAfsNwkn9 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAfsNwkn9 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAfsNwkn9 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAfsNwkn9 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufAfsNwkn9 textarea {
  min-height: 150px;
}
.cid-ufAfsNwkn9 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufAfsNwkn9 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufAfsNwkn9 .mbr-text,
.cid-ufAfsNwkn9 .mbr-section-btn {
  color: #767676;
}
.cid-ufAfsNwkn9 H1 {
  color: #143019;
}
.cid-uhMqmWrThx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMqmWrThx .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMqmWrThx .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMqmWrThx .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMqmWrThx .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMqmWrThx .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMqmWrThx .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMqmWrThx .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMqmWrThx .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMqmWrThx .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMqmWrThx .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMqmWrThx .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMqmWrThx .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMqmWrThx .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMqmWrThx .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMqmWrThx .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMqmWrThx .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMqmWrThx img,
.cid-uhMqmWrThx .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMqmWrThx .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMqmWrThx .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMqmWrThx .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMqmWrThx .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMqmWrThx .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMqmWrThx .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMqmWrThx .card-descr {
    right: 1rem;
  }
}
.cid-uhMqmWrThx .card-text,
.cid-uhMqmWrThx .linkBtn {
  text-align: center;
}
.cid-ufAfsOe2C3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-ufAfsOe2C3 [class^="socicon-"]:before,
.cid-ufAfsOe2C3 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-ufAfsOe2C3 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ufAfsOe2C3 .btn-social,
.cid-ufAfsOe2C3 .mbr-section-title {
  color: #57468b;
}
.cid-ufAfsOe2C3 .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-ufAfsOe2C3 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-ufAfsOe2C3 .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufAjrbaJST {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufAjrbaJST .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufAjrbaJST .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufAjrbaJST .card-wrap:hover h4,
.cid-ufAjrbaJST .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufAjrbaJST h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufAjrbaJST h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufAjrbaJST img {
  width: 100%;
}
.cid-ufAjrbaJST h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAjrbaJST h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAjrbaJST .card-title1,
.cid-ufAjrbaJST .title-wrap1 {
  color: #ffffff;
}
.cid-ufAjrbaJST .card-title,
.cid-ufAjrbaJST .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufAjrbaJST .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufAjrbaJST .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufAjrbaJST H3 {
  color: #767676;
}
.cid-ufAjrbaJST .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAjrbaJST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAjrbaJST .mbr-text,
.cid-ufAjrbaJST .mbr-section-btn {
  color: #649e7c;
}
.cid-ufAjrbIWzm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufAjrbIWzm .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufAjrbIWzm .item-title,
.cid-ufAjrbIWzm .card_topic {
  margin-bottom: 12px;
}
.cid-ufAjrbIWzm .category_content {
  opacity: .8;
}
.cid-ufAjrbIWzm .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufAjrbIWzm .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufAjrbIWzm .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufAjrbIWzm .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufAjrbIWzm .mbr-section-btn .btn-secondary-outline .active,
.cid-ufAjrbIWzm .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufAjrbIWzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAjrbIWzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAjrc45tU {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufAjrc45tU .mbr-overlay {
  background: #5eeebb;
}
.cid-ufAjrc45tU .row {
  margin: 0;
}
.cid-ufAjrc45tU .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufAjrc45tU .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufAjrc45tU .mbr-section-title b,
.cid-ufAjrc45tU .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufAjrc45tU .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufAjrc45tU .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufAjrc45tU .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufAjrc45tU .carousel-item {
  justify-content: center;
}
.cid-ufAjrc45tU .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufAjrc45tU .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufAjrc45tU .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufAjrc45tU .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufAjrc45tU .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufAjrc45tU .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufAjrc45tU .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufAjrc45tU .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufAjrc45tU .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufAjrc45tU .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufAjrc45tU .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufAjrc45tU .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufAjrc45tU .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufAjrc45tU .cloneditem-1,
.cid-ufAjrc45tU .cloneditem-2,
.cid-ufAjrc45tU .cloneditem-3,
.cid-ufAjrc45tU .cloneditem-4,
.cid-ufAjrc45tU .cloneditem-5 {
  display: none;
}
.cid-ufAjrc45tU .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufAjrc45tU .wrap {
    margin-bottom: 50px;
  }
  .cid-ufAjrc45tU .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufAjrc45tU .arrows {
    display: none;
  }
  .cid-ufAjrc45tU .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufAjrc45tU .container-fluid,
  .cid-ufAjrc45tU .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufAjrc45tU .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufAjrc45tU .carousel-inner {
    z-index: 1;
  }
  .cid-ufAjrc45tU .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufAjrc45tU .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufAjrc45tU .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufAjrc45tU .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAjrc45tU .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides2 .cloneditem-1,
  .cid-ufAjrc45tU .carousel-inner.slides2 .cloneditem-2,
  .cid-ufAjrc45tU .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufAjrc45tU .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufAjrc45tU .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufAjrc45tU .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufAjrc45tU .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAjrc45tU .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides3 .cloneditem-1,
  .cid-ufAjrc45tU .carousel-inner.slides3 .cloneditem-2,
  .cid-ufAjrc45tU .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufAjrc45tU .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufAjrc45tU .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufAjrc45tU .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufAjrc45tU .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAjrc45tU .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides4 .cloneditem-1,
  .cid-ufAjrc45tU .carousel-inner.slides4 .cloneditem-2,
  .cid-ufAjrc45tU .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufAjrc45tU .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufAjrc45tU .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufAjrc45tU .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufAjrc45tU .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAjrc45tU .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides5 .cloneditem-1,
  .cid-ufAjrc45tU .carousel-inner.slides5 .cloneditem-2,
  .cid-ufAjrc45tU .carousel-inner.slides5 .cloneditem-3,
  .cid-ufAjrc45tU .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufAjrc45tU .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufAjrc45tU .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufAjrc45tU .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufAjrc45tU .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAjrc45tU .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAjrc45tU .carousel-inner.slides6 .cloneditem-1,
  .cid-ufAjrc45tU .carousel-inner.slides6 .cloneditem-2,
  .cid-ufAjrc45tU .carousel-inner.slides6 .cloneditem-3,
  .cid-ufAjrc45tU .carousel-inner.slides6 .cloneditem-4,
  .cid-ufAjrc45tU .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufAjrc45tU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAjrc45tU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAjrcLE8Q {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufAjrcLE8Q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufAjrcLE8Q .form-row {
  justify-content: flex-end;
}
.cid-ufAjrcLE8Q .form-control,
.cid-ufAjrcLE8Q .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufAjrcLE8Q .form-control:hover,
.cid-ufAjrcLE8Q .field-input:hover,
.cid-ufAjrcLE8Q .form-control:focus,
.cid-ufAjrcLE8Q .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufAjrcLE8Q input::-webkit-input-placeholder,
.cid-ufAjrcLE8Q textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufAjrcLE8Q input:-moz-placeholder,
.cid-ufAjrcLE8Q textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufAjrcLE8Q .jq-selectbox li,
.cid-ufAjrcLE8Q .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAjrcLE8Q .jq-selectbox li:hover,
.cid-ufAjrcLE8Q .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAjrcLE8Q .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAjrcLE8Q .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAjrcLE8Q span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufAjrcLE8Q textarea {
  min-height: 150px;
}
.cid-ufAjrcLE8Q h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufAjrcLE8Q h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufAjrcLE8Q .mbr-text,
.cid-ufAjrcLE8Q .mbr-section-btn {
  color: #767676;
}
.cid-ufAjrcLE8Q H1 {
  color: #143019;
}
.cid-uhMr1aM6tK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMr1aM6tK .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMr1aM6tK .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMr1aM6tK .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMr1aM6tK .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMr1aM6tK .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMr1aM6tK .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMr1aM6tK .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMr1aM6tK .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMr1aM6tK .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMr1aM6tK .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMr1aM6tK .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMr1aM6tK .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMr1aM6tK .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMr1aM6tK .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMr1aM6tK .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMr1aM6tK .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMr1aM6tK img,
.cid-uhMr1aM6tK .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMr1aM6tK .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMr1aM6tK .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMr1aM6tK .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMr1aM6tK .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMr1aM6tK .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMr1aM6tK .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMr1aM6tK .card-descr {
    right: 1rem;
  }
}
.cid-uhMr1aM6tK .card-text,
.cid-uhMr1aM6tK .linkBtn {
  text-align: center;
}
.cid-ufAjrduFeC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-ufAjrduFeC [class^="socicon-"]:before,
.cid-ufAjrduFeC [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-ufAjrduFeC .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ufAjrduFeC .btn-social,
.cid-ufAjrduFeC .mbr-section-title {
  color: #57468b;
}
.cid-ufAjrduFeC .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-ufAjrduFeC .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-ufAjrduFeC .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufAlx49HHw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufAlx49HHw .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufAlx49HHw .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufAlx49HHw .card-wrap:hover h4,
.cid-ufAlx49HHw .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufAlx49HHw h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufAlx49HHw h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufAlx49HHw img {
  width: 100%;
}
.cid-ufAlx49HHw h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAlx49HHw h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAlx49HHw .card-title1,
.cid-ufAlx49HHw .title-wrap1 {
  color: #ffffff;
}
.cid-ufAlx49HHw .card-title,
.cid-ufAlx49HHw .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufAlx49HHw .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufAlx49HHw .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufAlx49HHw H3 {
  color: #767676;
}
.cid-ufAlx49HHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAlx49HHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAlx49HHw .mbr-text,
.cid-ufAlx49HHw .mbr-section-btn {
  color: #649e7c;
}
.cid-ufAlx4IvB7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufAlx4IvB7 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufAlx4IvB7 .item-title,
.cid-ufAlx4IvB7 .card_topic {
  margin-bottom: 12px;
}
.cid-ufAlx4IvB7 .category_content {
  opacity: .8;
}
.cid-ufAlx4IvB7 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufAlx4IvB7 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufAlx4IvB7 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufAlx4IvB7 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufAlx4IvB7 .mbr-section-btn .btn-secondary-outline .active,
.cid-ufAlx4IvB7 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufAlx4IvB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAlx4IvB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAlx50XGp {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufAlx50XGp .mbr-overlay {
  background: #5eeebb;
}
.cid-ufAlx50XGp .row {
  margin: 0;
}
.cid-ufAlx50XGp .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufAlx50XGp .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufAlx50XGp .mbr-section-title b,
.cid-ufAlx50XGp .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufAlx50XGp .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufAlx50XGp .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufAlx50XGp .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufAlx50XGp .carousel-item {
  justify-content: center;
}
.cid-ufAlx50XGp .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufAlx50XGp .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufAlx50XGp .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufAlx50XGp .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufAlx50XGp .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufAlx50XGp .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufAlx50XGp .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufAlx50XGp .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufAlx50XGp .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufAlx50XGp .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufAlx50XGp .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufAlx50XGp .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufAlx50XGp .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufAlx50XGp .cloneditem-1,
.cid-ufAlx50XGp .cloneditem-2,
.cid-ufAlx50XGp .cloneditem-3,
.cid-ufAlx50XGp .cloneditem-4,
.cid-ufAlx50XGp .cloneditem-5 {
  display: none;
}
.cid-ufAlx50XGp .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufAlx50XGp .wrap {
    margin-bottom: 50px;
  }
  .cid-ufAlx50XGp .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufAlx50XGp .arrows {
    display: none;
  }
  .cid-ufAlx50XGp .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufAlx50XGp .container-fluid,
  .cid-ufAlx50XGp .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufAlx50XGp .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufAlx50XGp .carousel-inner {
    z-index: 1;
  }
  .cid-ufAlx50XGp .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufAlx50XGp .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufAlx50XGp .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufAlx50XGp .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAlx50XGp .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides2 .cloneditem-1,
  .cid-ufAlx50XGp .carousel-inner.slides2 .cloneditem-2,
  .cid-ufAlx50XGp .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufAlx50XGp .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufAlx50XGp .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufAlx50XGp .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufAlx50XGp .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAlx50XGp .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides3 .cloneditem-1,
  .cid-ufAlx50XGp .carousel-inner.slides3 .cloneditem-2,
  .cid-ufAlx50XGp .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufAlx50XGp .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufAlx50XGp .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufAlx50XGp .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufAlx50XGp .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAlx50XGp .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides4 .cloneditem-1,
  .cid-ufAlx50XGp .carousel-inner.slides4 .cloneditem-2,
  .cid-ufAlx50XGp .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufAlx50XGp .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufAlx50XGp .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufAlx50XGp .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufAlx50XGp .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAlx50XGp .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides5 .cloneditem-1,
  .cid-ufAlx50XGp .carousel-inner.slides5 .cloneditem-2,
  .cid-ufAlx50XGp .carousel-inner.slides5 .cloneditem-3,
  .cid-ufAlx50XGp .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufAlx50XGp .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufAlx50XGp .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufAlx50XGp .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufAlx50XGp .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAlx50XGp .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAlx50XGp .carousel-inner.slides6 .cloneditem-1,
  .cid-ufAlx50XGp .carousel-inner.slides6 .cloneditem-2,
  .cid-ufAlx50XGp .carousel-inner.slides6 .cloneditem-3,
  .cid-ufAlx50XGp .carousel-inner.slides6 .cloneditem-4,
  .cid-ufAlx50XGp .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufAlx50XGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAlx50XGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAlx5G6ai {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufAlx5G6ai .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufAlx5G6ai .form-row {
  justify-content: flex-end;
}
.cid-ufAlx5G6ai .form-control,
.cid-ufAlx5G6ai .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufAlx5G6ai .form-control:hover,
.cid-ufAlx5G6ai .field-input:hover,
.cid-ufAlx5G6ai .form-control:focus,
.cid-ufAlx5G6ai .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufAlx5G6ai input::-webkit-input-placeholder,
.cid-ufAlx5G6ai textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufAlx5G6ai input:-moz-placeholder,
.cid-ufAlx5G6ai textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufAlx5G6ai .jq-selectbox li,
.cid-ufAlx5G6ai .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAlx5G6ai .jq-selectbox li:hover,
.cid-ufAlx5G6ai .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAlx5G6ai .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAlx5G6ai .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAlx5G6ai span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufAlx5G6ai textarea {
  min-height: 150px;
}
.cid-ufAlx5G6ai h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufAlx5G6ai h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufAlx5G6ai .mbr-text,
.cid-ufAlx5G6ai .mbr-section-btn {
  color: #767676;
}
.cid-ufAlx5G6ai H1 {
  color: #143019;
}
.cid-uhMOgBz9NI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMOgBz9NI .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMOgBz9NI .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMOgBz9NI .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMOgBz9NI .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOgBz9NI .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOgBz9NI .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMOgBz9NI .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMOgBz9NI .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMOgBz9NI .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMOgBz9NI .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMOgBz9NI .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMOgBz9NI .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMOgBz9NI .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMOgBz9NI .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMOgBz9NI .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMOgBz9NI .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMOgBz9NI img,
.cid-uhMOgBz9NI .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMOgBz9NI .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOgBz9NI .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMOgBz9NI .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMOgBz9NI .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMOgBz9NI .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMOgBz9NI .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMOgBz9NI .card-descr {
    right: 1rem;
  }
}
.cid-uhMOgBz9NI .card-text,
.cid-uhMOgBz9NI .linkBtn {
  text-align: center;
}
.cid-uhMOg2d0qq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMOg2d0qq [class^="socicon-"]:before,
.cid-uhMOg2d0qq [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMOg2d0qq .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMOg2d0qq .btn-social,
.cid-uhMOg2d0qq .mbr-section-title {
  color: #57468b;
}
.cid-uhMOg2d0qq .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMOg2d0qq .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMOg2d0qq .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufAniy0Z6b {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufAniy0Z6b .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufAniy0Z6b .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufAniy0Z6b .card-wrap:hover h4,
.cid-ufAniy0Z6b .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufAniy0Z6b h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufAniy0Z6b h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufAniy0Z6b img {
  width: 100%;
}
.cid-ufAniy0Z6b h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAniy0Z6b h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAniy0Z6b .card-title1,
.cid-ufAniy0Z6b .title-wrap1 {
  color: #ffffff;
}
.cid-ufAniy0Z6b .card-title,
.cid-ufAniy0Z6b .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufAniy0Z6b .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufAniy0Z6b .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufAniy0Z6b H3 {
  color: #767676;
}
.cid-ufAniy0Z6b .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAniy0Z6b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAniy0Z6b .mbr-text,
.cid-ufAniy0Z6b .mbr-section-btn {
  color: #649e7c;
}
.cid-ufAniyxF19 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufAniyxF19 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufAniyxF19 .item-title,
.cid-ufAniyxF19 .card_topic {
  margin-bottom: 12px;
}
.cid-ufAniyxF19 .category_content {
  opacity: .8;
}
.cid-ufAniyxF19 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufAniyxF19 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufAniyxF19 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufAniyxF19 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufAniyxF19 .mbr-section-btn .btn-secondary-outline .active,
.cid-ufAniyxF19 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufAniyxF19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAniyxF19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAniz5nKg {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufAniz5nKg .mbr-overlay {
  background: #5eeebb;
}
.cid-ufAniz5nKg .row {
  margin: 0;
}
.cid-ufAniz5nKg .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufAniz5nKg .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufAniz5nKg .mbr-section-title b,
.cid-ufAniz5nKg .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufAniz5nKg .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufAniz5nKg .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufAniz5nKg .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufAniz5nKg .carousel-item {
  justify-content: center;
}
.cid-ufAniz5nKg .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufAniz5nKg .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufAniz5nKg .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufAniz5nKg .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufAniz5nKg .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufAniz5nKg .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufAniz5nKg .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufAniz5nKg .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufAniz5nKg .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufAniz5nKg .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufAniz5nKg .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufAniz5nKg .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufAniz5nKg .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufAniz5nKg .cloneditem-1,
.cid-ufAniz5nKg .cloneditem-2,
.cid-ufAniz5nKg .cloneditem-3,
.cid-ufAniz5nKg .cloneditem-4,
.cid-ufAniz5nKg .cloneditem-5 {
  display: none;
}
.cid-ufAniz5nKg .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufAniz5nKg .wrap {
    margin-bottom: 50px;
  }
  .cid-ufAniz5nKg .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufAniz5nKg .arrows {
    display: none;
  }
  .cid-ufAniz5nKg .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufAniz5nKg .container-fluid,
  .cid-ufAniz5nKg .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufAniz5nKg .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufAniz5nKg .carousel-inner {
    z-index: 1;
  }
  .cid-ufAniz5nKg .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufAniz5nKg .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufAniz5nKg .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufAniz5nKg .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAniz5nKg .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides2 .cloneditem-1,
  .cid-ufAniz5nKg .carousel-inner.slides2 .cloneditem-2,
  .cid-ufAniz5nKg .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufAniz5nKg .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufAniz5nKg .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufAniz5nKg .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufAniz5nKg .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAniz5nKg .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides3 .cloneditem-1,
  .cid-ufAniz5nKg .carousel-inner.slides3 .cloneditem-2,
  .cid-ufAniz5nKg .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufAniz5nKg .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufAniz5nKg .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufAniz5nKg .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufAniz5nKg .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAniz5nKg .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides4 .cloneditem-1,
  .cid-ufAniz5nKg .carousel-inner.slides4 .cloneditem-2,
  .cid-ufAniz5nKg .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufAniz5nKg .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufAniz5nKg .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufAniz5nKg .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufAniz5nKg .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAniz5nKg .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides5 .cloneditem-1,
  .cid-ufAniz5nKg .carousel-inner.slides5 .cloneditem-2,
  .cid-ufAniz5nKg .carousel-inner.slides5 .cloneditem-3,
  .cid-ufAniz5nKg .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufAniz5nKg .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufAniz5nKg .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufAniz5nKg .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufAniz5nKg .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAniz5nKg .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAniz5nKg .carousel-inner.slides6 .cloneditem-1,
  .cid-ufAniz5nKg .carousel-inner.slides6 .cloneditem-2,
  .cid-ufAniz5nKg .carousel-inner.slides6 .cloneditem-3,
  .cid-ufAniz5nKg .carousel-inner.slides6 .cloneditem-4,
  .cid-ufAniz5nKg .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufAniz5nKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAniz5nKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAnizMVeG {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufAnizMVeG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufAnizMVeG .form-row {
  justify-content: flex-end;
}
.cid-ufAnizMVeG .form-control,
.cid-ufAnizMVeG .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufAnizMVeG .form-control:hover,
.cid-ufAnizMVeG .field-input:hover,
.cid-ufAnizMVeG .form-control:focus,
.cid-ufAnizMVeG .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufAnizMVeG input::-webkit-input-placeholder,
.cid-ufAnizMVeG textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufAnizMVeG input:-moz-placeholder,
.cid-ufAnizMVeG textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufAnizMVeG .jq-selectbox li,
.cid-ufAnizMVeG .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAnizMVeG .jq-selectbox li:hover,
.cid-ufAnizMVeG .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAnizMVeG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAnizMVeG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAnizMVeG span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufAnizMVeG textarea {
  min-height: 150px;
}
.cid-ufAnizMVeG h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufAnizMVeG h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufAnizMVeG .mbr-text,
.cid-ufAnizMVeG .mbr-section-btn {
  color: #767676;
}
.cid-ufAnizMVeG H1 {
  color: #143019;
}
.cid-uhMOlPDC74 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMOlPDC74 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMOlPDC74 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMOlPDC74 .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMOlPDC74 .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOlPDC74 .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOlPDC74 .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMOlPDC74 .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMOlPDC74 .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMOlPDC74 .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMOlPDC74 .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMOlPDC74 .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMOlPDC74 .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMOlPDC74 .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMOlPDC74 .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMOlPDC74 .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMOlPDC74 .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMOlPDC74 img,
.cid-uhMOlPDC74 .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMOlPDC74 .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOlPDC74 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMOlPDC74 .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMOlPDC74 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMOlPDC74 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMOlPDC74 .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMOlPDC74 .card-descr {
    right: 1rem;
  }
}
.cid-uhMOlPDC74 .card-text,
.cid-uhMOlPDC74 .linkBtn {
  text-align: center;
}
.cid-uhMOlcIgOE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMOlcIgOE [class^="socicon-"]:before,
.cid-uhMOlcIgOE [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMOlcIgOE .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMOlcIgOE .btn-social,
.cid-uhMOlcIgOE .mbr-section-title {
  color: #57468b;
}
.cid-uhMOlcIgOE .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMOlcIgOE .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMOlcIgOE .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufApIN5Go6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufApIN5Go6 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufApIN5Go6 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufApIN5Go6 .card-wrap:hover h4,
.cid-ufApIN5Go6 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufApIN5Go6 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufApIN5Go6 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufApIN5Go6 img {
  width: 100%;
}
.cid-ufApIN5Go6 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufApIN5Go6 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufApIN5Go6 .card-title1,
.cid-ufApIN5Go6 .title-wrap1 {
  color: #ffffff;
}
.cid-ufApIN5Go6 .card-title,
.cid-ufApIN5Go6 .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufApIN5Go6 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufApIN5Go6 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufApIN5Go6 H3 {
  color: #767676;
}
.cid-ufApIN5Go6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufApIN5Go6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufApIN5Go6 .mbr-text,
.cid-ufApIN5Go6 .mbr-section-btn {
  color: #649e7c;
}
.cid-ufApINuu5I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufApINuu5I .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufApINuu5I .item-title,
.cid-ufApINuu5I .card_topic {
  margin-bottom: 12px;
}
.cid-ufApINuu5I .category_content {
  opacity: .8;
}
.cid-ufApINuu5I .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufApINuu5I .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufApINuu5I .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufApINuu5I .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufApINuu5I .mbr-section-btn .btn-secondary-outline .active,
.cid-ufApINuu5I .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufApINuu5I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufApINuu5I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufApIOBLcp {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufApIOBLcp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufApIOBLcp .form-row {
  justify-content: flex-end;
}
.cid-ufApIOBLcp .form-control,
.cid-ufApIOBLcp .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufApIOBLcp .form-control:hover,
.cid-ufApIOBLcp .field-input:hover,
.cid-ufApIOBLcp .form-control:focus,
.cid-ufApIOBLcp .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufApIOBLcp input::-webkit-input-placeholder,
.cid-ufApIOBLcp textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufApIOBLcp input:-moz-placeholder,
.cid-ufApIOBLcp textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufApIOBLcp .jq-selectbox li,
.cid-ufApIOBLcp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufApIOBLcp .jq-selectbox li:hover,
.cid-ufApIOBLcp .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufApIOBLcp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufApIOBLcp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufApIOBLcp span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufApIOBLcp textarea {
  min-height: 150px;
}
.cid-ufApIOBLcp h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufApIOBLcp h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufApIOBLcp .mbr-text,
.cid-ufApIOBLcp .mbr-section-btn {
  color: #767676;
}
.cid-ufApIOBLcp H1 {
  color: #143019;
}
.cid-uhMOSByWOj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMOSByWOj .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMOSByWOj .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMOSByWOj .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMOSByWOj .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOSByWOj .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOSByWOj .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMOSByWOj .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMOSByWOj .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMOSByWOj .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMOSByWOj .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMOSByWOj .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMOSByWOj .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMOSByWOj .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMOSByWOj .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMOSByWOj .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMOSByWOj .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMOSByWOj img,
.cid-uhMOSByWOj .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMOSByWOj .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOSByWOj .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMOSByWOj .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMOSByWOj .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMOSByWOj .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMOSByWOj .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMOSByWOj .card-descr {
    right: 1rem;
  }
}
.cid-uhMOSByWOj .card-text,
.cid-uhMOSByWOj .linkBtn {
  text-align: center;
}
.cid-uhMORZxHvA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMORZxHvA [class^="socicon-"]:before,
.cid-uhMORZxHvA [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMORZxHvA .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMORZxHvA .btn-social,
.cid-uhMORZxHvA .mbr-section-title {
  color: #57468b;
}
.cid-uhMORZxHvA .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMORZxHvA .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMORZxHvA .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufAst6oFG3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufAst6oFG3 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufAst6oFG3 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufAst6oFG3 .card-wrap:hover h4,
.cid-ufAst6oFG3 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufAst6oFG3 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufAst6oFG3 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufAst6oFG3 img {
  width: 100%;
}
.cid-ufAst6oFG3 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAst6oFG3 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAst6oFG3 .card-title1,
.cid-ufAst6oFG3 .title-wrap1 {
  color: #ffffff;
}
.cid-ufAst6oFG3 .card-title,
.cid-ufAst6oFG3 .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufAst6oFG3 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufAst6oFG3 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufAst6oFG3 H3 {
  color: #767676;
}
.cid-ufAst6oFG3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAst6oFG3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAst6oFG3 .mbr-text,
.cid-ufAst6oFG3 .mbr-section-btn {
  color: #649e7c;
}
.cid-ufAst71vgJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufAst71vgJ .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufAst71vgJ .item-title,
.cid-ufAst71vgJ .card_topic {
  margin-bottom: 12px;
}
.cid-ufAst71vgJ .category_content {
  opacity: .8;
}
.cid-ufAst71vgJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufAst71vgJ .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufAst71vgJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufAst71vgJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufAst71vgJ .mbr-section-btn .btn-secondary-outline .active,
.cid-ufAst71vgJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufAst71vgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAst71vgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAst86xJ0 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufAst86xJ0 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufAst86xJ0 .form-row {
  justify-content: flex-end;
}
.cid-ufAst86xJ0 .form-control,
.cid-ufAst86xJ0 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufAst86xJ0 .form-control:hover,
.cid-ufAst86xJ0 .field-input:hover,
.cid-ufAst86xJ0 .form-control:focus,
.cid-ufAst86xJ0 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufAst86xJ0 input::-webkit-input-placeholder,
.cid-ufAst86xJ0 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufAst86xJ0 input:-moz-placeholder,
.cid-ufAst86xJ0 textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufAst86xJ0 .jq-selectbox li,
.cid-ufAst86xJ0 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAst86xJ0 .jq-selectbox li:hover,
.cid-ufAst86xJ0 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAst86xJ0 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAst86xJ0 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAst86xJ0 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufAst86xJ0 textarea {
  min-height: 150px;
}
.cid-ufAst86xJ0 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufAst86xJ0 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufAst86xJ0 .mbr-text,
.cid-ufAst86xJ0 .mbr-section-btn {
  color: #767676;
}
.cid-ufAst86xJ0 H1 {
  color: #143019;
}
.cid-uhMOBCYaaH {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMOBCYaaH .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMOBCYaaH .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMOBCYaaH .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMOBCYaaH .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOBCYaaH .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOBCYaaH .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMOBCYaaH .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMOBCYaaH .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMOBCYaaH .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMOBCYaaH .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMOBCYaaH .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMOBCYaaH .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMOBCYaaH .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMOBCYaaH .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMOBCYaaH .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMOBCYaaH .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMOBCYaaH img,
.cid-uhMOBCYaaH .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMOBCYaaH .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOBCYaaH .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMOBCYaaH .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMOBCYaaH .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMOBCYaaH .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMOBCYaaH .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMOBCYaaH .card-descr {
    right: 1rem;
  }
}
.cid-uhMOBCYaaH .card-text,
.cid-uhMOBCYaaH .linkBtn {
  text-align: center;
}
.cid-uhMOC4gDXh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMOC4gDXh [class^="socicon-"]:before,
.cid-uhMOC4gDXh [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMOC4gDXh .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMOC4gDXh .btn-social,
.cid-uhMOC4gDXh .mbr-section-title {
  color: #57468b;
}
.cid-uhMOC4gDXh .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMOC4gDXh .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMOC4gDXh .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufAtDiiiXP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufAtDiiiXP .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufAtDiiiXP .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufAtDiiiXP .card-wrap:hover h4,
.cid-ufAtDiiiXP .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufAtDiiiXP h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufAtDiiiXP h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufAtDiiiXP img {
  width: 100%;
}
.cid-ufAtDiiiXP h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAtDiiiXP h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAtDiiiXP .card-title1,
.cid-ufAtDiiiXP .title-wrap1 {
  color: #ffffff;
}
.cid-ufAtDiiiXP .card-title,
.cid-ufAtDiiiXP .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufAtDiiiXP .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufAtDiiiXP .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufAtDiiiXP H3 {
  color: #767676;
}
.cid-ufAtDiiiXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAtDiiiXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAtDiiiXP .mbr-text,
.cid-ufAtDiiiXP .mbr-section-btn {
  color: #649e7c;
}
.cid-ufAtDiJ0On {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufAtDiJ0On .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufAtDiJ0On .item-title,
.cid-ufAtDiJ0On .card_topic {
  margin-bottom: 12px;
}
.cid-ufAtDiJ0On .category_content {
  opacity: .8;
}
.cid-ufAtDiJ0On .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufAtDiJ0On .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufAtDiJ0On .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufAtDiJ0On .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufAtDiJ0On .mbr-section-btn .btn-secondary-outline .active,
.cid-ufAtDiJ0On .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufAtDiJ0On .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAtDiJ0On .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAtDjkFuA {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufAtDjkFuA .mbr-overlay {
  background: #5eeebb;
}
.cid-ufAtDjkFuA .row {
  margin: 0;
}
.cid-ufAtDjkFuA .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufAtDjkFuA .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufAtDjkFuA .mbr-section-title b,
.cid-ufAtDjkFuA .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufAtDjkFuA .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufAtDjkFuA .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufAtDjkFuA .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufAtDjkFuA .carousel-item {
  justify-content: center;
}
.cid-ufAtDjkFuA .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufAtDjkFuA .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufAtDjkFuA .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufAtDjkFuA .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufAtDjkFuA .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufAtDjkFuA .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufAtDjkFuA .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufAtDjkFuA .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufAtDjkFuA .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufAtDjkFuA .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufAtDjkFuA .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufAtDjkFuA .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufAtDjkFuA .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufAtDjkFuA .cloneditem-1,
.cid-ufAtDjkFuA .cloneditem-2,
.cid-ufAtDjkFuA .cloneditem-3,
.cid-ufAtDjkFuA .cloneditem-4,
.cid-ufAtDjkFuA .cloneditem-5 {
  display: none;
}
.cid-ufAtDjkFuA .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufAtDjkFuA .wrap {
    margin-bottom: 50px;
  }
  .cid-ufAtDjkFuA .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufAtDjkFuA .arrows {
    display: none;
  }
  .cid-ufAtDjkFuA .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufAtDjkFuA .container-fluid,
  .cid-ufAtDjkFuA .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufAtDjkFuA .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufAtDjkFuA .carousel-inner {
    z-index: 1;
  }
  .cid-ufAtDjkFuA .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufAtDjkFuA .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufAtDjkFuA .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufAtDjkFuA .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAtDjkFuA .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides2 .cloneditem-1,
  .cid-ufAtDjkFuA .carousel-inner.slides2 .cloneditem-2,
  .cid-ufAtDjkFuA .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufAtDjkFuA .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufAtDjkFuA .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufAtDjkFuA .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufAtDjkFuA .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAtDjkFuA .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides3 .cloneditem-1,
  .cid-ufAtDjkFuA .carousel-inner.slides3 .cloneditem-2,
  .cid-ufAtDjkFuA .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufAtDjkFuA .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufAtDjkFuA .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufAtDjkFuA .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufAtDjkFuA .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAtDjkFuA .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides4 .cloneditem-1,
  .cid-ufAtDjkFuA .carousel-inner.slides4 .cloneditem-2,
  .cid-ufAtDjkFuA .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufAtDjkFuA .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufAtDjkFuA .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufAtDjkFuA .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufAtDjkFuA .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAtDjkFuA .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides5 .cloneditem-1,
  .cid-ufAtDjkFuA .carousel-inner.slides5 .cloneditem-2,
  .cid-ufAtDjkFuA .carousel-inner.slides5 .cloneditem-3,
  .cid-ufAtDjkFuA .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufAtDjkFuA .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufAtDjkFuA .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufAtDjkFuA .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufAtDjkFuA .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAtDjkFuA .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAtDjkFuA .carousel-inner.slides6 .cloneditem-1,
  .cid-ufAtDjkFuA .carousel-inner.slides6 .cloneditem-2,
  .cid-ufAtDjkFuA .carousel-inner.slides6 .cloneditem-3,
  .cid-ufAtDjkFuA .carousel-inner.slides6 .cloneditem-4,
  .cid-ufAtDjkFuA .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufAtDjkFuA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAtDjkFuA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAtDjSbwo {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufAtDjSbwo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufAtDjSbwo .form-row {
  justify-content: flex-end;
}
.cid-ufAtDjSbwo .form-control,
.cid-ufAtDjSbwo .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufAtDjSbwo .form-control:hover,
.cid-ufAtDjSbwo .field-input:hover,
.cid-ufAtDjSbwo .form-control:focus,
.cid-ufAtDjSbwo .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufAtDjSbwo input::-webkit-input-placeholder,
.cid-ufAtDjSbwo textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufAtDjSbwo input:-moz-placeholder,
.cid-ufAtDjSbwo textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufAtDjSbwo .jq-selectbox li,
.cid-ufAtDjSbwo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAtDjSbwo .jq-selectbox li:hover,
.cid-ufAtDjSbwo .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAtDjSbwo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAtDjSbwo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAtDjSbwo span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufAtDjSbwo textarea {
  min-height: 150px;
}
.cid-ufAtDjSbwo h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufAtDjSbwo h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufAtDjSbwo .mbr-text,
.cid-ufAtDjSbwo .mbr-section-btn {
  color: #767676;
}
.cid-ufAtDjSbwo H1 {
  color: #143019;
}
.cid-uhMOw3AHOs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMOw3AHOs .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMOw3AHOs .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMOw3AHOs .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMOw3AHOs .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOw3AHOs .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOw3AHOs .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMOw3AHOs .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMOw3AHOs .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMOw3AHOs .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMOw3AHOs .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMOw3AHOs .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMOw3AHOs .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMOw3AHOs .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMOw3AHOs .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMOw3AHOs .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMOw3AHOs .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMOw3AHOs img,
.cid-uhMOw3AHOs .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMOw3AHOs .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOw3AHOs .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMOw3AHOs .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMOw3AHOs .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMOw3AHOs .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMOw3AHOs .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMOw3AHOs .card-descr {
    right: 1rem;
  }
}
.cid-uhMOw3AHOs .card-text,
.cid-uhMOw3AHOs .linkBtn {
  text-align: center;
}
.cid-uhMOvvlXTR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMOvvlXTR [class^="socicon-"]:before,
.cid-uhMOvvlXTR [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMOvvlXTR .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMOvvlXTR .btn-social,
.cid-uhMOvvlXTR .mbr-section-title {
  color: #57468b;
}
.cid-uhMOvvlXTR .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMOvvlXTR .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMOvvlXTR .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufAvwCqZ0r {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufAvwCqZ0r .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufAvwCqZ0r .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufAvwCqZ0r .card-wrap:hover h4,
.cid-ufAvwCqZ0r .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufAvwCqZ0r h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufAvwCqZ0r h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufAvwCqZ0r img {
  width: 100%;
}
.cid-ufAvwCqZ0r h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAvwCqZ0r h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAvwCqZ0r .card-title1,
.cid-ufAvwCqZ0r .title-wrap1 {
  color: #ffffff;
}
.cid-ufAvwCqZ0r .card-title,
.cid-ufAvwCqZ0r .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufAvwCqZ0r .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufAvwCqZ0r .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufAvwCqZ0r H3 {
  color: #767676;
}
.cid-ufAvwCqZ0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAvwCqZ0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAvwCqZ0r .mbr-text,
.cid-ufAvwCqZ0r .mbr-section-btn {
  color: #649e7c;
}
.cid-ufAvwCWcEc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufAvwCWcEc .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufAvwCWcEc .item-title,
.cid-ufAvwCWcEc .card_topic {
  margin-bottom: 12px;
}
.cid-ufAvwCWcEc .category_content {
  opacity: .8;
}
.cid-ufAvwCWcEc .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufAvwCWcEc .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufAvwCWcEc .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufAvwCWcEc .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufAvwCWcEc .mbr-section-btn .btn-secondary-outline .active,
.cid-ufAvwCWcEc .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufAvwCWcEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAvwCWcEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAvwDkPaA {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufAvwDkPaA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufAvwDkPaA .form-row {
  justify-content: flex-end;
}
.cid-ufAvwDkPaA .form-control,
.cid-ufAvwDkPaA .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufAvwDkPaA .form-control:hover,
.cid-ufAvwDkPaA .field-input:hover,
.cid-ufAvwDkPaA .form-control:focus,
.cid-ufAvwDkPaA .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufAvwDkPaA input::-webkit-input-placeholder,
.cid-ufAvwDkPaA textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufAvwDkPaA input:-moz-placeholder,
.cid-ufAvwDkPaA textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufAvwDkPaA .jq-selectbox li,
.cid-ufAvwDkPaA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAvwDkPaA .jq-selectbox li:hover,
.cid-ufAvwDkPaA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAvwDkPaA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAvwDkPaA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAvwDkPaA span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufAvwDkPaA textarea {
  min-height: 150px;
}
.cid-ufAvwDkPaA h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufAvwDkPaA h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufAvwDkPaA .mbr-text,
.cid-ufAvwDkPaA .mbr-section-btn {
  color: #767676;
}
.cid-ufAvwDkPaA H1 {
  color: #143019;
}
.cid-uhMOHNljRo {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMOHNljRo .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMOHNljRo .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMOHNljRo .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMOHNljRo .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOHNljRo .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOHNljRo .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMOHNljRo .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMOHNljRo .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMOHNljRo .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMOHNljRo .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMOHNljRo .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMOHNljRo .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMOHNljRo .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMOHNljRo .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMOHNljRo .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMOHNljRo .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMOHNljRo img,
.cid-uhMOHNljRo .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMOHNljRo .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOHNljRo .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMOHNljRo .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMOHNljRo .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMOHNljRo .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMOHNljRo .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMOHNljRo .card-descr {
    right: 1rem;
  }
}
.cid-uhMOHNljRo .card-text,
.cid-uhMOHNljRo .linkBtn {
  text-align: center;
}
.cid-uhMOHi3dki {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMOHi3dki [class^="socicon-"]:before,
.cid-uhMOHi3dki [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMOHi3dki .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMOHi3dki .btn-social,
.cid-uhMOHi3dki .mbr-section-title {
  color: #57468b;
}
.cid-uhMOHi3dki .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMOHi3dki .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMOHi3dki .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufAwRNdMJG {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufAwRNdMJG .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufAwRNdMJG .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufAwRNdMJG .card-wrap:hover h4,
.cid-ufAwRNdMJG .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufAwRNdMJG h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufAwRNdMJG h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufAwRNdMJG img {
  width: 100%;
}
.cid-ufAwRNdMJG h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAwRNdMJG h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAwRNdMJG .card-title1,
.cid-ufAwRNdMJG .title-wrap1 {
  color: #ffffff;
}
.cid-ufAwRNdMJG .card-title,
.cid-ufAwRNdMJG .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufAwRNdMJG .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufAwRNdMJG .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufAwRNdMJG H3 {
  color: #767676;
}
.cid-ufAwRNdMJG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAwRNdMJG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAwRNdMJG .mbr-text,
.cid-ufAwRNdMJG .mbr-section-btn {
  color: #649e7c;
}
.cid-ufAwRNOBb9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufAwRNOBb9 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufAwRNOBb9 .item-title,
.cid-ufAwRNOBb9 .card_topic {
  margin-bottom: 12px;
}
.cid-ufAwRNOBb9 .category_content {
  opacity: .8;
}
.cid-ufAwRNOBb9 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufAwRNOBb9 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufAwRNOBb9 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufAwRNOBb9 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufAwRNOBb9 .mbr-section-btn .btn-secondary-outline .active,
.cid-ufAwRNOBb9 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufAwRNOBb9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAwRNOBb9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAwRO9Nyq {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufAwRO9Nyq .mbr-overlay {
  background: #5eeebb;
}
.cid-ufAwRO9Nyq .row {
  margin: 0;
}
.cid-ufAwRO9Nyq .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufAwRO9Nyq .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufAwRO9Nyq .mbr-section-title b,
.cid-ufAwRO9Nyq .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufAwRO9Nyq .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufAwRO9Nyq .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufAwRO9Nyq .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufAwRO9Nyq .carousel-item {
  justify-content: center;
}
.cid-ufAwRO9Nyq .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufAwRO9Nyq .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufAwRO9Nyq .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufAwRO9Nyq .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufAwRO9Nyq .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufAwRO9Nyq .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufAwRO9Nyq .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufAwRO9Nyq .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufAwRO9Nyq .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufAwRO9Nyq .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufAwRO9Nyq .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufAwRO9Nyq .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufAwRO9Nyq .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufAwRO9Nyq .cloneditem-1,
.cid-ufAwRO9Nyq .cloneditem-2,
.cid-ufAwRO9Nyq .cloneditem-3,
.cid-ufAwRO9Nyq .cloneditem-4,
.cid-ufAwRO9Nyq .cloneditem-5 {
  display: none;
}
.cid-ufAwRO9Nyq .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufAwRO9Nyq .wrap {
    margin-bottom: 50px;
  }
  .cid-ufAwRO9Nyq .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufAwRO9Nyq .arrows {
    display: none;
  }
  .cid-ufAwRO9Nyq .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufAwRO9Nyq .container-fluid,
  .cid-ufAwRO9Nyq .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufAwRO9Nyq .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufAwRO9Nyq .carousel-inner {
    z-index: 1;
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufAwRO9Nyq .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufAwRO9Nyq .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufAwRO9Nyq .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAwRO9Nyq .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides2 .cloneditem-1,
  .cid-ufAwRO9Nyq .carousel-inner.slides2 .cloneditem-2,
  .cid-ufAwRO9Nyq .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufAwRO9Nyq .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufAwRO9Nyq .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufAwRO9Nyq .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAwRO9Nyq .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides3 .cloneditem-1,
  .cid-ufAwRO9Nyq .carousel-inner.slides3 .cloneditem-2,
  .cid-ufAwRO9Nyq .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufAwRO9Nyq .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufAwRO9Nyq .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufAwRO9Nyq .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAwRO9Nyq .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides4 .cloneditem-1,
  .cid-ufAwRO9Nyq .carousel-inner.slides4 .cloneditem-2,
  .cid-ufAwRO9Nyq .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufAwRO9Nyq .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufAwRO9Nyq .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufAwRO9Nyq .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAwRO9Nyq .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides5 .cloneditem-1,
  .cid-ufAwRO9Nyq .carousel-inner.slides5 .cloneditem-2,
  .cid-ufAwRO9Nyq .carousel-inner.slides5 .cloneditem-3,
  .cid-ufAwRO9Nyq .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufAwRO9Nyq .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufAwRO9Nyq .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufAwRO9Nyq .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufAwRO9Nyq .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufAwRO9Nyq .carousel-inner.slides6 .cloneditem-1,
  .cid-ufAwRO9Nyq .carousel-inner.slides6 .cloneditem-2,
  .cid-ufAwRO9Nyq .carousel-inner.slides6 .cloneditem-3,
  .cid-ufAwRO9Nyq .carousel-inner.slides6 .cloneditem-4,
  .cid-ufAwRO9Nyq .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufAwRO9Nyq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAwRO9Nyq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAwROZbXq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufAwROZbXq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufAwROZbXq .form-row {
  justify-content: flex-end;
}
.cid-ufAwROZbXq .form-control,
.cid-ufAwROZbXq .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufAwROZbXq .form-control:hover,
.cid-ufAwROZbXq .field-input:hover,
.cid-ufAwROZbXq .form-control:focus,
.cid-ufAwROZbXq .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufAwROZbXq input::-webkit-input-placeholder,
.cid-ufAwROZbXq textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufAwROZbXq input:-moz-placeholder,
.cid-ufAwROZbXq textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufAwROZbXq .jq-selectbox li,
.cid-ufAwROZbXq .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAwROZbXq .jq-selectbox li:hover,
.cid-ufAwROZbXq .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAwROZbXq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAwROZbXq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAwROZbXq span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufAwROZbXq textarea {
  min-height: 150px;
}
.cid-ufAwROZbXq h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufAwROZbXq h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufAwROZbXq .mbr-text,
.cid-ufAwROZbXq .mbr-section-btn {
  color: #767676;
}
.cid-ufAwROZbXq H1 {
  color: #143019;
}
.cid-uhMOqQGAE5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMOqQGAE5 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMOqQGAE5 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMOqQGAE5 .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMOqQGAE5 .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOqQGAE5 .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOqQGAE5 .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMOqQGAE5 .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMOqQGAE5 .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMOqQGAE5 .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMOqQGAE5 .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMOqQGAE5 .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMOqQGAE5 .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMOqQGAE5 .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMOqQGAE5 .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMOqQGAE5 .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMOqQGAE5 .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMOqQGAE5 img,
.cid-uhMOqQGAE5 .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMOqQGAE5 .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOqQGAE5 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMOqQGAE5 .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMOqQGAE5 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMOqQGAE5 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMOqQGAE5 .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMOqQGAE5 .card-descr {
    right: 1rem;
  }
}
.cid-uhMOqQGAE5 .card-text,
.cid-uhMOqQGAE5 .linkBtn {
  text-align: center;
}
.cid-uhMOqjS20A {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMOqjS20A [class^="socicon-"]:before,
.cid-uhMOqjS20A [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMOqjS20A .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMOqjS20A .btn-social,
.cid-uhMOqjS20A .mbr-section-title {
  color: #57468b;
}
.cid-uhMOqjS20A .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMOqjS20A .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMOqjS20A .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufAygmvEsF {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufAygmvEsF .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufAygmvEsF .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufAygmvEsF .card-wrap:hover h4,
.cid-ufAygmvEsF .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufAygmvEsF h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufAygmvEsF h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufAygmvEsF img {
  width: 100%;
}
.cid-ufAygmvEsF h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAygmvEsF h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAygmvEsF .card-title1,
.cid-ufAygmvEsF .title-wrap1 {
  color: #ffffff;
}
.cid-ufAygmvEsF .card-title,
.cid-ufAygmvEsF .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufAygmvEsF .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufAygmvEsF .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufAygmvEsF H3 {
  color: #767676;
}
.cid-ufAygmvEsF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAygmvEsF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAygmvEsF .mbr-text,
.cid-ufAygmvEsF .mbr-section-btn {
  color: #649e7c;
}
.cid-ufAygmUp8r {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufAygmUp8r .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufAygmUp8r .item-title,
.cid-ufAygmUp8r .card_topic {
  margin-bottom: 12px;
}
.cid-ufAygmUp8r .category_content {
  opacity: .8;
}
.cid-ufAygmUp8r .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufAygmUp8r .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufAygmUp8r .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufAygmUp8r .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufAygmUp8r .mbr-section-btn .btn-secondary-outline .active,
.cid-ufAygmUp8r .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufAygmUp8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAygmUp8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAygndcWE {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufAygndcWE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufAygndcWE .form-row {
  justify-content: flex-end;
}
.cid-ufAygndcWE .form-control,
.cid-ufAygndcWE .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufAygndcWE .form-control:hover,
.cid-ufAygndcWE .field-input:hover,
.cid-ufAygndcWE .form-control:focus,
.cid-ufAygndcWE .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufAygndcWE input::-webkit-input-placeholder,
.cid-ufAygndcWE textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufAygndcWE input:-moz-placeholder,
.cid-ufAygndcWE textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufAygndcWE .jq-selectbox li,
.cid-ufAygndcWE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAygndcWE .jq-selectbox li:hover,
.cid-ufAygndcWE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAygndcWE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAygndcWE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAygndcWE span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufAygndcWE textarea {
  min-height: 150px;
}
.cid-ufAygndcWE h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufAygndcWE h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufAygndcWE .mbr-text,
.cid-ufAygndcWE .mbr-section-btn {
  color: #767676;
}
.cid-ufAygndcWE H1 {
  color: #143019;
}
.cid-uhMONDTKXK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMONDTKXK .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMONDTKXK .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMONDTKXK .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMONDTKXK .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMONDTKXK .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMONDTKXK .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMONDTKXK .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMONDTKXK .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMONDTKXK .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMONDTKXK .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMONDTKXK .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMONDTKXK .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMONDTKXK .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMONDTKXK .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMONDTKXK .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMONDTKXK .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMONDTKXK img,
.cid-uhMONDTKXK .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMONDTKXK .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMONDTKXK .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMONDTKXK .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMONDTKXK .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMONDTKXK .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMONDTKXK .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMONDTKXK .card-descr {
    right: 1rem;
  }
}
.cid-uhMONDTKXK .card-text,
.cid-uhMONDTKXK .linkBtn {
  text-align: center;
}
.cid-uhMOO5EFlP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMOO5EFlP [class^="socicon-"]:before,
.cid-uhMOO5EFlP [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMOO5EFlP .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMOO5EFlP .btn-social,
.cid-uhMOO5EFlP .mbr-section-title {
  color: #57468b;
}
.cid-uhMOO5EFlP .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMOO5EFlP .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMOO5EFlP .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufAzVYqaJ3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufAzVYqaJ3 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufAzVYqaJ3 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufAzVYqaJ3 .card-wrap:hover h4,
.cid-ufAzVYqaJ3 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufAzVYqaJ3 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufAzVYqaJ3 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufAzVYqaJ3 img {
  width: 100%;
}
.cid-ufAzVYqaJ3 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAzVYqaJ3 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufAzVYqaJ3 .card-title1,
.cid-ufAzVYqaJ3 .title-wrap1 {
  color: #ffffff;
}
.cid-ufAzVYqaJ3 .card-title,
.cid-ufAzVYqaJ3 .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufAzVYqaJ3 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufAzVYqaJ3 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufAzVYqaJ3 H3 {
  color: #767676;
}
.cid-ufAzVYqaJ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAzVYqaJ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAzVYqaJ3 .mbr-text,
.cid-ufAzVYqaJ3 .mbr-section-btn {
  color: #649e7c;
}
.cid-ufAzVYJJFI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufAzVYJJFI .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufAzVYJJFI .item-title,
.cid-ufAzVYJJFI .card_topic {
  margin-bottom: 12px;
}
.cid-ufAzVYJJFI .category_content {
  opacity: .8;
}
.cid-ufAzVYJJFI .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufAzVYJJFI .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufAzVYJJFI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufAzVYJJFI .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufAzVYJJFI .mbr-section-btn .btn-secondary-outline .active,
.cid-ufAzVYJJFI .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufAzVYJJFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufAzVYJJFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufAzVZ1cQ1 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufAzVZ1cQ1 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufAzVZ1cQ1 .form-row {
  justify-content: flex-end;
}
.cid-ufAzVZ1cQ1 .form-control,
.cid-ufAzVZ1cQ1 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufAzVZ1cQ1 .form-control:hover,
.cid-ufAzVZ1cQ1 .field-input:hover,
.cid-ufAzVZ1cQ1 .form-control:focus,
.cid-ufAzVZ1cQ1 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufAzVZ1cQ1 input::-webkit-input-placeholder,
.cid-ufAzVZ1cQ1 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufAzVZ1cQ1 input:-moz-placeholder,
.cid-ufAzVZ1cQ1 textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufAzVZ1cQ1 .jq-selectbox li,
.cid-ufAzVZ1cQ1 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAzVZ1cQ1 .jq-selectbox li:hover,
.cid-ufAzVZ1cQ1 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufAzVZ1cQ1 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAzVZ1cQ1 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufAzVZ1cQ1 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufAzVZ1cQ1 textarea {
  min-height: 150px;
}
.cid-ufAzVZ1cQ1 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufAzVZ1cQ1 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufAzVZ1cQ1 .mbr-text,
.cid-ufAzVZ1cQ1 .mbr-section-btn {
  color: #767676;
}
.cid-ufAzVZ1cQ1 H1 {
  color: #143019;
}
.cid-uhMOYkut5H {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMOYkut5H .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMOYkut5H .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMOYkut5H .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMOYkut5H .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOYkut5H .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOYkut5H .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMOYkut5H .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMOYkut5H .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMOYkut5H .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMOYkut5H .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMOYkut5H .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMOYkut5H .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMOYkut5H .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMOYkut5H .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMOYkut5H .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMOYkut5H .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMOYkut5H img,
.cid-uhMOYkut5H .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMOYkut5H .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMOYkut5H .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMOYkut5H .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMOYkut5H .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMOYkut5H .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMOYkut5H .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMOYkut5H .card-descr {
    right: 1rem;
  }
}
.cid-uhMOYkut5H .card-text,
.cid-uhMOYkut5H .linkBtn {
  text-align: center;
}
.cid-uhMOYHkVVf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMOYHkVVf [class^="socicon-"]:before,
.cid-uhMOYHkVVf [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMOYHkVVf .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMOYHkVVf .btn-social,
.cid-uhMOYHkVVf .mbr-section-title {
  color: #57468b;
}
.cid-uhMOYHkVVf .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMOYHkVVf .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMOYHkVVf .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufEF5aywNv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufEF5aywNv .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufEF5aywNv .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufEF5aywNv .card-wrap:hover h4,
.cid-ufEF5aywNv .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufEF5aywNv h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufEF5aywNv h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufEF5aywNv img {
  width: 100%;
}
.cid-ufEF5aywNv h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufEF5aywNv h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufEF5aywNv .card-title1,
.cid-ufEF5aywNv .title-wrap1 {
  color: #ffffff;
}
.cid-ufEF5aywNv .card-title,
.cid-ufEF5aywNv .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufEF5aywNv .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufEF5aywNv .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufEF5aywNv H3 {
  color: #767676;
}
.cid-ufEF5aywNv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufEF5aywNv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufEF5aywNv .mbr-text,
.cid-ufEF5aywNv .mbr-section-btn {
  color: #649e7c;
}
.cid-ufEF5aXyqH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufEF5aXyqH .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufEF5aXyqH .item-title,
.cid-ufEF5aXyqH .card_topic {
  margin-bottom: 12px;
}
.cid-ufEF5aXyqH .category_content {
  opacity: .8;
}
.cid-ufEF5aXyqH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufEF5aXyqH .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufEF5aXyqH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufEF5aXyqH .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufEF5aXyqH .mbr-section-btn .btn-secondary-outline .active,
.cid-ufEF5aXyqH .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufEF5aXyqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufEF5aXyqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufEF5brDC9 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufEF5brDC9 .mbr-overlay {
  background: #5eeebb;
}
.cid-ufEF5brDC9 .row {
  margin: 0;
}
.cid-ufEF5brDC9 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufEF5brDC9 .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufEF5brDC9 .mbr-section-title b,
.cid-ufEF5brDC9 .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufEF5brDC9 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufEF5brDC9 .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufEF5brDC9 .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufEF5brDC9 .carousel-item {
  justify-content: center;
}
.cid-ufEF5brDC9 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufEF5brDC9 .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufEF5brDC9 .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufEF5brDC9 .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufEF5brDC9 .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufEF5brDC9 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufEF5brDC9 .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufEF5brDC9 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufEF5brDC9 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufEF5brDC9 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufEF5brDC9 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufEF5brDC9 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufEF5brDC9 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufEF5brDC9 .cloneditem-1,
.cid-ufEF5brDC9 .cloneditem-2,
.cid-ufEF5brDC9 .cloneditem-3,
.cid-ufEF5brDC9 .cloneditem-4,
.cid-ufEF5brDC9 .cloneditem-5 {
  display: none;
}
.cid-ufEF5brDC9 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufEF5brDC9 .wrap {
    margin-bottom: 50px;
  }
  .cid-ufEF5brDC9 .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufEF5brDC9 .arrows {
    display: none;
  }
  .cid-ufEF5brDC9 .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufEF5brDC9 .container-fluid,
  .cid-ufEF5brDC9 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufEF5brDC9 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufEF5brDC9 .carousel-inner {
    z-index: 1;
  }
  .cid-ufEF5brDC9 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufEF5brDC9 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufEF5brDC9 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufEF5brDC9 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufEF5brDC9 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides2 .cloneditem-1,
  .cid-ufEF5brDC9 .carousel-inner.slides2 .cloneditem-2,
  .cid-ufEF5brDC9 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufEF5brDC9 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufEF5brDC9 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufEF5brDC9 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufEF5brDC9 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufEF5brDC9 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides3 .cloneditem-1,
  .cid-ufEF5brDC9 .carousel-inner.slides3 .cloneditem-2,
  .cid-ufEF5brDC9 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufEF5brDC9 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufEF5brDC9 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufEF5brDC9 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufEF5brDC9 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufEF5brDC9 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides4 .cloneditem-1,
  .cid-ufEF5brDC9 .carousel-inner.slides4 .cloneditem-2,
  .cid-ufEF5brDC9 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufEF5brDC9 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufEF5brDC9 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufEF5brDC9 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufEF5brDC9 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufEF5brDC9 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides5 .cloneditem-1,
  .cid-ufEF5brDC9 .carousel-inner.slides5 .cloneditem-2,
  .cid-ufEF5brDC9 .carousel-inner.slides5 .cloneditem-3,
  .cid-ufEF5brDC9 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufEF5brDC9 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufEF5brDC9 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufEF5brDC9 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufEF5brDC9 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufEF5brDC9 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufEF5brDC9 .carousel-inner.slides6 .cloneditem-1,
  .cid-ufEF5brDC9 .carousel-inner.slides6 .cloneditem-2,
  .cid-ufEF5brDC9 .carousel-inner.slides6 .cloneditem-3,
  .cid-ufEF5brDC9 .carousel-inner.slides6 .cloneditem-4,
  .cid-ufEF5brDC9 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufEF5brDC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufEF5brDC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufEF5c7kiB {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufEF5c7kiB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufEF5c7kiB .form-row {
  justify-content: flex-end;
}
.cid-ufEF5c7kiB .form-control,
.cid-ufEF5c7kiB .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufEF5c7kiB .form-control:hover,
.cid-ufEF5c7kiB .field-input:hover,
.cid-ufEF5c7kiB .form-control:focus,
.cid-ufEF5c7kiB .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufEF5c7kiB input::-webkit-input-placeholder,
.cid-ufEF5c7kiB textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufEF5c7kiB input:-moz-placeholder,
.cid-ufEF5c7kiB textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufEF5c7kiB .jq-selectbox li,
.cid-ufEF5c7kiB .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufEF5c7kiB .jq-selectbox li:hover,
.cid-ufEF5c7kiB .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufEF5c7kiB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufEF5c7kiB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufEF5c7kiB span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufEF5c7kiB textarea {
  min-height: 150px;
}
.cid-ufEF5c7kiB h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufEF5c7kiB h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufEF5c7kiB .mbr-text,
.cid-ufEF5c7kiB .mbr-section-btn {
  color: #767676;
}
.cid-ufEF5c7kiB H1 {
  color: #143019;
}
.cid-uhMqcucjM0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMqcucjM0 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMqcucjM0 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMqcucjM0 .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMqcucjM0 .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMqcucjM0 .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMqcucjM0 .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMqcucjM0 .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMqcucjM0 .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMqcucjM0 .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMqcucjM0 .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMqcucjM0 .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMqcucjM0 .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMqcucjM0 .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMqcucjM0 .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMqcucjM0 .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMqcucjM0 .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMqcucjM0 img,
.cid-uhMqcucjM0 .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMqcucjM0 .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMqcucjM0 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMqcucjM0 .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMqcucjM0 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMqcucjM0 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMqcucjM0 .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMqcucjM0 .card-descr {
    right: 1rem;
  }
}
.cid-uhMqcucjM0 .card-text,
.cid-uhMqcucjM0 .linkBtn {
  text-align: center;
}
.cid-ufEF5cMnAd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-ufEF5cMnAd [class^="socicon-"]:before,
.cid-ufEF5cMnAd [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-ufEF5cMnAd .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ufEF5cMnAd .btn-social,
.cid-ufEF5cMnAd .mbr-section-title {
  color: #57468b;
}
.cid-ufEF5cMnAd .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-ufEF5cMnAd .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-ufEF5cMnAd .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufFfveGmoN {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufFfveGmoN .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufFfveGmoN .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufFfveGmoN .card-wrap:hover h4,
.cid-ufFfveGmoN .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufFfveGmoN h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufFfveGmoN h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufFfveGmoN img {
  width: 100%;
}
.cid-ufFfveGmoN h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufFfveGmoN h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufFfveGmoN .card-title1,
.cid-ufFfveGmoN .title-wrap1 {
  color: #ffffff;
}
.cid-ufFfveGmoN .card-title,
.cid-ufFfveGmoN .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufFfveGmoN .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufFfveGmoN .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufFfveGmoN H3 {
  color: #767676;
}
.cid-ufFfveGmoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFfveGmoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFfveGmoN .mbr-text,
.cid-ufFfveGmoN .mbr-section-btn {
  color: #649e7c;
}
.cid-ufFfveSABJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufFfveSABJ .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufFfveSABJ .item-title,
.cid-ufFfveSABJ .card_topic {
  margin-bottom: 12px;
}
.cid-ufFfveSABJ .category_content {
  opacity: .8;
}
.cid-ufFfveSABJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufFfveSABJ .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufFfveSABJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufFfveSABJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufFfveSABJ .mbr-section-btn .btn-secondary-outline .active,
.cid-ufFfveSABJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufFfveSABJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFfveSABJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFfvf4R8K {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufFfvf4R8K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufFfvf4R8K .form-row {
  justify-content: flex-end;
}
.cid-ufFfvf4R8K .form-control,
.cid-ufFfvf4R8K .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufFfvf4R8K .form-control:hover,
.cid-ufFfvf4R8K .field-input:hover,
.cid-ufFfvf4R8K .form-control:focus,
.cid-ufFfvf4R8K .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufFfvf4R8K input::-webkit-input-placeholder,
.cid-ufFfvf4R8K textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufFfvf4R8K input:-moz-placeholder,
.cid-ufFfvf4R8K textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufFfvf4R8K .jq-selectbox li,
.cid-ufFfvf4R8K .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufFfvf4R8K .jq-selectbox li:hover,
.cid-ufFfvf4R8K .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufFfvf4R8K .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufFfvf4R8K .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufFfvf4R8K span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufFfvf4R8K textarea {
  min-height: 150px;
}
.cid-ufFfvf4R8K h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufFfvf4R8K h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufFfvf4R8K .mbr-text,
.cid-ufFfvf4R8K .mbr-section-btn {
  color: #767676;
}
.cid-ufFfvf4R8K H1 {
  color: #143019;
}
.cid-uhMPY2Dxzi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMPY2Dxzi .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMPY2Dxzi .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMPY2Dxzi .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMPY2Dxzi .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPY2Dxzi .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPY2Dxzi .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMPY2Dxzi .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMPY2Dxzi .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMPY2Dxzi .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMPY2Dxzi .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMPY2Dxzi .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMPY2Dxzi .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMPY2Dxzi .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMPY2Dxzi .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMPY2Dxzi .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMPY2Dxzi .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMPY2Dxzi img,
.cid-uhMPY2Dxzi .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMPY2Dxzi .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPY2Dxzi .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMPY2Dxzi .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMPY2Dxzi .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMPY2Dxzi .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMPY2Dxzi .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMPY2Dxzi .card-descr {
    right: 1rem;
  }
}
.cid-uhMPY2Dxzi .card-text,
.cid-uhMPY2Dxzi .linkBtn {
  text-align: center;
}
.cid-uhMPYUfHX3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMPYUfHX3 [class^="socicon-"]:before,
.cid-uhMPYUfHX3 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMPYUfHX3 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMPYUfHX3 .btn-social,
.cid-uhMPYUfHX3 .mbr-section-title {
  color: #57468b;
}
.cid-uhMPYUfHX3 .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMPYUfHX3 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMPYUfHX3 .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufFjqZXzoy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufFjqZXzoy .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufFjqZXzoy .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufFjqZXzoy .card-wrap:hover h4,
.cid-ufFjqZXzoy .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufFjqZXzoy h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufFjqZXzoy h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufFjqZXzoy img {
  width: 100%;
}
.cid-ufFjqZXzoy h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufFjqZXzoy h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufFjqZXzoy .card-title1,
.cid-ufFjqZXzoy .title-wrap1 {
  color: #ffffff;
}
.cid-ufFjqZXzoy .card-title,
.cid-ufFjqZXzoy .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufFjqZXzoy .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufFjqZXzoy .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufFjqZXzoy H3 {
  color: #767676;
}
.cid-ufFjqZXzoy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFjqZXzoy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFjqZXzoy .mbr-text,
.cid-ufFjqZXzoy .mbr-section-btn {
  color: #649e7c;
}
.cid-ufFjr0bTvt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufFjr0bTvt .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufFjr0bTvt .item-title,
.cid-ufFjr0bTvt .card_topic {
  margin-bottom: 12px;
}
.cid-ufFjr0bTvt .category_content {
  opacity: .8;
}
.cid-ufFjr0bTvt .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufFjr0bTvt .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufFjr0bTvt .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufFjr0bTvt .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufFjr0bTvt .mbr-section-btn .btn-secondary-outline .active,
.cid-ufFjr0bTvt .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufFjr0bTvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFjr0bTvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFjr0sC3t {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufFjr0sC3t .mbr-overlay {
  background: #5eeebb;
}
.cid-ufFjr0sC3t .row {
  margin: 0;
}
.cid-ufFjr0sC3t .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufFjr0sC3t .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufFjr0sC3t .mbr-section-title b,
.cid-ufFjr0sC3t .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufFjr0sC3t .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufFjr0sC3t .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufFjr0sC3t .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufFjr0sC3t .carousel-item {
  justify-content: center;
}
.cid-ufFjr0sC3t .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufFjr0sC3t .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufFjr0sC3t .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufFjr0sC3t .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufFjr0sC3t .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufFjr0sC3t .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufFjr0sC3t .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufFjr0sC3t .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufFjr0sC3t .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufFjr0sC3t .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufFjr0sC3t .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufFjr0sC3t .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufFjr0sC3t .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufFjr0sC3t .cloneditem-1,
.cid-ufFjr0sC3t .cloneditem-2,
.cid-ufFjr0sC3t .cloneditem-3,
.cid-ufFjr0sC3t .cloneditem-4,
.cid-ufFjr0sC3t .cloneditem-5 {
  display: none;
}
.cid-ufFjr0sC3t .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufFjr0sC3t .wrap {
    margin-bottom: 50px;
  }
  .cid-ufFjr0sC3t .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufFjr0sC3t .arrows {
    display: none;
  }
  .cid-ufFjr0sC3t .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufFjr0sC3t .container-fluid,
  .cid-ufFjr0sC3t .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufFjr0sC3t .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufFjr0sC3t .carousel-inner {
    z-index: 1;
  }
  .cid-ufFjr0sC3t .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufFjr0sC3t .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufFjr0sC3t .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufFjr0sC3t .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFjr0sC3t .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides2 .cloneditem-1,
  .cid-ufFjr0sC3t .carousel-inner.slides2 .cloneditem-2,
  .cid-ufFjr0sC3t .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufFjr0sC3t .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufFjr0sC3t .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufFjr0sC3t .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufFjr0sC3t .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFjr0sC3t .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides3 .cloneditem-1,
  .cid-ufFjr0sC3t .carousel-inner.slides3 .cloneditem-2,
  .cid-ufFjr0sC3t .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufFjr0sC3t .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufFjr0sC3t .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufFjr0sC3t .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufFjr0sC3t .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFjr0sC3t .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides4 .cloneditem-1,
  .cid-ufFjr0sC3t .carousel-inner.slides4 .cloneditem-2,
  .cid-ufFjr0sC3t .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufFjr0sC3t .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufFjr0sC3t .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufFjr0sC3t .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufFjr0sC3t .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFjr0sC3t .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides5 .cloneditem-1,
  .cid-ufFjr0sC3t .carousel-inner.slides5 .cloneditem-2,
  .cid-ufFjr0sC3t .carousel-inner.slides5 .cloneditem-3,
  .cid-ufFjr0sC3t .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufFjr0sC3t .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufFjr0sC3t .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufFjr0sC3t .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufFjr0sC3t .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFjr0sC3t .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFjr0sC3t .carousel-inner.slides6 .cloneditem-1,
  .cid-ufFjr0sC3t .carousel-inner.slides6 .cloneditem-2,
  .cid-ufFjr0sC3t .carousel-inner.slides6 .cloneditem-3,
  .cid-ufFjr0sC3t .carousel-inner.slides6 .cloneditem-4,
  .cid-ufFjr0sC3t .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufFjr0sC3t .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFjr0sC3t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFjr0O5Fu {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufFjr0O5Fu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufFjr0O5Fu .form-row {
  justify-content: flex-end;
}
.cid-ufFjr0O5Fu .form-control,
.cid-ufFjr0O5Fu .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufFjr0O5Fu .form-control:hover,
.cid-ufFjr0O5Fu .field-input:hover,
.cid-ufFjr0O5Fu .form-control:focus,
.cid-ufFjr0O5Fu .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufFjr0O5Fu input::-webkit-input-placeholder,
.cid-ufFjr0O5Fu textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufFjr0O5Fu input:-moz-placeholder,
.cid-ufFjr0O5Fu textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufFjr0O5Fu .jq-selectbox li,
.cid-ufFjr0O5Fu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufFjr0O5Fu .jq-selectbox li:hover,
.cid-ufFjr0O5Fu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufFjr0O5Fu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufFjr0O5Fu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufFjr0O5Fu span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufFjr0O5Fu textarea {
  min-height: 150px;
}
.cid-ufFjr0O5Fu h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufFjr0O5Fu h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufFjr0O5Fu .mbr-text,
.cid-ufFjr0O5Fu .mbr-section-btn {
  color: #767676;
}
.cid-ufFjr0O5Fu H1 {
  color: #143019;
}
.cid-uhMP5Wqo2j {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMP5Wqo2j .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMP5Wqo2j .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMP5Wqo2j .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMP5Wqo2j .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMP5Wqo2j .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMP5Wqo2j .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMP5Wqo2j .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMP5Wqo2j .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMP5Wqo2j .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMP5Wqo2j .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMP5Wqo2j .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMP5Wqo2j .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMP5Wqo2j .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMP5Wqo2j .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMP5Wqo2j .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMP5Wqo2j .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMP5Wqo2j img,
.cid-uhMP5Wqo2j .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMP5Wqo2j .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMP5Wqo2j .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMP5Wqo2j .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMP5Wqo2j .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMP5Wqo2j .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMP5Wqo2j .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMP5Wqo2j .card-descr {
    right: 1rem;
  }
}
.cid-uhMP5Wqo2j .card-text,
.cid-uhMP5Wqo2j .linkBtn {
  text-align: center;
}
.cid-uhMP5kOXMc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMP5kOXMc [class^="socicon-"]:before,
.cid-uhMP5kOXMc [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMP5kOXMc .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMP5kOXMc .btn-social,
.cid-uhMP5kOXMc .mbr-section-title {
  color: #57468b;
}
.cid-uhMP5kOXMc .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMP5kOXMc .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMP5kOXMc .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufFkCQvnEw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufFkCQvnEw .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufFkCQvnEw .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufFkCQvnEw .card-wrap:hover h4,
.cid-ufFkCQvnEw .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufFkCQvnEw h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufFkCQvnEw h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufFkCQvnEw img {
  width: 100%;
}
.cid-ufFkCQvnEw h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufFkCQvnEw h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufFkCQvnEw .card-title1,
.cid-ufFkCQvnEw .title-wrap1 {
  color: #ffffff;
}
.cid-ufFkCQvnEw .card-title,
.cid-ufFkCQvnEw .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufFkCQvnEw .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufFkCQvnEw .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufFkCQvnEw H3 {
  color: #767676;
}
.cid-ufFkCQvnEw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFkCQvnEw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFkCQvnEw .mbr-text,
.cid-ufFkCQvnEw .mbr-section-btn {
  color: #649e7c;
}
.cid-ufFkCR1BK5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufFkCR1BK5 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufFkCR1BK5 .item-title,
.cid-ufFkCR1BK5 .card_topic {
  margin-bottom: 12px;
}
.cid-ufFkCR1BK5 .category_content {
  opacity: .8;
}
.cid-ufFkCR1BK5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufFkCR1BK5 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufFkCR1BK5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufFkCR1BK5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufFkCR1BK5 .mbr-section-btn .btn-secondary-outline .active,
.cid-ufFkCR1BK5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufFkCR1BK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFkCR1BK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFkCRL2XO {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufFkCRL2XO .mbr-overlay {
  background: #5eeebb;
}
.cid-ufFkCRL2XO .row {
  margin: 0;
}
.cid-ufFkCRL2XO .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufFkCRL2XO .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufFkCRL2XO .mbr-section-title b,
.cid-ufFkCRL2XO .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufFkCRL2XO .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufFkCRL2XO .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufFkCRL2XO .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufFkCRL2XO .carousel-item {
  justify-content: center;
}
.cid-ufFkCRL2XO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufFkCRL2XO .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufFkCRL2XO .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufFkCRL2XO .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufFkCRL2XO .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufFkCRL2XO .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufFkCRL2XO .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufFkCRL2XO .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufFkCRL2XO .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufFkCRL2XO .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufFkCRL2XO .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufFkCRL2XO .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufFkCRL2XO .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufFkCRL2XO .cloneditem-1,
.cid-ufFkCRL2XO .cloneditem-2,
.cid-ufFkCRL2XO .cloneditem-3,
.cid-ufFkCRL2XO .cloneditem-4,
.cid-ufFkCRL2XO .cloneditem-5 {
  display: none;
}
.cid-ufFkCRL2XO .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufFkCRL2XO .wrap {
    margin-bottom: 50px;
  }
  .cid-ufFkCRL2XO .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufFkCRL2XO .arrows {
    display: none;
  }
  .cid-ufFkCRL2XO .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufFkCRL2XO .container-fluid,
  .cid-ufFkCRL2XO .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufFkCRL2XO .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufFkCRL2XO .carousel-inner {
    z-index: 1;
  }
  .cid-ufFkCRL2XO .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufFkCRL2XO .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufFkCRL2XO .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufFkCRL2XO .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFkCRL2XO .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides2 .cloneditem-1,
  .cid-ufFkCRL2XO .carousel-inner.slides2 .cloneditem-2,
  .cid-ufFkCRL2XO .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufFkCRL2XO .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufFkCRL2XO .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufFkCRL2XO .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufFkCRL2XO .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFkCRL2XO .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides3 .cloneditem-1,
  .cid-ufFkCRL2XO .carousel-inner.slides3 .cloneditem-2,
  .cid-ufFkCRL2XO .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufFkCRL2XO .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufFkCRL2XO .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufFkCRL2XO .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufFkCRL2XO .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFkCRL2XO .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides4 .cloneditem-1,
  .cid-ufFkCRL2XO .carousel-inner.slides4 .cloneditem-2,
  .cid-ufFkCRL2XO .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufFkCRL2XO .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufFkCRL2XO .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufFkCRL2XO .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufFkCRL2XO .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFkCRL2XO .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides5 .cloneditem-1,
  .cid-ufFkCRL2XO .carousel-inner.slides5 .cloneditem-2,
  .cid-ufFkCRL2XO .carousel-inner.slides5 .cloneditem-3,
  .cid-ufFkCRL2XO .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufFkCRL2XO .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufFkCRL2XO .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufFkCRL2XO .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufFkCRL2XO .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFkCRL2XO .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFkCRL2XO .carousel-inner.slides6 .cloneditem-1,
  .cid-ufFkCRL2XO .carousel-inner.slides6 .cloneditem-2,
  .cid-ufFkCRL2XO .carousel-inner.slides6 .cloneditem-3,
  .cid-ufFkCRL2XO .carousel-inner.slides6 .cloneditem-4,
  .cid-ufFkCRL2XO .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufFkCRL2XO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFkCRL2XO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFkCT0OQN {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufFkCT0OQN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufFkCT0OQN .form-row {
  justify-content: flex-end;
}
.cid-ufFkCT0OQN .form-control,
.cid-ufFkCT0OQN .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufFkCT0OQN .form-control:hover,
.cid-ufFkCT0OQN .field-input:hover,
.cid-ufFkCT0OQN .form-control:focus,
.cid-ufFkCT0OQN .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufFkCT0OQN input::-webkit-input-placeholder,
.cid-ufFkCT0OQN textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufFkCT0OQN input:-moz-placeholder,
.cid-ufFkCT0OQN textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufFkCT0OQN .jq-selectbox li,
.cid-ufFkCT0OQN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufFkCT0OQN .jq-selectbox li:hover,
.cid-ufFkCT0OQN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufFkCT0OQN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufFkCT0OQN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufFkCT0OQN span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufFkCT0OQN textarea {
  min-height: 150px;
}
.cid-ufFkCT0OQN h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufFkCT0OQN h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufFkCT0OQN .mbr-text,
.cid-ufFkCT0OQN .mbr-section-btn {
  color: #767676;
}
.cid-ufFkCT0OQN H1 {
  color: #143019;
}
.cid-uhMPbOS9SZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMPbOS9SZ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMPbOS9SZ .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMPbOS9SZ .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMPbOS9SZ .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPbOS9SZ .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPbOS9SZ .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMPbOS9SZ .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMPbOS9SZ .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMPbOS9SZ .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMPbOS9SZ .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMPbOS9SZ .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMPbOS9SZ .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMPbOS9SZ .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMPbOS9SZ .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMPbOS9SZ .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMPbOS9SZ .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMPbOS9SZ img,
.cid-uhMPbOS9SZ .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMPbOS9SZ .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPbOS9SZ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMPbOS9SZ .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMPbOS9SZ .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMPbOS9SZ .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMPbOS9SZ .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMPbOS9SZ .card-descr {
    right: 1rem;
  }
}
.cid-uhMPbOS9SZ .card-text,
.cid-uhMPbOS9SZ .linkBtn {
  text-align: center;
}
.cid-uhMPclJSld {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMPclJSld [class^="socicon-"]:before,
.cid-uhMPclJSld [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMPclJSld .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMPclJSld .btn-social,
.cid-uhMPclJSld .mbr-section-title {
  color: #57468b;
}
.cid-uhMPclJSld .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMPclJSld .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMPclJSld .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufFW6NbkyO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufFW6NbkyO .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufFW6NbkyO .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufFW6NbkyO .card-wrap:hover h4,
.cid-ufFW6NbkyO .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufFW6NbkyO h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufFW6NbkyO h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufFW6NbkyO img {
  width: 100%;
}
.cid-ufFW6NbkyO h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufFW6NbkyO h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufFW6NbkyO .card-title1,
.cid-ufFW6NbkyO .title-wrap1 {
  color: #ffffff;
}
.cid-ufFW6NbkyO .card-title,
.cid-ufFW6NbkyO .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufFW6NbkyO .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufFW6NbkyO .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufFW6NbkyO H3 {
  color: #767676;
}
.cid-ufFW6NbkyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFW6NbkyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFW6NbkyO .mbr-text,
.cid-ufFW6NbkyO .mbr-section-btn {
  color: #649e7c;
}
.cid-ufFW6NZKgH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufFW6NZKgH .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufFW6NZKgH .item-title,
.cid-ufFW6NZKgH .card_topic {
  margin-bottom: 12px;
}
.cid-ufFW6NZKgH .category_content {
  opacity: .8;
}
.cid-ufFW6NZKgH .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufFW6NZKgH .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufFW6NZKgH .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufFW6NZKgH .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufFW6NZKgH .mbr-section-btn .btn-secondary-outline .active,
.cid-ufFW6NZKgH .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufFW6NZKgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFW6NZKgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFW6OGFCX {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufFW6OGFCX .mbr-overlay {
  background: #5eeebb;
}
.cid-ufFW6OGFCX .row {
  margin: 0;
}
.cid-ufFW6OGFCX .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufFW6OGFCX .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufFW6OGFCX .mbr-section-title b,
.cid-ufFW6OGFCX .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufFW6OGFCX .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufFW6OGFCX .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufFW6OGFCX .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufFW6OGFCX .carousel-item {
  justify-content: center;
}
.cid-ufFW6OGFCX .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufFW6OGFCX .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufFW6OGFCX .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufFW6OGFCX .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufFW6OGFCX .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufFW6OGFCX .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufFW6OGFCX .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufFW6OGFCX .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufFW6OGFCX .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufFW6OGFCX .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufFW6OGFCX .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufFW6OGFCX .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufFW6OGFCX .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufFW6OGFCX .cloneditem-1,
.cid-ufFW6OGFCX .cloneditem-2,
.cid-ufFW6OGFCX .cloneditem-3,
.cid-ufFW6OGFCX .cloneditem-4,
.cid-ufFW6OGFCX .cloneditem-5 {
  display: none;
}
.cid-ufFW6OGFCX .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufFW6OGFCX .wrap {
    margin-bottom: 50px;
  }
  .cid-ufFW6OGFCX .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufFW6OGFCX .arrows {
    display: none;
  }
  .cid-ufFW6OGFCX .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufFW6OGFCX .container-fluid,
  .cid-ufFW6OGFCX .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufFW6OGFCX .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufFW6OGFCX .carousel-inner {
    z-index: 1;
  }
  .cid-ufFW6OGFCX .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufFW6OGFCX .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufFW6OGFCX .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufFW6OGFCX .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFW6OGFCX .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides2 .cloneditem-1,
  .cid-ufFW6OGFCX .carousel-inner.slides2 .cloneditem-2,
  .cid-ufFW6OGFCX .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufFW6OGFCX .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufFW6OGFCX .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufFW6OGFCX .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufFW6OGFCX .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFW6OGFCX .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides3 .cloneditem-1,
  .cid-ufFW6OGFCX .carousel-inner.slides3 .cloneditem-2,
  .cid-ufFW6OGFCX .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufFW6OGFCX .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufFW6OGFCX .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufFW6OGFCX .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufFW6OGFCX .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFW6OGFCX .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides4 .cloneditem-1,
  .cid-ufFW6OGFCX .carousel-inner.slides4 .cloneditem-2,
  .cid-ufFW6OGFCX .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufFW6OGFCX .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufFW6OGFCX .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufFW6OGFCX .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufFW6OGFCX .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFW6OGFCX .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides5 .cloneditem-1,
  .cid-ufFW6OGFCX .carousel-inner.slides5 .cloneditem-2,
  .cid-ufFW6OGFCX .carousel-inner.slides5 .cloneditem-3,
  .cid-ufFW6OGFCX .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufFW6OGFCX .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufFW6OGFCX .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufFW6OGFCX .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufFW6OGFCX .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufFW6OGFCX .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufFW6OGFCX .carousel-inner.slides6 .cloneditem-1,
  .cid-ufFW6OGFCX .carousel-inner.slides6 .cloneditem-2,
  .cid-ufFW6OGFCX .carousel-inner.slides6 .cloneditem-3,
  .cid-ufFW6OGFCX .carousel-inner.slides6 .cloneditem-4,
  .cid-ufFW6OGFCX .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufFW6OGFCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufFW6OGFCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufFW6PXZ5e {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufFW6PXZ5e .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufFW6PXZ5e .form-row {
  justify-content: flex-end;
}
.cid-ufFW6PXZ5e .form-control,
.cid-ufFW6PXZ5e .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufFW6PXZ5e .form-control:hover,
.cid-ufFW6PXZ5e .field-input:hover,
.cid-ufFW6PXZ5e .form-control:focus,
.cid-ufFW6PXZ5e .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufFW6PXZ5e input::-webkit-input-placeholder,
.cid-ufFW6PXZ5e textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufFW6PXZ5e input:-moz-placeholder,
.cid-ufFW6PXZ5e textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufFW6PXZ5e .jq-selectbox li,
.cid-ufFW6PXZ5e .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufFW6PXZ5e .jq-selectbox li:hover,
.cid-ufFW6PXZ5e .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufFW6PXZ5e .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufFW6PXZ5e .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufFW6PXZ5e span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufFW6PXZ5e textarea {
  min-height: 150px;
}
.cid-ufFW6PXZ5e h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufFW6PXZ5e h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufFW6PXZ5e .mbr-text,
.cid-ufFW6PXZ5e .mbr-section-btn {
  color: #767676;
}
.cid-ufFW6PXZ5e H1 {
  color: #143019;
}
.cid-uhMPlsJmdK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMPlsJmdK .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMPlsJmdK .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMPlsJmdK .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMPlsJmdK .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPlsJmdK .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPlsJmdK .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMPlsJmdK .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMPlsJmdK .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMPlsJmdK .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMPlsJmdK .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMPlsJmdK .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMPlsJmdK .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMPlsJmdK .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMPlsJmdK .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMPlsJmdK .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMPlsJmdK .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMPlsJmdK img,
.cid-uhMPlsJmdK .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMPlsJmdK .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPlsJmdK .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMPlsJmdK .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMPlsJmdK .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMPlsJmdK .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMPlsJmdK .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMPlsJmdK .card-descr {
    right: 1rem;
  }
}
.cid-uhMPlsJmdK .card-text,
.cid-uhMPlsJmdK .linkBtn {
  text-align: center;
}
.cid-uhMPm1XUUt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMPm1XUUt [class^="socicon-"]:before,
.cid-uhMPm1XUUt [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMPm1XUUt .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMPm1XUUt .btn-social,
.cid-uhMPm1XUUt .mbr-section-title {
  color: #57468b;
}
.cid-uhMPm1XUUt .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMPm1XUUt .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMPm1XUUt .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufG8ILBnuI {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufG8ILBnuI .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufG8ILBnuI .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufG8ILBnuI .card-wrap:hover h4,
.cid-ufG8ILBnuI .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufG8ILBnuI h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufG8ILBnuI h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufG8ILBnuI img {
  width: 100%;
}
.cid-ufG8ILBnuI h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufG8ILBnuI h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufG8ILBnuI .card-title1,
.cid-ufG8ILBnuI .title-wrap1 {
  color: #ffffff;
}
.cid-ufG8ILBnuI .card-title,
.cid-ufG8ILBnuI .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufG8ILBnuI .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufG8ILBnuI .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufG8ILBnuI H3 {
  color: #767676;
}
.cid-ufG8ILBnuI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufG8ILBnuI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufG8ILBnuI .mbr-text,
.cid-ufG8ILBnuI .mbr-section-btn {
  color: #649e7c;
}
.cid-ufG8ILQAGT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufG8ILQAGT .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufG8ILQAGT .item-title,
.cid-ufG8ILQAGT .card_topic {
  margin-bottom: 12px;
}
.cid-ufG8ILQAGT .category_content {
  opacity: .8;
}
.cid-ufG8ILQAGT .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufG8ILQAGT .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufG8ILQAGT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufG8ILQAGT .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufG8ILQAGT .mbr-section-btn .btn-secondary-outline .active,
.cid-ufG8ILQAGT .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufG8ILQAGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufG8ILQAGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufG8IM5tIn {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufG8IM5tIn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufG8IM5tIn .form-row {
  justify-content: flex-end;
}
.cid-ufG8IM5tIn .form-control,
.cid-ufG8IM5tIn .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufG8IM5tIn .form-control:hover,
.cid-ufG8IM5tIn .field-input:hover,
.cid-ufG8IM5tIn .form-control:focus,
.cid-ufG8IM5tIn .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufG8IM5tIn input::-webkit-input-placeholder,
.cid-ufG8IM5tIn textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufG8IM5tIn input:-moz-placeholder,
.cid-ufG8IM5tIn textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufG8IM5tIn .jq-selectbox li,
.cid-ufG8IM5tIn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufG8IM5tIn .jq-selectbox li:hover,
.cid-ufG8IM5tIn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufG8IM5tIn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufG8IM5tIn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufG8IM5tIn span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufG8IM5tIn textarea {
  min-height: 150px;
}
.cid-ufG8IM5tIn h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufG8IM5tIn h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufG8IM5tIn .mbr-text,
.cid-ufG8IM5tIn .mbr-section-btn {
  color: #767676;
}
.cid-ufG8IM5tIn H1 {
  color: #143019;
}
.cid-uhMQo8HCC5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMQo8HCC5 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMQo8HCC5 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMQo8HCC5 .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMQo8HCC5 .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMQo8HCC5 .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMQo8HCC5 .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMQo8HCC5 .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMQo8HCC5 .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMQo8HCC5 .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMQo8HCC5 .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMQo8HCC5 .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMQo8HCC5 .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMQo8HCC5 .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMQo8HCC5 .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMQo8HCC5 .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMQo8HCC5 .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMQo8HCC5 img,
.cid-uhMQo8HCC5 .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMQo8HCC5 .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMQo8HCC5 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMQo8HCC5 .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMQo8HCC5 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMQo8HCC5 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMQo8HCC5 .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMQo8HCC5 .card-descr {
    right: 1rem;
  }
}
.cid-uhMQo8HCC5 .card-text,
.cid-uhMQo8HCC5 .linkBtn {
  text-align: center;
}
.cid-uhMQoHERor {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMQoHERor [class^="socicon-"]:before,
.cid-uhMQoHERor [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMQoHERor .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMQoHERor .btn-social,
.cid-uhMQoHERor .mbr-section-title {
  color: #57468b;
}
.cid-uhMQoHERor .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMQoHERor .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMQoHERor .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufG9SYgMVs {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufG9SYgMVs .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufG9SYgMVs .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufG9SYgMVs .card-wrap:hover h4,
.cid-ufG9SYgMVs .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufG9SYgMVs h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufG9SYgMVs h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufG9SYgMVs img {
  width: 100%;
}
.cid-ufG9SYgMVs h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufG9SYgMVs h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufG9SYgMVs .card-title1,
.cid-ufG9SYgMVs .title-wrap1 {
  color: #ffffff;
}
.cid-ufG9SYgMVs .card-title,
.cid-ufG9SYgMVs .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufG9SYgMVs .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufG9SYgMVs .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufG9SYgMVs H3 {
  color: #767676;
}
.cid-ufG9SYgMVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufG9SYgMVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufG9SYgMVs .mbr-text,
.cid-ufG9SYgMVs .mbr-section-btn {
  color: #649e7c;
}
.cid-ufG9SYuScb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufG9SYuScb .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufG9SYuScb .item-title,
.cid-ufG9SYuScb .card_topic {
  margin-bottom: 12px;
}
.cid-ufG9SYuScb .category_content {
  opacity: .8;
}
.cid-ufG9SYuScb .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufG9SYuScb .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufG9SYuScb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufG9SYuScb .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufG9SYuScb .mbr-section-btn .btn-secondary-outline .active,
.cid-ufG9SYuScb .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufG9SYuScb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufG9SYuScb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufG9SYKShT {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ufG9SYKShT .mbr-overlay {
  background: #5eeebb;
}
.cid-ufG9SYKShT .row {
  margin: 0;
}
.cid-ufG9SYKShT .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufG9SYKShT .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufG9SYKShT .mbr-section-title b,
.cid-ufG9SYKShT .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufG9SYKShT .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufG9SYKShT .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufG9SYKShT .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufG9SYKShT .carousel-item {
  justify-content: center;
}
.cid-ufG9SYKShT .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufG9SYKShT .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufG9SYKShT .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufG9SYKShT .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufG9SYKShT .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufG9SYKShT .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufG9SYKShT .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufG9SYKShT .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufG9SYKShT .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufG9SYKShT .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufG9SYKShT .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufG9SYKShT .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufG9SYKShT .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufG9SYKShT .cloneditem-1,
.cid-ufG9SYKShT .cloneditem-2,
.cid-ufG9SYKShT .cloneditem-3,
.cid-ufG9SYKShT .cloneditem-4,
.cid-ufG9SYKShT .cloneditem-5 {
  display: none;
}
.cid-ufG9SYKShT .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufG9SYKShT .wrap {
    margin-bottom: 50px;
  }
  .cid-ufG9SYKShT .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufG9SYKShT .arrows {
    display: none;
  }
  .cid-ufG9SYKShT .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufG9SYKShT .container-fluid,
  .cid-ufG9SYKShT .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufG9SYKShT .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufG9SYKShT .carousel-inner {
    z-index: 1;
  }
  .cid-ufG9SYKShT .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufG9SYKShT .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufG9SYKShT .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufG9SYKShT .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufG9SYKShT .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides2 .cloneditem-1,
  .cid-ufG9SYKShT .carousel-inner.slides2 .cloneditem-2,
  .cid-ufG9SYKShT .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufG9SYKShT .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufG9SYKShT .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufG9SYKShT .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufG9SYKShT .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufG9SYKShT .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides3 .cloneditem-1,
  .cid-ufG9SYKShT .carousel-inner.slides3 .cloneditem-2,
  .cid-ufG9SYKShT .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufG9SYKShT .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufG9SYKShT .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufG9SYKShT .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufG9SYKShT .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufG9SYKShT .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides4 .cloneditem-1,
  .cid-ufG9SYKShT .carousel-inner.slides4 .cloneditem-2,
  .cid-ufG9SYKShT .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufG9SYKShT .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufG9SYKShT .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufG9SYKShT .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufG9SYKShT .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufG9SYKShT .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides5 .cloneditem-1,
  .cid-ufG9SYKShT .carousel-inner.slides5 .cloneditem-2,
  .cid-ufG9SYKShT .carousel-inner.slides5 .cloneditem-3,
  .cid-ufG9SYKShT .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufG9SYKShT .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufG9SYKShT .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufG9SYKShT .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufG9SYKShT .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufG9SYKShT .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufG9SYKShT .carousel-inner.slides6 .cloneditem-1,
  .cid-ufG9SYKShT .carousel-inner.slides6 .cloneditem-2,
  .cid-ufG9SYKShT .carousel-inner.slides6 .cloneditem-3,
  .cid-ufG9SYKShT .carousel-inner.slides6 .cloneditem-4,
  .cid-ufG9SYKShT .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufG9SYKShT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufG9SYKShT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufG9SZ7JSw {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufG9SZ7JSw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufG9SZ7JSw .form-row {
  justify-content: flex-end;
}
.cid-ufG9SZ7JSw .form-control,
.cid-ufG9SZ7JSw .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufG9SZ7JSw .form-control:hover,
.cid-ufG9SZ7JSw .field-input:hover,
.cid-ufG9SZ7JSw .form-control:focus,
.cid-ufG9SZ7JSw .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufG9SZ7JSw input::-webkit-input-placeholder,
.cid-ufG9SZ7JSw textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufG9SZ7JSw input:-moz-placeholder,
.cid-ufG9SZ7JSw textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufG9SZ7JSw .jq-selectbox li,
.cid-ufG9SZ7JSw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufG9SZ7JSw .jq-selectbox li:hover,
.cid-ufG9SZ7JSw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufG9SZ7JSw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufG9SZ7JSw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufG9SZ7JSw span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufG9SZ7JSw textarea {
  min-height: 150px;
}
.cid-ufG9SZ7JSw h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufG9SZ7JSw h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufG9SZ7JSw .mbr-text,
.cid-ufG9SZ7JSw .mbr-section-btn {
  color: #767676;
}
.cid-ufG9SZ7JSw H1 {
  color: #143019;
}
.cid-uhMPSMZUvw {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMPSMZUvw .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMPSMZUvw .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMPSMZUvw .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMPSMZUvw .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPSMZUvw .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPSMZUvw .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMPSMZUvw .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMPSMZUvw .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMPSMZUvw .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMPSMZUvw .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMPSMZUvw .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMPSMZUvw .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMPSMZUvw .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMPSMZUvw .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMPSMZUvw .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMPSMZUvw .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMPSMZUvw img,
.cid-uhMPSMZUvw .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMPSMZUvw .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPSMZUvw .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMPSMZUvw .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMPSMZUvw .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMPSMZUvw .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMPSMZUvw .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMPSMZUvw .card-descr {
    right: 1rem;
  }
}
.cid-uhMPSMZUvw .card-text,
.cid-uhMPSMZUvw .linkBtn {
  text-align: center;
}
.cid-uhMPTet5oK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMPTet5oK [class^="socicon-"]:before,
.cid-uhMPTet5oK [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMPTet5oK .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMPTet5oK .btn-social,
.cid-uhMPTet5oK .mbr-section-title {
  color: #57468b;
}
.cid-uhMPTet5oK .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMPTet5oK .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMPTet5oK .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufGclK3CJH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufGclK3CJH .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufGclK3CJH .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufGclK3CJH .card-wrap:hover h4,
.cid-ufGclK3CJH .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufGclK3CJH h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufGclK3CJH h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufGclK3CJH img {
  width: 100%;
}
.cid-ufGclK3CJH h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufGclK3CJH h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufGclK3CJH .card-title1,
.cid-ufGclK3CJH .title-wrap1 {
  color: #ffffff;
}
.cid-ufGclK3CJH .card-title,
.cid-ufGclK3CJH .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufGclK3CJH .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufGclK3CJH .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufGclK3CJH H3 {
  color: #767676;
}
.cid-ufGclK3CJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufGclK3CJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufGclK3CJH .mbr-text,
.cid-ufGclK3CJH .mbr-section-btn {
  color: #649e7c;
}
.cid-ufGclKgLv5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufGclKgLv5 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufGclKgLv5 .item-title,
.cid-ufGclKgLv5 .card_topic {
  margin-bottom: 12px;
}
.cid-ufGclKgLv5 .category_content {
  opacity: .8;
}
.cid-ufGclKgLv5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufGclKgLv5 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufGclKgLv5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufGclKgLv5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufGclKgLv5 .mbr-section-btn .btn-secondary-outline .active,
.cid-ufGclKgLv5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufGclKgLv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufGclKgLv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufGclKG0p3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufGclKG0p3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufGclKG0p3 .form-row {
  justify-content: flex-end;
}
.cid-ufGclKG0p3 .form-control,
.cid-ufGclKG0p3 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufGclKG0p3 .form-control:hover,
.cid-ufGclKG0p3 .field-input:hover,
.cid-ufGclKG0p3 .form-control:focus,
.cid-ufGclKG0p3 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufGclKG0p3 input::-webkit-input-placeholder,
.cid-ufGclKG0p3 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufGclKG0p3 input:-moz-placeholder,
.cid-ufGclKG0p3 textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufGclKG0p3 .jq-selectbox li,
.cid-ufGclKG0p3 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufGclKG0p3 .jq-selectbox li:hover,
.cid-ufGclKG0p3 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufGclKG0p3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufGclKG0p3 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufGclKG0p3 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufGclKG0p3 textarea {
  min-height: 150px;
}
.cid-ufGclKG0p3 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufGclKG0p3 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufGclKG0p3 .mbr-text,
.cid-ufGclKG0p3 .mbr-section-btn {
  color: #767676;
}
.cid-ufGclKG0p3 H1 {
  color: #143019;
}
.cid-uhMQALKHIt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMQALKHIt .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMQALKHIt .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMQALKHIt .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMQALKHIt .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMQALKHIt .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMQALKHIt .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMQALKHIt .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMQALKHIt .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMQALKHIt .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMQALKHIt .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMQALKHIt .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMQALKHIt .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMQALKHIt .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMQALKHIt .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMQALKHIt .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMQALKHIt .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMQALKHIt img,
.cid-uhMQALKHIt .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMQALKHIt .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMQALKHIt .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMQALKHIt .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMQALKHIt .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMQALKHIt .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMQALKHIt .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMQALKHIt .card-descr {
    right: 1rem;
  }
}
.cid-uhMQALKHIt .card-text,
.cid-uhMQALKHIt .linkBtn {
  text-align: center;
}
.cid-uhMQBicrca {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMQBicrca [class^="socicon-"]:before,
.cid-uhMQBicrca [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMQBicrca .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMQBicrca .btn-social,
.cid-uhMQBicrca .mbr-section-title {
  color: #57468b;
}
.cid-uhMQBicrca .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMQBicrca .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMQBicrca .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufG6ZgVQRe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufG6ZgVQRe .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufG6ZgVQRe .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufG6ZgVQRe .card-wrap:hover h4,
.cid-ufG6ZgVQRe .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufG6ZgVQRe h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufG6ZgVQRe h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufG6ZgVQRe img {
  width: 100%;
}
.cid-ufG6ZgVQRe h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufG6ZgVQRe h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufG6ZgVQRe .card-title1,
.cid-ufG6ZgVQRe .title-wrap1 {
  color: #ffffff;
}
.cid-ufG6ZgVQRe .card-title,
.cid-ufG6ZgVQRe .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufG6ZgVQRe .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufG6ZgVQRe .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufG6ZgVQRe H3 {
  color: #767676;
}
.cid-ufG6ZgVQRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufG6ZgVQRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufG6ZgVQRe .mbr-text,
.cid-ufG6ZgVQRe .mbr-section-btn {
  color: #649e7c;
}
.cid-ufG6ZhcIid {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufG6ZhcIid .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufG6ZhcIid .item-title,
.cid-ufG6ZhcIid .card_topic {
  margin-bottom: 12px;
}
.cid-ufG6ZhcIid .category_content {
  opacity: .8;
}
.cid-ufG6ZhcIid .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufG6ZhcIid .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufG6ZhcIid .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufG6ZhcIid .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufG6ZhcIid .mbr-section-btn .btn-secondary-outline .active,
.cid-ufG6ZhcIid .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufG6ZhcIid .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufG6ZhcIid .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufG6ZhsyF8 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ufG6ZhsyF8 .mbr-overlay {
  background: #5eeebb;
}
.cid-ufG6ZhsyF8 .row {
  margin: 0;
}
.cid-ufG6ZhsyF8 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufG6ZhsyF8 .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufG6ZhsyF8 .mbr-section-title b,
.cid-ufG6ZhsyF8 .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufG6ZhsyF8 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufG6ZhsyF8 .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufG6ZhsyF8 .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufG6ZhsyF8 .carousel-item {
  justify-content: center;
}
.cid-ufG6ZhsyF8 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufG6ZhsyF8 .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufG6ZhsyF8 .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufG6ZhsyF8 .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufG6ZhsyF8 .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufG6ZhsyF8 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufG6ZhsyF8 .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufG6ZhsyF8 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufG6ZhsyF8 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufG6ZhsyF8 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufG6ZhsyF8 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufG6ZhsyF8 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufG6ZhsyF8 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufG6ZhsyF8 .cloneditem-1,
.cid-ufG6ZhsyF8 .cloneditem-2,
.cid-ufG6ZhsyF8 .cloneditem-3,
.cid-ufG6ZhsyF8 .cloneditem-4,
.cid-ufG6ZhsyF8 .cloneditem-5 {
  display: none;
}
.cid-ufG6ZhsyF8 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufG6ZhsyF8 .wrap {
    margin-bottom: 50px;
  }
  .cid-ufG6ZhsyF8 .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufG6ZhsyF8 .arrows {
    display: none;
  }
  .cid-ufG6ZhsyF8 .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufG6ZhsyF8 .container-fluid,
  .cid-ufG6ZhsyF8 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufG6ZhsyF8 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufG6ZhsyF8 .carousel-inner {
    z-index: 1;
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufG6ZhsyF8 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufG6ZhsyF8 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufG6ZhsyF8 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufG6ZhsyF8 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides2 .cloneditem-1,
  .cid-ufG6ZhsyF8 .carousel-inner.slides2 .cloneditem-2,
  .cid-ufG6ZhsyF8 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufG6ZhsyF8 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufG6ZhsyF8 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufG6ZhsyF8 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufG6ZhsyF8 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides3 .cloneditem-1,
  .cid-ufG6ZhsyF8 .carousel-inner.slides3 .cloneditem-2,
  .cid-ufG6ZhsyF8 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufG6ZhsyF8 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufG6ZhsyF8 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufG6ZhsyF8 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufG6ZhsyF8 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides4 .cloneditem-1,
  .cid-ufG6ZhsyF8 .carousel-inner.slides4 .cloneditem-2,
  .cid-ufG6ZhsyF8 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufG6ZhsyF8 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufG6ZhsyF8 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufG6ZhsyF8 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufG6ZhsyF8 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides5 .cloneditem-1,
  .cid-ufG6ZhsyF8 .carousel-inner.slides5 .cloneditem-2,
  .cid-ufG6ZhsyF8 .carousel-inner.slides5 .cloneditem-3,
  .cid-ufG6ZhsyF8 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufG6ZhsyF8 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufG6ZhsyF8 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufG6ZhsyF8 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufG6ZhsyF8 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufG6ZhsyF8 .carousel-inner.slides6 .cloneditem-1,
  .cid-ufG6ZhsyF8 .carousel-inner.slides6 .cloneditem-2,
  .cid-ufG6ZhsyF8 .carousel-inner.slides6 .cloneditem-3,
  .cid-ufG6ZhsyF8 .carousel-inner.slides6 .cloneditem-4,
  .cid-ufG6ZhsyF8 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufG6ZhsyF8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufG6ZhsyF8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufG6ZhNlX2 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufG6ZhNlX2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufG6ZhNlX2 .form-row {
  justify-content: flex-end;
}
.cid-ufG6ZhNlX2 .form-control,
.cid-ufG6ZhNlX2 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufG6ZhNlX2 .form-control:hover,
.cid-ufG6ZhNlX2 .field-input:hover,
.cid-ufG6ZhNlX2 .form-control:focus,
.cid-ufG6ZhNlX2 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufG6ZhNlX2 input::-webkit-input-placeholder,
.cid-ufG6ZhNlX2 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufG6ZhNlX2 input:-moz-placeholder,
.cid-ufG6ZhNlX2 textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufG6ZhNlX2 .jq-selectbox li,
.cid-ufG6ZhNlX2 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufG6ZhNlX2 .jq-selectbox li:hover,
.cid-ufG6ZhNlX2 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufG6ZhNlX2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufG6ZhNlX2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufG6ZhNlX2 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufG6ZhNlX2 textarea {
  min-height: 150px;
}
.cid-ufG6ZhNlX2 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufG6ZhNlX2 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufG6ZhNlX2 .mbr-text,
.cid-ufG6ZhNlX2 .mbr-section-btn {
  color: #767676;
}
.cid-ufG6ZhNlX2 H1 {
  color: #143019;
}
.cid-uhMPBNemKx {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMPBNemKx .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMPBNemKx .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMPBNemKx .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMPBNemKx .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPBNemKx .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPBNemKx .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMPBNemKx .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMPBNemKx .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMPBNemKx .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMPBNemKx .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMPBNemKx .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMPBNemKx .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMPBNemKx .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMPBNemKx .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMPBNemKx .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMPBNemKx .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMPBNemKx img,
.cid-uhMPBNemKx .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMPBNemKx .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPBNemKx .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMPBNemKx .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMPBNemKx .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMPBNemKx .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMPBNemKx .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMPBNemKx .card-descr {
    right: 1rem;
  }
}
.cid-uhMPBNemKx .card-text,
.cid-uhMPBNemKx .linkBtn {
  text-align: center;
}
.cid-uhMPCii6lY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMPCii6lY [class^="socicon-"]:before,
.cid-uhMPCii6lY [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMPCii6lY .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMPCii6lY .btn-social,
.cid-uhMPCii6lY .mbr-section-title {
  color: #57468b;
}
.cid-uhMPCii6lY .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMPCii6lY .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMPCii6lY .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ufGgqa5KDJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ufGgqa5KDJ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ufGgqa5KDJ .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ufGgqa5KDJ .card-wrap:hover h4,
.cid-ufGgqa5KDJ .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ufGgqa5KDJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ufGgqa5KDJ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ufGgqa5KDJ img {
  width: 100%;
}
.cid-ufGgqa5KDJ h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufGgqa5KDJ h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ufGgqa5KDJ .card-title1,
.cid-ufGgqa5KDJ .title-wrap1 {
  color: #ffffff;
}
.cid-ufGgqa5KDJ .card-title,
.cid-ufGgqa5KDJ .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ufGgqa5KDJ .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ufGgqa5KDJ .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ufGgqa5KDJ H3 {
  color: #767676;
}
.cid-ufGgqa5KDJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufGgqa5KDJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufGgqa5KDJ .mbr-text,
.cid-ufGgqa5KDJ .mbr-section-btn {
  color: #649e7c;
}
.cid-ufGgqaipBn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufGgqaipBn .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ufGgqaipBn .item-title,
.cid-ufGgqaipBn .card_topic {
  margin-bottom: 12px;
}
.cid-ufGgqaipBn .category_content {
  opacity: .8;
}
.cid-ufGgqaipBn .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ufGgqaipBn .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ufGgqaipBn .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ufGgqaipBn .mbr-section-btn .btn-secondary-outline:hover,
.cid-ufGgqaipBn .mbr-section-btn .btn-secondary-outline .active,
.cid-ufGgqaipBn .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ufGgqaipBn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufGgqaipBn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufGgqaAPDy {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-ufGgqaAPDy .mbr-overlay {
  background: #5eeebb;
}
.cid-ufGgqaAPDy .row {
  margin: 0;
}
.cid-ufGgqaAPDy .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ufGgqaAPDy .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ufGgqaAPDy .mbr-section-title b,
.cid-ufGgqaAPDy .mbr-section-title strong {
  font-weight: 500;
}
.cid-ufGgqaAPDy .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ufGgqaAPDy .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ufGgqaAPDy .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ufGgqaAPDy .carousel-item {
  justify-content: center;
}
.cid-ufGgqaAPDy .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ufGgqaAPDy .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ufGgqaAPDy .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ufGgqaAPDy .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ufGgqaAPDy .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ufGgqaAPDy .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ufGgqaAPDy .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ufGgqaAPDy .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ufGgqaAPDy .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ufGgqaAPDy .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ufGgqaAPDy .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ufGgqaAPDy .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ufGgqaAPDy .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ufGgqaAPDy .cloneditem-1,
.cid-ufGgqaAPDy .cloneditem-2,
.cid-ufGgqaAPDy .cloneditem-3,
.cid-ufGgqaAPDy .cloneditem-4,
.cid-ufGgqaAPDy .cloneditem-5 {
  display: none;
}
.cid-ufGgqaAPDy .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ufGgqaAPDy .wrap {
    margin-bottom: 50px;
  }
  .cid-ufGgqaAPDy .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ufGgqaAPDy .arrows {
    display: none;
  }
  .cid-ufGgqaAPDy .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ufGgqaAPDy .container-fluid,
  .cid-ufGgqaAPDy .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ufGgqaAPDy .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ufGgqaAPDy .carousel-inner {
    z-index: 1;
  }
  .cid-ufGgqaAPDy .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ufGgqaAPDy .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ufGgqaAPDy .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ufGgqaAPDy .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufGgqaAPDy .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides2 .cloneditem-1,
  .cid-ufGgqaAPDy .carousel-inner.slides2 .cloneditem-2,
  .cid-ufGgqaAPDy .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ufGgqaAPDy .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ufGgqaAPDy .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ufGgqaAPDy .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ufGgqaAPDy .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufGgqaAPDy .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides3 .cloneditem-1,
  .cid-ufGgqaAPDy .carousel-inner.slides3 .cloneditem-2,
  .cid-ufGgqaAPDy .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ufGgqaAPDy .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ufGgqaAPDy .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ufGgqaAPDy .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ufGgqaAPDy .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufGgqaAPDy .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides4 .cloneditem-1,
  .cid-ufGgqaAPDy .carousel-inner.slides4 .cloneditem-2,
  .cid-ufGgqaAPDy .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ufGgqaAPDy .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ufGgqaAPDy .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ufGgqaAPDy .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ufGgqaAPDy .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufGgqaAPDy .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides5 .cloneditem-1,
  .cid-ufGgqaAPDy .carousel-inner.slides5 .cloneditem-2,
  .cid-ufGgqaAPDy .carousel-inner.slides5 .cloneditem-3,
  .cid-ufGgqaAPDy .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ufGgqaAPDy .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ufGgqaAPDy .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ufGgqaAPDy .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ufGgqaAPDy .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ufGgqaAPDy .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ufGgqaAPDy .carousel-inner.slides6 .cloneditem-1,
  .cid-ufGgqaAPDy .carousel-inner.slides6 .cloneditem-2,
  .cid-ufGgqaAPDy .carousel-inner.slides6 .cloneditem-3,
  .cid-ufGgqaAPDy .carousel-inner.slides6 .cloneditem-4,
  .cid-ufGgqaAPDy .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ufGgqaAPDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufGgqaAPDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufGgqaThRC {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ufGgqaThRC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ufGgqaThRC .form-row {
  justify-content: flex-end;
}
.cid-ufGgqaThRC .form-control,
.cid-ufGgqaThRC .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ufGgqaThRC .form-control:hover,
.cid-ufGgqaThRC .field-input:hover,
.cid-ufGgqaThRC .form-control:focus,
.cid-ufGgqaThRC .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ufGgqaThRC input::-webkit-input-placeholder,
.cid-ufGgqaThRC textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ufGgqaThRC input:-moz-placeholder,
.cid-ufGgqaThRC textarea:-moz-placeholder {
  color: #767676;
}
.cid-ufGgqaThRC .jq-selectbox li,
.cid-ufGgqaThRC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufGgqaThRC .jq-selectbox li:hover,
.cid-ufGgqaThRC .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ufGgqaThRC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufGgqaThRC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ufGgqaThRC span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ufGgqaThRC textarea {
  min-height: 150px;
}
.cid-ufGgqaThRC h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ufGgqaThRC h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ufGgqaThRC .mbr-text,
.cid-ufGgqaThRC .mbr-section-btn {
  color: #767676;
}
.cid-ufGgqaThRC H1 {
  color: #143019;
}
.cid-uhMPJAjpaZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMPJAjpaZ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMPJAjpaZ .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMPJAjpaZ .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMPJAjpaZ .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPJAjpaZ .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPJAjpaZ .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMPJAjpaZ .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMPJAjpaZ .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMPJAjpaZ .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMPJAjpaZ .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMPJAjpaZ .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMPJAjpaZ .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMPJAjpaZ .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMPJAjpaZ .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMPJAjpaZ .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMPJAjpaZ .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMPJAjpaZ img,
.cid-uhMPJAjpaZ .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMPJAjpaZ .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMPJAjpaZ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMPJAjpaZ .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMPJAjpaZ .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMPJAjpaZ .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMPJAjpaZ .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMPJAjpaZ .card-descr {
    right: 1rem;
  }
}
.cid-uhMPJAjpaZ .card-text,
.cid-uhMPJAjpaZ .linkBtn {
  text-align: center;
}
.cid-uhMPKTugEp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMPKTugEp [class^="socicon-"]:before,
.cid-uhMPKTugEp [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMPKTugEp .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMPKTugEp .btn-social,
.cid-uhMPKTugEp .mbr-section-title {
  color: #57468b;
}
.cid-uhMPKTugEp .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMPKTugEp .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMPKTugEp .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug4C4Z5AxT {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug4C4Z5AxT .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug4C4Z5AxT .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug4C4Z5AxT .card-wrap:hover h4,
.cid-ug4C4Z5AxT .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug4C4Z5AxT h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug4C4Z5AxT h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug4C4Z5AxT img {
  width: 100%;
}
.cid-ug4C4Z5AxT h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4C4Z5AxT h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4C4Z5AxT .card-title1,
.cid-ug4C4Z5AxT .title-wrap1 {
  color: #ffffff;
}
.cid-ug4C4Z5AxT .card-title,
.cid-ug4C4Z5AxT .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug4C4Z5AxT .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug4C4Z5AxT .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug4C4Z5AxT H3 {
  color: #767676;
}
.cid-ug4C4Z5AxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4C4Z5AxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4C4Z5AxT .mbr-text,
.cid-ug4C4Z5AxT .mbr-section-btn {
  color: #649e7c;
}
.cid-ug4C4ZfLj1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug4C4ZfLj1 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug4C4ZfLj1 .item-title,
.cid-ug4C4ZfLj1 .card_topic {
  margin-bottom: 12px;
}
.cid-ug4C4ZfLj1 .category_content {
  opacity: .8;
}
.cid-ug4C4ZfLj1 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug4C4ZfLj1 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug4C4ZfLj1 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug4C4ZfLj1 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug4C4ZfLj1 .mbr-section-btn .btn-secondary-outline .active,
.cid-ug4C4ZfLj1 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug4C4ZfLj1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4C4ZfLj1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4C4ZrUAL {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug4C4ZrUAL .mbr-overlay {
  background: #5eeebb;
}
.cid-ug4C4ZrUAL .row {
  margin: 0;
}
.cid-ug4C4ZrUAL .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug4C4ZrUAL .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug4C4ZrUAL .mbr-section-title b,
.cid-ug4C4ZrUAL .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug4C4ZrUAL .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug4C4ZrUAL .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug4C4ZrUAL .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug4C4ZrUAL .carousel-item {
  justify-content: center;
}
.cid-ug4C4ZrUAL .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug4C4ZrUAL .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug4C4ZrUAL .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug4C4ZrUAL .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug4C4ZrUAL .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug4C4ZrUAL .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug4C4ZrUAL .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug4C4ZrUAL .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug4C4ZrUAL .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug4C4ZrUAL .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug4C4ZrUAL .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug4C4ZrUAL .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug4C4ZrUAL .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug4C4ZrUAL .cloneditem-1,
.cid-ug4C4ZrUAL .cloneditem-2,
.cid-ug4C4ZrUAL .cloneditem-3,
.cid-ug4C4ZrUAL .cloneditem-4,
.cid-ug4C4ZrUAL .cloneditem-5 {
  display: none;
}
.cid-ug4C4ZrUAL .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug4C4ZrUAL .wrap {
    margin-bottom: 50px;
  }
  .cid-ug4C4ZrUAL .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug4C4ZrUAL .arrows {
    display: none;
  }
  .cid-ug4C4ZrUAL .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug4C4ZrUAL .container-fluid,
  .cid-ug4C4ZrUAL .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug4C4ZrUAL .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug4C4ZrUAL .carousel-inner {
    z-index: 1;
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug4C4ZrUAL .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug4C4ZrUAL .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug4C4ZrUAL .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4C4ZrUAL .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides2 .cloneditem-1,
  .cid-ug4C4ZrUAL .carousel-inner.slides2 .cloneditem-2,
  .cid-ug4C4ZrUAL .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug4C4ZrUAL .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug4C4ZrUAL .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug4C4ZrUAL .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4C4ZrUAL .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides3 .cloneditem-1,
  .cid-ug4C4ZrUAL .carousel-inner.slides3 .cloneditem-2,
  .cid-ug4C4ZrUAL .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug4C4ZrUAL .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug4C4ZrUAL .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug4C4ZrUAL .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4C4ZrUAL .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides4 .cloneditem-1,
  .cid-ug4C4ZrUAL .carousel-inner.slides4 .cloneditem-2,
  .cid-ug4C4ZrUAL .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug4C4ZrUAL .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug4C4ZrUAL .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug4C4ZrUAL .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4C4ZrUAL .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides5 .cloneditem-1,
  .cid-ug4C4ZrUAL .carousel-inner.slides5 .cloneditem-2,
  .cid-ug4C4ZrUAL .carousel-inner.slides5 .cloneditem-3,
  .cid-ug4C4ZrUAL .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug4C4ZrUAL .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug4C4ZrUAL .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug4C4ZrUAL .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4C4ZrUAL .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4C4ZrUAL .carousel-inner.slides6 .cloneditem-1,
  .cid-ug4C4ZrUAL .carousel-inner.slides6 .cloneditem-2,
  .cid-ug4C4ZrUAL .carousel-inner.slides6 .cloneditem-3,
  .cid-ug4C4ZrUAL .carousel-inner.slides6 .cloneditem-4,
  .cid-ug4C4ZrUAL .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug4C4ZrUAL .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4C4ZrUAL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4C4ZV84D {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug4C4ZV84D .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug4C4ZV84D .form-row {
  justify-content: flex-end;
}
.cid-ug4C4ZV84D .form-control,
.cid-ug4C4ZV84D .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug4C4ZV84D .form-control:hover,
.cid-ug4C4ZV84D .field-input:hover,
.cid-ug4C4ZV84D .form-control:focus,
.cid-ug4C4ZV84D .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug4C4ZV84D input::-webkit-input-placeholder,
.cid-ug4C4ZV84D textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug4C4ZV84D input:-moz-placeholder,
.cid-ug4C4ZV84D textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug4C4ZV84D .jq-selectbox li,
.cid-ug4C4ZV84D .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4C4ZV84D .jq-selectbox li:hover,
.cid-ug4C4ZV84D .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4C4ZV84D .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4C4ZV84D .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4C4ZV84D span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug4C4ZV84D textarea {
  min-height: 150px;
}
.cid-ug4C4ZV84D h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug4C4ZV84D h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug4C4ZV84D .mbr-text,
.cid-ug4C4ZV84D .mbr-section-btn {
  color: #767676;
}
.cid-ug4C4ZV84D H1 {
  color: #143019;
}
.cid-uhMrpJmKZU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMrpJmKZU .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMrpJmKZU .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMrpJmKZU .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMrpJmKZU .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMrpJmKZU .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMrpJmKZU .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMrpJmKZU .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMrpJmKZU .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMrpJmKZU .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMrpJmKZU .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMrpJmKZU .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMrpJmKZU .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMrpJmKZU .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMrpJmKZU .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMrpJmKZU .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMrpJmKZU .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMrpJmKZU img,
.cid-uhMrpJmKZU .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMrpJmKZU .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMrpJmKZU .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMrpJmKZU .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMrpJmKZU .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMrpJmKZU .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMrpJmKZU .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMrpJmKZU .card-descr {
    right: 1rem;
  }
}
.cid-uhMrpJmKZU .card-text,
.cid-uhMrpJmKZU .linkBtn {
  text-align: center;
}
.cid-ug4C50sQz0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-ug4C50sQz0 [class^="socicon-"]:before,
.cid-ug4C50sQz0 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-ug4C50sQz0 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-ug4C50sQz0 .btn-social,
.cid-ug4C50sQz0 .mbr-section-title {
  color: #57468b;
}
.cid-ug4C50sQz0 .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-ug4C50sQz0 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-ug4C50sQz0 .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug4EOoDT6l {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug4EOoDT6l .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug4EOoDT6l .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug4EOoDT6l .card-wrap:hover h4,
.cid-ug4EOoDT6l .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug4EOoDT6l h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug4EOoDT6l h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug4EOoDT6l img {
  width: 100%;
}
.cid-ug4EOoDT6l h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4EOoDT6l h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4EOoDT6l .card-title1,
.cid-ug4EOoDT6l .title-wrap1 {
  color: #ffffff;
}
.cid-ug4EOoDT6l .card-title,
.cid-ug4EOoDT6l .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug4EOoDT6l .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug4EOoDT6l .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug4EOoDT6l H3 {
  color: #767676;
}
.cid-ug4EOoDT6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4EOoDT6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4EOoDT6l .mbr-text,
.cid-ug4EOoDT6l .mbr-section-btn {
  color: #649e7c;
}
.cid-ug4EOoPneQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug4EOoPneQ .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug4EOoPneQ .item-title,
.cid-ug4EOoPneQ .card_topic {
  margin-bottom: 12px;
}
.cid-ug4EOoPneQ .category_content {
  opacity: .8;
}
.cid-ug4EOoPneQ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug4EOoPneQ .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug4EOoPneQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug4EOoPneQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug4EOoPneQ .mbr-section-btn .btn-secondary-outline .active,
.cid-ug4EOoPneQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug4EOoPneQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4EOoPneQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4EOp3pz7 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug4EOp3pz7 .mbr-overlay {
  background: #5eeebb;
}
.cid-ug4EOp3pz7 .row {
  margin: 0;
}
.cid-ug4EOp3pz7 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug4EOp3pz7 .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug4EOp3pz7 .mbr-section-title b,
.cid-ug4EOp3pz7 .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug4EOp3pz7 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug4EOp3pz7 .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug4EOp3pz7 .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug4EOp3pz7 .carousel-item {
  justify-content: center;
}
.cid-ug4EOp3pz7 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug4EOp3pz7 .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug4EOp3pz7 .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug4EOp3pz7 .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug4EOp3pz7 .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug4EOp3pz7 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug4EOp3pz7 .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug4EOp3pz7 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug4EOp3pz7 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug4EOp3pz7 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug4EOp3pz7 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug4EOp3pz7 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug4EOp3pz7 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug4EOp3pz7 .cloneditem-1,
.cid-ug4EOp3pz7 .cloneditem-2,
.cid-ug4EOp3pz7 .cloneditem-3,
.cid-ug4EOp3pz7 .cloneditem-4,
.cid-ug4EOp3pz7 .cloneditem-5 {
  display: none;
}
.cid-ug4EOp3pz7 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug4EOp3pz7 .wrap {
    margin-bottom: 50px;
  }
  .cid-ug4EOp3pz7 .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug4EOp3pz7 .arrows {
    display: none;
  }
  .cid-ug4EOp3pz7 .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug4EOp3pz7 .container-fluid,
  .cid-ug4EOp3pz7 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug4EOp3pz7 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug4EOp3pz7 .carousel-inner {
    z-index: 1;
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug4EOp3pz7 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug4EOp3pz7 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug4EOp3pz7 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4EOp3pz7 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides2 .cloneditem-1,
  .cid-ug4EOp3pz7 .carousel-inner.slides2 .cloneditem-2,
  .cid-ug4EOp3pz7 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug4EOp3pz7 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug4EOp3pz7 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug4EOp3pz7 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4EOp3pz7 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides3 .cloneditem-1,
  .cid-ug4EOp3pz7 .carousel-inner.slides3 .cloneditem-2,
  .cid-ug4EOp3pz7 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug4EOp3pz7 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug4EOp3pz7 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug4EOp3pz7 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4EOp3pz7 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides4 .cloneditem-1,
  .cid-ug4EOp3pz7 .carousel-inner.slides4 .cloneditem-2,
  .cid-ug4EOp3pz7 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug4EOp3pz7 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug4EOp3pz7 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug4EOp3pz7 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4EOp3pz7 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides5 .cloneditem-1,
  .cid-ug4EOp3pz7 .carousel-inner.slides5 .cloneditem-2,
  .cid-ug4EOp3pz7 .carousel-inner.slides5 .cloneditem-3,
  .cid-ug4EOp3pz7 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug4EOp3pz7 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug4EOp3pz7 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug4EOp3pz7 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4EOp3pz7 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4EOp3pz7 .carousel-inner.slides6 .cloneditem-1,
  .cid-ug4EOp3pz7 .carousel-inner.slides6 .cloneditem-2,
  .cid-ug4EOp3pz7 .carousel-inner.slides6 .cloneditem-3,
  .cid-ug4EOp3pz7 .carousel-inner.slides6 .cloneditem-4,
  .cid-ug4EOp3pz7 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug4EOp3pz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4EOp3pz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4EOpmPOl {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug4EOpmPOl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug4EOpmPOl .form-row {
  justify-content: flex-end;
}
.cid-ug4EOpmPOl .form-control,
.cid-ug4EOpmPOl .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug4EOpmPOl .form-control:hover,
.cid-ug4EOpmPOl .field-input:hover,
.cid-ug4EOpmPOl .form-control:focus,
.cid-ug4EOpmPOl .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug4EOpmPOl input::-webkit-input-placeholder,
.cid-ug4EOpmPOl textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug4EOpmPOl input:-moz-placeholder,
.cid-ug4EOpmPOl textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug4EOpmPOl .jq-selectbox li,
.cid-ug4EOpmPOl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4EOpmPOl .jq-selectbox li:hover,
.cid-ug4EOpmPOl .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4EOpmPOl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4EOpmPOl .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4EOpmPOl span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug4EOpmPOl textarea {
  min-height: 150px;
}
.cid-ug4EOpmPOl h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug4EOpmPOl h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug4EOpmPOl .mbr-text,
.cid-ug4EOpmPOl .mbr-section-btn {
  color: #767676;
}
.cid-ug4EOpmPOl H1 {
  color: #143019;
}
.cid-uhMu08gvS9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMu08gvS9 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMu08gvS9 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMu08gvS9 .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMu08gvS9 .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMu08gvS9 .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMu08gvS9 .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMu08gvS9 .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMu08gvS9 .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMu08gvS9 .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMu08gvS9 .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMu08gvS9 .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMu08gvS9 .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMu08gvS9 .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMu08gvS9 .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMu08gvS9 .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMu08gvS9 .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMu08gvS9 img,
.cid-uhMu08gvS9 .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMu08gvS9 .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMu08gvS9 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMu08gvS9 .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMu08gvS9 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMu08gvS9 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMu08gvS9 .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMu08gvS9 .card-descr {
    right: 1rem;
  }
}
.cid-uhMu08gvS9 .card-text,
.cid-uhMu08gvS9 .linkBtn {
  text-align: center;
}
.cid-uhMtZbQ4hA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMtZbQ4hA [class^="socicon-"]:before,
.cid-uhMtZbQ4hA [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMtZbQ4hA .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMtZbQ4hA .btn-social,
.cid-uhMtZbQ4hA .mbr-section-title {
  color: #57468b;
}
.cid-uhMtZbQ4hA .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMtZbQ4hA .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMtZbQ4hA .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug4GyTpxog {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug4GyTpxog .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug4GyTpxog .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug4GyTpxog .card-wrap:hover h4,
.cid-ug4GyTpxog .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug4GyTpxog h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug4GyTpxog h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug4GyTpxog img {
  width: 100%;
}
.cid-ug4GyTpxog h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4GyTpxog h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4GyTpxog .card-title1,
.cid-ug4GyTpxog .title-wrap1 {
  color: #ffffff;
}
.cid-ug4GyTpxog .card-title,
.cid-ug4GyTpxog .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug4GyTpxog .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug4GyTpxog .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug4GyTpxog H3 {
  color: #767676;
}
.cid-ug4GyTpxog .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4GyTpxog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4GyTpxog .mbr-text,
.cid-ug4GyTpxog .mbr-section-btn {
  color: #649e7c;
}
.cid-ug4GyV2cqo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug4GyV2cqo .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug4GyV2cqo .item-title,
.cid-ug4GyV2cqo .card_topic {
  margin-bottom: 12px;
}
.cid-ug4GyV2cqo .category_content {
  opacity: .8;
}
.cid-ug4GyV2cqo .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug4GyV2cqo .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug4GyV2cqo .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug4GyV2cqo .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug4GyV2cqo .mbr-section-btn .btn-secondary-outline .active,
.cid-ug4GyV2cqo .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug4GyV2cqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4GyV2cqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4GyVxy1x {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug4GyVxy1x .mbr-overlay {
  background: #5eeebb;
}
.cid-ug4GyVxy1x .row {
  margin: 0;
}
.cid-ug4GyVxy1x .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug4GyVxy1x .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug4GyVxy1x .mbr-section-title b,
.cid-ug4GyVxy1x .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug4GyVxy1x .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug4GyVxy1x .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug4GyVxy1x .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug4GyVxy1x .carousel-item {
  justify-content: center;
}
.cid-ug4GyVxy1x .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug4GyVxy1x .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug4GyVxy1x .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug4GyVxy1x .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug4GyVxy1x .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug4GyVxy1x .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug4GyVxy1x .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug4GyVxy1x .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug4GyVxy1x .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug4GyVxy1x .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug4GyVxy1x .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug4GyVxy1x .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug4GyVxy1x .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug4GyVxy1x .cloneditem-1,
.cid-ug4GyVxy1x .cloneditem-2,
.cid-ug4GyVxy1x .cloneditem-3,
.cid-ug4GyVxy1x .cloneditem-4,
.cid-ug4GyVxy1x .cloneditem-5 {
  display: none;
}
.cid-ug4GyVxy1x .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug4GyVxy1x .wrap {
    margin-bottom: 50px;
  }
  .cid-ug4GyVxy1x .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug4GyVxy1x .arrows {
    display: none;
  }
  .cid-ug4GyVxy1x .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug4GyVxy1x .container-fluid,
  .cid-ug4GyVxy1x .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug4GyVxy1x .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug4GyVxy1x .carousel-inner {
    z-index: 1;
  }
  .cid-ug4GyVxy1x .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug4GyVxy1x .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug4GyVxy1x .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug4GyVxy1x .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4GyVxy1x .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides2 .cloneditem-1,
  .cid-ug4GyVxy1x .carousel-inner.slides2 .cloneditem-2,
  .cid-ug4GyVxy1x .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug4GyVxy1x .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug4GyVxy1x .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug4GyVxy1x .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug4GyVxy1x .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4GyVxy1x .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides3 .cloneditem-1,
  .cid-ug4GyVxy1x .carousel-inner.slides3 .cloneditem-2,
  .cid-ug4GyVxy1x .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug4GyVxy1x .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug4GyVxy1x .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug4GyVxy1x .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug4GyVxy1x .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4GyVxy1x .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides4 .cloneditem-1,
  .cid-ug4GyVxy1x .carousel-inner.slides4 .cloneditem-2,
  .cid-ug4GyVxy1x .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug4GyVxy1x .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug4GyVxy1x .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug4GyVxy1x .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug4GyVxy1x .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4GyVxy1x .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides5 .cloneditem-1,
  .cid-ug4GyVxy1x .carousel-inner.slides5 .cloneditem-2,
  .cid-ug4GyVxy1x .carousel-inner.slides5 .cloneditem-3,
  .cid-ug4GyVxy1x .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug4GyVxy1x .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug4GyVxy1x .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug4GyVxy1x .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug4GyVxy1x .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4GyVxy1x .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4GyVxy1x .carousel-inner.slides6 .cloneditem-1,
  .cid-ug4GyVxy1x .carousel-inner.slides6 .cloneditem-2,
  .cid-ug4GyVxy1x .carousel-inner.slides6 .cloneditem-3,
  .cid-ug4GyVxy1x .carousel-inner.slides6 .cloneditem-4,
  .cid-ug4GyVxy1x .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug4GyVxy1x .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4GyVxy1x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4GyXqw3R {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug4GyXqw3R .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug4GyXqw3R .form-row {
  justify-content: flex-end;
}
.cid-ug4GyXqw3R .form-control,
.cid-ug4GyXqw3R .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug4GyXqw3R .form-control:hover,
.cid-ug4GyXqw3R .field-input:hover,
.cid-ug4GyXqw3R .form-control:focus,
.cid-ug4GyXqw3R .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug4GyXqw3R input::-webkit-input-placeholder,
.cid-ug4GyXqw3R textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug4GyXqw3R input:-moz-placeholder,
.cid-ug4GyXqw3R textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug4GyXqw3R .jq-selectbox li,
.cid-ug4GyXqw3R .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4GyXqw3R .jq-selectbox li:hover,
.cid-ug4GyXqw3R .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4GyXqw3R .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4GyXqw3R .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4GyXqw3R span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug4GyXqw3R textarea {
  min-height: 150px;
}
.cid-ug4GyXqw3R h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug4GyXqw3R h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug4GyXqw3R .mbr-text,
.cid-ug4GyXqw3R .mbr-section-btn {
  color: #767676;
}
.cid-ug4GyXqw3R H1 {
  color: #143019;
}
.cid-uhMudSg9Jf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMudSg9Jf .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMudSg9Jf .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMudSg9Jf .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMudSg9Jf .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMudSg9Jf .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMudSg9Jf .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMudSg9Jf .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMudSg9Jf .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMudSg9Jf .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMudSg9Jf .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMudSg9Jf .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMudSg9Jf .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMudSg9Jf .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMudSg9Jf .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMudSg9Jf .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMudSg9Jf .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMudSg9Jf img,
.cid-uhMudSg9Jf .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMudSg9Jf .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMudSg9Jf .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMudSg9Jf .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMudSg9Jf .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMudSg9Jf .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMudSg9Jf .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMudSg9Jf .card-descr {
    right: 1rem;
  }
}
.cid-uhMudSg9Jf .card-text,
.cid-uhMudSg9Jf .linkBtn {
  text-align: center;
}
.cid-uhMudeysKS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMudeysKS [class^="socicon-"]:before,
.cid-uhMudeysKS [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMudeysKS .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMudeysKS .btn-social,
.cid-uhMudeysKS .mbr-section-title {
  color: #57468b;
}
.cid-uhMudeysKS .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMudeysKS .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMudeysKS .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug4IxJhRCY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug4IxJhRCY .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug4IxJhRCY .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug4IxJhRCY .card-wrap:hover h4,
.cid-ug4IxJhRCY .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug4IxJhRCY h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug4IxJhRCY h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug4IxJhRCY img {
  width: 100%;
}
.cid-ug4IxJhRCY h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4IxJhRCY h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4IxJhRCY .card-title1,
.cid-ug4IxJhRCY .title-wrap1 {
  color: #ffffff;
}
.cid-ug4IxJhRCY .card-title,
.cid-ug4IxJhRCY .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug4IxJhRCY .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug4IxJhRCY .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug4IxJhRCY H3 {
  color: #767676;
}
.cid-ug4IxJhRCY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4IxJhRCY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4IxJhRCY .mbr-text,
.cid-ug4IxJhRCY .mbr-section-btn {
  color: #649e7c;
}
.cid-ug4IxJNU2R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug4IxJNU2R .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug4IxJNU2R .item-title,
.cid-ug4IxJNU2R .card_topic {
  margin-bottom: 12px;
}
.cid-ug4IxJNU2R .category_content {
  opacity: .8;
}
.cid-ug4IxJNU2R .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug4IxJNU2R .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug4IxJNU2R .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug4IxJNU2R .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug4IxJNU2R .mbr-section-btn .btn-secondary-outline .active,
.cid-ug4IxJNU2R .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug4IxJNU2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4IxJNU2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4IxKdPYq {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug4IxKdPYq .mbr-overlay {
  background: #5eeebb;
}
.cid-ug4IxKdPYq .row {
  margin: 0;
}
.cid-ug4IxKdPYq .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug4IxKdPYq .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug4IxKdPYq .mbr-section-title b,
.cid-ug4IxKdPYq .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug4IxKdPYq .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug4IxKdPYq .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug4IxKdPYq .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug4IxKdPYq .carousel-item {
  justify-content: center;
}
.cid-ug4IxKdPYq .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug4IxKdPYq .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug4IxKdPYq .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug4IxKdPYq .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug4IxKdPYq .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug4IxKdPYq .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug4IxKdPYq .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug4IxKdPYq .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug4IxKdPYq .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug4IxKdPYq .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug4IxKdPYq .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug4IxKdPYq .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug4IxKdPYq .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug4IxKdPYq .cloneditem-1,
.cid-ug4IxKdPYq .cloneditem-2,
.cid-ug4IxKdPYq .cloneditem-3,
.cid-ug4IxKdPYq .cloneditem-4,
.cid-ug4IxKdPYq .cloneditem-5 {
  display: none;
}
.cid-ug4IxKdPYq .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug4IxKdPYq .wrap {
    margin-bottom: 50px;
  }
  .cid-ug4IxKdPYq .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug4IxKdPYq .arrows {
    display: none;
  }
  .cid-ug4IxKdPYq .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug4IxKdPYq .container-fluid,
  .cid-ug4IxKdPYq .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug4IxKdPYq .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug4IxKdPYq .carousel-inner {
    z-index: 1;
  }
  .cid-ug4IxKdPYq .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug4IxKdPYq .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug4IxKdPYq .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug4IxKdPYq .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4IxKdPYq .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides2 .cloneditem-1,
  .cid-ug4IxKdPYq .carousel-inner.slides2 .cloneditem-2,
  .cid-ug4IxKdPYq .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug4IxKdPYq .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug4IxKdPYq .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug4IxKdPYq .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug4IxKdPYq .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4IxKdPYq .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides3 .cloneditem-1,
  .cid-ug4IxKdPYq .carousel-inner.slides3 .cloneditem-2,
  .cid-ug4IxKdPYq .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug4IxKdPYq .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug4IxKdPYq .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug4IxKdPYq .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug4IxKdPYq .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4IxKdPYq .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides4 .cloneditem-1,
  .cid-ug4IxKdPYq .carousel-inner.slides4 .cloneditem-2,
  .cid-ug4IxKdPYq .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug4IxKdPYq .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug4IxKdPYq .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug4IxKdPYq .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug4IxKdPYq .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4IxKdPYq .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides5 .cloneditem-1,
  .cid-ug4IxKdPYq .carousel-inner.slides5 .cloneditem-2,
  .cid-ug4IxKdPYq .carousel-inner.slides5 .cloneditem-3,
  .cid-ug4IxKdPYq .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug4IxKdPYq .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug4IxKdPYq .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug4IxKdPYq .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug4IxKdPYq .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4IxKdPYq .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4IxKdPYq .carousel-inner.slides6 .cloneditem-1,
  .cid-ug4IxKdPYq .carousel-inner.slides6 .cloneditem-2,
  .cid-ug4IxKdPYq .carousel-inner.slides6 .cloneditem-3,
  .cid-ug4IxKdPYq .carousel-inner.slides6 .cloneditem-4,
  .cid-ug4IxKdPYq .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug4IxKdPYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4IxKdPYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4IxLAHZA {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug4IxLAHZA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug4IxLAHZA .form-row {
  justify-content: flex-end;
}
.cid-ug4IxLAHZA .form-control,
.cid-ug4IxLAHZA .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug4IxLAHZA .form-control:hover,
.cid-ug4IxLAHZA .field-input:hover,
.cid-ug4IxLAHZA .form-control:focus,
.cid-ug4IxLAHZA .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug4IxLAHZA input::-webkit-input-placeholder,
.cid-ug4IxLAHZA textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug4IxLAHZA input:-moz-placeholder,
.cid-ug4IxLAHZA textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug4IxLAHZA .jq-selectbox li,
.cid-ug4IxLAHZA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4IxLAHZA .jq-selectbox li:hover,
.cid-ug4IxLAHZA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4IxLAHZA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4IxLAHZA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4IxLAHZA span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug4IxLAHZA textarea {
  min-height: 150px;
}
.cid-ug4IxLAHZA h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug4IxLAHZA h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug4IxLAHZA .mbr-text,
.cid-ug4IxLAHZA .mbr-section-btn {
  color: #767676;
}
.cid-ug4IxLAHZA H1 {
  color: #143019;
}
.cid-uhMMtCWi9I {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMMtCWi9I .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMMtCWi9I .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMMtCWi9I .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMMtCWi9I .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMtCWi9I .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMtCWi9I .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMMtCWi9I .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMMtCWi9I .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMMtCWi9I .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMMtCWi9I .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMMtCWi9I .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMMtCWi9I .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMMtCWi9I .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMMtCWi9I .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMMtCWi9I .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMMtCWi9I .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMMtCWi9I img,
.cid-uhMMtCWi9I .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMMtCWi9I .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMtCWi9I .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMMtCWi9I .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMMtCWi9I .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMMtCWi9I .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMMtCWi9I .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMMtCWi9I .card-descr {
    right: 1rem;
  }
}
.cid-uhMMtCWi9I .card-text,
.cid-uhMMtCWi9I .linkBtn {
  text-align: center;
}
.cid-uhMMsW8KLP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMMsW8KLP [class^="socicon-"]:before,
.cid-uhMMsW8KLP [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMMsW8KLP .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMMsW8KLP .btn-social,
.cid-uhMMsW8KLP .mbr-section-title {
  color: #57468b;
}
.cid-uhMMsW8KLP .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMMsW8KLP .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMMsW8KLP .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug4KcK4WU5 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug4KcK4WU5 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug4KcK4WU5 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug4KcK4WU5 .card-wrap:hover h4,
.cid-ug4KcK4WU5 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug4KcK4WU5 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug4KcK4WU5 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug4KcK4WU5 img {
  width: 100%;
}
.cid-ug4KcK4WU5 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4KcK4WU5 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4KcK4WU5 .card-title1,
.cid-ug4KcK4WU5 .title-wrap1 {
  color: #ffffff;
}
.cid-ug4KcK4WU5 .card-title,
.cid-ug4KcK4WU5 .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug4KcK4WU5 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug4KcK4WU5 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug4KcK4WU5 H3 {
  color: #767676;
}
.cid-ug4KcK4WU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4KcK4WU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4KcK4WU5 .mbr-text,
.cid-ug4KcK4WU5 .mbr-section-btn {
  color: #649e7c;
}
.cid-ug4KcKiLLX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug4KcKiLLX .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug4KcKiLLX .item-title,
.cid-ug4KcKiLLX .card_topic {
  margin-bottom: 12px;
}
.cid-ug4KcKiLLX .category_content {
  opacity: .8;
}
.cid-ug4KcKiLLX .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug4KcKiLLX .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug4KcKiLLX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug4KcKiLLX .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug4KcKiLLX .mbr-section-btn .btn-secondary-outline .active,
.cid-ug4KcKiLLX .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug4KcKiLLX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4KcKiLLX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4KcKy9B2 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug4KcKy9B2 .mbr-overlay {
  background: #5eeebb;
}
.cid-ug4KcKy9B2 .row {
  margin: 0;
}
.cid-ug4KcKy9B2 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug4KcKy9B2 .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug4KcKy9B2 .mbr-section-title b,
.cid-ug4KcKy9B2 .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug4KcKy9B2 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug4KcKy9B2 .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug4KcKy9B2 .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug4KcKy9B2 .carousel-item {
  justify-content: center;
}
.cid-ug4KcKy9B2 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug4KcKy9B2 .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug4KcKy9B2 .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug4KcKy9B2 .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug4KcKy9B2 .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug4KcKy9B2 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug4KcKy9B2 .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug4KcKy9B2 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug4KcKy9B2 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug4KcKy9B2 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug4KcKy9B2 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug4KcKy9B2 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug4KcKy9B2 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug4KcKy9B2 .cloneditem-1,
.cid-ug4KcKy9B2 .cloneditem-2,
.cid-ug4KcKy9B2 .cloneditem-3,
.cid-ug4KcKy9B2 .cloneditem-4,
.cid-ug4KcKy9B2 .cloneditem-5 {
  display: none;
}
.cid-ug4KcKy9B2 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug4KcKy9B2 .wrap {
    margin-bottom: 50px;
  }
  .cid-ug4KcKy9B2 .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug4KcKy9B2 .arrows {
    display: none;
  }
  .cid-ug4KcKy9B2 .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug4KcKy9B2 .container-fluid,
  .cid-ug4KcKy9B2 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug4KcKy9B2 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug4KcKy9B2 .carousel-inner {
    z-index: 1;
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug4KcKy9B2 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug4KcKy9B2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug4KcKy9B2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4KcKy9B2 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides2 .cloneditem-1,
  .cid-ug4KcKy9B2 .carousel-inner.slides2 .cloneditem-2,
  .cid-ug4KcKy9B2 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug4KcKy9B2 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug4KcKy9B2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug4KcKy9B2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4KcKy9B2 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides3 .cloneditem-1,
  .cid-ug4KcKy9B2 .carousel-inner.slides3 .cloneditem-2,
  .cid-ug4KcKy9B2 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug4KcKy9B2 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug4KcKy9B2 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug4KcKy9B2 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4KcKy9B2 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides4 .cloneditem-1,
  .cid-ug4KcKy9B2 .carousel-inner.slides4 .cloneditem-2,
  .cid-ug4KcKy9B2 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug4KcKy9B2 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug4KcKy9B2 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug4KcKy9B2 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4KcKy9B2 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides5 .cloneditem-1,
  .cid-ug4KcKy9B2 .carousel-inner.slides5 .cloneditem-2,
  .cid-ug4KcKy9B2 .carousel-inner.slides5 .cloneditem-3,
  .cid-ug4KcKy9B2 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug4KcKy9B2 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug4KcKy9B2 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug4KcKy9B2 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4KcKy9B2 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4KcKy9B2 .carousel-inner.slides6 .cloneditem-1,
  .cid-ug4KcKy9B2 .carousel-inner.slides6 .cloneditem-2,
  .cid-ug4KcKy9B2 .carousel-inner.slides6 .cloneditem-3,
  .cid-ug4KcKy9B2 .carousel-inner.slides6 .cloneditem-4,
  .cid-ug4KcKy9B2 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug4KcKy9B2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4KcKy9B2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4KcKTgU5 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug4KcKTgU5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug4KcKTgU5 .form-row {
  justify-content: flex-end;
}
.cid-ug4KcKTgU5 .form-control,
.cid-ug4KcKTgU5 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug4KcKTgU5 .form-control:hover,
.cid-ug4KcKTgU5 .field-input:hover,
.cid-ug4KcKTgU5 .form-control:focus,
.cid-ug4KcKTgU5 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug4KcKTgU5 input::-webkit-input-placeholder,
.cid-ug4KcKTgU5 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug4KcKTgU5 input:-moz-placeholder,
.cid-ug4KcKTgU5 textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug4KcKTgU5 .jq-selectbox li,
.cid-ug4KcKTgU5 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4KcKTgU5 .jq-selectbox li:hover,
.cid-ug4KcKTgU5 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4KcKTgU5 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4KcKTgU5 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4KcKTgU5 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug4KcKTgU5 textarea {
  min-height: 150px;
}
.cid-ug4KcKTgU5 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug4KcKTgU5 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug4KcKTgU5 .mbr-text,
.cid-ug4KcKTgU5 .mbr-section-btn {
  color: #767676;
}
.cid-ug4KcKTgU5 H1 {
  color: #143019;
}
.cid-uhMMyUiseJ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMMyUiseJ .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMMyUiseJ .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMMyUiseJ .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMMyUiseJ .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMyUiseJ .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMyUiseJ .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMMyUiseJ .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMMyUiseJ .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMMyUiseJ .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMMyUiseJ .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMMyUiseJ .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMMyUiseJ .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMMyUiseJ .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMMyUiseJ .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMMyUiseJ .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMMyUiseJ .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMMyUiseJ img,
.cid-uhMMyUiseJ .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMMyUiseJ .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMyUiseJ .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMMyUiseJ .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMMyUiseJ .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMMyUiseJ .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMMyUiseJ .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMMyUiseJ .card-descr {
    right: 1rem;
  }
}
.cid-uhMMyUiseJ .card-text,
.cid-uhMMyUiseJ .linkBtn {
  text-align: center;
}
.cid-uhMMyeNvBj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMMyeNvBj [class^="socicon-"]:before,
.cid-uhMMyeNvBj [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMMyeNvBj .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMMyeNvBj .btn-social,
.cid-uhMMyeNvBj .mbr-section-title {
  color: #57468b;
}
.cid-uhMMyeNvBj .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMMyeNvBj .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMMyeNvBj .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug4Mb9Zvcg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug4Mb9Zvcg .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug4Mb9Zvcg .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug4Mb9Zvcg .card-wrap:hover h4,
.cid-ug4Mb9Zvcg .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug4Mb9Zvcg h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug4Mb9Zvcg h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug4Mb9Zvcg img {
  width: 100%;
}
.cid-ug4Mb9Zvcg h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4Mb9Zvcg h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4Mb9Zvcg .card-title1,
.cid-ug4Mb9Zvcg .title-wrap1 {
  color: #ffffff;
}
.cid-ug4Mb9Zvcg .card-title,
.cid-ug4Mb9Zvcg .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug4Mb9Zvcg .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug4Mb9Zvcg .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug4Mb9Zvcg H3 {
  color: #767676;
}
.cid-ug4Mb9Zvcg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4Mb9Zvcg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4Mb9Zvcg .mbr-text,
.cid-ug4Mb9Zvcg .mbr-section-btn {
  color: #649e7c;
}
.cid-ug4MbalK3S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug4MbalK3S .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug4MbalK3S .item-title,
.cid-ug4MbalK3S .card_topic {
  margin-bottom: 12px;
}
.cid-ug4MbalK3S .category_content {
  opacity: .8;
}
.cid-ug4MbalK3S .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug4MbalK3S .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug4MbalK3S .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug4MbalK3S .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug4MbalK3S .mbr-section-btn .btn-secondary-outline .active,
.cid-ug4MbalK3S .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug4MbalK3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4MbalK3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4Mbayfis {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug4Mbayfis .mbr-overlay {
  background: #5eeebb;
}
.cid-ug4Mbayfis .row {
  margin: 0;
}
.cid-ug4Mbayfis .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug4Mbayfis .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug4Mbayfis .mbr-section-title b,
.cid-ug4Mbayfis .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug4Mbayfis .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug4Mbayfis .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug4Mbayfis .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug4Mbayfis .carousel-item {
  justify-content: center;
}
.cid-ug4Mbayfis .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug4Mbayfis .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug4Mbayfis .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug4Mbayfis .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug4Mbayfis .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug4Mbayfis .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug4Mbayfis .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug4Mbayfis .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug4Mbayfis .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug4Mbayfis .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug4Mbayfis .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug4Mbayfis .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug4Mbayfis .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug4Mbayfis .cloneditem-1,
.cid-ug4Mbayfis .cloneditem-2,
.cid-ug4Mbayfis .cloneditem-3,
.cid-ug4Mbayfis .cloneditem-4,
.cid-ug4Mbayfis .cloneditem-5 {
  display: none;
}
.cid-ug4Mbayfis .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug4Mbayfis .wrap {
    margin-bottom: 50px;
  }
  .cid-ug4Mbayfis .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug4Mbayfis .arrows {
    display: none;
  }
  .cid-ug4Mbayfis .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug4Mbayfis .container-fluid,
  .cid-ug4Mbayfis .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug4Mbayfis .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug4Mbayfis .carousel-inner {
    z-index: 1;
  }
  .cid-ug4Mbayfis .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug4Mbayfis .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug4Mbayfis .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug4Mbayfis .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4Mbayfis .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides2 .cloneditem-1,
  .cid-ug4Mbayfis .carousel-inner.slides2 .cloneditem-2,
  .cid-ug4Mbayfis .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug4Mbayfis .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug4Mbayfis .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug4Mbayfis .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug4Mbayfis .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4Mbayfis .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides3 .cloneditem-1,
  .cid-ug4Mbayfis .carousel-inner.slides3 .cloneditem-2,
  .cid-ug4Mbayfis .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug4Mbayfis .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug4Mbayfis .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug4Mbayfis .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug4Mbayfis .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4Mbayfis .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides4 .cloneditem-1,
  .cid-ug4Mbayfis .carousel-inner.slides4 .cloneditem-2,
  .cid-ug4Mbayfis .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug4Mbayfis .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug4Mbayfis .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug4Mbayfis .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug4Mbayfis .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4Mbayfis .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides5 .cloneditem-1,
  .cid-ug4Mbayfis .carousel-inner.slides5 .cloneditem-2,
  .cid-ug4Mbayfis .carousel-inner.slides5 .cloneditem-3,
  .cid-ug4Mbayfis .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug4Mbayfis .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug4Mbayfis .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug4Mbayfis .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug4Mbayfis .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4Mbayfis .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4Mbayfis .carousel-inner.slides6 .cloneditem-1,
  .cid-ug4Mbayfis .carousel-inner.slides6 .cloneditem-2,
  .cid-ug4Mbayfis .carousel-inner.slides6 .cloneditem-3,
  .cid-ug4Mbayfis .carousel-inner.slides6 .cloneditem-4,
  .cid-ug4Mbayfis .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug4Mbayfis .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4Mbayfis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4MbaVLCH {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug4MbaVLCH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug4MbaVLCH .form-row {
  justify-content: flex-end;
}
.cid-ug4MbaVLCH .form-control,
.cid-ug4MbaVLCH .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug4MbaVLCH .form-control:hover,
.cid-ug4MbaVLCH .field-input:hover,
.cid-ug4MbaVLCH .form-control:focus,
.cid-ug4MbaVLCH .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug4MbaVLCH input::-webkit-input-placeholder,
.cid-ug4MbaVLCH textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug4MbaVLCH input:-moz-placeholder,
.cid-ug4MbaVLCH textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug4MbaVLCH .jq-selectbox li,
.cid-ug4MbaVLCH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4MbaVLCH .jq-selectbox li:hover,
.cid-ug4MbaVLCH .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4MbaVLCH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4MbaVLCH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4MbaVLCH span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug4MbaVLCH textarea {
  min-height: 150px;
}
.cid-ug4MbaVLCH h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug4MbaVLCH h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug4MbaVLCH .mbr-text,
.cid-ug4MbaVLCH .mbr-section-btn {
  color: #767676;
}
.cid-ug4MbaVLCH H1 {
  color: #143019;
}
.cid-uhMME8JS1Q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMME8JS1Q .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMME8JS1Q .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMME8JS1Q .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMME8JS1Q .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMME8JS1Q .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMME8JS1Q .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMME8JS1Q .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMME8JS1Q .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMME8JS1Q .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMME8JS1Q .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMME8JS1Q .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMME8JS1Q .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMME8JS1Q .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMME8JS1Q .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMME8JS1Q .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMME8JS1Q .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMME8JS1Q img,
.cid-uhMME8JS1Q .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMME8JS1Q .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMME8JS1Q .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMME8JS1Q .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMME8JS1Q .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMME8JS1Q .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMME8JS1Q .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMME8JS1Q .card-descr {
    right: 1rem;
  }
}
.cid-uhMME8JS1Q .card-text,
.cid-uhMME8JS1Q .linkBtn {
  text-align: center;
}
.cid-uhMMDts5iO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMMDts5iO [class^="socicon-"]:before,
.cid-uhMMDts5iO [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMMDts5iO .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMMDts5iO .btn-social,
.cid-uhMMDts5iO .mbr-section-title {
  color: #57468b;
}
.cid-uhMMDts5iO .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMMDts5iO .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMMDts5iO .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug4Ogynm2R {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug4Ogynm2R .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug4Ogynm2R .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug4Ogynm2R .card-wrap:hover h4,
.cid-ug4Ogynm2R .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug4Ogynm2R h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug4Ogynm2R h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug4Ogynm2R img {
  width: 100%;
}
.cid-ug4Ogynm2R h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4Ogynm2R h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4Ogynm2R .card-title1,
.cid-ug4Ogynm2R .title-wrap1 {
  color: #ffffff;
}
.cid-ug4Ogynm2R .card-title,
.cid-ug4Ogynm2R .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug4Ogynm2R .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug4Ogynm2R .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug4Ogynm2R H3 {
  color: #767676;
}
.cid-ug4Ogynm2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4Ogynm2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4Ogynm2R .mbr-text,
.cid-ug4Ogynm2R .mbr-section-btn {
  color: #649e7c;
}
.cid-ug4Ogyz7nQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug4Ogyz7nQ .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug4Ogyz7nQ .item-title,
.cid-ug4Ogyz7nQ .card_topic {
  margin-bottom: 12px;
}
.cid-ug4Ogyz7nQ .category_content {
  opacity: .8;
}
.cid-ug4Ogyz7nQ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug4Ogyz7nQ .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug4Ogyz7nQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug4Ogyz7nQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug4Ogyz7nQ .mbr-section-btn .btn-secondary-outline .active,
.cid-ug4Ogyz7nQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug4Ogyz7nQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4Ogyz7nQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4OgyMMT7 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug4OgyMMT7 .mbr-overlay {
  background: #5eeebb;
}
.cid-ug4OgyMMT7 .row {
  margin: 0;
}
.cid-ug4OgyMMT7 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug4OgyMMT7 .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug4OgyMMT7 .mbr-section-title b,
.cid-ug4OgyMMT7 .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug4OgyMMT7 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug4OgyMMT7 .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug4OgyMMT7 .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug4OgyMMT7 .carousel-item {
  justify-content: center;
}
.cid-ug4OgyMMT7 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug4OgyMMT7 .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug4OgyMMT7 .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug4OgyMMT7 .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug4OgyMMT7 .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug4OgyMMT7 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug4OgyMMT7 .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug4OgyMMT7 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug4OgyMMT7 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug4OgyMMT7 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug4OgyMMT7 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug4OgyMMT7 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug4OgyMMT7 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug4OgyMMT7 .cloneditem-1,
.cid-ug4OgyMMT7 .cloneditem-2,
.cid-ug4OgyMMT7 .cloneditem-3,
.cid-ug4OgyMMT7 .cloneditem-4,
.cid-ug4OgyMMT7 .cloneditem-5 {
  display: none;
}
.cid-ug4OgyMMT7 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug4OgyMMT7 .wrap {
    margin-bottom: 50px;
  }
  .cid-ug4OgyMMT7 .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug4OgyMMT7 .arrows {
    display: none;
  }
  .cid-ug4OgyMMT7 .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug4OgyMMT7 .container-fluid,
  .cid-ug4OgyMMT7 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug4OgyMMT7 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug4OgyMMT7 .carousel-inner {
    z-index: 1;
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug4OgyMMT7 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug4OgyMMT7 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug4OgyMMT7 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4OgyMMT7 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides2 .cloneditem-1,
  .cid-ug4OgyMMT7 .carousel-inner.slides2 .cloneditem-2,
  .cid-ug4OgyMMT7 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug4OgyMMT7 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug4OgyMMT7 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug4OgyMMT7 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4OgyMMT7 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides3 .cloneditem-1,
  .cid-ug4OgyMMT7 .carousel-inner.slides3 .cloneditem-2,
  .cid-ug4OgyMMT7 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug4OgyMMT7 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug4OgyMMT7 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug4OgyMMT7 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4OgyMMT7 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides4 .cloneditem-1,
  .cid-ug4OgyMMT7 .carousel-inner.slides4 .cloneditem-2,
  .cid-ug4OgyMMT7 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug4OgyMMT7 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug4OgyMMT7 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug4OgyMMT7 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4OgyMMT7 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides5 .cloneditem-1,
  .cid-ug4OgyMMT7 .carousel-inner.slides5 .cloneditem-2,
  .cid-ug4OgyMMT7 .carousel-inner.slides5 .cloneditem-3,
  .cid-ug4OgyMMT7 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug4OgyMMT7 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug4OgyMMT7 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug4OgyMMT7 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4OgyMMT7 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4OgyMMT7 .carousel-inner.slides6 .cloneditem-1,
  .cid-ug4OgyMMT7 .carousel-inner.slides6 .cloneditem-2,
  .cid-ug4OgyMMT7 .carousel-inner.slides6 .cloneditem-3,
  .cid-ug4OgyMMT7 .carousel-inner.slides6 .cloneditem-4,
  .cid-ug4OgyMMT7 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug4OgyMMT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4OgyMMT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4Ogzb2zA {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug4Ogzb2zA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug4Ogzb2zA .form-row {
  justify-content: flex-end;
}
.cid-ug4Ogzb2zA .form-control,
.cid-ug4Ogzb2zA .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug4Ogzb2zA .form-control:hover,
.cid-ug4Ogzb2zA .field-input:hover,
.cid-ug4Ogzb2zA .form-control:focus,
.cid-ug4Ogzb2zA .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug4Ogzb2zA input::-webkit-input-placeholder,
.cid-ug4Ogzb2zA textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug4Ogzb2zA input:-moz-placeholder,
.cid-ug4Ogzb2zA textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug4Ogzb2zA .jq-selectbox li,
.cid-ug4Ogzb2zA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4Ogzb2zA .jq-selectbox li:hover,
.cid-ug4Ogzb2zA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4Ogzb2zA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4Ogzb2zA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4Ogzb2zA span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug4Ogzb2zA textarea {
  min-height: 150px;
}
.cid-ug4Ogzb2zA h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug4Ogzb2zA h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug4Ogzb2zA .mbr-text,
.cid-ug4Ogzb2zA .mbr-section-btn {
  color: #767676;
}
.cid-ug4Ogzb2zA H1 {
  color: #143019;
}
.cid-uhMMJNOM9v {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMMJNOM9v .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMMJNOM9v .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMMJNOM9v .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMMJNOM9v .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMJNOM9v .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMJNOM9v .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMMJNOM9v .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMMJNOM9v .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMMJNOM9v .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMMJNOM9v .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMMJNOM9v .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMMJNOM9v .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMMJNOM9v .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMMJNOM9v .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMMJNOM9v .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMMJNOM9v .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMMJNOM9v img,
.cid-uhMMJNOM9v .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMMJNOM9v .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMJNOM9v .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMMJNOM9v .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMMJNOM9v .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMMJNOM9v .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMMJNOM9v .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMMJNOM9v .card-descr {
    right: 1rem;
  }
}
.cid-uhMMJNOM9v .card-text,
.cid-uhMMJNOM9v .linkBtn {
  text-align: center;
}
.cid-uhMMJawtV2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMMJawtV2 [class^="socicon-"]:before,
.cid-uhMMJawtV2 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMMJawtV2 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMMJawtV2 .btn-social,
.cid-uhMMJawtV2 .mbr-section-title {
  color: #57468b;
}
.cid-uhMMJawtV2 .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMMJawtV2 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMMJawtV2 .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug4OP4INXC {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug4OP4INXC .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug4OP4INXC .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug4OP4INXC .card-wrap:hover h4,
.cid-ug4OP4INXC .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug4OP4INXC h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug4OP4INXC h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug4OP4INXC img {
  width: 100%;
}
.cid-ug4OP4INXC h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4OP4INXC h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4OP4INXC .card-title1,
.cid-ug4OP4INXC .title-wrap1 {
  color: #ffffff;
}
.cid-ug4OP4INXC .card-title,
.cid-ug4OP4INXC .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug4OP4INXC .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug4OP4INXC .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug4OP4INXC H3 {
  color: #767676;
}
.cid-ug4OP4INXC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4OP4INXC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4OP4INXC .mbr-text,
.cid-ug4OP4INXC .mbr-section-btn {
  color: #649e7c;
}
.cid-ug4OP517Mw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug4OP517Mw .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug4OP517Mw .item-title,
.cid-ug4OP517Mw .card_topic {
  margin-bottom: 12px;
}
.cid-ug4OP517Mw .category_content {
  opacity: .8;
}
.cid-ug4OP517Mw .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug4OP517Mw .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug4OP517Mw .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug4OP517Mw .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug4OP517Mw .mbr-section-btn .btn-secondary-outline .active,
.cid-ug4OP517Mw .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug4OP517Mw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4OP517Mw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4OP5ei2i {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug4OP5ei2i .mbr-overlay {
  background: #5eeebb;
}
.cid-ug4OP5ei2i .row {
  margin: 0;
}
.cid-ug4OP5ei2i .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug4OP5ei2i .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug4OP5ei2i .mbr-section-title b,
.cid-ug4OP5ei2i .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug4OP5ei2i .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug4OP5ei2i .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug4OP5ei2i .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug4OP5ei2i .carousel-item {
  justify-content: center;
}
.cid-ug4OP5ei2i .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug4OP5ei2i .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug4OP5ei2i .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug4OP5ei2i .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug4OP5ei2i .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug4OP5ei2i .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug4OP5ei2i .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug4OP5ei2i .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug4OP5ei2i .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug4OP5ei2i .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug4OP5ei2i .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug4OP5ei2i .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug4OP5ei2i .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug4OP5ei2i .cloneditem-1,
.cid-ug4OP5ei2i .cloneditem-2,
.cid-ug4OP5ei2i .cloneditem-3,
.cid-ug4OP5ei2i .cloneditem-4,
.cid-ug4OP5ei2i .cloneditem-5 {
  display: none;
}
.cid-ug4OP5ei2i .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug4OP5ei2i .wrap {
    margin-bottom: 50px;
  }
  .cid-ug4OP5ei2i .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug4OP5ei2i .arrows {
    display: none;
  }
  .cid-ug4OP5ei2i .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug4OP5ei2i .container-fluid,
  .cid-ug4OP5ei2i .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug4OP5ei2i .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug4OP5ei2i .carousel-inner {
    z-index: 1;
  }
  .cid-ug4OP5ei2i .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug4OP5ei2i .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug4OP5ei2i .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug4OP5ei2i .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4OP5ei2i .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides2 .cloneditem-1,
  .cid-ug4OP5ei2i .carousel-inner.slides2 .cloneditem-2,
  .cid-ug4OP5ei2i .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug4OP5ei2i .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug4OP5ei2i .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug4OP5ei2i .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug4OP5ei2i .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4OP5ei2i .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides3 .cloneditem-1,
  .cid-ug4OP5ei2i .carousel-inner.slides3 .cloneditem-2,
  .cid-ug4OP5ei2i .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug4OP5ei2i .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug4OP5ei2i .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug4OP5ei2i .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug4OP5ei2i .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4OP5ei2i .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides4 .cloneditem-1,
  .cid-ug4OP5ei2i .carousel-inner.slides4 .cloneditem-2,
  .cid-ug4OP5ei2i .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug4OP5ei2i .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug4OP5ei2i .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug4OP5ei2i .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug4OP5ei2i .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4OP5ei2i .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides5 .cloneditem-1,
  .cid-ug4OP5ei2i .carousel-inner.slides5 .cloneditem-2,
  .cid-ug4OP5ei2i .carousel-inner.slides5 .cloneditem-3,
  .cid-ug4OP5ei2i .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug4OP5ei2i .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug4OP5ei2i .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug4OP5ei2i .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug4OP5ei2i .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4OP5ei2i .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4OP5ei2i .carousel-inner.slides6 .cloneditem-1,
  .cid-ug4OP5ei2i .carousel-inner.slides6 .cloneditem-2,
  .cid-ug4OP5ei2i .carousel-inner.slides6 .cloneditem-3,
  .cid-ug4OP5ei2i .carousel-inner.slides6 .cloneditem-4,
  .cid-ug4OP5ei2i .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug4OP5ei2i .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4OP5ei2i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4OP5CMBo {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug4OP5CMBo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug4OP5CMBo .form-row {
  justify-content: flex-end;
}
.cid-ug4OP5CMBo .form-control,
.cid-ug4OP5CMBo .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug4OP5CMBo .form-control:hover,
.cid-ug4OP5CMBo .field-input:hover,
.cid-ug4OP5CMBo .form-control:focus,
.cid-ug4OP5CMBo .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug4OP5CMBo input::-webkit-input-placeholder,
.cid-ug4OP5CMBo textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug4OP5CMBo input:-moz-placeholder,
.cid-ug4OP5CMBo textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug4OP5CMBo .jq-selectbox li,
.cid-ug4OP5CMBo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4OP5CMBo .jq-selectbox li:hover,
.cid-ug4OP5CMBo .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4OP5CMBo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4OP5CMBo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4OP5CMBo span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug4OP5CMBo textarea {
  min-height: 150px;
}
.cid-ug4OP5CMBo h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug4OP5CMBo h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug4OP5CMBo .mbr-text,
.cid-ug4OP5CMBo .mbr-section-btn {
  color: #767676;
}
.cid-ug4OP5CMBo H1 {
  color: #143019;
}
.cid-uhMMSPePmm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMMSPePmm .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMMSPePmm .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMMSPePmm .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMMSPePmm .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMSPePmm .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMSPePmm .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMMSPePmm .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMMSPePmm .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMMSPePmm .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMMSPePmm .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMMSPePmm .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMMSPePmm .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMMSPePmm .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMMSPePmm .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMMSPePmm .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMMSPePmm .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMMSPePmm img,
.cid-uhMMSPePmm .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMMSPePmm .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMSPePmm .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMMSPePmm .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMMSPePmm .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMMSPePmm .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMMSPePmm .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMMSPePmm .card-descr {
    right: 1rem;
  }
}
.cid-uhMMSPePmm .card-text,
.cid-uhMMSPePmm .linkBtn {
  text-align: center;
}
.cid-uhMMS7xo9S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMMS7xo9S [class^="socicon-"]:before,
.cid-uhMMS7xo9S [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMMS7xo9S .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMMS7xo9S .btn-social,
.cid-uhMMS7xo9S .mbr-section-title {
  color: #57468b;
}
.cid-uhMMS7xo9S .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMMS7xo9S .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMMS7xo9S .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug4PB0oHuq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug4PB0oHuq .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug4PB0oHuq .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug4PB0oHuq .card-wrap:hover h4,
.cid-ug4PB0oHuq .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug4PB0oHuq h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug4PB0oHuq h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug4PB0oHuq img {
  width: 100%;
}
.cid-ug4PB0oHuq h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4PB0oHuq h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug4PB0oHuq .card-title1,
.cid-ug4PB0oHuq .title-wrap1 {
  color: #ffffff;
}
.cid-ug4PB0oHuq .card-title,
.cid-ug4PB0oHuq .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug4PB0oHuq .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug4PB0oHuq .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug4PB0oHuq H3 {
  color: #767676;
}
.cid-ug4PB0oHuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4PB0oHuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4PB0oHuq .mbr-text,
.cid-ug4PB0oHuq .mbr-section-btn {
  color: #649e7c;
}
.cid-ug4PB0zI84 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug4PB0zI84 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug4PB0zI84 .item-title,
.cid-ug4PB0zI84 .card_topic {
  margin-bottom: 12px;
}
.cid-ug4PB0zI84 .category_content {
  opacity: .8;
}
.cid-ug4PB0zI84 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug4PB0zI84 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug4PB0zI84 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug4PB0zI84 .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug4PB0zI84 .mbr-section-btn .btn-secondary-outline .active,
.cid-ug4PB0zI84 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug4PB0zI84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4PB0zI84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4PB0LAX8 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug4PB0LAX8 .mbr-overlay {
  background: #5eeebb;
}
.cid-ug4PB0LAX8 .row {
  margin: 0;
}
.cid-ug4PB0LAX8 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug4PB0LAX8 .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug4PB0LAX8 .mbr-section-title b,
.cid-ug4PB0LAX8 .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug4PB0LAX8 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug4PB0LAX8 .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug4PB0LAX8 .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug4PB0LAX8 .carousel-item {
  justify-content: center;
}
.cid-ug4PB0LAX8 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug4PB0LAX8 .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug4PB0LAX8 .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug4PB0LAX8 .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug4PB0LAX8 .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug4PB0LAX8 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug4PB0LAX8 .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug4PB0LAX8 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug4PB0LAX8 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug4PB0LAX8 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug4PB0LAX8 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug4PB0LAX8 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug4PB0LAX8 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug4PB0LAX8 .cloneditem-1,
.cid-ug4PB0LAX8 .cloneditem-2,
.cid-ug4PB0LAX8 .cloneditem-3,
.cid-ug4PB0LAX8 .cloneditem-4,
.cid-ug4PB0LAX8 .cloneditem-5 {
  display: none;
}
.cid-ug4PB0LAX8 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug4PB0LAX8 .wrap {
    margin-bottom: 50px;
  }
  .cid-ug4PB0LAX8 .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug4PB0LAX8 .arrows {
    display: none;
  }
  .cid-ug4PB0LAX8 .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug4PB0LAX8 .container-fluid,
  .cid-ug4PB0LAX8 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug4PB0LAX8 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug4PB0LAX8 .carousel-inner {
    z-index: 1;
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug4PB0LAX8 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug4PB0LAX8 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug4PB0LAX8 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4PB0LAX8 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides2 .cloneditem-1,
  .cid-ug4PB0LAX8 .carousel-inner.slides2 .cloneditem-2,
  .cid-ug4PB0LAX8 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug4PB0LAX8 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug4PB0LAX8 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug4PB0LAX8 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4PB0LAX8 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides3 .cloneditem-1,
  .cid-ug4PB0LAX8 .carousel-inner.slides3 .cloneditem-2,
  .cid-ug4PB0LAX8 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug4PB0LAX8 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug4PB0LAX8 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug4PB0LAX8 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4PB0LAX8 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides4 .cloneditem-1,
  .cid-ug4PB0LAX8 .carousel-inner.slides4 .cloneditem-2,
  .cid-ug4PB0LAX8 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug4PB0LAX8 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug4PB0LAX8 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug4PB0LAX8 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4PB0LAX8 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides5 .cloneditem-1,
  .cid-ug4PB0LAX8 .carousel-inner.slides5 .cloneditem-2,
  .cid-ug4PB0LAX8 .carousel-inner.slides5 .cloneditem-3,
  .cid-ug4PB0LAX8 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug4PB0LAX8 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug4PB0LAX8 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug4PB0LAX8 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug4PB0LAX8 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug4PB0LAX8 .carousel-inner.slides6 .cloneditem-1,
  .cid-ug4PB0LAX8 .carousel-inner.slides6 .cloneditem-2,
  .cid-ug4PB0LAX8 .carousel-inner.slides6 .cloneditem-3,
  .cid-ug4PB0LAX8 .carousel-inner.slides6 .cloneditem-4,
  .cid-ug4PB0LAX8 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug4PB0LAX8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug4PB0LAX8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug4PB17fVZ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug4PB17fVZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug4PB17fVZ .form-row {
  justify-content: flex-end;
}
.cid-ug4PB17fVZ .form-control,
.cid-ug4PB17fVZ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug4PB17fVZ .form-control:hover,
.cid-ug4PB17fVZ .field-input:hover,
.cid-ug4PB17fVZ .form-control:focus,
.cid-ug4PB17fVZ .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug4PB17fVZ input::-webkit-input-placeholder,
.cid-ug4PB17fVZ textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug4PB17fVZ input:-moz-placeholder,
.cid-ug4PB17fVZ textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug4PB17fVZ .jq-selectbox li,
.cid-ug4PB17fVZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4PB17fVZ .jq-selectbox li:hover,
.cid-ug4PB17fVZ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug4PB17fVZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4PB17fVZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug4PB17fVZ span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug4PB17fVZ textarea {
  min-height: 150px;
}
.cid-ug4PB17fVZ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug4PB17fVZ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug4PB17fVZ .mbr-text,
.cid-ug4PB17fVZ .mbr-section-btn {
  color: #767676;
}
.cid-ug4PB17fVZ H1 {
  color: #143019;
}
.cid-uhMMZojkvM {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMMZojkvM .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMMZojkvM .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMMZojkvM .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMMZojkvM .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMZojkvM .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMZojkvM .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMMZojkvM .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMMZojkvM .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMMZojkvM .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMMZojkvM .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMMZojkvM .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMMZojkvM .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMMZojkvM .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMMZojkvM .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMMZojkvM .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMMZojkvM .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMMZojkvM img,
.cid-uhMMZojkvM .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMMZojkvM .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMMZojkvM .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMMZojkvM .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMMZojkvM .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMMZojkvM .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMMZojkvM .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMMZojkvM .card-descr {
    right: 1rem;
  }
}
.cid-uhMMZojkvM .card-text,
.cid-uhMMZojkvM .linkBtn {
  text-align: center;
}
.cid-uhMMYNouy4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMMYNouy4 [class^="socicon-"]:before,
.cid-uhMMYNouy4 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMMYNouy4 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMMYNouy4 .btn-social,
.cid-uhMMYNouy4 .mbr-section-title {
  color: #57468b;
}
.cid-uhMMYNouy4 .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMMYNouy4 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMMYNouy4 .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug7C3gk3dE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug7C3gk3dE .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug7C3gk3dE .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug7C3gk3dE .card-wrap:hover h4,
.cid-ug7C3gk3dE .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug7C3gk3dE h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug7C3gk3dE h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug7C3gk3dE img {
  width: 100%;
}
.cid-ug7C3gk3dE h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7C3gk3dE h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7C3gk3dE .card-title1,
.cid-ug7C3gk3dE .title-wrap1 {
  color: #ffffff;
}
.cid-ug7C3gk3dE .card-title,
.cid-ug7C3gk3dE .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug7C3gk3dE .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug7C3gk3dE .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug7C3gk3dE H3 {
  color: #767676;
}
.cid-ug7C3gk3dE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7C3gk3dE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7C3gk3dE .mbr-text,
.cid-ug7C3gk3dE .mbr-section-btn {
  color: #649e7c;
}
.cid-ug7C3gCjHI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug7C3gCjHI .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug7C3gCjHI .item-title,
.cid-ug7C3gCjHI .card_topic {
  margin-bottom: 12px;
}
.cid-ug7C3gCjHI .category_content {
  opacity: .8;
}
.cid-ug7C3gCjHI .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug7C3gCjHI .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug7C3gCjHI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug7C3gCjHI .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug7C3gCjHI .mbr-section-btn .btn-secondary-outline .active,
.cid-ug7C3gCjHI .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug7C3gCjHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7C3gCjHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7C3gT6CJ {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug7C3gT6CJ .mbr-overlay {
  background: #5eeebb;
}
.cid-ug7C3gT6CJ .row {
  margin: 0;
}
.cid-ug7C3gT6CJ .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug7C3gT6CJ .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug7C3gT6CJ .mbr-section-title b,
.cid-ug7C3gT6CJ .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug7C3gT6CJ .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug7C3gT6CJ .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug7C3gT6CJ .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug7C3gT6CJ .carousel-item {
  justify-content: center;
}
.cid-ug7C3gT6CJ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug7C3gT6CJ .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug7C3gT6CJ .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug7C3gT6CJ .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug7C3gT6CJ .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug7C3gT6CJ .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug7C3gT6CJ .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug7C3gT6CJ .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug7C3gT6CJ .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug7C3gT6CJ .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug7C3gT6CJ .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug7C3gT6CJ .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug7C3gT6CJ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug7C3gT6CJ .cloneditem-1,
.cid-ug7C3gT6CJ .cloneditem-2,
.cid-ug7C3gT6CJ .cloneditem-3,
.cid-ug7C3gT6CJ .cloneditem-4,
.cid-ug7C3gT6CJ .cloneditem-5 {
  display: none;
}
.cid-ug7C3gT6CJ .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug7C3gT6CJ .wrap {
    margin-bottom: 50px;
  }
  .cid-ug7C3gT6CJ .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug7C3gT6CJ .arrows {
    display: none;
  }
  .cid-ug7C3gT6CJ .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug7C3gT6CJ .container-fluid,
  .cid-ug7C3gT6CJ .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug7C3gT6CJ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug7C3gT6CJ .carousel-inner {
    z-index: 1;
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug7C3gT6CJ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug7C3gT6CJ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug7C3gT6CJ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7C3gT6CJ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides2 .cloneditem-1,
  .cid-ug7C3gT6CJ .carousel-inner.slides2 .cloneditem-2,
  .cid-ug7C3gT6CJ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug7C3gT6CJ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug7C3gT6CJ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug7C3gT6CJ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7C3gT6CJ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides3 .cloneditem-1,
  .cid-ug7C3gT6CJ .carousel-inner.slides3 .cloneditem-2,
  .cid-ug7C3gT6CJ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug7C3gT6CJ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug7C3gT6CJ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug7C3gT6CJ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7C3gT6CJ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides4 .cloneditem-1,
  .cid-ug7C3gT6CJ .carousel-inner.slides4 .cloneditem-2,
  .cid-ug7C3gT6CJ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug7C3gT6CJ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug7C3gT6CJ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug7C3gT6CJ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7C3gT6CJ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides5 .cloneditem-1,
  .cid-ug7C3gT6CJ .carousel-inner.slides5 .cloneditem-2,
  .cid-ug7C3gT6CJ .carousel-inner.slides5 .cloneditem-3,
  .cid-ug7C3gT6CJ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug7C3gT6CJ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug7C3gT6CJ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug7C3gT6CJ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7C3gT6CJ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7C3gT6CJ .carousel-inner.slides6 .cloneditem-1,
  .cid-ug7C3gT6CJ .carousel-inner.slides6 .cloneditem-2,
  .cid-ug7C3gT6CJ .carousel-inner.slides6 .cloneditem-3,
  .cid-ug7C3gT6CJ .carousel-inner.slides6 .cloneditem-4,
  .cid-ug7C3gT6CJ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug7C3gT6CJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7C3gT6CJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7C3hqdsY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug7C3hqdsY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug7C3hqdsY .form-row {
  justify-content: flex-end;
}
.cid-ug7C3hqdsY .form-control,
.cid-ug7C3hqdsY .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug7C3hqdsY .form-control:hover,
.cid-ug7C3hqdsY .field-input:hover,
.cid-ug7C3hqdsY .form-control:focus,
.cid-ug7C3hqdsY .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug7C3hqdsY input::-webkit-input-placeholder,
.cid-ug7C3hqdsY textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug7C3hqdsY input:-moz-placeholder,
.cid-ug7C3hqdsY textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug7C3hqdsY .jq-selectbox li,
.cid-ug7C3hqdsY .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7C3hqdsY .jq-selectbox li:hover,
.cid-ug7C3hqdsY .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7C3hqdsY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7C3hqdsY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7C3hqdsY span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug7C3hqdsY textarea {
  min-height: 150px;
}
.cid-ug7C3hqdsY h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug7C3hqdsY h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug7C3hqdsY .mbr-text,
.cid-ug7C3hqdsY .mbr-section-btn {
  color: #767676;
}
.cid-ug7C3hqdsY H1 {
  color: #143019;
}
.cid-uhMN5ib0CR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMN5ib0CR .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMN5ib0CR .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMN5ib0CR .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMN5ib0CR .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMN5ib0CR .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMN5ib0CR .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMN5ib0CR .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMN5ib0CR .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMN5ib0CR .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMN5ib0CR .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMN5ib0CR .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMN5ib0CR .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMN5ib0CR .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMN5ib0CR .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMN5ib0CR .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMN5ib0CR .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMN5ib0CR img,
.cid-uhMN5ib0CR .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMN5ib0CR .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMN5ib0CR .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMN5ib0CR .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMN5ib0CR .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMN5ib0CR .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMN5ib0CR .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMN5ib0CR .card-descr {
    right: 1rem;
  }
}
.cid-uhMN5ib0CR .card-text,
.cid-uhMN5ib0CR .linkBtn {
  text-align: center;
}
.cid-uhMN5KzY3G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMN5KzY3G [class^="socicon-"]:before,
.cid-uhMN5KzY3G [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMN5KzY3G .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMN5KzY3G .btn-social,
.cid-uhMN5KzY3G .mbr-section-title {
  color: #57468b;
}
.cid-uhMN5KzY3G .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMN5KzY3G .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMN5KzY3G .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug7DawkSoR {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug7DawkSoR .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug7DawkSoR .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug7DawkSoR .card-wrap:hover h4,
.cid-ug7DawkSoR .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug7DawkSoR h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug7DawkSoR h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug7DawkSoR img {
  width: 100%;
}
.cid-ug7DawkSoR h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7DawkSoR h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7DawkSoR .card-title1,
.cid-ug7DawkSoR .title-wrap1 {
  color: #ffffff;
}
.cid-ug7DawkSoR .card-title,
.cid-ug7DawkSoR .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug7DawkSoR .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug7DawkSoR .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug7DawkSoR H3 {
  color: #767676;
}
.cid-ug7DawkSoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7DawkSoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7DawkSoR .mbr-text,
.cid-ug7DawkSoR .mbr-section-btn {
  color: #649e7c;
}
.cid-ug7DawQIuz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug7DawQIuz .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug7DawQIuz .item-title,
.cid-ug7DawQIuz .card_topic {
  margin-bottom: 12px;
}
.cid-ug7DawQIuz .category_content {
  opacity: .8;
}
.cid-ug7DawQIuz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug7DawQIuz .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug7DawQIuz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug7DawQIuz .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug7DawQIuz .mbr-section-btn .btn-secondary-outline .active,
.cid-ug7DawQIuz .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug7DawQIuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7DawQIuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7Dazukkw {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug7Dazukkw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug7Dazukkw .form-row {
  justify-content: flex-end;
}
.cid-ug7Dazukkw .form-control,
.cid-ug7Dazukkw .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug7Dazukkw .form-control:hover,
.cid-ug7Dazukkw .field-input:hover,
.cid-ug7Dazukkw .form-control:focus,
.cid-ug7Dazukkw .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug7Dazukkw input::-webkit-input-placeholder,
.cid-ug7Dazukkw textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug7Dazukkw input:-moz-placeholder,
.cid-ug7Dazukkw textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug7Dazukkw .jq-selectbox li,
.cid-ug7Dazukkw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7Dazukkw .jq-selectbox li:hover,
.cid-ug7Dazukkw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7Dazukkw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7Dazukkw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7Dazukkw span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug7Dazukkw textarea {
  min-height: 150px;
}
.cid-ug7Dazukkw h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug7Dazukkw h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug7Dazukkw .mbr-text,
.cid-ug7Dazukkw .mbr-section-btn {
  color: #767676;
}
.cid-ug7Dazukkw H1 {
  color: #143019;
}
.cid-uhMObtOYDA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMObtOYDA .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMObtOYDA .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMObtOYDA .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMObtOYDA .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMObtOYDA .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMObtOYDA .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMObtOYDA .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMObtOYDA .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMObtOYDA .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMObtOYDA .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMObtOYDA .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMObtOYDA .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMObtOYDA .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMObtOYDA .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMObtOYDA .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMObtOYDA .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMObtOYDA img,
.cid-uhMObtOYDA .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMObtOYDA .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMObtOYDA .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMObtOYDA .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMObtOYDA .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMObtOYDA .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMObtOYDA .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMObtOYDA .card-descr {
    right: 1rem;
  }
}
.cid-uhMObtOYDA .card-text,
.cid-uhMObtOYDA .linkBtn {
  text-align: center;
}
.cid-uhMObOohIk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMObOohIk [class^="socicon-"]:before,
.cid-uhMObOohIk [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMObOohIk .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMObOohIk .btn-social,
.cid-uhMObOohIk .mbr-section-title {
  color: #57468b;
}
.cid-uhMObOohIk .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMObOohIk .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMObOohIk .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug7E5Ct6wn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug7E5Ct6wn .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug7E5Ct6wn .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug7E5Ct6wn .card-wrap:hover h4,
.cid-ug7E5Ct6wn .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug7E5Ct6wn h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug7E5Ct6wn h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug7E5Ct6wn img {
  width: 100%;
}
.cid-ug7E5Ct6wn h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7E5Ct6wn h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7E5Ct6wn .card-title1,
.cid-ug7E5Ct6wn .title-wrap1 {
  color: #ffffff;
}
.cid-ug7E5Ct6wn .card-title,
.cid-ug7E5Ct6wn .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug7E5Ct6wn .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug7E5Ct6wn .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug7E5Ct6wn H3 {
  color: #767676;
}
.cid-ug7E5Ct6wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7E5Ct6wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7E5Ct6wn .mbr-text,
.cid-ug7E5Ct6wn .mbr-section-btn {
  color: #649e7c;
}
.cid-ug7E5CZB4M {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug7E5CZB4M .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug7E5CZB4M .item-title,
.cid-ug7E5CZB4M .card_topic {
  margin-bottom: 12px;
}
.cid-ug7E5CZB4M .category_content {
  opacity: .8;
}
.cid-ug7E5CZB4M .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug7E5CZB4M .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug7E5CZB4M .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug7E5CZB4M .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug7E5CZB4M .mbr-section-btn .btn-secondary-outline .active,
.cid-ug7E5CZB4M .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug7E5CZB4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7E5CZB4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7E5E1Gnw {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug7E5E1Gnw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug7E5E1Gnw .form-row {
  justify-content: flex-end;
}
.cid-ug7E5E1Gnw .form-control,
.cid-ug7E5E1Gnw .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug7E5E1Gnw .form-control:hover,
.cid-ug7E5E1Gnw .field-input:hover,
.cid-ug7E5E1Gnw .form-control:focus,
.cid-ug7E5E1Gnw .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug7E5E1Gnw input::-webkit-input-placeholder,
.cid-ug7E5E1Gnw textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug7E5E1Gnw input:-moz-placeholder,
.cid-ug7E5E1Gnw textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug7E5E1Gnw .jq-selectbox li,
.cid-ug7E5E1Gnw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7E5E1Gnw .jq-selectbox li:hover,
.cid-ug7E5E1Gnw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7E5E1Gnw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7E5E1Gnw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7E5E1Gnw span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug7E5E1Gnw textarea {
  min-height: 150px;
}
.cid-ug7E5E1Gnw h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug7E5E1Gnw h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug7E5E1Gnw .mbr-text,
.cid-ug7E5E1Gnw .mbr-section-btn {
  color: #767676;
}
.cid-ug7E5E1Gnw H1 {
  color: #143019;
}
.cid-uhMO3OzFjg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMO3OzFjg .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMO3OzFjg .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMO3OzFjg .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMO3OzFjg .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMO3OzFjg .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMO3OzFjg .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMO3OzFjg .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMO3OzFjg .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMO3OzFjg .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMO3OzFjg .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMO3OzFjg .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMO3OzFjg .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMO3OzFjg .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMO3OzFjg .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMO3OzFjg .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMO3OzFjg .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMO3OzFjg img,
.cid-uhMO3OzFjg .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMO3OzFjg .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMO3OzFjg .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMO3OzFjg .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMO3OzFjg .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMO3OzFjg .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMO3OzFjg .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMO3OzFjg .card-descr {
    right: 1rem;
  }
}
.cid-uhMO3OzFjg .card-text,
.cid-uhMO3OzFjg .linkBtn {
  text-align: center;
}
.cid-uhMO4iy99m {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMO4iy99m [class^="socicon-"]:before,
.cid-uhMO4iy99m [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMO4iy99m .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMO4iy99m .btn-social,
.cid-uhMO4iy99m .mbr-section-title {
  color: #57468b;
}
.cid-uhMO4iy99m .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMO4iy99m .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMO4iy99m .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug7FrCXeGK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug7FrCXeGK .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug7FrCXeGK .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug7FrCXeGK .card-wrap:hover h4,
.cid-ug7FrCXeGK .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug7FrCXeGK h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug7FrCXeGK h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug7FrCXeGK img {
  width: 100%;
}
.cid-ug7FrCXeGK h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7FrCXeGK h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7FrCXeGK .card-title1,
.cid-ug7FrCXeGK .title-wrap1 {
  color: #ffffff;
}
.cid-ug7FrCXeGK .card-title,
.cid-ug7FrCXeGK .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug7FrCXeGK .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug7FrCXeGK .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug7FrCXeGK H3 {
  color: #767676;
}
.cid-ug7FrCXeGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7FrCXeGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7FrCXeGK .mbr-text,
.cid-ug7FrCXeGK .mbr-section-btn {
  color: #649e7c;
}
.cid-ug7FrDdkSS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug7FrDdkSS .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug7FrDdkSS .item-title,
.cid-ug7FrDdkSS .card_topic {
  margin-bottom: 12px;
}
.cid-ug7FrDdkSS .category_content {
  opacity: .8;
}
.cid-ug7FrDdkSS .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug7FrDdkSS .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug7FrDdkSS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug7FrDdkSS .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug7FrDdkSS .mbr-section-btn .btn-secondary-outline .active,
.cid-ug7FrDdkSS .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug7FrDdkSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7FrDdkSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7FrDt2AN {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug7FrDt2AN .mbr-overlay {
  background: #5eeebb;
}
.cid-ug7FrDt2AN .row {
  margin: 0;
}
.cid-ug7FrDt2AN .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug7FrDt2AN .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug7FrDt2AN .mbr-section-title b,
.cid-ug7FrDt2AN .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug7FrDt2AN .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug7FrDt2AN .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug7FrDt2AN .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug7FrDt2AN .carousel-item {
  justify-content: center;
}
.cid-ug7FrDt2AN .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug7FrDt2AN .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug7FrDt2AN .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug7FrDt2AN .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug7FrDt2AN .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug7FrDt2AN .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug7FrDt2AN .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug7FrDt2AN .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug7FrDt2AN .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug7FrDt2AN .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug7FrDt2AN .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug7FrDt2AN .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug7FrDt2AN .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug7FrDt2AN .cloneditem-1,
.cid-ug7FrDt2AN .cloneditem-2,
.cid-ug7FrDt2AN .cloneditem-3,
.cid-ug7FrDt2AN .cloneditem-4,
.cid-ug7FrDt2AN .cloneditem-5 {
  display: none;
}
.cid-ug7FrDt2AN .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug7FrDt2AN .wrap {
    margin-bottom: 50px;
  }
  .cid-ug7FrDt2AN .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug7FrDt2AN .arrows {
    display: none;
  }
  .cid-ug7FrDt2AN .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug7FrDt2AN .container-fluid,
  .cid-ug7FrDt2AN .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug7FrDt2AN .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug7FrDt2AN .carousel-inner {
    z-index: 1;
  }
  .cid-ug7FrDt2AN .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug7FrDt2AN .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug7FrDt2AN .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug7FrDt2AN .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7FrDt2AN .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides2 .cloneditem-1,
  .cid-ug7FrDt2AN .carousel-inner.slides2 .cloneditem-2,
  .cid-ug7FrDt2AN .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug7FrDt2AN .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug7FrDt2AN .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug7FrDt2AN .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug7FrDt2AN .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7FrDt2AN .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides3 .cloneditem-1,
  .cid-ug7FrDt2AN .carousel-inner.slides3 .cloneditem-2,
  .cid-ug7FrDt2AN .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug7FrDt2AN .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug7FrDt2AN .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug7FrDt2AN .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug7FrDt2AN .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7FrDt2AN .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides4 .cloneditem-1,
  .cid-ug7FrDt2AN .carousel-inner.slides4 .cloneditem-2,
  .cid-ug7FrDt2AN .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug7FrDt2AN .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug7FrDt2AN .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug7FrDt2AN .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug7FrDt2AN .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7FrDt2AN .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides5 .cloneditem-1,
  .cid-ug7FrDt2AN .carousel-inner.slides5 .cloneditem-2,
  .cid-ug7FrDt2AN .carousel-inner.slides5 .cloneditem-3,
  .cid-ug7FrDt2AN .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug7FrDt2AN .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug7FrDt2AN .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug7FrDt2AN .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug7FrDt2AN .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7FrDt2AN .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7FrDt2AN .carousel-inner.slides6 .cloneditem-1,
  .cid-ug7FrDt2AN .carousel-inner.slides6 .cloneditem-2,
  .cid-ug7FrDt2AN .carousel-inner.slides6 .cloneditem-3,
  .cid-ug7FrDt2AN .carousel-inner.slides6 .cloneditem-4,
  .cid-ug7FrDt2AN .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug7FrDt2AN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7FrDt2AN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7FrDMP59 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug7FrDMP59 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug7FrDMP59 .form-row {
  justify-content: flex-end;
}
.cid-ug7FrDMP59 .form-control,
.cid-ug7FrDMP59 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug7FrDMP59 .form-control:hover,
.cid-ug7FrDMP59 .field-input:hover,
.cid-ug7FrDMP59 .form-control:focus,
.cid-ug7FrDMP59 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug7FrDMP59 input::-webkit-input-placeholder,
.cid-ug7FrDMP59 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug7FrDMP59 input:-moz-placeholder,
.cid-ug7FrDMP59 textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug7FrDMP59 .jq-selectbox li,
.cid-ug7FrDMP59 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7FrDMP59 .jq-selectbox li:hover,
.cid-ug7FrDMP59 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7FrDMP59 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7FrDMP59 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7FrDMP59 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug7FrDMP59 textarea {
  min-height: 150px;
}
.cid-ug7FrDMP59 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug7FrDMP59 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug7FrDMP59 .mbr-text,
.cid-ug7FrDMP59 .mbr-section-btn {
  color: #767676;
}
.cid-ug7FrDMP59 H1 {
  color: #143019;
}
.cid-uhMNd21oxi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMNd21oxi .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMNd21oxi .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMNd21oxi .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMNd21oxi .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNd21oxi .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNd21oxi .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMNd21oxi .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMNd21oxi .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMNd21oxi .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMNd21oxi .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMNd21oxi .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMNd21oxi .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMNd21oxi .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMNd21oxi .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMNd21oxi .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMNd21oxi .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMNd21oxi img,
.cid-uhMNd21oxi .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMNd21oxi .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNd21oxi .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMNd21oxi .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMNd21oxi .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMNd21oxi .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMNd21oxi .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMNd21oxi .card-descr {
    right: 1rem;
  }
}
.cid-uhMNd21oxi .card-text,
.cid-uhMNd21oxi .linkBtn {
  text-align: center;
}
.cid-uhMNcj9KJI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMNcj9KJI [class^="socicon-"]:before,
.cid-uhMNcj9KJI [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMNcj9KJI .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMNcj9KJI .btn-social,
.cid-uhMNcj9KJI .mbr-section-title {
  color: #57468b;
}
.cid-uhMNcj9KJI .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMNcj9KJI .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMNcj9KJI .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug7GKqpahD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug7GKqpahD .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug7GKqpahD .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug7GKqpahD .card-wrap:hover h4,
.cid-ug7GKqpahD .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug7GKqpahD h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug7GKqpahD h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug7GKqpahD img {
  width: 100%;
}
.cid-ug7GKqpahD h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7GKqpahD h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7GKqpahD .card-title1,
.cid-ug7GKqpahD .title-wrap1 {
  color: #ffffff;
}
.cid-ug7GKqpahD .card-title,
.cid-ug7GKqpahD .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug7GKqpahD .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug7GKqpahD .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug7GKqpahD H3 {
  color: #767676;
}
.cid-ug7GKqpahD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7GKqpahD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7GKqpahD .mbr-text,
.cid-ug7GKqpahD .mbr-section-btn {
  color: #649e7c;
}
.cid-ug7GKqFptz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug7GKqFptz .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug7GKqFptz .item-title,
.cid-ug7GKqFptz .card_topic {
  margin-bottom: 12px;
}
.cid-ug7GKqFptz .category_content {
  opacity: .8;
}
.cid-ug7GKqFptz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug7GKqFptz .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug7GKqFptz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug7GKqFptz .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug7GKqFptz .mbr-section-btn .btn-secondary-outline .active,
.cid-ug7GKqFptz .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug7GKqFptz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7GKqFptz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7GKqW0lA {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug7GKqW0lA .mbr-overlay {
  background: #5eeebb;
}
.cid-ug7GKqW0lA .row {
  margin: 0;
}
.cid-ug7GKqW0lA .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug7GKqW0lA .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug7GKqW0lA .mbr-section-title b,
.cid-ug7GKqW0lA .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug7GKqW0lA .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug7GKqW0lA .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug7GKqW0lA .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug7GKqW0lA .carousel-item {
  justify-content: center;
}
.cid-ug7GKqW0lA .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug7GKqW0lA .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug7GKqW0lA .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug7GKqW0lA .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug7GKqW0lA .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug7GKqW0lA .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug7GKqW0lA .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug7GKqW0lA .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug7GKqW0lA .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug7GKqW0lA .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug7GKqW0lA .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug7GKqW0lA .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug7GKqW0lA .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug7GKqW0lA .cloneditem-1,
.cid-ug7GKqW0lA .cloneditem-2,
.cid-ug7GKqW0lA .cloneditem-3,
.cid-ug7GKqW0lA .cloneditem-4,
.cid-ug7GKqW0lA .cloneditem-5 {
  display: none;
}
.cid-ug7GKqW0lA .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug7GKqW0lA .wrap {
    margin-bottom: 50px;
  }
  .cid-ug7GKqW0lA .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug7GKqW0lA .arrows {
    display: none;
  }
  .cid-ug7GKqW0lA .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug7GKqW0lA .container-fluid,
  .cid-ug7GKqW0lA .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug7GKqW0lA .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug7GKqW0lA .carousel-inner {
    z-index: 1;
  }
  .cid-ug7GKqW0lA .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug7GKqW0lA .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug7GKqW0lA .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug7GKqW0lA .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7GKqW0lA .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides2 .cloneditem-1,
  .cid-ug7GKqW0lA .carousel-inner.slides2 .cloneditem-2,
  .cid-ug7GKqW0lA .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug7GKqW0lA .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug7GKqW0lA .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug7GKqW0lA .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug7GKqW0lA .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7GKqW0lA .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides3 .cloneditem-1,
  .cid-ug7GKqW0lA .carousel-inner.slides3 .cloneditem-2,
  .cid-ug7GKqW0lA .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug7GKqW0lA .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug7GKqW0lA .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug7GKqW0lA .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug7GKqW0lA .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7GKqW0lA .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides4 .cloneditem-1,
  .cid-ug7GKqW0lA .carousel-inner.slides4 .cloneditem-2,
  .cid-ug7GKqW0lA .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug7GKqW0lA .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug7GKqW0lA .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug7GKqW0lA .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug7GKqW0lA .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7GKqW0lA .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides5 .cloneditem-1,
  .cid-ug7GKqW0lA .carousel-inner.slides5 .cloneditem-2,
  .cid-ug7GKqW0lA .carousel-inner.slides5 .cloneditem-3,
  .cid-ug7GKqW0lA .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug7GKqW0lA .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug7GKqW0lA .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug7GKqW0lA .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug7GKqW0lA .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7GKqW0lA .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7GKqW0lA .carousel-inner.slides6 .cloneditem-1,
  .cid-ug7GKqW0lA .carousel-inner.slides6 .cloneditem-2,
  .cid-ug7GKqW0lA .carousel-inner.slides6 .cloneditem-3,
  .cid-ug7GKqW0lA .carousel-inner.slides6 .cloneditem-4,
  .cid-ug7GKqW0lA .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug7GKqW0lA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7GKqW0lA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7GKrjvHA {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug7GKrjvHA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug7GKrjvHA .form-row {
  justify-content: flex-end;
}
.cid-ug7GKrjvHA .form-control,
.cid-ug7GKrjvHA .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug7GKrjvHA .form-control:hover,
.cid-ug7GKrjvHA .field-input:hover,
.cid-ug7GKrjvHA .form-control:focus,
.cid-ug7GKrjvHA .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug7GKrjvHA input::-webkit-input-placeholder,
.cid-ug7GKrjvHA textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug7GKrjvHA input:-moz-placeholder,
.cid-ug7GKrjvHA textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug7GKrjvHA .jq-selectbox li,
.cid-ug7GKrjvHA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7GKrjvHA .jq-selectbox li:hover,
.cid-ug7GKrjvHA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7GKrjvHA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7GKrjvHA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7GKrjvHA span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug7GKrjvHA textarea {
  min-height: 150px;
}
.cid-ug7GKrjvHA h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug7GKrjvHA h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug7GKrjvHA .mbr-text,
.cid-ug7GKrjvHA .mbr-section-btn {
  color: #767676;
}
.cid-ug7GKrjvHA H1 {
  color: #143019;
}
.cid-uhMNGySJfr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMNGySJfr .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMNGySJfr .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMNGySJfr .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMNGySJfr .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNGySJfr .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNGySJfr .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMNGySJfr .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMNGySJfr .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMNGySJfr .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMNGySJfr .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMNGySJfr .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMNGySJfr .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMNGySJfr .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMNGySJfr .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMNGySJfr .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMNGySJfr .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMNGySJfr img,
.cid-uhMNGySJfr .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMNGySJfr .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNGySJfr .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMNGySJfr .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMNGySJfr .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMNGySJfr .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMNGySJfr .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMNGySJfr .card-descr {
    right: 1rem;
  }
}
.cid-uhMNGySJfr .card-text,
.cid-uhMNGySJfr .linkBtn {
  text-align: center;
}
.cid-uhMNFZLOH0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMNFZLOH0 [class^="socicon-"]:before,
.cid-uhMNFZLOH0 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMNFZLOH0 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMNFZLOH0 .btn-social,
.cid-uhMNFZLOH0 .mbr-section-title {
  color: #57468b;
}
.cid-uhMNFZLOH0 .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMNFZLOH0 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMNFZLOH0 .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug7IaYawJ7 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug7IaYawJ7 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug7IaYawJ7 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug7IaYawJ7 .card-wrap:hover h4,
.cid-ug7IaYawJ7 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug7IaYawJ7 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug7IaYawJ7 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug7IaYawJ7 img {
  width: 100%;
}
.cid-ug7IaYawJ7 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7IaYawJ7 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7IaYawJ7 .card-title1,
.cid-ug7IaYawJ7 .title-wrap1 {
  color: #ffffff;
}
.cid-ug7IaYawJ7 .card-title,
.cid-ug7IaYawJ7 .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug7IaYawJ7 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug7IaYawJ7 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug7IaYawJ7 H3 {
  color: #767676;
}
.cid-ug7IaYawJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7IaYawJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7IaYawJ7 .mbr-text,
.cid-ug7IaYawJ7 .mbr-section-btn {
  color: #649e7c;
}
.cid-ug7IaYqthQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug7IaYqthQ .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug7IaYqthQ .item-title,
.cid-ug7IaYqthQ .card_topic {
  margin-bottom: 12px;
}
.cid-ug7IaYqthQ .category_content {
  opacity: .8;
}
.cid-ug7IaYqthQ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug7IaYqthQ .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug7IaYqthQ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug7IaYqthQ .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug7IaYqthQ .mbr-section-btn .btn-secondary-outline .active,
.cid-ug7IaYqthQ .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug7IaYqthQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7IaYqthQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7IaYFenS {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug7IaYFenS .mbr-overlay {
  background: #5eeebb;
}
.cid-ug7IaYFenS .row {
  margin: 0;
}
.cid-ug7IaYFenS .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug7IaYFenS .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug7IaYFenS .mbr-section-title b,
.cid-ug7IaYFenS .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug7IaYFenS .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug7IaYFenS .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug7IaYFenS .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug7IaYFenS .carousel-item {
  justify-content: center;
}
.cid-ug7IaYFenS .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug7IaYFenS .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug7IaYFenS .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug7IaYFenS .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug7IaYFenS .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug7IaYFenS .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug7IaYFenS .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug7IaYFenS .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug7IaYFenS .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug7IaYFenS .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug7IaYFenS .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug7IaYFenS .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug7IaYFenS .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug7IaYFenS .cloneditem-1,
.cid-ug7IaYFenS .cloneditem-2,
.cid-ug7IaYFenS .cloneditem-3,
.cid-ug7IaYFenS .cloneditem-4,
.cid-ug7IaYFenS .cloneditem-5 {
  display: none;
}
.cid-ug7IaYFenS .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug7IaYFenS .wrap {
    margin-bottom: 50px;
  }
  .cid-ug7IaYFenS .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug7IaYFenS .arrows {
    display: none;
  }
  .cid-ug7IaYFenS .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug7IaYFenS .container-fluid,
  .cid-ug7IaYFenS .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug7IaYFenS .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug7IaYFenS .carousel-inner {
    z-index: 1;
  }
  .cid-ug7IaYFenS .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug7IaYFenS .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug7IaYFenS .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug7IaYFenS .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7IaYFenS .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides2 .cloneditem-1,
  .cid-ug7IaYFenS .carousel-inner.slides2 .cloneditem-2,
  .cid-ug7IaYFenS .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug7IaYFenS .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug7IaYFenS .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug7IaYFenS .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug7IaYFenS .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7IaYFenS .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides3 .cloneditem-1,
  .cid-ug7IaYFenS .carousel-inner.slides3 .cloneditem-2,
  .cid-ug7IaYFenS .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug7IaYFenS .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug7IaYFenS .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug7IaYFenS .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug7IaYFenS .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7IaYFenS .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides4 .cloneditem-1,
  .cid-ug7IaYFenS .carousel-inner.slides4 .cloneditem-2,
  .cid-ug7IaYFenS .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug7IaYFenS .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug7IaYFenS .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug7IaYFenS .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug7IaYFenS .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7IaYFenS .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides5 .cloneditem-1,
  .cid-ug7IaYFenS .carousel-inner.slides5 .cloneditem-2,
  .cid-ug7IaYFenS .carousel-inner.slides5 .cloneditem-3,
  .cid-ug7IaYFenS .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug7IaYFenS .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug7IaYFenS .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug7IaYFenS .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug7IaYFenS .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7IaYFenS .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7IaYFenS .carousel-inner.slides6 .cloneditem-1,
  .cid-ug7IaYFenS .carousel-inner.slides6 .cloneditem-2,
  .cid-ug7IaYFenS .carousel-inner.slides6 .cloneditem-3,
  .cid-ug7IaYFenS .carousel-inner.slides6 .cloneditem-4,
  .cid-ug7IaYFenS .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug7IaYFenS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7IaYFenS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7IaYZidp {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug7IaYZidp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug7IaYZidp .form-row {
  justify-content: flex-end;
}
.cid-ug7IaYZidp .form-control,
.cid-ug7IaYZidp .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug7IaYZidp .form-control:hover,
.cid-ug7IaYZidp .field-input:hover,
.cid-ug7IaYZidp .form-control:focus,
.cid-ug7IaYZidp .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug7IaYZidp input::-webkit-input-placeholder,
.cid-ug7IaYZidp textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug7IaYZidp input:-moz-placeholder,
.cid-ug7IaYZidp textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug7IaYZidp .jq-selectbox li,
.cid-ug7IaYZidp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7IaYZidp .jq-selectbox li:hover,
.cid-ug7IaYZidp .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7IaYZidp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7IaYZidp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7IaYZidp span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug7IaYZidp textarea {
  min-height: 150px;
}
.cid-ug7IaYZidp h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug7IaYZidp h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug7IaYZidp .mbr-text,
.cid-ug7IaYZidp .mbr-section-btn {
  color: #767676;
}
.cid-ug7IaYZidp H1 {
  color: #143019;
}
.cid-uhMNZM15DO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMNZM15DO .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMNZM15DO .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMNZM15DO .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMNZM15DO .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNZM15DO .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNZM15DO .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMNZM15DO .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMNZM15DO .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMNZM15DO .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMNZM15DO .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMNZM15DO .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMNZM15DO .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMNZM15DO .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMNZM15DO .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMNZM15DO .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMNZM15DO .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMNZM15DO img,
.cid-uhMNZM15DO .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMNZM15DO .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNZM15DO .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMNZM15DO .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMNZM15DO .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMNZM15DO .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMNZM15DO .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMNZM15DO .card-descr {
    right: 1rem;
  }
}
.cid-uhMNZM15DO .card-text,
.cid-uhMNZM15DO .linkBtn {
  text-align: center;
}
.cid-uhMNZ7K1RV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMNZ7K1RV [class^="socicon-"]:before,
.cid-uhMNZ7K1RV [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMNZ7K1RV .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMNZ7K1RV .btn-social,
.cid-uhMNZ7K1RV .mbr-section-title {
  color: #57468b;
}
.cid-uhMNZ7K1RV .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMNZ7K1RV .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMNZ7K1RV .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug7JWfURJY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug7JWfURJY .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug7JWfURJY .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug7JWfURJY .card-wrap:hover h4,
.cid-ug7JWfURJY .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug7JWfURJY h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug7JWfURJY h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug7JWfURJY img {
  width: 100%;
}
.cid-ug7JWfURJY h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7JWfURJY h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7JWfURJY .card-title1,
.cid-ug7JWfURJY .title-wrap1 {
  color: #ffffff;
}
.cid-ug7JWfURJY .card-title,
.cid-ug7JWfURJY .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug7JWfURJY .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug7JWfURJY .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug7JWfURJY H3 {
  color: #767676;
}
.cid-ug7JWfURJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7JWfURJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7JWfURJY .mbr-text,
.cid-ug7JWfURJY .mbr-section-btn {
  color: #649e7c;
}
.cid-ug7JWg88eR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug7JWg88eR .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug7JWg88eR .item-title,
.cid-ug7JWg88eR .card_topic {
  margin-bottom: 12px;
}
.cid-ug7JWg88eR .category_content {
  opacity: .8;
}
.cid-ug7JWg88eR .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug7JWg88eR .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug7JWg88eR .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug7JWg88eR .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug7JWg88eR .mbr-section-btn .btn-secondary-outline .active,
.cid-ug7JWg88eR .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug7JWg88eR .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7JWg88eR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7JWglyF2 {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug7JWglyF2 .mbr-overlay {
  background: #5eeebb;
}
.cid-ug7JWglyF2 .row {
  margin: 0;
}
.cid-ug7JWglyF2 .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug7JWglyF2 .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug7JWglyF2 .mbr-section-title b,
.cid-ug7JWglyF2 .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug7JWglyF2 .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug7JWglyF2 .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug7JWglyF2 .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug7JWglyF2 .carousel-item {
  justify-content: center;
}
.cid-ug7JWglyF2 .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug7JWglyF2 .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug7JWglyF2 .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug7JWglyF2 .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug7JWglyF2 .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug7JWglyF2 .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug7JWglyF2 .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug7JWglyF2 .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug7JWglyF2 .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug7JWglyF2 .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug7JWglyF2 .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug7JWglyF2 .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug7JWglyF2 .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug7JWglyF2 .cloneditem-1,
.cid-ug7JWglyF2 .cloneditem-2,
.cid-ug7JWglyF2 .cloneditem-3,
.cid-ug7JWglyF2 .cloneditem-4,
.cid-ug7JWglyF2 .cloneditem-5 {
  display: none;
}
.cid-ug7JWglyF2 .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug7JWglyF2 .wrap {
    margin-bottom: 50px;
  }
  .cid-ug7JWglyF2 .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug7JWglyF2 .arrows {
    display: none;
  }
  .cid-ug7JWglyF2 .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug7JWglyF2 .container-fluid,
  .cid-ug7JWglyF2 .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug7JWglyF2 .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug7JWglyF2 .carousel-inner {
    z-index: 1;
  }
  .cid-ug7JWglyF2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug7JWglyF2 .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug7JWglyF2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug7JWglyF2 .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7JWglyF2 .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides2 .cloneditem-1,
  .cid-ug7JWglyF2 .carousel-inner.slides2 .cloneditem-2,
  .cid-ug7JWglyF2 .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug7JWglyF2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug7JWglyF2 .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug7JWglyF2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug7JWglyF2 .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7JWglyF2 .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides3 .cloneditem-1,
  .cid-ug7JWglyF2 .carousel-inner.slides3 .cloneditem-2,
  .cid-ug7JWglyF2 .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug7JWglyF2 .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug7JWglyF2 .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug7JWglyF2 .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug7JWglyF2 .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7JWglyF2 .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides4 .cloneditem-1,
  .cid-ug7JWglyF2 .carousel-inner.slides4 .cloneditem-2,
  .cid-ug7JWglyF2 .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug7JWglyF2 .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug7JWglyF2 .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug7JWglyF2 .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug7JWglyF2 .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7JWglyF2 .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides5 .cloneditem-1,
  .cid-ug7JWglyF2 .carousel-inner.slides5 .cloneditem-2,
  .cid-ug7JWglyF2 .carousel-inner.slides5 .cloneditem-3,
  .cid-ug7JWglyF2 .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug7JWglyF2 .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug7JWglyF2 .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug7JWglyF2 .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug7JWglyF2 .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7JWglyF2 .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7JWglyF2 .carousel-inner.slides6 .cloneditem-1,
  .cid-ug7JWglyF2 .carousel-inner.slides6 .cloneditem-2,
  .cid-ug7JWglyF2 .carousel-inner.slides6 .cloneditem-3,
  .cid-ug7JWglyF2 .carousel-inner.slides6 .cloneditem-4,
  .cid-ug7JWglyF2 .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug7JWglyF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7JWglyF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7JWgFbD9 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug7JWgFbD9 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug7JWgFbD9 .form-row {
  justify-content: flex-end;
}
.cid-ug7JWgFbD9 .form-control,
.cid-ug7JWgFbD9 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug7JWgFbD9 .form-control:hover,
.cid-ug7JWgFbD9 .field-input:hover,
.cid-ug7JWgFbD9 .form-control:focus,
.cid-ug7JWgFbD9 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug7JWgFbD9 input::-webkit-input-placeholder,
.cid-ug7JWgFbD9 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug7JWgFbD9 input:-moz-placeholder,
.cid-ug7JWgFbD9 textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug7JWgFbD9 .jq-selectbox li,
.cid-ug7JWgFbD9 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7JWgFbD9 .jq-selectbox li:hover,
.cid-ug7JWgFbD9 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7JWgFbD9 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7JWgFbD9 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7JWgFbD9 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug7JWgFbD9 textarea {
  min-height: 150px;
}
.cid-ug7JWgFbD9 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug7JWgFbD9 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug7JWgFbD9 .mbr-text,
.cid-ug7JWgFbD9 .mbr-section-btn {
  color: #767676;
}
.cid-ug7JWgFbD9 H1 {
  color: #143019;
}
.cid-uhMNTnVeAc {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMNTnVeAc .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMNTnVeAc .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMNTnVeAc .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMNTnVeAc .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNTnVeAc .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNTnVeAc .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMNTnVeAc .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMNTnVeAc .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMNTnVeAc .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMNTnVeAc .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMNTnVeAc .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMNTnVeAc .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMNTnVeAc .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMNTnVeAc .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMNTnVeAc .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMNTnVeAc .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMNTnVeAc img,
.cid-uhMNTnVeAc .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMNTnVeAc .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNTnVeAc .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMNTnVeAc .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMNTnVeAc .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMNTnVeAc .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMNTnVeAc .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMNTnVeAc .card-descr {
    right: 1rem;
  }
}
.cid-uhMNTnVeAc .card-text,
.cid-uhMNTnVeAc .linkBtn {
  text-align: center;
}
.cid-uhMNSRffCP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMNSRffCP [class^="socicon-"]:before,
.cid-uhMNSRffCP [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMNSRffCP .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMNSRffCP .btn-social,
.cid-uhMNSRffCP .mbr-section-title {
  color: #57468b;
}
.cid-uhMNSRffCP .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMNSRffCP .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMNSRffCP .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug7M1gFIjI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug7M1gFIjI .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug7M1gFIjI .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug7M1gFIjI .card-wrap:hover h4,
.cid-ug7M1gFIjI .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug7M1gFIjI h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug7M1gFIjI h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug7M1gFIjI img {
  width: 100%;
}
.cid-ug7M1gFIjI h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7M1gFIjI h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7M1gFIjI .card-title1,
.cid-ug7M1gFIjI .title-wrap1 {
  color: #ffffff;
}
.cid-ug7M1gFIjI .card-title,
.cid-ug7M1gFIjI .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug7M1gFIjI .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug7M1gFIjI .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug7M1gFIjI H3 {
  color: #767676;
}
.cid-ug7M1gFIjI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7M1gFIjI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7M1gFIjI .mbr-text,
.cid-ug7M1gFIjI .mbr-section-btn {
  color: #649e7c;
}
.cid-ug7M1gSuLC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug7M1gSuLC .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug7M1gSuLC .item-title,
.cid-ug7M1gSuLC .card_topic {
  margin-bottom: 12px;
}
.cid-ug7M1gSuLC .category_content {
  opacity: .8;
}
.cid-ug7M1gSuLC .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug7M1gSuLC .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug7M1gSuLC .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug7M1gSuLC .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug7M1gSuLC .mbr-section-btn .btn-secondary-outline .active,
.cid-ug7M1gSuLC .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug7M1gSuLC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7M1gSuLC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7M1hqxJS {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug7M1hqxJS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug7M1hqxJS .form-row {
  justify-content: flex-end;
}
.cid-ug7M1hqxJS .form-control,
.cid-ug7M1hqxJS .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug7M1hqxJS .form-control:hover,
.cid-ug7M1hqxJS .field-input:hover,
.cid-ug7M1hqxJS .form-control:focus,
.cid-ug7M1hqxJS .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug7M1hqxJS input::-webkit-input-placeholder,
.cid-ug7M1hqxJS textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug7M1hqxJS input:-moz-placeholder,
.cid-ug7M1hqxJS textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug7M1hqxJS .jq-selectbox li,
.cid-ug7M1hqxJS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7M1hqxJS .jq-selectbox li:hover,
.cid-ug7M1hqxJS .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7M1hqxJS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7M1hqxJS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7M1hqxJS span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug7M1hqxJS textarea {
  min-height: 150px;
}
.cid-ug7M1hqxJS h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug7M1hqxJS h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug7M1hqxJS .mbr-text,
.cid-ug7M1hqxJS .mbr-section-btn {
  color: #767676;
}
.cid-ug7M1hqxJS H1 {
  color: #143019;
}
.cid-uhMNsYjCDe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMNsYjCDe .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMNsYjCDe .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMNsYjCDe .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMNsYjCDe .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNsYjCDe .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNsYjCDe .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMNsYjCDe .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMNsYjCDe .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMNsYjCDe .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMNsYjCDe .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMNsYjCDe .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMNsYjCDe .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMNsYjCDe .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMNsYjCDe .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMNsYjCDe .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMNsYjCDe .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMNsYjCDe img,
.cid-uhMNsYjCDe .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMNsYjCDe .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNsYjCDe .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMNsYjCDe .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMNsYjCDe .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMNsYjCDe .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMNsYjCDe .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMNsYjCDe .card-descr {
    right: 1rem;
  }
}
.cid-uhMNsYjCDe .card-text,
.cid-uhMNsYjCDe .linkBtn {
  text-align: center;
}
.cid-uhMNsmYJpb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMNsmYJpb [class^="socicon-"]:before,
.cid-uhMNsmYJpb [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMNsmYJpb .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMNsmYJpb .btn-social,
.cid-uhMNsmYJpb .mbr-section-title {
  color: #57468b;
}
.cid-uhMNsmYJpb .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMNsmYJpb .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMNsmYJpb .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug7NweowZm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug7NweowZm .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug7NweowZm .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug7NweowZm .card-wrap:hover h4,
.cid-ug7NweowZm .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug7NweowZm h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug7NweowZm h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug7NweowZm img {
  width: 100%;
}
.cid-ug7NweowZm h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7NweowZm h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7NweowZm .card-title1,
.cid-ug7NweowZm .title-wrap1 {
  color: #ffffff;
}
.cid-ug7NweowZm .card-title,
.cid-ug7NweowZm .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug7NweowZm .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug7NweowZm .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug7NweowZm H3 {
  color: #767676;
}
.cid-ug7NweowZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7NweowZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7NweowZm .mbr-text,
.cid-ug7NweowZm .mbr-section-btn {
  color: #649e7c;
}
.cid-ug7NweCV8F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug7NweCV8F .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug7NweCV8F .item-title,
.cid-ug7NweCV8F .card_topic {
  margin-bottom: 12px;
}
.cid-ug7NweCV8F .category_content {
  opacity: .8;
}
.cid-ug7NweCV8F .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug7NweCV8F .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug7NweCV8F .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug7NweCV8F .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug7NweCV8F .mbr-section-btn .btn-secondary-outline .active,
.cid-ug7NweCV8F .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug7NweCV8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7NweCV8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7NwePiqu {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug7NwePiqu .mbr-overlay {
  background: #5eeebb;
}
.cid-ug7NwePiqu .row {
  margin: 0;
}
.cid-ug7NwePiqu .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug7NwePiqu .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug7NwePiqu .mbr-section-title b,
.cid-ug7NwePiqu .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug7NwePiqu .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug7NwePiqu .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug7NwePiqu .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug7NwePiqu .carousel-item {
  justify-content: center;
}
.cid-ug7NwePiqu .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug7NwePiqu .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug7NwePiqu .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug7NwePiqu .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug7NwePiqu .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug7NwePiqu .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug7NwePiqu .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug7NwePiqu .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug7NwePiqu .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug7NwePiqu .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug7NwePiqu .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug7NwePiqu .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug7NwePiqu .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug7NwePiqu .cloneditem-1,
.cid-ug7NwePiqu .cloneditem-2,
.cid-ug7NwePiqu .cloneditem-3,
.cid-ug7NwePiqu .cloneditem-4,
.cid-ug7NwePiqu .cloneditem-5 {
  display: none;
}
.cid-ug7NwePiqu .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug7NwePiqu .wrap {
    margin-bottom: 50px;
  }
  .cid-ug7NwePiqu .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug7NwePiqu .arrows {
    display: none;
  }
  .cid-ug7NwePiqu .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug7NwePiqu .container-fluid,
  .cid-ug7NwePiqu .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug7NwePiqu .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug7NwePiqu .carousel-inner {
    z-index: 1;
  }
  .cid-ug7NwePiqu .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug7NwePiqu .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug7NwePiqu .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug7NwePiqu .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7NwePiqu .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides2 .cloneditem-1,
  .cid-ug7NwePiqu .carousel-inner.slides2 .cloneditem-2,
  .cid-ug7NwePiqu .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug7NwePiqu .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug7NwePiqu .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug7NwePiqu .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug7NwePiqu .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7NwePiqu .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides3 .cloneditem-1,
  .cid-ug7NwePiqu .carousel-inner.slides3 .cloneditem-2,
  .cid-ug7NwePiqu .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug7NwePiqu .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug7NwePiqu .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug7NwePiqu .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug7NwePiqu .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7NwePiqu .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides4 .cloneditem-1,
  .cid-ug7NwePiqu .carousel-inner.slides4 .cloneditem-2,
  .cid-ug7NwePiqu .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug7NwePiqu .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug7NwePiqu .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug7NwePiqu .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug7NwePiqu .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7NwePiqu .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides5 .cloneditem-1,
  .cid-ug7NwePiqu .carousel-inner.slides5 .cloneditem-2,
  .cid-ug7NwePiqu .carousel-inner.slides5 .cloneditem-3,
  .cid-ug7NwePiqu .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug7NwePiqu .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug7NwePiqu .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug7NwePiqu .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug7NwePiqu .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7NwePiqu .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7NwePiqu .carousel-inner.slides6 .cloneditem-1,
  .cid-ug7NwePiqu .carousel-inner.slides6 .cloneditem-2,
  .cid-ug7NwePiqu .carousel-inner.slides6 .cloneditem-3,
  .cid-ug7NwePiqu .carousel-inner.slides6 .cloneditem-4,
  .cid-ug7NwePiqu .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug7NwePiqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7NwePiqu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7Nwf9gwA {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug7Nwf9gwA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug7Nwf9gwA .form-row {
  justify-content: flex-end;
}
.cid-ug7Nwf9gwA .form-control,
.cid-ug7Nwf9gwA .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug7Nwf9gwA .form-control:hover,
.cid-ug7Nwf9gwA .field-input:hover,
.cid-ug7Nwf9gwA .form-control:focus,
.cid-ug7Nwf9gwA .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug7Nwf9gwA input::-webkit-input-placeholder,
.cid-ug7Nwf9gwA textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug7Nwf9gwA input:-moz-placeholder,
.cid-ug7Nwf9gwA textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug7Nwf9gwA .jq-selectbox li,
.cid-ug7Nwf9gwA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7Nwf9gwA .jq-selectbox li:hover,
.cid-ug7Nwf9gwA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7Nwf9gwA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7Nwf9gwA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7Nwf9gwA span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug7Nwf9gwA textarea {
  min-height: 150px;
}
.cid-ug7Nwf9gwA h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug7Nwf9gwA h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug7Nwf9gwA .mbr-text,
.cid-ug7Nwf9gwA .mbr-section-btn {
  color: #767676;
}
.cid-ug7Nwf9gwA H1 {
  color: #143019;
}
.cid-uhMNN5EJWp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMNN5EJWp .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMNN5EJWp .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMNN5EJWp .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMNN5EJWp .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNN5EJWp .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNN5EJWp .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMNN5EJWp .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMNN5EJWp .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMNN5EJWp .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMNN5EJWp .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMNN5EJWp .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMNN5EJWp .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMNN5EJWp .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMNN5EJWp .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMNN5EJWp .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMNN5EJWp .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMNN5EJWp img,
.cid-uhMNN5EJWp .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMNN5EJWp .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNN5EJWp .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMNN5EJWp .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMNN5EJWp .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMNN5EJWp .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMNN5EJWp .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMNN5EJWp .card-descr {
    right: 1rem;
  }
}
.cid-uhMNN5EJWp .card-text,
.cid-uhMNN5EJWp .linkBtn {
  text-align: center;
}
.cid-uhMNMxgJnK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMNMxgJnK [class^="socicon-"]:before,
.cid-uhMNMxgJnK [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMNMxgJnK .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMNMxgJnK .btn-social,
.cid-uhMNMxgJnK .mbr-section-title {
  color: #57468b;
}
.cid-uhMNMxgJnK .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMNMxgJnK .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMNMxgJnK .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug7OC2rUTY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug7OC2rUTY .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug7OC2rUTY .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug7OC2rUTY .card-wrap:hover h4,
.cid-ug7OC2rUTY .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug7OC2rUTY h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug7OC2rUTY h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug7OC2rUTY img {
  width: 100%;
}
.cid-ug7OC2rUTY h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7OC2rUTY h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7OC2rUTY .card-title1,
.cid-ug7OC2rUTY .title-wrap1 {
  color: #ffffff;
}
.cid-ug7OC2rUTY .card-title,
.cid-ug7OC2rUTY .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug7OC2rUTY .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug7OC2rUTY .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug7OC2rUTY H3 {
  color: #767676;
}
.cid-ug7OC2rUTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7OC2rUTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7OC2rUTY .mbr-text,
.cid-ug7OC2rUTY .mbr-section-btn {
  color: #649e7c;
}
.cid-ug7OC2IgWw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug7OC2IgWw .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug7OC2IgWw .item-title,
.cid-ug7OC2IgWw .card_topic {
  margin-bottom: 12px;
}
.cid-ug7OC2IgWw .category_content {
  opacity: .8;
}
.cid-ug7OC2IgWw .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug7OC2IgWw .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug7OC2IgWw .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug7OC2IgWw .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug7OC2IgWw .mbr-section-btn .btn-secondary-outline .active,
.cid-ug7OC2IgWw .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug7OC2IgWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7OC2IgWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7OC2ZZAN {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug7OC2ZZAN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug7OC2ZZAN .form-row {
  justify-content: flex-end;
}
.cid-ug7OC2ZZAN .form-control,
.cid-ug7OC2ZZAN .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug7OC2ZZAN .form-control:hover,
.cid-ug7OC2ZZAN .field-input:hover,
.cid-ug7OC2ZZAN .form-control:focus,
.cid-ug7OC2ZZAN .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug7OC2ZZAN input::-webkit-input-placeholder,
.cid-ug7OC2ZZAN textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug7OC2ZZAN input:-moz-placeholder,
.cid-ug7OC2ZZAN textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug7OC2ZZAN .jq-selectbox li,
.cid-ug7OC2ZZAN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7OC2ZZAN .jq-selectbox li:hover,
.cid-ug7OC2ZZAN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7OC2ZZAN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7OC2ZZAN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7OC2ZZAN span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug7OC2ZZAN textarea {
  min-height: 150px;
}
.cid-ug7OC2ZZAN h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug7OC2ZZAN h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug7OC2ZZAN .mbr-text,
.cid-ug7OC2ZZAN .mbr-section-btn {
  color: #767676;
}
.cid-ug7OC2ZZAN H1 {
  color: #143019;
}
.cid-uhMNy8pZWO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMNy8pZWO .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMNy8pZWO .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMNy8pZWO .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMNy8pZWO .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNy8pZWO .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNy8pZWO .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMNy8pZWO .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMNy8pZWO .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMNy8pZWO .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMNy8pZWO .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMNy8pZWO .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMNy8pZWO .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMNy8pZWO .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMNy8pZWO .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMNy8pZWO .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMNy8pZWO .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMNy8pZWO img,
.cid-uhMNy8pZWO .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMNy8pZWO .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNy8pZWO .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMNy8pZWO .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMNy8pZWO .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMNy8pZWO .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMNy8pZWO .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMNy8pZWO .card-descr {
    right: 1rem;
  }
}
.cid-uhMNy8pZWO .card-text,
.cid-uhMNy8pZWO .linkBtn {
  text-align: center;
}
.cid-uhMNxApp2S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMNxApp2S [class^="socicon-"]:before,
.cid-uhMNxApp2S [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMNxApp2S .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMNxApp2S .btn-social,
.cid-uhMNxApp2S .mbr-section-title {
  color: #57468b;
}
.cid-uhMNxApp2S .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMNxApp2S .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMNxApp2S .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug7PCRtdYc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug7PCRtdYc .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug7PCRtdYc .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug7PCRtdYc .card-wrap:hover h4,
.cid-ug7PCRtdYc .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug7PCRtdYc h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug7PCRtdYc h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug7PCRtdYc img {
  width: 100%;
}
.cid-ug7PCRtdYc h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7PCRtdYc h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7PCRtdYc .card-title1,
.cid-ug7PCRtdYc .title-wrap1 {
  color: #ffffff;
}
.cid-ug7PCRtdYc .card-title,
.cid-ug7PCRtdYc .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug7PCRtdYc .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug7PCRtdYc .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug7PCRtdYc H3 {
  color: #767676;
}
.cid-ug7PCRtdYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7PCRtdYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7PCRtdYc .mbr-text,
.cid-ug7PCRtdYc .mbr-section-btn {
  color: #649e7c;
}
.cid-ug7PCRK3Es {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug7PCRK3Es .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug7PCRK3Es .item-title,
.cid-ug7PCRK3Es .card_topic {
  margin-bottom: 12px;
}
.cid-ug7PCRK3Es .category_content {
  opacity: .8;
}
.cid-ug7PCRK3Es .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug7PCRK3Es .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug7PCRK3Es .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug7PCRK3Es .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug7PCRK3Es .mbr-section-btn .btn-secondary-outline .active,
.cid-ug7PCRK3Es .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug7PCRK3Es .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7PCRK3Es .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7PCS0FwH {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug7PCS0FwH .mbr-overlay {
  background: #5eeebb;
}
.cid-ug7PCS0FwH .row {
  margin: 0;
}
.cid-ug7PCS0FwH .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug7PCS0FwH .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug7PCS0FwH .mbr-section-title b,
.cid-ug7PCS0FwH .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug7PCS0FwH .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug7PCS0FwH .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug7PCS0FwH .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug7PCS0FwH .carousel-item {
  justify-content: center;
}
.cid-ug7PCS0FwH .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug7PCS0FwH .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug7PCS0FwH .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug7PCS0FwH .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug7PCS0FwH .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug7PCS0FwH .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug7PCS0FwH .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug7PCS0FwH .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug7PCS0FwH .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug7PCS0FwH .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug7PCS0FwH .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug7PCS0FwH .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug7PCS0FwH .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug7PCS0FwH .cloneditem-1,
.cid-ug7PCS0FwH .cloneditem-2,
.cid-ug7PCS0FwH .cloneditem-3,
.cid-ug7PCS0FwH .cloneditem-4,
.cid-ug7PCS0FwH .cloneditem-5 {
  display: none;
}
.cid-ug7PCS0FwH .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug7PCS0FwH .wrap {
    margin-bottom: 50px;
  }
  .cid-ug7PCS0FwH .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug7PCS0FwH .arrows {
    display: none;
  }
  .cid-ug7PCS0FwH .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug7PCS0FwH .container-fluid,
  .cid-ug7PCS0FwH .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug7PCS0FwH .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug7PCS0FwH .carousel-inner {
    z-index: 1;
  }
  .cid-ug7PCS0FwH .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug7PCS0FwH .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug7PCS0FwH .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug7PCS0FwH .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7PCS0FwH .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides2 .cloneditem-1,
  .cid-ug7PCS0FwH .carousel-inner.slides2 .cloneditem-2,
  .cid-ug7PCS0FwH .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug7PCS0FwH .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug7PCS0FwH .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug7PCS0FwH .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug7PCS0FwH .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7PCS0FwH .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides3 .cloneditem-1,
  .cid-ug7PCS0FwH .carousel-inner.slides3 .cloneditem-2,
  .cid-ug7PCS0FwH .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug7PCS0FwH .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug7PCS0FwH .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug7PCS0FwH .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug7PCS0FwH .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7PCS0FwH .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides4 .cloneditem-1,
  .cid-ug7PCS0FwH .carousel-inner.slides4 .cloneditem-2,
  .cid-ug7PCS0FwH .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug7PCS0FwH .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug7PCS0FwH .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug7PCS0FwH .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug7PCS0FwH .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7PCS0FwH .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides5 .cloneditem-1,
  .cid-ug7PCS0FwH .carousel-inner.slides5 .cloneditem-2,
  .cid-ug7PCS0FwH .carousel-inner.slides5 .cloneditem-3,
  .cid-ug7PCS0FwH .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug7PCS0FwH .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug7PCS0FwH .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug7PCS0FwH .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug7PCS0FwH .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7PCS0FwH .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7PCS0FwH .carousel-inner.slides6 .cloneditem-1,
  .cid-ug7PCS0FwH .carousel-inner.slides6 .cloneditem-2,
  .cid-ug7PCS0FwH .carousel-inner.slides6 .cloneditem-3,
  .cid-ug7PCS0FwH .carousel-inner.slides6 .cloneditem-4,
  .cid-ug7PCS0FwH .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug7PCS0FwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7PCS0FwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7PCSoQxZ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug7PCSoQxZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug7PCSoQxZ .form-row {
  justify-content: flex-end;
}
.cid-ug7PCSoQxZ .form-control,
.cid-ug7PCSoQxZ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug7PCSoQxZ .form-control:hover,
.cid-ug7PCSoQxZ .field-input:hover,
.cid-ug7PCSoQxZ .form-control:focus,
.cid-ug7PCSoQxZ .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug7PCSoQxZ input::-webkit-input-placeholder,
.cid-ug7PCSoQxZ textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug7PCSoQxZ input:-moz-placeholder,
.cid-ug7PCSoQxZ textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug7PCSoQxZ .jq-selectbox li,
.cid-ug7PCSoQxZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7PCSoQxZ .jq-selectbox li:hover,
.cid-ug7PCSoQxZ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7PCSoQxZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7PCSoQxZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7PCSoQxZ span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug7PCSoQxZ textarea {
  min-height: 150px;
}
.cid-ug7PCSoQxZ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug7PCSoQxZ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug7PCSoQxZ .mbr-text,
.cid-ug7PCSoQxZ .mbr-section-btn {
  color: #767676;
}
.cid-ug7PCSoQxZ H1 {
  color: #143019;
}
.cid-uhMNjINnm7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMNjINnm7 .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMNjINnm7 .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMNjINnm7 .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMNjINnm7 .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNjINnm7 .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNjINnm7 .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMNjINnm7 .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMNjINnm7 .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMNjINnm7 .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMNjINnm7 .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMNjINnm7 .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMNjINnm7 .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMNjINnm7 .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMNjINnm7 .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMNjINnm7 .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMNjINnm7 .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMNjINnm7 img,
.cid-uhMNjINnm7 .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMNjINnm7 .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMNjINnm7 .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMNjINnm7 .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMNjINnm7 .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMNjINnm7 .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMNjINnm7 .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMNjINnm7 .card-descr {
    right: 1rem;
  }
}
.cid-uhMNjINnm7 .card-text,
.cid-uhMNjINnm7 .linkBtn {
  text-align: center;
}
.cid-uhMNkmGg88 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMNkmGg88 [class^="socicon-"]:before,
.cid-uhMNkmGg88 [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMNkmGg88 .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMNkmGg88 .btn-social,
.cid-uhMNkmGg88 .mbr-section-title {
  color: #57468b;
}
.cid-uhMNkmGg88 .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMNkmGg88 .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMNkmGg88 .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-ug7Qw0zkxK {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ug7Qw0zkxK .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ug7Qw0zkxK .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ug7Qw0zkxK .card-wrap:hover h4,
.cid-ug7Qw0zkxK .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ug7Qw0zkxK h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ug7Qw0zkxK h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ug7Qw0zkxK img {
  width: 100%;
}
.cid-ug7Qw0zkxK h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7Qw0zkxK h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ug7Qw0zkxK .card-title1,
.cid-ug7Qw0zkxK .title-wrap1 {
  color: #ffffff;
}
.cid-ug7Qw0zkxK .card-title,
.cid-ug7Qw0zkxK .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-ug7Qw0zkxK .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ug7Qw0zkxK .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ug7Qw0zkxK H3 {
  color: #767676;
}
.cid-ug7Qw0zkxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7Qw0zkxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7Qw0zkxK .mbr-text,
.cid-ug7Qw0zkxK .mbr-section-btn {
  color: #649e7c;
}
.cid-ug7Qw0Nz2R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ug7Qw0Nz2R .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-ug7Qw0Nz2R .item-title,
.cid-ug7Qw0Nz2R .card_topic {
  margin-bottom: 12px;
}
.cid-ug7Qw0Nz2R .category_content {
  opacity: .8;
}
.cid-ug7Qw0Nz2R .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-ug7Qw0Nz2R .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #43825d;
}
.cid-ug7Qw0Nz2R .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-ug7Qw0Nz2R .mbr-section-btn .btn-secondary-outline:hover,
.cid-ug7Qw0Nz2R .mbr-section-btn .btn-secondary-outline .active,
.cid-ug7Qw0Nz2R .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-ug7Qw0Nz2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7Qw0Nz2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7Qw12qwQ {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug7Qw12qwQ .mbr-overlay {
  background: #5eeebb;
}
.cid-ug7Qw12qwQ .row {
  margin: 0;
}
.cid-ug7Qw12qwQ .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug7Qw12qwQ .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug7Qw12qwQ .mbr-section-title b,
.cid-ug7Qw12qwQ .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug7Qw12qwQ .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug7Qw12qwQ .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug7Qw12qwQ .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug7Qw12qwQ .carousel-item {
  justify-content: center;
}
.cid-ug7Qw12qwQ .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug7Qw12qwQ .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug7Qw12qwQ .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug7Qw12qwQ .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug7Qw12qwQ .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug7Qw12qwQ .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug7Qw12qwQ .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug7Qw12qwQ .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug7Qw12qwQ .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug7Qw12qwQ .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug7Qw12qwQ .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug7Qw12qwQ .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug7Qw12qwQ .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug7Qw12qwQ .cloneditem-1,
.cid-ug7Qw12qwQ .cloneditem-2,
.cid-ug7Qw12qwQ .cloneditem-3,
.cid-ug7Qw12qwQ .cloneditem-4,
.cid-ug7Qw12qwQ .cloneditem-5 {
  display: none;
}
.cid-ug7Qw12qwQ .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug7Qw12qwQ .wrap {
    margin-bottom: 50px;
  }
  .cid-ug7Qw12qwQ .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug7Qw12qwQ .arrows {
    display: none;
  }
  .cid-ug7Qw12qwQ .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug7Qw12qwQ .container-fluid,
  .cid-ug7Qw12qwQ .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug7Qw12qwQ .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug7Qw12qwQ .carousel-inner {
    z-index: 1;
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug7Qw12qwQ .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug7Qw12qwQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug7Qw12qwQ .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7Qw12qwQ .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides2 .cloneditem-1,
  .cid-ug7Qw12qwQ .carousel-inner.slides2 .cloneditem-2,
  .cid-ug7Qw12qwQ .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug7Qw12qwQ .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug7Qw12qwQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug7Qw12qwQ .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7Qw12qwQ .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides3 .cloneditem-1,
  .cid-ug7Qw12qwQ .carousel-inner.slides3 .cloneditem-2,
  .cid-ug7Qw12qwQ .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug7Qw12qwQ .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug7Qw12qwQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug7Qw12qwQ .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7Qw12qwQ .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides4 .cloneditem-1,
  .cid-ug7Qw12qwQ .carousel-inner.slides4 .cloneditem-2,
  .cid-ug7Qw12qwQ .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug7Qw12qwQ .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug7Qw12qwQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug7Qw12qwQ .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7Qw12qwQ .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides5 .cloneditem-1,
  .cid-ug7Qw12qwQ .carousel-inner.slides5 .cloneditem-2,
  .cid-ug7Qw12qwQ .carousel-inner.slides5 .cloneditem-3,
  .cid-ug7Qw12qwQ .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug7Qw12qwQ .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug7Qw12qwQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug7Qw12qwQ .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7Qw12qwQ .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7Qw12qwQ .carousel-inner.slides6 .cloneditem-1,
  .cid-ug7Qw12qwQ .carousel-inner.slides6 .cloneditem-2,
  .cid-ug7Qw12qwQ .carousel-inner.slides6 .cloneditem-3,
  .cid-ug7Qw12qwQ .carousel-inner.slides6 .cloneditem-4,
  .cid-ug7Qw12qwQ .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug7Qw12qwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7Qw12qwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7SKLklJY {
  overflow: hidden;
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ug7SKLklJY .mbr-overlay {
  background: #5eeebb;
}
.cid-ug7SKLklJY .row {
  margin: 0;
}
.cid-ug7SKLklJY .mbr-section-subtitle {
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #43825d;
}
.cid-ug7SKLklJY .mbr-section-title {
  color: #232323;
  font-weight: 300;
}
.cid-ug7SKLklJY .mbr-section-title b,
.cid-ug7SKLklJY .mbr-section-title strong {
  font-weight: 500;
}
.cid-ug7SKLklJY .buttons {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.cid-ug7SKLklJY .wrap {
  margin-bottom: 100px;
}
@media (max-width: 991px) and (min-width: 575px) {
  .cid-ug7SKLklJY .media-container-row > .col-md-12 {
    max-width: 80%;
  }
}
.cid-ug7SKLklJY .carousel-item {
  justify-content: center;
}
.cid-ug7SKLklJY .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-ug7SKLklJY .carousel-item .wrap-img {
  text-align: center;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  background: linear-gradient(130deg, rgba(35, 61, 99, 0.3) 0%, #233d63 100%);
  border-radius: 3px;
}
.cid-ug7SKLklJY .carousel-item .wrap-img:hover img {
  transform: scale(0.93);
  opacity: 0.8;
}
.cid-ug7SKLklJY .carousel-item .wrap-img:hover .icon__block {
  opacity: 1;
}
.cid-ug7SKLklJY .carousel-item .wrap-img img {
  transition: all 0.6s ease-in-out;
  border-radius: 3px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ug7SKLklJY .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-ug7SKLklJY .carousel-item .wrap-img .icon__block {
  position: absolute;
  opacity: 0;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  z-index: 10;
  color: #ffffff;
  font-size: 50px;
  transition: all 0.6s ease-in-out;
}
.cid-ug7SKLklJY .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-ug7SKLklJY .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-ug7SKLklJY .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 40px;
  height: 40px;
  color: #233d63;
  transition: all 0.3s ease-in-out;
}
.cid-ug7SKLklJY .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-ug7SKLklJY .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-ug7SKLklJY .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 30px;
}
.cid-ug7SKLklJY .cloneditem-1,
.cid-ug7SKLklJY .cloneditem-2,
.cid-ug7SKLklJY .cloneditem-3,
.cid-ug7SKLklJY .cloneditem-4,
.cid-ug7SKLklJY .cloneditem-5 {
  display: none;
}
.cid-ug7SKLklJY .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ug7SKLklJY .wrap {
    margin-bottom: 50px;
  }
  .cid-ug7SKLklJY .buttons {
    margin-top: 40px;
    justify-content: flex-start;
  }
  .cid-ug7SKLklJY .arrows {
    display: none;
  }
  .cid-ug7SKLklJY .carousel-item {
    margin-bottom: 60px;
  }
  .cid-ug7SKLklJY .container-fluid,
  .cid-ug7SKLklJY .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-ug7SKLklJY .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-ug7SKLklJY .carousel-inner {
    z-index: 1;
  }
  .cid-ug7SKLklJY .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-ug7SKLklJY .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-ug7SKLklJY .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-ug7SKLklJY .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7SKLklJY .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides2 .cloneditem-1,
  .cid-ug7SKLklJY .carousel-inner.slides2 .cloneditem-2,
  .cid-ug7SKLklJY .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-ug7SKLklJY .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-ug7SKLklJY .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-ug7SKLklJY .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-ug7SKLklJY .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7SKLklJY .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides3 .cloneditem-1,
  .cid-ug7SKLklJY .carousel-inner.slides3 .cloneditem-2,
  .cid-ug7SKLklJY .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-ug7SKLklJY .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-ug7SKLklJY .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(25%, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-ug7SKLklJY .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-25%, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-ug7SKLklJY .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7SKLklJY .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides4 .cloneditem-1,
  .cid-ug7SKLklJY .carousel-inner.slides4 .cloneditem-2,
  .cid-ug7SKLklJY .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-ug7SKLklJY .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-ug7SKLklJY .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(20%, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-ug7SKLklJY .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-20%, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-ug7SKLklJY .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7SKLklJY .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides5 .cloneditem-1,
  .cid-ug7SKLklJY .carousel-inner.slides5 .cloneditem-2,
  .cid-ug7SKLklJY .carousel-inner.slides5 .cloneditem-3,
  .cid-ug7SKLklJY .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-ug7SKLklJY .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-ug7SKLklJY .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-ug7SKLklJY .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-ug7SKLklJY .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-ug7SKLklJY .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-ug7SKLklJY .carousel-inner.slides6 .cloneditem-1,
  .cid-ug7SKLklJY .carousel-inner.slides6 .cloneditem-2,
  .cid-ug7SKLklJY .carousel-inner.slides6 .cloneditem-3,
  .cid-ug7SKLklJY .carousel-inner.slides6 .cloneditem-4,
  .cid-ug7SKLklJY .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-ug7SKLklJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ug7SKLklJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ug7Qw1pvFT {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ug7Qw1pvFT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ug7Qw1pvFT .form-row {
  justify-content: flex-end;
}
.cid-ug7Qw1pvFT .form-control,
.cid-ug7Qw1pvFT .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-ug7Qw1pvFT .form-control:hover,
.cid-ug7Qw1pvFT .field-input:hover,
.cid-ug7Qw1pvFT .form-control:focus,
.cid-ug7Qw1pvFT .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-ug7Qw1pvFT input::-webkit-input-placeholder,
.cid-ug7Qw1pvFT textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-ug7Qw1pvFT input:-moz-placeholder,
.cid-ug7Qw1pvFT textarea:-moz-placeholder {
  color: #767676;
}
.cid-ug7Qw1pvFT .jq-selectbox li,
.cid-ug7Qw1pvFT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7Qw1pvFT .jq-selectbox li:hover,
.cid-ug7Qw1pvFT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-ug7Qw1pvFT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7Qw1pvFT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-ug7Qw1pvFT span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-ug7Qw1pvFT textarea {
  min-height: 150px;
}
.cid-ug7Qw1pvFT h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-ug7Qw1pvFT h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-ug7Qw1pvFT .mbr-text,
.cid-ug7Qw1pvFT .mbr-section-btn {
  color: #767676;
}
.cid-ug7Qw1pvFT H1 {
  color: #143019;
}
.cid-uhMu7Ua6qW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/linkedin-backgournd-1-1414x2000.jpg");
}
.cid-uhMu7Ua6qW .mbr-section-subtitle {
  margin-bottom: .75rem;
  line-height: 1;
}
.cid-uhMu7Ua6qW .mbr-text {
  margin-top: 12px;
  margin-bottom: 1.5em;
  letter-spacing: -0.025rem;
}
.cid-uhMu7Ua6qW .card_item {
  border-radius: 0 !important;
  cursor: pointer;
}
@media (min-width: 768px) {
  .cid-uhMu7Ua6qW .card_item {
    border-left: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMu7Ua6qW .card_item:last-child {
    border-right: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMu7Ua6qW .card_item:nth-child(1) .card-box {
    padding-top: 8rem;
  }
  .cid-uhMu7Ua6qW .card_item:nth-child(2) .card-box {
    padding-top: 0;
  }
  .cid-uhMu7Ua6qW .card_item:nth-child(3) .card-box {
    padding-top: 16rem;
  }
}
.cid-uhMu7Ua6qW .item-wrapper {
  padding: 0 1rem;
}
.cid-uhMu7Ua6qW .card-box {
  height: 100%;
  padding: 2rem 0 ;
}
@media (min-width: 1199px) {
  .cid-uhMu7Ua6qW .card-box {
    padding: 2.5rem 2rem 2.5rem ;
  }
}
.cid-uhMu7Ua6qW .item-img {
  margin-bottom: 1.5rem;
  position: relative;
}
.cid-uhMu7Ua6qW .card-title {
  margin-top: .75rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMu7Ua6qW .card-text {
  margin-bottom: 1.25rem;
}
.cid-uhMu7Ua6qW .card-descr {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -1.25rem;
  line-height: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: sideways;
  text-orientation: sideways;
}
@media (max-width: 1199px) {
  .cid-uhMu7Ua6qW .card-descr {
    margin-right: -1rem;
  }
}
.cid-uhMu7Ua6qW img,
.cid-uhMu7Ua6qW .item-img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uhMu7Ua6qW .item-wrapper {
    padding: 2rem 0;
    border-bottom: 1px dotted rgba(55, 60, 66, 0.5);
  }
  .cid-uhMu7Ua6qW .mbr-section-subtitle {
    margin-bottom: .25rem;
  }
  .cid-uhMu7Ua6qW .mbr-section-title {
    margin-bottom: 1.5rem;
  }
  .cid-uhMu7Ua6qW .mbr-text {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .cid-uhMu7Ua6qW .card-title {
    margin-bottom: 1.25rem;
  }
  .cid-uhMu7Ua6qW .card-text {
    margin-bottom: .75rem;
  }
  .cid-uhMu7Ua6qW .card-descr {
    right: 1rem;
  }
}
.cid-uhMu7Ua6qW .card-text,
.cid-uhMu7Ua6qW .linkBtn {
  text-align: center;
}
.cid-uhMu7k4oCX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhMu7k4oCX [class^="socicon-"]:before,
.cid-uhMu7k4oCX [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhMu7k4oCX .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhMu7k4oCX .btn-social,
.cid-uhMu7k4oCX .mbr-section-title {
  color: #57468b;
}
.cid-uhMu7k4oCX .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhMu7k4oCX .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhMu7k4oCX .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-rPgBISjz7v {
  overflow: hidden !important;
  background-image: url("../../../assets/images/copy-of-img-1053-1270x1693.jpg");
}
.cid-rPgBISjz7v .container-fluid {
  padding: 0 3rem;
}
.cid-rPgBISjz7v .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-rPgBISjz7v .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rPgBISjz7v h1 {
  margin-bottom: 1rem;
}
.cid-rPgBISjz7v .mbr-section-title {
  font-weight: 300;
}
.cid-rPgBISjz7v .btn-line {
  margin-top: 3rem;
}
.cid-rPgBISjz7v p {
  margin-bottom: 0;
}
.cid-rPgBISjz7v .mbr-text,
.cid-rPgBISjz7v .mbr-section-btn {
  text-align: center;
}
.cid-uoDftn0Y8b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uoDftn0Y8b .mbr-section-title {
  color: #165120;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uoDftn0Y8b .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 4rem;
  text-align: center;
}
.cid-uoDftn0Y8b .mbr-text {
  color: #1c1c1c;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uoDftn0Y8b .content {
    text-align: center;
  }
}
.cid-uoDftn0Y8b .mbr-text-title {
  text-align: center;
}
.cid-uoHPuLw5pO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uoHPuLw5pO .mbr-section-title {
  color: #165120;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uoHPuLw5pO .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 4rem;
  text-align: center;
}
.cid-uoHPuLw5pO .mbr-text {
  color: #1c1c1c;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uoHPuLw5pO .content {
    text-align: center;
  }
}
.cid-uoHPuLw5pO .mbr-text-title {
  text-align: center;
}
.cid-rPgSyeBQyc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fbfbfb;
}
.cid-rPgSyeBQyc h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-rPgSyeBQyc h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-rPgSyeBQyc h3:hover:after {
  margin-left: -15px;
}
.cid-rPgSyeBQyc .mbr-text,
.cid-rPgSyeBQyc .mbr-section-btn {
  color: #1c1c1c;
}
.cid-rPgSyeBQyc img {
  width: 100%;
}
.cid-rPgSyeBQyc .col1 {
  margin: auto;
  max-width: 500px;
  padding: 2rem 1rem;
}
.cid-rPgSyeBQyc H1 {
  color: #28432c;
}
.cid-rPj8VtauKn .modal-body .close {
  background: #1b1b1b;
}
.cid-rPj8VtauKn .modal-body .close span {
  font-style: normal;
}
.cid-rPj8VtauKn .carousel-inner > .active,
.cid-rPj8VtauKn .carousel-inner > .next,
.cid-rPj8VtauKn .carousel-inner > .prev {
  display: table;
}
.cid-rPj8VtauKn .carousel-control .icon-next,
.cid-rPj8VtauKn .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rPj8VtauKn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rPj8VtauKn .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rPj8VtauKn .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rPj8VtauKn .boxed-slider > div {
  position: relative;
}
.cid-rPj8VtauKn .container img {
  width: 100%;
}
.cid-rPj8VtauKn .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rPj8VtauKn .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rPj8VtauKn .mbr-table-cell {
  padding: 0;
}
.cid-rPj8VtauKn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rPj8VtauKn .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rPj8VtauKn .mbr-overlay {
  z-index: 1;
}
.cid-rPj8VtauKn .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rPj8VtauKn .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rPj8VtauKn .carousel-item .container {
    width: 100%;
  }
}
.cid-rPj8VtauKn .carousel-item-next.carousel-item-left,
.cid-rPj8VtauKn .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rPj8VtauKn .active.carousel-item-right,
.cid-rPj8VtauKn .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rPj8VtauKn .active.carousel-item-left,
.cid-rPj8VtauKn .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rPj8VtauKn .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-rPj8VtauKn .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rPj8VtauKn .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rPj8VtauKn .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rPj8VtauKn .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rPj8VtauKn .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rPj8VtauKn .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rPj8VtauKn .mbr-slider .carousel-indicators li.active,
.cid-rPj8VtauKn .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rPj8VtauKn .mbr-slider .carousel-indicators li::after,
.cid-rPj8VtauKn .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rPj8VtauKn .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rPj8VtauKn .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rPj8VtauKn .mbr-slider > .container img {
  width: 100%;
}
.cid-rPj8VtauKn .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rPj8VtauKn .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rPj8VtauKn .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rPj8VtauKn .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rPj8VtauKn .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rPj8VtauKn .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rPj8VtauKn .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rPj8VtauKn .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-rPj8VtauKn .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rPj8VtauKn .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rPj8VtauKn .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rPj8VtauKn .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rPj8VtauKn .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uhjHd4Blzg {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhjHd4Blzg .card-box {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.cid-uhjHd4Blzg h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uhjHd4Blzg p {
  color: #767676;
  text-align: left;
}
.cid-uhjHd4Blzg .card-wrapper {
  border: 1px solid #efefef;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uhjHd4Blzg .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uhjHd4Blzg .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uhjHd4Blzg h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-uhjHd4Blzg h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uhjHd4Blzg h3:hover:after {
  margin-left: -15px;
}
.cid-uhjHd4Blzg P {
  text-align: center;
  color: #1c1c1c;
}
.cid-uhjHd4Blzg .card-title {
  text-align: center;
  color: #28432c;
}
.cid-uhjHd4Blzg H3 {
  text-align: center;
}
.cid-uhjHd4Blzg .number {
  text-align: center;
  color: #28432c;
}
.cid-uhjHd4Blzg H1 {
  text-align: center;
  color: #28432c;
}
.cid-uhjHd4Blzg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhjHd4Blzg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhjHO7Au7K {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhjHO7Au7K .card-box {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.cid-uhjHO7Au7K h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uhjHO7Au7K p {
  color: #767676;
  text-align: left;
}
.cid-uhjHO7Au7K .card-wrapper {
  border: 1px solid #efefef;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uhjHO7Au7K .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uhjHO7Au7K .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uhjHO7Au7K h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-uhjHO7Au7K h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uhjHO7Au7K h3:hover:after {
  margin-left: -15px;
}
.cid-uhjHO7Au7K P {
  text-align: center;
  color: #1c1c1c;
}
.cid-uhjHO7Au7K .card-title {
  text-align: center;
  color: #28432c;
}
.cid-uhjHO7Au7K H3 {
  text-align: center;
}
.cid-uhjHO7Au7K .number {
  text-align: center;
  color: #28432c;
}
.cid-uhjHO7Au7K H1 {
  text-align: center;
}
.cid-uhjHO7Au7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhjHO7Au7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhjIbYES4w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhjIbYES4w .card-box {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.cid-uhjIbYES4w h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uhjIbYES4w p {
  color: #767676;
  text-align: left;
}
.cid-uhjIbYES4w .card-wrapper {
  border: 1px solid #efefef;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uhjIbYES4w .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uhjIbYES4w .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uhjIbYES4w h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-uhjIbYES4w h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uhjIbYES4w h3:hover:after {
  margin-left: -15px;
}
.cid-uhjIbYES4w P {
  text-align: center;
  color: #1c1c1c;
}
.cid-uhjIbYES4w .card-title {
  text-align: center;
  color: #28432c;
}
.cid-uhjIbYES4w H3 {
  text-align: center;
}
.cid-uhjIbYES4w .number {
  text-align: center;
  color: #28432c;
}
.cid-uhjIbYES4w H1 {
  text-align: center;
}
.cid-uhjIbYES4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhjIbYES4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoDKVPW1iq {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f6f6f6;
}
.cid-uoDKVPW1iq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoDKVPW1iq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoDKVPW1iq .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uoDKVPW1iq .title-wrapper {
    padding: 0;
  }
}
.cid-uoDKVPW1iq .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uoDKVPW1iq .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uoDKVPW1iq .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uoDKVPW1iq .content-wrapper {
  background-color: #f6f6f6;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uoDKVPW1iq .content-wrapper {
    display: block;
  }
}
.cid-uoDKVPW1iq .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uoDKVPW1iq .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uoDKVPW1iq .content-wrapper .content-wrap .list {
  margin-bottom: 90px;
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-uoDKVPW1iq .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uoDKVPW1iq .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 12px;
}
.cid-uoDKVPW1iq .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uoDKVPW1iq .content-wrapper .content-wrap .list .item-wrap::marker {
  color: #f6f6f6;
}
.cid-uoDKVPW1iq .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uoDKVPW1iq .content-wrapper .image-wrapper {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uoDKVPW1iq .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uoDKVPW1iq .content-wrapper .image-wrapper img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uoDKVPW1iq .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uoDKVPW1iq .mbr-section-title {
  color: #165120;
  text-align: center;
}
.cid-uoDKVPW1iq .list {
  color: #51565c;
}
.cid-uoDKVPW1iq .mbr-price {
  color: #ff8576;
}
.cid-uoDKVPW1iq .mbr-desc {
  color: #ff8576;
}
.cid-uoDKVPW1iq .list,
.cid-uoDKVPW1iq .item-wrap,
.cid-uoDKVPW1iq .mbr-section-btn {
  text-align: center;
  color: #1c1c1c;
}
.cid-uhjLNynOao {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhjLNynOao .mbr-section-title {
  color: #28432c;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhjLNynOao .mbr-section-subtitle {
  color: #767676;
  margin-bottom: 4rem;
  text-align: center;
}
.cid-uhjLNynOao .mbr-text {
  color: #1c1c1c;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uhjLNynOao .content {
    text-align: center;
  }
}
.cid-uhjLNynOao .mbr-text-title {
  text-align: center;
}
.cid-uhjJGJyGsB {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uhjJGJyGsB .mbr-text {
  margin: 0;
}
.cid-uhjJGJyGsB .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uhjJGJyGsB .row-element,
.cid-uhjJGJyGsB .image-element {
  padding: 0;
}
.cid-uhjJGJyGsB .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uhjJGJyGsB .image-element .img-wrap {
  width: 100% !important;
}
.cid-uhjJGJyGsB .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uhjJGJyGsB .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uhjJGJyGsB .carousel-item.active,
.cid-uhjJGJyGsB .carousel-item-next,
.cid-uhjJGJyGsB .carousel-item-prev {
  display: flex;
}
.cid-uhjJGJyGsB .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-uhjJGJyGsB .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #143019;
}
.cid-uhjJGJyGsB .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-uhjJGJyGsB .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uhjJGJyGsB .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uhjJGJyGsB .carousel-controls {
    display: block;
  }
  .cid-uhjJGJyGsB .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-uhjJGJyGsB .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-uhjJGJyGsB .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uhjJGJyGsB .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uhjJGJyGsB .text-element {
    padding: 1rem;
  }
  .cid-uhjJGJyGsB .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhjJGJyGsB .image-element {
    min-width: 50%;
  }
  .cid-uhjJGJyGsB .media-container-row {
    width: 100%;
  }
}
.cid-uhjJGJyGsB .mbr-title,
.cid-uhjJGJyGsB .ornament {
  color: #28432c;
}
.cid-uhjJGJyGsB .mbr-text,
.cid-uhjJGJyGsB .link {
  color: #1c1c1c;
}
.cid-uoDeBsvkca {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uoDeBsvkca .mbr-section-title {
  color: #165120;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uoDeBsvkca .mbr-section-subtitle {
  color: #1c1c1c;
  margin-bottom: 4rem;
  text-align: center;
}
.cid-uoDeBsvkca .mbr-text {
  color: #1c1c1c;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uoDeBsvkca .content {
    text-align: center;
  }
}
.cid-uoDeBsvkca .mbr-text-title {
  text-align: center;
}
.cid-upzOL1p3rO {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzOL1p3rO .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzOL1p3rO .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzOL1p3rO .row {
    row-gap: 40px;
  }
}
.cid-upzOL1p3rO .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzOL1p3rO .mbr-section-title {
  color: #28432c;
}
.cid-upzOL1p3rO .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzOL1p3rO .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzOL1p3rO .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzOL1p3rO .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzOL1p3rO .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzOL1p3rO .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzOL1p3rO .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzOL1p3rO .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzOL1p3rO .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzOL1p3rO .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzOL1p3rO .item-content {
  margin-top: 32px;
}
.cid-upzOL1p3rO .item-title {
  color: #303030;
}
.cid-upzOL1p3rO .mbr-text {
  margin-top: 11px;
  color: #303030;
  text-align: left;
}
.cid-upzOL1p3rO .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzOL1p3rO .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzOL1p3rO .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzOL1p3rO .item-text {
  color: #9b8db7;
}
.cid-upzOL1p3rO .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uhltWMfCp8 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uhltWMfCp8 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-uhltWMfCp8 .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uhltWMfCp8 .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-uhltWMfCp8 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uhltWMfCp8 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uhltWMfCp8 img {
  width: 100%;
}
.cid-uhltWMfCp8 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uhltWMfCp8 .card-title1,
.cid-uhltWMfCp8 .title-wrap1 {
  color: #ffffff;
}
.cid-uhltWMfCp8 .card-title,
.cid-uhltWMfCp8 .title-wrap {
  color: #28432c;
}
@media (max-width: 992px) {
  .cid-uhltWMfCp8 .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uhltWMfCp8 .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-uhltWMfCp8 H3 {
  color: #1c1c1c;
}
.cid-uhltWMfCp8 .mbr-text,
.cid-uhltWMfCp8 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uhltWMfCp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhltWMfCp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhlsGwm97O {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhlsGwm97O H1 {
  color: #143019;
}
.cid-uhlsGwm97O H3 {
  color: #ffffff;
}
.cid-unYlhVb4OV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unYlhVb4OV .mbr-section-head {
  margin-bottom: 32px;
}
.cid-unYlhVb4OV .mbr-section-title {
  color: #28432c;
}
.cid-unYlhVb4OV .mbr-section-subtitle {
  color: #24262b;
}
.cid-unYlhVb4OV .items-row {
  row-gap: 32px;
}
.cid-unYlhVb4OV .item {
  cursor: pointer;
}
.cid-unYlhVb4OV .item:focus,
.cid-unYlhVb4OV span:focus {
  outline: none;
}
.cid-unYlhVb4OV .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-unYlhVb4OV .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-unYlhVb4OV img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-unYlhVb4OV .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-unYlhVb4OV .item-title {
  color: #28432c;
}
.cid-unYlhVb4OV .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-unYlhVb4OV .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-unYlkUD0CW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unYlkUD0CW .mbr-section-head {
  margin-bottom: 32px;
}
.cid-unYlkUD0CW .mbr-section-title {
  color: #28432c;
}
.cid-unYlkUD0CW .mbr-section-subtitle {
  color: #24262b;
}
.cid-unYlkUD0CW .items-row {
  row-gap: 32px;
}
.cid-unYlkUD0CW .item {
  cursor: pointer;
}
.cid-unYlkUD0CW .item:focus,
.cid-unYlkUD0CW span:focus {
  outline: none;
}
.cid-unYlkUD0CW .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-unYlkUD0CW .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-unYlkUD0CW img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-unYlkUD0CW .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-unYlkUD0CW .item-title {
  color: #28432c;
}
.cid-unYlkUD0CW .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-unYlkUD0CW .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-unYdJvRF6t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-unYdJvRF6t .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-unYdJvRF6t .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-unYdJvRF6t .row {
    row-gap: 40px;
  }
}
.cid-unYdJvRF6t .mbr-section-head {
  padding-bottom: 50px;
}
.cid-unYdJvRF6t .mbr-section-title {
  color: #28432c;
}
.cid-unYdJvRF6t .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-unYdJvRF6t .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-unYdJvRF6t .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-unYdJvRF6t .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-unYdJvRF6t .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-unYdJvRF6t .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-unYdJvRF6t .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-unYdJvRF6t .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-unYdJvRF6t .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-unYdJvRF6t .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-unYdJvRF6t .item-content {
  margin-top: 32px;
}
.cid-unYdJvRF6t .item-title {
  color: #303030;
}
.cid-unYdJvRF6t .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-unYdJvRF6t .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-unYdJvRF6t .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-unYdJvRF6t .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-unYdJvRF6t .item-text {
  color: #9b8db7;
}
.cid-unYdJvRF6t .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uhLg82qHqG {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uhLg82qHqG .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-uhLg82qHqG .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uhLg82qHqG .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-uhLg82qHqG h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uhLg82qHqG h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uhLg82qHqG img {
  width: 100%;
}
.cid-uhLg82qHqG h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uhLg82qHqG .card-title1,
.cid-uhLg82qHqG .title-wrap1 {
  color: #ffffff;
}
.cid-uhLg82qHqG .card-title,
.cid-uhLg82qHqG .title-wrap {
  color: #28432c;
}
@media (max-width: 992px) {
  .cid-uhLg82qHqG .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uhLg82qHqG .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-uhLg82qHqG H3 {
  color: #1c1c1c;
}
.cid-uhLg82qHqG .mbr-text,
.cid-uhLg82qHqG .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uhLg82qHqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhLg82qHqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhLg82Ms7z {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhLg82Ms7z H1 {
  color: #143019;
}
.cid-uhLg82Ms7z H3 {
  color: #ffffff;
}
.cid-unYf3Xa4ly {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-unYf3Xa4ly .mbr-section-head {
  margin-bottom: 32px;
}
.cid-unYf3Xa4ly .mbr-section-title {
  color: #28432c;
}
.cid-unYf3Xa4ly .mbr-section-subtitle {
  color: #24262b;
}
.cid-unYf3Xa4ly .items-row {
  row-gap: 32px;
}
.cid-unYf3Xa4ly .item {
  cursor: pointer;
}
.cid-unYf3Xa4ly .item:focus,
.cid-unYf3Xa4ly span:focus {
  outline: none;
}
.cid-unYf3Xa4ly .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-unYf3Xa4ly .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-unYf3Xa4ly img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-unYf3Xa4ly .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-unYf3Xa4ly .item-title {
  color: #28432c;
}
.cid-unYf3Xa4ly .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-unYf3Xa4ly .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-unYuAGiLlu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unYuAGiLlu .mbr-section-head {
  margin-bottom: 32px;
}
.cid-unYuAGiLlu .mbr-section-title {
  color: #28432c;
}
.cid-unYuAGiLlu .mbr-section-subtitle {
  color: #24262b;
}
.cid-unYuAGiLlu .items-row {
  row-gap: 32px;
}
.cid-unYuAGiLlu .item {
  cursor: pointer;
}
.cid-unYuAGiLlu .item:focus,
.cid-unYuAGiLlu span:focus {
  outline: none;
}
.cid-unYuAGiLlu .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-unYuAGiLlu .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-unYuAGiLlu img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-unYuAGiLlu .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-unYuAGiLlu .item-title {
  color: #28432c;
}
.cid-unYuAGiLlu .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-unYuAGiLlu .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-unYuTyrJLN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unYuTyrJLN .mbr-section-head {
  margin-bottom: 32px;
}
.cid-unYuTyrJLN .mbr-section-title {
  color: #28432c;
}
.cid-unYuTyrJLN .mbr-section-subtitle {
  color: #24262b;
}
.cid-unYuTyrJLN .items-row {
  row-gap: 32px;
}
.cid-unYuTyrJLN .item {
  cursor: pointer;
}
.cid-unYuTyrJLN .item:focus,
.cid-unYuTyrJLN span:focus {
  outline: none;
}
.cid-unYuTyrJLN .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-unYuTyrJLN .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-unYuTyrJLN img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-unYuTyrJLN .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-unYuTyrJLN .item-title {
  color: #28432c;
}
.cid-unYuTyrJLN .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-unYuTyrJLN .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-unYuX2fIzJ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unYuX2fIzJ .mbr-section-head {
  margin-bottom: 32px;
}
.cid-unYuX2fIzJ .mbr-section-title {
  color: #28432c;
}
.cid-unYuX2fIzJ .mbr-section-subtitle {
  color: #24262b;
}
.cid-unYuX2fIzJ .items-row {
  row-gap: 32px;
}
.cid-unYuX2fIzJ .item {
  cursor: pointer;
}
.cid-unYuX2fIzJ .item:focus,
.cid-unYuX2fIzJ span:focus {
  outline: none;
}
.cid-unYuX2fIzJ .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-unYuX2fIzJ .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-unYuX2fIzJ img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-unYuX2fIzJ .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-unYuX2fIzJ .item-title {
  color: #28432c;
}
.cid-unYuX2fIzJ .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-unYuX2fIzJ .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-unYuY6iEKv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unYuY6iEKv .mbr-section-head {
  margin-bottom: 32px;
}
.cid-unYuY6iEKv .mbr-section-title {
  color: #28432c;
}
.cid-unYuY6iEKv .mbr-section-subtitle {
  color: #24262b;
}
.cid-unYuY6iEKv .items-row {
  row-gap: 32px;
}
.cid-unYuY6iEKv .item {
  cursor: pointer;
}
.cid-unYuY6iEKv .item:focus,
.cid-unYuY6iEKv span:focus {
  outline: none;
}
.cid-unYuY6iEKv .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-unYuY6iEKv .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-unYuY6iEKv img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-unYuY6iEKv .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-unYuY6iEKv .item-title {
  color: #28432c;
}
.cid-unYuY6iEKv .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-unYuY6iEKv .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uxwjogNSuK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxwjogNSuK .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uxwjogNSuK .mbr-section-title {
  color: #28432c;
}
.cid-uxwjogNSuK .mbr-section-subtitle {
  color: #24262b;
}
.cid-uxwjogNSuK .items-row {
  row-gap: 32px;
}
.cid-uxwjogNSuK .item {
  cursor: pointer;
}
.cid-uxwjogNSuK .item:focus,
.cid-uxwjogNSuK span:focus {
  outline: none;
}
.cid-uxwjogNSuK .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uxwjogNSuK .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uxwjogNSuK img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-uxwjogNSuK .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-uxwjogNSuK .item-title {
  color: #28432c;
}
.cid-uxwjogNSuK .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uxwjogNSuK .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uxwg3v4bot {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxwg3v4bot .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uxwg3v4bot .mbr-section-title {
  color: #28432c;
}
.cid-uxwg3v4bot .mbr-section-subtitle {
  color: #24262b;
}
.cid-uxwg3v4bot .items-row {
  row-gap: 32px;
}
.cid-uxwg3v4bot .item {
  cursor: pointer;
}
.cid-uxwg3v4bot .item:focus,
.cid-uxwg3v4bot span:focus {
  outline: none;
}
.cid-uxwg3v4bot .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uxwg3v4bot .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uxwg3v4bot img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-uxwg3v4bot .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-uxwg3v4bot .item-title {
  color: #28432c;
}
.cid-uxwg3v4bot .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uxwg3v4bot .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uxwhsEvBkH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxwhsEvBkH .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uxwhsEvBkH .mbr-section-title {
  color: #28432c;
}
.cid-uxwhsEvBkH .mbr-section-subtitle {
  color: #24262b;
}
.cid-uxwhsEvBkH .items-row {
  row-gap: 32px;
}
.cid-uxwhsEvBkH .item {
  cursor: pointer;
}
.cid-uxwhsEvBkH .item:focus,
.cid-uxwhsEvBkH span:focus {
  outline: none;
}
.cid-uxwhsEvBkH .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uxwhsEvBkH .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uxwhsEvBkH img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-uxwhsEvBkH .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-uxwhsEvBkH .item-title {
  color: #28432c;
}
.cid-uxwhsEvBkH .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uxwhsEvBkH .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uxwi0bYCtg {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxwi0bYCtg .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uxwi0bYCtg .mbr-section-title {
  color: #28432c;
}
.cid-uxwi0bYCtg .mbr-section-subtitle {
  color: #24262b;
}
.cid-uxwi0bYCtg .items-row {
  row-gap: 32px;
}
.cid-uxwi0bYCtg .item {
  cursor: pointer;
}
.cid-uxwi0bYCtg .item:focus,
.cid-uxwi0bYCtg span:focus {
  outline: none;
}
.cid-uxwi0bYCtg .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uxwi0bYCtg .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uxwi0bYCtg img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-uxwi0bYCtg .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-uxwi0bYCtg .item-title {
  color: #28432c;
}
.cid-uxwi0bYCtg .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uxwi0bYCtg .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uxwikAnpJv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uxwikAnpJv .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uxwikAnpJv .mbr-section-title {
  color: #28432c;
}
.cid-uxwikAnpJv .mbr-section-subtitle {
  color: #24262b;
}
.cid-uxwikAnpJv .items-row {
  row-gap: 32px;
}
.cid-uxwikAnpJv .item {
  cursor: pointer;
}
.cid-uxwikAnpJv .item:focus,
.cid-uxwikAnpJv span:focus {
  outline: none;
}
.cid-uxwikAnpJv .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uxwikAnpJv .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uxwikAnpJv img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-uxwikAnpJv .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-uxwikAnpJv .item-title {
  color: #28432c;
}
.cid-uxwikAnpJv .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uxwikAnpJv .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uoOOgJnO7C {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uoOOgJnO7C H1 {
  color: #1c1c1c;
}
.cid-uoOOgJnO7C H3 {
  color: #ffffff;
}
.cid-uoOOlzT8dO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uoOOlzT8dO .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uoOOlzT8dO .mbr-section-title {
  color: #28432c;
}
.cid-uoOOlzT8dO .mbr-section-subtitle {
  color: #24262b;
}
.cid-uoOOlzT8dO .items-row {
  row-gap: 32px;
}
.cid-uoOOlzT8dO .item {
  cursor: pointer;
}
.cid-uoOOlzT8dO .item:focus,
.cid-uoOOlzT8dO span:focus {
  outline: none;
}
.cid-uoOOlzT8dO .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uoOOlzT8dO .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uoOOlzT8dO img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-uoOOlzT8dO .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-uoOOlzT8dO .item-title {
  color: #28432c;
}
.cid-uoOOlzT8dO .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uoOOlzT8dO .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-unYedrE3yQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-unYedrE3yQ .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-unYedrE3yQ .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-unYedrE3yQ .row {
    row-gap: 40px;
  }
}
.cid-unYedrE3yQ .mbr-section-head {
  padding-bottom: 50px;
}
.cid-unYedrE3yQ .mbr-section-title {
  color: #28432c;
}
.cid-unYedrE3yQ .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-unYedrE3yQ .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-unYedrE3yQ .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-unYedrE3yQ .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-unYedrE3yQ .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-unYedrE3yQ .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-unYedrE3yQ .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-unYedrE3yQ .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-unYedrE3yQ .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-unYedrE3yQ .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-unYedrE3yQ .item-content {
  margin-top: 32px;
}
.cid-unYedrE3yQ .item-title {
  color: #303030;
}
.cid-unYedrE3yQ .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-unYedrE3yQ .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-unYedrE3yQ .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-unYedrE3yQ .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-unYedrE3yQ .item-text {
  color: #9b8db7;
}
.cid-unYedrE3yQ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uhM5IdmNS7 {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uhM5IdmNS7 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto;
  height: fit-content;
  max-width: 400px;
}
.cid-uhM5IdmNS7 .card-wrap {
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uhM5IdmNS7 .card-wrap:hover h4 {
  background-size: 100% 100%;
}
.cid-uhM5IdmNS7 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uhM5IdmNS7 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uhM5IdmNS7 img {
  width: 100%;
}
.cid-uhM5IdmNS7 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uhM5IdmNS7 .card-title1,
.cid-uhM5IdmNS7 .title-wrap1 {
  color: #ffffff;
}
.cid-uhM5IdmNS7 .card-title,
.cid-uhM5IdmNS7 .title-wrap {
  color: #1c1c1c;
}
@media (max-width: 992px) {
  .cid-uhM5IdmNS7 .card-box {
    margin: auto auto 0 0;
  }
}
@media (max-width: 767px) {
  .cid-uhM5IdmNS7 .mdpb {
    padding-bottom: 10rem;
  }
}
.cid-uhM5IdmNS7 H3 {
  color: #1c1c1c;
}
.cid-uhM5IdmNS7 .mbr-text,
.cid-uhM5IdmNS7 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uhM5IdmNS7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhM5IdmNS7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhM5IdZiS2 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhM5IdZiS2 H1 {
  color: #143019;
}
.cid-uhM5IdZiS2 H3 {
  color: #ffffff;
}
.cid-unYoYvi8t6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-unYoYvi8t6 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-unYoYvi8t6 .mbr-section-title {
  color: #28432c;
}
.cid-unYoYvi8t6 .mbr-section-subtitle {
  color: #24262b;
}
.cid-unYoYvi8t6 .items-row {
  row-gap: 32px;
}
.cid-unYoYvi8t6 .item {
  cursor: pointer;
}
.cid-unYoYvi8t6 .item:focus,
.cid-unYoYvi8t6 span:focus {
  outline: none;
}
.cid-unYoYvi8t6 .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-unYoYvi8t6 .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-unYoYvi8t6 img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-unYoYvi8t6 .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-unYoYvi8t6 .item-title {
  color: #28432c;
}
.cid-unYoYvi8t6 .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-unYoYvi8t6 .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-unYp2p4mPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-unYp2p4mPJ .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-unYp2p4mPJ .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-unYp2p4mPJ .row {
    row-gap: 40px;
  }
}
.cid-unYp2p4mPJ .mbr-section-head {
  padding-bottom: 50px;
}
.cid-unYp2p4mPJ .mbr-section-title {
  color: #28432c;
}
.cid-unYp2p4mPJ .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-unYp2p4mPJ .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-unYp2p4mPJ .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-unYp2p4mPJ .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-unYp2p4mPJ .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-unYp2p4mPJ .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-unYp2p4mPJ .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-unYp2p4mPJ .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-unYp2p4mPJ .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-unYp2p4mPJ .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-unYp2p4mPJ .item-content {
  margin-top: 32px;
}
.cid-unYp2p4mPJ .item-title {
  color: #303030;
}
.cid-unYp2p4mPJ .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-unYp2p4mPJ .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-unYp2p4mPJ .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-unYp2p4mPJ .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-unYp2p4mPJ .item-text {
  color: #9b8db7;
}
.cid-unYp2p4mPJ .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uhMfzZGctT {
  overflow: hidden !important;
  background-image: url("../../../assets/images/image00047-copy-2000x1500.jpg");
}
.cid-uhMfzZGctT .container-fluid {
  padding: 0 3rem;
}
.cid-uhMfzZGctT .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-uhMfzZGctT .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uhMfzZGctT h1 {
  margin-bottom: 1rem;
}
.cid-uhMfzZGctT .mbr-section-title {
  font-weight: 300;
}
.cid-uhMfzZGctT .btn-line {
  margin-top: 3rem;
}
.cid-uhMfzZGctT p {
  margin-bottom: 0;
}
.cid-uhMfzZGctT .mbr-text,
.cid-uhMfzZGctT .mbr-section-btn {
  text-align: center;
}
.cid-uhMh7StehR {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uhMh7StehR .mbr-section-title {
  color: #28432c;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhMh7StehR .mbr-section-subtitle {
  color: #1f1437;
  margin-bottom: 4rem;
  text-align: center;
}
.cid-uhMh7StehR .mbr-text {
  color: #1f1437;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uhMh7StehR .content {
    text-align: center;
  }
}
.cid-uhMh7StehR .mbr-text-title {
  text-align: center;
}
.cid-uhMfA0xJce {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uhMfA0xJce h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-uhMfA0xJce h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #1c1c1c;
  margin-left: 10px;
}
.cid-uhMfA0xJce h3:hover:after {
  margin-left: -15px;
}
.cid-uhMfA0xJce .mbr-text,
.cid-uhMfA0xJce .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uhMfA0xJce img {
  width: 100%;
}
.cid-uhMfA0xJce .col1 {
  margin: auto;
  max-width: 500px;
  padding: 2rem 1rem;
}
.cid-uhMfA0xJce H1 {
  color: #28432c;
}
.cid-uhMjam6eMq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uhMjam6eMq .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uhMjam6eMq .text-block {
  padding-right: 15px !important;
  padding-left: 5rem;
}
.cid-uhMjam6eMq .text-block {
  padding-right: 5rem;
}
.cid-uhMjam6eMq .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uhMjam6eMq .underline .line {
  width: 5rem;
  height: 3px;
  background: #efefef;
  display: inline-block;
}
.cid-uhMjam6eMq .social-media ul li {
  margin-left: 1rem;
  margin: 0;
  margin-right: 1rem;
}
.cid-uhMjam6eMq .social-media ul li .mbr-iconfont {
  color: #000000;
}
.cid-uhMjam6eMq .social-media ul li .mbr-iconfont:hover {
  color: #cccccc;
}
@media (max-width: 767px) {
  .cid-uhMjam6eMq .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-uhMjam6eMq .img-block {
    margin-bottom: 1rem;
  }
  .cid-uhMjam6eMq .text-block {
    padding: 0 15px;
  }
}
.cid-uhMjam6eMq .mbr-section-title {
  color: #28432c;
}
.cid-uhMjam6eMq .mbr-section-subtitle {
  color: #1f1437;
}
.cid-unYcRwzuJV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-unYcRwzuJV .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-unYcRwzuJV .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-unYcRwzuJV .row {
    row-gap: 40px;
  }
}
.cid-unYcRwzuJV .mbr-section-head {
  padding-bottom: 50px;
}
.cid-unYcRwzuJV .mbr-section-title {
  color: #28432c;
}
.cid-unYcRwzuJV .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-unYcRwzuJV .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-unYcRwzuJV .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-unYcRwzuJV .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-unYcRwzuJV .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-unYcRwzuJV .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-unYcRwzuJV .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-unYcRwzuJV .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-unYcRwzuJV .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-unYcRwzuJV .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-unYcRwzuJV .item-content {
  margin-top: 32px;
}
.cid-unYcRwzuJV .item-title {
  color: #303030;
}
.cid-unYcRwzuJV .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-unYcRwzuJV .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-unYcRwzuJV .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-unYcRwzuJV .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-unYcRwzuJV .item-text {
  color: #9b8db7;
}
.cid-unYcRwzuJV .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uhMT8xy7Sp {
  overflow: hidden !important;
  background-image: url("../../../assets/images/wzfc7abs-2000x1532.jpg");
}
.cid-uhMT8xy7Sp .container-fluid {
  padding: 0 3rem;
}
.cid-uhMT8xy7Sp .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-uhMT8xy7Sp .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uhMT8xy7Sp h1 {
  margin-bottom: 1rem;
}
.cid-uhMT8xy7Sp .mbr-section-title {
  font-weight: 300;
}
.cid-uhMT8xy7Sp .btn-line {
  margin-top: 3rem;
}
.cid-uhMT8xy7Sp p {
  margin-bottom: 0;
}
.cid-uhMT8xy7Sp .mbr-text,
.cid-uhMT8xy7Sp .mbr-section-btn {
  text-align: center;
}
.cid-uhRh6c8dI3 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uhRh6c8dI3 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uhRh6c8dI3 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uhRh6c8dI3 .mbr-text,
.cid-uhRh6c8dI3 .mbr-section-btn {
  color: #1c1c1c;
  text-align: center;
}
.cid-uhRh6c8dI3 H3 {
  color: #ffffff;
}
.cid-uhRh6c8dI3 H1 {
  text-align: center;
  color: #1c6b2a;
}
.cid-ul8qFi3nmj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fbfbfb;
  overflow: hidden;
}
.cid-ul8qFi3nmj .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-ul8qFi3nmj .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-ul8qFi3nmj .row {
    row-gap: 40px;
  }
}
.cid-ul8qFi3nmj .mbr-section-head {
  padding-bottom: 50px;
}
.cid-ul8qFi3nmj .mbr-section-title {
  color: #28432c;
}
.cid-ul8qFi3nmj .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-ul8qFi3nmj .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-ul8qFi3nmj .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 1));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-ul8qFi3nmj .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-ul8qFi3nmj .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-ul8qFi3nmj .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-ul8qFi3nmj .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-ul8qFi3nmj .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-ul8qFi3nmj .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-ul8qFi3nmj .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-ul8qFi3nmj .item-content {
  margin-top: 32px;
}
.cid-ul8qFi3nmj .item-title {
  color: #303030;
  text-align: center;
}
.cid-ul8qFi3nmj .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-ul8qFi3nmj .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-ul8qFi3nmj .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #28432c;
}
.cid-ul8qFi3nmj .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-ul8qFi3nmj .item-text {
  color: #9b8db7;
}
.cid-ul8qFi3nmj .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uhRl86Ul2R {
  overflow: hidden !important;
  background-image: url("../../../assets/images/crdwatlp22-1.webp");
}
.cid-uhRl86Ul2R .container-fluid {
  padding: 0 3rem;
}
.cid-uhRl86Ul2R .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-uhRl86Ul2R .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uhRl86Ul2R h1 {
  margin-bottom: 1rem;
}
.cid-uhRl86Ul2R .mbr-section-title {
  font-weight: 300;
}
.cid-uhRl86Ul2R .btn-line {
  margin-top: 3rem;
}
.cid-uhRl86Ul2R p {
  margin-bottom: 0;
}
.cid-uhRl86Ul2R .mbr-text,
.cid-uhRl86Ul2R .mbr-section-btn {
  text-align: center;
}
.cid-uhRmdT0Tnx {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uhRmdT0Tnx h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uhRmdT0Tnx h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uhRmdT0Tnx .mbr-text,
.cid-uhRmdT0Tnx .mbr-section-btn {
  color: #1c1c1c;
  text-align: center;
}
.cid-uhRmdT0Tnx H3 {
  color: #ffffff;
}
.cid-uhRmdT0Tnx H1 {
  text-align: center;
  color: #1c6b2a;
}
.cid-uhRl87nQqF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uhRl87nQqF h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uhRl87nQqF h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uhRl87nQqF .mbr-text,
.cid-uhRl87nQqF .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uhRl87nQqF H3 {
  color: #ffffff;
}
.cid-uhRl87nQqF H1 {
  text-align: center;
  color: #1c6b2a;
}
.cid-uhRlMiuhUI {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uhRlMiuhUI h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: -1rem;
}
.cid-uhRlMiuhUI h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uhRlMiuhUI .mbr-text,
.cid-uhRlMiuhUI .mbr-section-btn {
  color: #1c1c1c;
  text-align: center;
}
.cid-uhRlMiuhUI H3 {
  color: #ffffff;
}
.cid-uhRlMiuhUI H1 {
  text-align: center;
  color: #1c6b2a;
}
.cid-uhRl884xTy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #143019;
}
.cid-uhRl884xTy [class^="socicon-"]:before,
.cid-uhRl884xTy [class*=" socicon-"]:before {
  line-height: 44px;
}
.cid-uhRl884xTy .social-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uhRl884xTy .btn-social,
.cid-uhRl884xTy .mbr-section-title {
  color: #57468b;
}
.cid-uhRl884xTy .soc-item {
  width: 45px;
  height: 45px;
  background: #143019;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0.3rem;
}
.cid-uhRl884xTy .soc-item span {
  font-size: 1.2rem;
  color: #ffffff !important;
  transition: all 0.3s;
}
.cid-uhRl884xTy .soc-item:hover span {
  color: #43825d !important;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-ul88EJQwXY .nav-item:focus,
.cid-ul88EJQwXY .nav-link:focus {
  outline: none;
}
.cid-ul88EJQwXY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-ul88EJQwXY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-ul88EJQwXY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-ul88EJQwXY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ul88EJQwXY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-ul88EJQwXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-ul88EJQwXY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-ul88EJQwXY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ul88EJQwXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ul88EJQwXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-ul88EJQwXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ul88EJQwXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ul88EJQwXY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ul88EJQwXY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ul88EJQwXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ul88EJQwXY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-ul88EJQwXY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-ul88EJQwXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ul88EJQwXY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ul88EJQwXY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ul88EJQwXY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-ul88EJQwXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ul88EJQwXY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ul88EJQwXY .dropdown-item.active,
.cid-ul88EJQwXY .dropdown-item:active {
  background-color: transparent;
}
.cid-ul88EJQwXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ul88EJQwXY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-ul88EJQwXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-ul88EJQwXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ul88EJQwXY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ul88EJQwXY .navbar-buttons {
  text-align: center;
}
.cid-ul88EJQwXY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ul88EJQwXY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ul88EJQwXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ul88EJQwXY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ul88EJQwXY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-ul88EJQwXY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ul88EJQwXY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-ul88EJQwXY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-ul88EJQwXY .nav-link:hover,
.cid-ul88EJQwXY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-ul88EJQwXY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-ul88EJQwXY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-ul88EJQwXY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-ul88EJQwXY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-ul88EJQwXY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-ul88EJQwXY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uhRqZZyBgY {
  overflow: hidden !important;
  background-image: url("../../../assets/images/craplpb22-001-2-copy.webp");
}
.cid-uhRqZZyBgY .container-fluid {
  padding: 0 3rem;
}
.cid-uhRqZZyBgY .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-uhRqZZyBgY .container-fluid {
    padding: 0 1rem;
  }
}
.cid-uhRqZZyBgY h1 {
  margin-bottom: 1rem;
}
.cid-uhRqZZyBgY .mbr-section-title {
  font-weight: 300;
}
.cid-uhRqZZyBgY .btn-line {
  margin-top: 3rem;
}
.cid-uhRqZZyBgY p {
  margin-bottom: 0;
}
.cid-uhRqZZyBgY .mbr-text,
.cid-uhRqZZyBgY .mbr-section-btn {
  text-align: center;
}
.cid-uhRr6UHK63 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhRr6UHK63 .mbr-section-title {
  color: #143019;
  margin-bottom: 1.5rem;
  text-align: center;
}
.cid-uhRr6UHK63 .mbr-section-subtitle {
  color: #767676;
  margin-bottom: 4rem;
  text-align: center;
}
.cid-uhRr6UHK63 .mbr-text {
  color: #1f1437;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uhRr6UHK63 .content {
    text-align: center;
  }
}
.cid-uhRr6UHK63 .mbr-text-title {
  text-align: center;
}
.cid-ulSSOEvPtM {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #fbfbfb;
}
.cid-ulSSOEvPtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSSOEvPtM .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-ulSSOEvPtM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulSSOEvPtM .row {
  flex-direction: row-reverse;
}
.cid-ulSSOEvPtM img {
  width: 100%;
}
.cid-ulSTobCvRe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-ulSTobCvRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSTobCvRe .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-ulSTobCvRe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulSTobCvRe .row {
  flex-direction: row-reverse;
}
.cid-ulSTobCvRe img {
  width: 100%;
}
.cid-ulSUCK5uFP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fbfbfb;
}
.cid-ulSUCK5uFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSUCK5uFP .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-ulSUCK5uFP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulSUCK5uFP .row {
  flex-direction: row-reverse;
}
.cid-ulSUCK5uFP img {
  width: 100%;
}
.cid-ulSVlE5VRA {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-ulSVlE5VRA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulSVlE5VRA .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-ulSVlE5VRA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulSVlE5VRA .row {
  flex-direction: row-reverse;
}
.cid-ulSVlE5VRA img {
  width: 100%;
}
.cid-ul88YkahbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-ul88YkahbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-ul88YkahbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ul88YkahbD .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-ul88YkahbD .container {
    padding: 0 26px;
  }
}
.cid-ul88YkahbD .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .row {
    padding: 26px;
  }
}
.cid-ul88YkahbD .title-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-ul88YkahbD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-ul88YkahbD .nav-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list {
    display: block;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-ul88YkahbD .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ul88YkahbD .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-ul88YkahbD .soc-wrapper {
  margin-bottom: 50px;
}
.cid-ul88YkahbD .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-ul88YkahbD .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-ul88YkahbD .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-ul88YkahbD .mbr-section-title,
.cid-ul88YkahbD .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-ul88YkahbD .list {
  color: #ffffff;
}
.cid-ul88YkahbD .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-ul88YkahbD .list,
.cid-ul88YkahbD .nav-wrapper,
.cid-ul88YkahbD .soc-wrapper {
  text-align: center;
}
.cid-unYPclVKVx .nav-item:focus,
.cid-unYPclVKVx .nav-link:focus {
  outline: none;
}
.cid-unYPclVKVx a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-unYPclVKVx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-unYPclVKVx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-unYPclVKVx .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-unYPclVKVx .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-unYPclVKVx .navbar.collapsed {
  flex-direction: row!important;
}
.cid-unYPclVKVx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unYPclVKVx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-unYPclVKVx .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-unYPclVKVx .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-unYPclVKVx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-unYPclVKVx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYPclVKVx .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-unYPclVKVx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYPclVKVx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-unYPclVKVx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYPclVKVx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-unYPclVKVx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unYPclVKVx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYPclVKVx .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-unYPclVKVx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-unYPclVKVx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYPclVKVx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unYPclVKVx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-unYPclVKVx .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-unYPclVKVx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unYPclVKVx .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-unYPclVKVx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-unYPclVKVx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unYPclVKVx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-unYPclVKVx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-unYPclVKVx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-unYPclVKVx .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYPclVKVx .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-unYPclVKVx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-unYPclVKVx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYPclVKVx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-unYPclVKVx .dropdown-item.active,
.cid-unYPclVKVx .dropdown-item:active {
  background-color: transparent;
}
.cid-unYPclVKVx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unYPclVKVx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYPclVKVx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYPclVKVx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-unYPclVKVx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-unYPclVKVx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYPclVKVx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unYPclVKVx .navbar-buttons {
  text-align: center;
}
.cid-unYPclVKVx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unYPclVKVx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-unYPclVKVx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYPclVKVx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYPclVKVx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYPclVKVx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYPclVKVx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYPclVKVx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYPclVKVx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYPclVKVx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYPclVKVx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-unYPclVKVx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-unYPclVKVx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unYPclVKVx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-unYPclVKVx .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-unYPclVKVx .nav-link:hover,
.cid-unYPclVKVx .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-unYPclVKVx .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-unYPclVKVx .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-unYPclVKVx .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-unYPclVKVx .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-unYPclVKVx .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-unYPclVKVx .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-unYPclVKVx .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-unYPcmfjVs {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-unYPcmfjVs .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-unYPcmfjVs .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-unYPcmfjVs .card-wrap:hover h4,
.cid-unYPcmfjVs .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-unYPcmfjVs h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-unYPcmfjVs h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-unYPcmfjVs img {
  width: 100%;
}
.cid-unYPcmfjVs h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-unYPcmfjVs h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-unYPcmfjVs .card-title1,
.cid-unYPcmfjVs .title-wrap1 {
  color: #ffffff;
}
.cid-unYPcmfjVs .card-title,
.cid-unYPcmfjVs .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-unYPcmfjVs .mdpb {
    padding-bottom: 2rem;
  }
  .cid-unYPcmfjVs .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-unYPcmfjVs H3 {
  color: #767676;
}
.cid-unYPcmfjVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-unYPcmfjVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unYPcmfjVs .mbr-text,
.cid-unYPcmfjVs .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZFwMM1iW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZFwMM1iW .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZFwMM1iW .item-title,
.cid-uvZFwMM1iW .card_topic {
  margin-bottom: 12px;
}
.cid-uvZFwMM1iW .category_content {
  opacity: .8;
}
.cid-uvZFwMM1iW .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZFwMM1iW .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZFwMM1iW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZFwMM1iW .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZFwMM1iW .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZFwMM1iW .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZFwMM1iW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZFwMM1iW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unYPcmtWa4 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unYPcmtWa4 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-unYPcmtWa4 .item-title,
.cid-unYPcmtWa4 .card_topic {
  margin-bottom: 12px;
}
.cid-unYPcmtWa4 .category_content {
  opacity: .8;
}
.cid-unYPcmtWa4 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-unYPcmtWa4 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-unYPcmtWa4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-unYPcmtWa4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-unYPcmtWa4 .mbr-section-btn .btn-secondary-outline .active,
.cid-unYPcmtWa4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-unYPcmtWa4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unYPcmtWa4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6TfD73Z7 {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6TfD73Z7 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6TfD73Z7 .form-row {
  justify-content: flex-end;
}
.cid-uw6TfD73Z7 .form-control,
.cid-uw6TfD73Z7 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6TfD73Z7 .form-control:hover,
.cid-uw6TfD73Z7 .field-input:hover,
.cid-uw6TfD73Z7 .form-control:focus,
.cid-uw6TfD73Z7 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6TfD73Z7 input::-webkit-input-placeholder,
.cid-uw6TfD73Z7 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6TfD73Z7 input:-moz-placeholder,
.cid-uw6TfD73Z7 textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6TfD73Z7 .jq-selectbox li,
.cid-uw6TfD73Z7 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6TfD73Z7 .jq-selectbox li:hover,
.cid-uw6TfD73Z7 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6TfD73Z7 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6TfD73Z7 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6TfD73Z7 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6TfD73Z7 textarea {
  min-height: 150px;
}
.cid-uw6TfD73Z7 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6TfD73Z7 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6TfD73Z7 .mbr-text,
.cid-uw6TfD73Z7 .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6TfD73Z7 H1 {
  color: #143019;
  text-align: center;
}
.cid-unYRXy5HNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-unYRXy5HNX .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-unYRXy5HNX .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-unYRXy5HNX .row {
    row-gap: 40px;
  }
}
.cid-unYRXy5HNX .mbr-section-head {
  padding-bottom: 50px;
}
.cid-unYRXy5HNX .mbr-section-title {
  color: #28432c;
}
.cid-unYRXy5HNX .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-unYRXy5HNX .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-unYRXy5HNX .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-unYRXy5HNX .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-unYRXy5HNX .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-unYRXy5HNX .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-unYRXy5HNX .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-unYRXy5HNX .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-unYRXy5HNX .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-unYRXy5HNX .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-unYRXy5HNX .item-content {
  margin-top: 32px;
}
.cid-unYRXy5HNX .item-title {
  color: #303030;
}
.cid-unYRXy5HNX .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-unYRXy5HNX .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-unYRXy5HNX .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-unYRXy5HNX .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-unYRXy5HNX .item-text {
  color: #9b8db7;
}
.cid-unYRXy5HNX .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-unYPcnG1jb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-unYPcnG1jb .mbr-fallback-image.disabled {
  display: none;
}
.cid-unYPcnG1jb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unYPcnG1jb .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-unYPcnG1jb .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-unYPcnG1jb .container {
    padding: 0 26px;
  }
}
.cid-unYPcnG1jb .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-unYPcnG1jb .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-unYPcnG1jb .row {
    padding: 26px;
  }
}
.cid-unYPcnG1jb .title-wrapper {
  margin-bottom: 50px;
}
.cid-unYPcnG1jb .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-unYPcnG1jb .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-unYPcnG1jb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-unYPcnG1jb .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-unYPcnG1jb .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-unYPcnG1jb .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-unYPcnG1jb .nav-wrapper {
  margin-bottom: 50px;
}
.cid-unYPcnG1jb .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-unYPcnG1jb .nav-wrapper .list {
    display: block;
  }
}
.cid-unYPcnG1jb .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-unYPcnG1jb .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-unYPcnG1jb .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unYPcnG1jb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unYPcnG1jb .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-unYPcnG1jb .soc-wrapper {
  margin-bottom: 50px;
}
.cid-unYPcnG1jb .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-unYPcnG1jb .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-unYPcnG1jb .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-unYPcnG1jb .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-unYPcnG1jb .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-unYPcnG1jb .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-unYPcnG1jb .mbr-section-title,
.cid-unYPcnG1jb .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unYPcnG1jb .list {
  color: #ffffff;
}
.cid-unYPcnG1jb .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-unYPcnG1jb .list,
.cid-unYPcnG1jb .nav-wrapper,
.cid-unYPcnG1jb .soc-wrapper {
  text-align: center;
}
.cid-uo3peN8S3m .nav-item:focus,
.cid-uo3peN8S3m .nav-link:focus {
  outline: none;
}
.cid-uo3peN8S3m a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3peN8S3m .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3peN8S3m .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3peN8S3m .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3peN8S3m .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3peN8S3m .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3peN8S3m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3peN8S3m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3peN8S3m .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3peN8S3m .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3peN8S3m .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3peN8S3m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3peN8S3m .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3peN8S3m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3peN8S3m .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3peN8S3m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3peN8S3m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3peN8S3m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3peN8S3m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3peN8S3m .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3peN8S3m .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3peN8S3m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3peN8S3m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3peN8S3m .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3peN8S3m .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3peN8S3m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3peN8S3m .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3peN8S3m .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3peN8S3m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3peN8S3m .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3peN8S3m .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3peN8S3m .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3peN8S3m .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3peN8S3m .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3peN8S3m .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3peN8S3m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3peN8S3m .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3peN8S3m .dropdown-item.active,
.cid-uo3peN8S3m .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3peN8S3m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3peN8S3m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3peN8S3m .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3peN8S3m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3peN8S3m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3peN8S3m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3peN8S3m ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3peN8S3m .navbar-buttons {
  text-align: center;
}
.cid-uo3peN8S3m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3peN8S3m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3peN8S3m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3peN8S3m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3peN8S3m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3peN8S3m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3peN8S3m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3peN8S3m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3peN8S3m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3peN8S3m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3peN8S3m .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3peN8S3m a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3peN8S3m .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3peN8S3m .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3peN8S3m .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3peN8S3m .nav-link:hover,
.cid-uo3peN8S3m .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3peN8S3m .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3peN8S3m .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3peN8S3m .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3peN8S3m .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3peN8S3m .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3peN8S3m .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3peN8S3m .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3peNN9sz {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3peNN9sz .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3peNN9sz .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3peNN9sz .card-wrap:hover h4,
.cid-uo3peNN9sz .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3peNN9sz h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3peNN9sz h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3peNN9sz img {
  width: 100%;
}
.cid-uo3peNN9sz h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3peNN9sz h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3peNN9sz .card-title1,
.cid-uo3peNN9sz .title-wrap1 {
  color: #ffffff;
}
.cid-uo3peNN9sz .card-title,
.cid-uo3peNN9sz .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3peNN9sz .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3peNN9sz .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3peNN9sz H3 {
  color: #767676;
}
.cid-uo3peNN9sz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3peNN9sz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3peNN9sz .mbr-text,
.cid-uo3peNN9sz .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZH0RVn34 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZH0RVn34 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZH0RVn34 .item-title,
.cid-uvZH0RVn34 .card_topic {
  margin-bottom: 12px;
}
.cid-uvZH0RVn34 .category_content {
  opacity: .8;
}
.cid-uvZH0RVn34 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZH0RVn34 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZH0RVn34 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZH0RVn34 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZH0RVn34 .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZH0RVn34 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZH0RVn34 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZH0RVn34 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3peO3zkR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uo3peO3zkR .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3peO3zkR .item-title,
.cid-uo3peO3zkR .card_topic {
  margin-bottom: 12px;
}
.cid-uo3peO3zkR .category_content {
  opacity: .8;
}
.cid-uo3peO3zkR .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3peO3zkR .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3peO3zkR .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3peO3zkR .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3peO3zkR .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3peO3zkR .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3peO3zkR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3peO3zkR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3uSlwoEk {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3uSlwoEk .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uo3uSlwoEk .mbr-section-title {
  color: #28432c;
}
.cid-uo3uSlwoEk .mbr-section-subtitle {
  color: #24262b;
}
.cid-uo3uSlwoEk .items-row {
  row-gap: 32px;
}
.cid-uo3uSlwoEk .item {
  cursor: pointer;
}
.cid-uo3uSlwoEk .item:focus,
.cid-uo3uSlwoEk span:focus {
  outline: none;
}
.cid-uo3uSlwoEk .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uo3uSlwoEk .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uo3uSlwoEk img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-uo3uSlwoEk .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-uo3uSlwoEk .item-title {
  color: #28432c;
}
.cid-uo3uSlwoEk .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uo3uSlwoEk .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uw6TKUXTtN {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6TKUXTtN .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6TKUXTtN .form-row {
  justify-content: flex-end;
}
.cid-uw6TKUXTtN .form-control,
.cid-uw6TKUXTtN .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6TKUXTtN .form-control:hover,
.cid-uw6TKUXTtN .field-input:hover,
.cid-uw6TKUXTtN .form-control:focus,
.cid-uw6TKUXTtN .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6TKUXTtN input::-webkit-input-placeholder,
.cid-uw6TKUXTtN textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6TKUXTtN input:-moz-placeholder,
.cid-uw6TKUXTtN textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6TKUXTtN .jq-selectbox li,
.cid-uw6TKUXTtN .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6TKUXTtN .jq-selectbox li:hover,
.cid-uw6TKUXTtN .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6TKUXTtN .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6TKUXTtN .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6TKUXTtN span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6TKUXTtN textarea {
  min-height: 150px;
}
.cid-uw6TKUXTtN h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6TKUXTtN h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6TKUXTtN .mbr-text,
.cid-uw6TKUXTtN .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6TKUXTtN H1 {
  color: #143019;
  text-align: center;
}
.cid-upzQ7bcnR8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzQ7bcnR8 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzQ7bcnR8 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzQ7bcnR8 .row {
    row-gap: 40px;
  }
}
.cid-upzQ7bcnR8 .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzQ7bcnR8 .mbr-section-title {
  color: #28432c;
}
.cid-upzQ7bcnR8 .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzQ7bcnR8 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzQ7bcnR8 .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzQ7bcnR8 .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzQ7bcnR8 .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzQ7bcnR8 .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzQ7bcnR8 .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzQ7bcnR8 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzQ7bcnR8 .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzQ7bcnR8 .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzQ7bcnR8 .item-content {
  margin-top: 32px;
}
.cid-upzQ7bcnR8 .item-title {
  color: #303030;
}
.cid-upzQ7bcnR8 .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzQ7bcnR8 .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzQ7bcnR8 .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzQ7bcnR8 .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzQ7bcnR8 .item-text {
  color: #9b8db7;
}
.cid-upzQ7bcnR8 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3peP42l9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3peP42l9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3peP42l9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3peP42l9 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3peP42l9 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3peP42l9 .container {
    padding: 0 26px;
  }
}
.cid-uo3peP42l9 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3peP42l9 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3peP42l9 .row {
    padding: 26px;
  }
}
.cid-uo3peP42l9 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3peP42l9 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3peP42l9 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3peP42l9 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3peP42l9 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3peP42l9 .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3peP42l9 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3peP42l9 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3peP42l9 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3peP42l9 .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3peP42l9 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3peP42l9 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3peP42l9 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3peP42l9 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3peP42l9 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3peP42l9 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3peP42l9 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3peP42l9 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3peP42l9 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3peP42l9 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3peP42l9 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3peP42l9 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3peP42l9 .mbr-section-title,
.cid-uo3peP42l9 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3peP42l9 .list {
  color: #ffffff;
}
.cid-uo3peP42l9 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3peP42l9 .list,
.cid-uo3peP42l9 .nav-wrapper,
.cid-uo3peP42l9 .soc-wrapper {
  text-align: center;
}
.cid-uo3qn40mQl .nav-item:focus,
.cid-uo3qn40mQl .nav-link:focus {
  outline: none;
}
.cid-uo3qn40mQl a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3qn40mQl .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3qn40mQl .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3qn40mQl .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3qn40mQl .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3qn40mQl .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3qn40mQl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3qn40mQl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3qn40mQl .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3qn40mQl .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3qn40mQl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3qn40mQl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3qn40mQl .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3qn40mQl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3qn40mQl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3qn40mQl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3qn40mQl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3qn40mQl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3qn40mQl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3qn40mQl .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3qn40mQl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3qn40mQl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3qn40mQl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3qn40mQl .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3qn40mQl .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3qn40mQl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3qn40mQl .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3qn40mQl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3qn40mQl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3qn40mQl .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3qn40mQl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3qn40mQl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3qn40mQl .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3qn40mQl .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3qn40mQl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3qn40mQl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3qn40mQl .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3qn40mQl .dropdown-item.active,
.cid-uo3qn40mQl .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3qn40mQl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3qn40mQl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3qn40mQl .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3qn40mQl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3qn40mQl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3qn40mQl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3qn40mQl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3qn40mQl .navbar-buttons {
  text-align: center;
}
.cid-uo3qn40mQl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3qn40mQl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3qn40mQl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3qn40mQl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3qn40mQl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3qn40mQl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3qn40mQl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3qn40mQl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3qn40mQl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3qn40mQl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3qn40mQl .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3qn40mQl a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3qn40mQl .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3qn40mQl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3qn40mQl .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3qn40mQl .nav-link:hover,
.cid-uo3qn40mQl .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3qn40mQl .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3qn40mQl .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3qn40mQl .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3qn40mQl .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3qn40mQl .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3qn40mQl .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3qn40mQl .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3qn4tQCd {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3qn4tQCd .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3qn4tQCd .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3qn4tQCd .card-wrap:hover h4,
.cid-uo3qn4tQCd .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3qn4tQCd h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3qn4tQCd h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3qn4tQCd img {
  width: 100%;
}
.cid-uo3qn4tQCd h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3qn4tQCd h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3qn4tQCd .card-title1,
.cid-uo3qn4tQCd .title-wrap1 {
  color: #ffffff;
}
.cid-uo3qn4tQCd .card-title,
.cid-uo3qn4tQCd .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3qn4tQCd .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3qn4tQCd .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3qn4tQCd H3 {
  color: #767676;
}
.cid-uo3qn4tQCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3qn4tQCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3qn4tQCd .mbr-text,
.cid-uo3qn4tQCd .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uo3qn4L4ag {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3qn4L4ag .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3qn4L4ag .item-title,
.cid-uo3qn4L4ag .card_topic {
  margin-bottom: 12px;
}
.cid-uo3qn4L4ag .category_content {
  opacity: .8;
}
.cid-uo3qn4L4ag .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3qn4L4ag .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3qn4L4ag .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3qn4L4ag .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3qn4L4ag .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3qn4L4ag .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3qn4L4ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3qn4L4ag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6TTaGVev {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6TTaGVev .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6TTaGVev .form-row {
  justify-content: flex-end;
}
.cid-uw6TTaGVev .form-control,
.cid-uw6TTaGVev .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6TTaGVev .form-control:hover,
.cid-uw6TTaGVev .field-input:hover,
.cid-uw6TTaGVev .form-control:focus,
.cid-uw6TTaGVev .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6TTaGVev input::-webkit-input-placeholder,
.cid-uw6TTaGVev textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6TTaGVev input:-moz-placeholder,
.cid-uw6TTaGVev textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6TTaGVev .jq-selectbox li,
.cid-uw6TTaGVev .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6TTaGVev .jq-selectbox li:hover,
.cid-uw6TTaGVev .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6TTaGVev .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6TTaGVev .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6TTaGVev span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6TTaGVev textarea {
  min-height: 150px;
}
.cid-uw6TTaGVev h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6TTaGVev h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6TTaGVev .mbr-text,
.cid-uw6TTaGVev .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6TTaGVev H1 {
  color: #143019;
  text-align: center;
}
.cid-upzQbjJMPU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzQbjJMPU .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzQbjJMPU .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzQbjJMPU .row {
    row-gap: 40px;
  }
}
.cid-upzQbjJMPU .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzQbjJMPU .mbr-section-title {
  color: #28432c;
}
.cid-upzQbjJMPU .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzQbjJMPU .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzQbjJMPU .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzQbjJMPU .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzQbjJMPU .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzQbjJMPU .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzQbjJMPU .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzQbjJMPU .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzQbjJMPU .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzQbjJMPU .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzQbjJMPU .item-content {
  margin-top: 32px;
}
.cid-upzQbjJMPU .item-title {
  color: #303030;
}
.cid-upzQbjJMPU .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzQbjJMPU .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzQbjJMPU .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzQbjJMPU .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzQbjJMPU .item-text {
  color: #9b8db7;
}
.cid-upzQbjJMPU .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3qn5Fs4g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3qn5Fs4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3qn5Fs4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3qn5Fs4g .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3qn5Fs4g .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3qn5Fs4g .container {
    padding: 0 26px;
  }
}
.cid-uo3qn5Fs4g .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3qn5Fs4g .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3qn5Fs4g .row {
    padding: 26px;
  }
}
.cid-uo3qn5Fs4g .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3qn5Fs4g .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3qn5Fs4g .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3qn5Fs4g .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3qn5Fs4g .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3qn5Fs4g .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3qn5Fs4g .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3qn5Fs4g .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3qn5Fs4g .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3qn5Fs4g .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3qn5Fs4g .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3qn5Fs4g .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3qn5Fs4g .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3qn5Fs4g .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3qn5Fs4g .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3qn5Fs4g .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3qn5Fs4g .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3qn5Fs4g .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3qn5Fs4g .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3qn5Fs4g .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3qn5Fs4g .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3qn5Fs4g .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3qn5Fs4g .mbr-section-title,
.cid-uo3qn5Fs4g .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3qn5Fs4g .list {
  color: #ffffff;
}
.cid-uo3qn5Fs4g .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3qn5Fs4g .list,
.cid-uo3qn5Fs4g .nav-wrapper,
.cid-uo3qn5Fs4g .soc-wrapper {
  text-align: center;
}
.cid-uo3t5pvtN0 .nav-item:focus,
.cid-uo3t5pvtN0 .nav-link:focus {
  outline: none;
}
.cid-uo3t5pvtN0 a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3t5pvtN0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3t5pvtN0 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3t5pvtN0 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3t5pvtN0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3t5pvtN0 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3t5pvtN0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3t5pvtN0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3t5pvtN0 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3t5pvtN0 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3t5pvtN0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3t5pvtN0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3t5pvtN0 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3t5pvtN0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3t5pvtN0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3t5pvtN0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3t5pvtN0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3t5pvtN0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3t5pvtN0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3t5pvtN0 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3t5pvtN0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3t5pvtN0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3t5pvtN0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3t5pvtN0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3t5pvtN0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3t5pvtN0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3t5pvtN0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3t5pvtN0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3t5pvtN0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3t5pvtN0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3t5pvtN0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3t5pvtN0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3t5pvtN0 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3t5pvtN0 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3t5pvtN0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3t5pvtN0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3t5pvtN0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3t5pvtN0 .dropdown-item.active,
.cid-uo3t5pvtN0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3t5pvtN0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3t5pvtN0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3t5pvtN0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3t5pvtN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3t5pvtN0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3t5pvtN0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3t5pvtN0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3t5pvtN0 .navbar-buttons {
  text-align: center;
}
.cid-uo3t5pvtN0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3t5pvtN0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3t5pvtN0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3t5pvtN0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3t5pvtN0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3t5pvtN0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3t5pvtN0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3t5pvtN0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3t5pvtN0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3t5pvtN0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3t5pvtN0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3t5pvtN0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3t5pvtN0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3t5pvtN0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3t5pvtN0 .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3t5pvtN0 .nav-link:hover,
.cid-uo3t5pvtN0 .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3t5pvtN0 .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3t5pvtN0 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3t5pvtN0 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3t5pvtN0 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3t5pvtN0 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3t5pvtN0 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3t5pvtN0 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3t5pUq0r {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3t5pUq0r .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3t5pUq0r .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3t5pUq0r .card-wrap:hover h4,
.cid-uo3t5pUq0r .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3t5pUq0r h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3t5pUq0r h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3t5pUq0r img {
  width: 100%;
}
.cid-uo3t5pUq0r h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3t5pUq0r h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3t5pUq0r .card-title1,
.cid-uo3t5pUq0r .title-wrap1 {
  color: #ffffff;
}
.cid-uo3t5pUq0r .card-title,
.cid-uo3t5pUq0r .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3t5pUq0r .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3t5pUq0r .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3t5pUq0r H3 {
  color: #767676;
}
.cid-uo3t5pUq0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3t5pUq0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3t5pUq0r .mbr-text,
.cid-uo3t5pUq0r .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uo3t5qaOoe {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3t5qaOoe .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3t5qaOoe .item-title,
.cid-uo3t5qaOoe .card_topic {
  margin-bottom: 12px;
}
.cid-uo3t5qaOoe .category_content {
  opacity: .8;
}
.cid-uo3t5qaOoe .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3t5qaOoe .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3t5qaOoe .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3t5qaOoe .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3t5qaOoe .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3t5qaOoe .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3t5qaOoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3t5qaOoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6U02dvCq {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6U02dvCq .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6U02dvCq .form-row {
  justify-content: flex-end;
}
.cid-uw6U02dvCq .form-control,
.cid-uw6U02dvCq .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6U02dvCq .form-control:hover,
.cid-uw6U02dvCq .field-input:hover,
.cid-uw6U02dvCq .form-control:focus,
.cid-uw6U02dvCq .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6U02dvCq input::-webkit-input-placeholder,
.cid-uw6U02dvCq textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6U02dvCq input:-moz-placeholder,
.cid-uw6U02dvCq textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6U02dvCq .jq-selectbox li,
.cid-uw6U02dvCq .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6U02dvCq .jq-selectbox li:hover,
.cid-uw6U02dvCq .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6U02dvCq .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6U02dvCq .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6U02dvCq span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6U02dvCq textarea {
  min-height: 150px;
}
.cid-uw6U02dvCq h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6U02dvCq h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6U02dvCq .mbr-text,
.cid-uw6U02dvCq .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6U02dvCq H1 {
  color: #143019;
  text-align: center;
}
.cid-upzQgBUkmt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzQgBUkmt .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzQgBUkmt .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzQgBUkmt .row {
    row-gap: 40px;
  }
}
.cid-upzQgBUkmt .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzQgBUkmt .mbr-section-title {
  color: #28432c;
}
.cid-upzQgBUkmt .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzQgBUkmt .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzQgBUkmt .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzQgBUkmt .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzQgBUkmt .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzQgBUkmt .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzQgBUkmt .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzQgBUkmt .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzQgBUkmt .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzQgBUkmt .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzQgBUkmt .item-content {
  margin-top: 32px;
}
.cid-upzQgBUkmt .item-title {
  color: #303030;
}
.cid-upzQgBUkmt .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzQgBUkmt .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzQgBUkmt .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzQgBUkmt .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzQgBUkmt .item-text {
  color: #9b8db7;
}
.cid-upzQgBUkmt .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3t5r6z50 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3t5r6z50 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3t5r6z50 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3t5r6z50 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3t5r6z50 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3t5r6z50 .container {
    padding: 0 26px;
  }
}
.cid-uo3t5r6z50 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3t5r6z50 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3t5r6z50 .row {
    padding: 26px;
  }
}
.cid-uo3t5r6z50 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3t5r6z50 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3t5r6z50 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3t5r6z50 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3t5r6z50 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3t5r6z50 .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3t5r6z50 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3t5r6z50 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3t5r6z50 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3t5r6z50 .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3t5r6z50 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3t5r6z50 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3t5r6z50 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3t5r6z50 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3t5r6z50 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3t5r6z50 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3t5r6z50 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3t5r6z50 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3t5r6z50 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3t5r6z50 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3t5r6z50 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3t5r6z50 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3t5r6z50 .mbr-section-title,
.cid-uo3t5r6z50 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3t5r6z50 .list {
  color: #ffffff;
}
.cid-uo3t5r6z50 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3t5r6z50 .list,
.cid-uo3t5r6z50 .nav-wrapper,
.cid-uo3t5r6z50 .soc-wrapper {
  text-align: center;
}
.cid-uo3vwS6WgM .nav-item:focus,
.cid-uo3vwS6WgM .nav-link:focus {
  outline: none;
}
.cid-uo3vwS6WgM a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3vwS6WgM .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3vwS6WgM .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3vwS6WgM .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3vwS6WgM .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3vwS6WgM .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3vwS6WgM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3vwS6WgM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3vwS6WgM .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3vwS6WgM .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3vwS6WgM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3vwS6WgM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3vwS6WgM .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3vwS6WgM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3vwS6WgM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3vwS6WgM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3vwS6WgM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3vwS6WgM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3vwS6WgM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3vwS6WgM .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3vwS6WgM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3vwS6WgM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3vwS6WgM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3vwS6WgM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3vwS6WgM .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3vwS6WgM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3vwS6WgM .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3vwS6WgM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3vwS6WgM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3vwS6WgM .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3vwS6WgM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3vwS6WgM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3vwS6WgM .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3vwS6WgM .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3vwS6WgM .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3vwS6WgM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3vwS6WgM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3vwS6WgM .dropdown-item.active,
.cid-uo3vwS6WgM .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3vwS6WgM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3vwS6WgM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3vwS6WgM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3vwS6WgM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3vwS6WgM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3vwS6WgM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3vwS6WgM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3vwS6WgM .navbar-buttons {
  text-align: center;
}
.cid-uo3vwS6WgM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3vwS6WgM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3vwS6WgM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3vwS6WgM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3vwS6WgM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3vwS6WgM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3vwS6WgM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3vwS6WgM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3vwS6WgM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3vwS6WgM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3vwS6WgM .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3vwS6WgM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3vwS6WgM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3vwS6WgM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3vwS6WgM .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3vwS6WgM .nav-link:hover,
.cid-uo3vwS6WgM .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3vwS6WgM .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3vwS6WgM .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3vwS6WgM .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3vwS6WgM .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3vwS6WgM .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3vwS6WgM .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3vwS6WgM .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3vwSrPyi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3vwSrPyi .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3vwSrPyi .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3vwSrPyi .card-wrap:hover h4,
.cid-uo3vwSrPyi .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3vwSrPyi h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3vwSrPyi h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3vwSrPyi img {
  width: 100%;
}
.cid-uo3vwSrPyi h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3vwSrPyi h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3vwSrPyi .card-title1,
.cid-uo3vwSrPyi .title-wrap1 {
  color: #ffffff;
}
.cid-uo3vwSrPyi .card-title,
.cid-uo3vwSrPyi .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3vwSrPyi .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3vwSrPyi .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3vwSrPyi H3 {
  color: #767676;
}
.cid-uo3vwSrPyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3vwSrPyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3vwSrPyi .mbr-text,
.cid-uo3vwSrPyi .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZHp0EbRT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZHp0EbRT .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZHp0EbRT .item-title,
.cid-uvZHp0EbRT .card_topic {
  margin-bottom: 12px;
}
.cid-uvZHp0EbRT .category_content {
  opacity: .8;
}
.cid-uvZHp0EbRT .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZHp0EbRT .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZHp0EbRT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZHp0EbRT .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZHp0EbRT .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZHp0EbRT .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZHp0EbRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZHp0EbRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3vwSLTHI {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3vwSLTHI .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3vwSLTHI .item-title,
.cid-uo3vwSLTHI .card_topic {
  margin-bottom: 12px;
}
.cid-uo3vwSLTHI .category_content {
  opacity: .8;
}
.cid-uo3vwSLTHI .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3vwSLTHI .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3vwSLTHI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3vwSLTHI .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3vwSLTHI .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3vwSLTHI .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3vwSLTHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3vwSLTHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6U4luZde {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6U4luZde .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6U4luZde .form-row {
  justify-content: flex-end;
}
.cid-uw6U4luZde .form-control,
.cid-uw6U4luZde .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6U4luZde .form-control:hover,
.cid-uw6U4luZde .field-input:hover,
.cid-uw6U4luZde .form-control:focus,
.cid-uw6U4luZde .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6U4luZde input::-webkit-input-placeholder,
.cid-uw6U4luZde textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6U4luZde input:-moz-placeholder,
.cid-uw6U4luZde textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6U4luZde .jq-selectbox li,
.cid-uw6U4luZde .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6U4luZde .jq-selectbox li:hover,
.cid-uw6U4luZde .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6U4luZde .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6U4luZde .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6U4luZde span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6U4luZde textarea {
  min-height: 150px;
}
.cid-uw6U4luZde h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6U4luZde h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6U4luZde .mbr-text,
.cid-uw6U4luZde .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6U4luZde H1 {
  color: #143019;
  text-align: center;
}
.cid-upzQl2tAHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzQl2tAHS .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzQl2tAHS .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzQl2tAHS .row {
    row-gap: 40px;
  }
}
.cid-upzQl2tAHS .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzQl2tAHS .mbr-section-title {
  color: #28432c;
}
.cid-upzQl2tAHS .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzQl2tAHS .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzQl2tAHS .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzQl2tAHS .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzQl2tAHS .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzQl2tAHS .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzQl2tAHS .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzQl2tAHS .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzQl2tAHS .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzQl2tAHS .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzQl2tAHS .item-content {
  margin-top: 32px;
}
.cid-upzQl2tAHS .item-title {
  color: #303030;
}
.cid-upzQl2tAHS .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzQl2tAHS .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzQl2tAHS .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzQl2tAHS .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzQl2tAHS .item-text {
  color: #9b8db7;
}
.cid-upzQl2tAHS .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3vwTFv40 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3vwTFv40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3vwTFv40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3vwTFv40 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3vwTFv40 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3vwTFv40 .container {
    padding: 0 26px;
  }
}
.cid-uo3vwTFv40 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3vwTFv40 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3vwTFv40 .row {
    padding: 26px;
  }
}
.cid-uo3vwTFv40 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3vwTFv40 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3vwTFv40 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3vwTFv40 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3vwTFv40 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3vwTFv40 .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3vwTFv40 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3vwTFv40 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3vwTFv40 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3vwTFv40 .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3vwTFv40 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3vwTFv40 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3vwTFv40 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3vwTFv40 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3vwTFv40 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3vwTFv40 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3vwTFv40 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3vwTFv40 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3vwTFv40 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3vwTFv40 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3vwTFv40 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3vwTFv40 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3vwTFv40 .mbr-section-title,
.cid-uo3vwTFv40 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3vwTFv40 .list {
  color: #ffffff;
}
.cid-uo3vwTFv40 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3vwTFv40 .list,
.cid-uo3vwTFv40 .nav-wrapper,
.cid-uo3vwTFv40 .soc-wrapper {
  text-align: center;
}
.cid-uo3yszZf9q .nav-item:focus,
.cid-uo3yszZf9q .nav-link:focus {
  outline: none;
}
.cid-uo3yszZf9q a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3yszZf9q .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3yszZf9q .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3yszZf9q .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3yszZf9q .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3yszZf9q .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3yszZf9q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3yszZf9q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3yszZf9q .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3yszZf9q .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3yszZf9q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3yszZf9q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3yszZf9q .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3yszZf9q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3yszZf9q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3yszZf9q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3yszZf9q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3yszZf9q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3yszZf9q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3yszZf9q .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3yszZf9q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3yszZf9q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3yszZf9q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3yszZf9q .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3yszZf9q .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3yszZf9q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3yszZf9q .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3yszZf9q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3yszZf9q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3yszZf9q .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3yszZf9q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3yszZf9q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3yszZf9q .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3yszZf9q .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3yszZf9q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3yszZf9q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3yszZf9q .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3yszZf9q .dropdown-item.active,
.cid-uo3yszZf9q .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3yszZf9q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3yszZf9q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3yszZf9q .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3yszZf9q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3yszZf9q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3yszZf9q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3yszZf9q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3yszZf9q .navbar-buttons {
  text-align: center;
}
.cid-uo3yszZf9q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3yszZf9q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3yszZf9q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3yszZf9q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3yszZf9q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3yszZf9q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3yszZf9q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3yszZf9q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3yszZf9q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3yszZf9q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3yszZf9q .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3yszZf9q a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3yszZf9q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3yszZf9q .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3yszZf9q .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3yszZf9q .nav-link:hover,
.cid-uo3yszZf9q .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3yszZf9q .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3yszZf9q .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3yszZf9q .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3yszZf9q .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3yszZf9q .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3yszZf9q .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3yszZf9q .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3ysAo9Xc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3ysAo9Xc .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3ysAo9Xc .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3ysAo9Xc .card-wrap:hover h4,
.cid-uo3ysAo9Xc .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3ysAo9Xc h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3ysAo9Xc h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3ysAo9Xc img {
  width: 100%;
}
.cid-uo3ysAo9Xc h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3ysAo9Xc h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3ysAo9Xc .card-title1,
.cid-uo3ysAo9Xc .title-wrap1 {
  color: #ffffff;
}
.cid-uo3ysAo9Xc .card-title,
.cid-uo3ysAo9Xc .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3ysAo9Xc .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3ysAo9Xc .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3ysAo9Xc H3 {
  color: #767676;
}
.cid-uo3ysAo9Xc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3ysAo9Xc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3ysAo9Xc .mbr-text,
.cid-uo3ysAo9Xc .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZHILzL7C {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZHILzL7C .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZHILzL7C .item-title,
.cid-uvZHILzL7C .card_topic {
  margin-bottom: 12px;
}
.cid-uvZHILzL7C .category_content {
  opacity: .8;
}
.cid-uvZHILzL7C .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZHILzL7C .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZHILzL7C .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZHILzL7C .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZHILzL7C .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZHILzL7C .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZHILzL7C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZHILzL7C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3ysAHE18 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3ysAHE18 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3ysAHE18 .item-title,
.cid-uo3ysAHE18 .card_topic {
  margin-bottom: 12px;
}
.cid-uo3ysAHE18 .category_content {
  opacity: .8;
}
.cid-uo3ysAHE18 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3ysAHE18 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3ysAHE18 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3ysAHE18 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3ysAHE18 .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3ysAHE18 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3ysAHE18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3ysAHE18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6UuKdiUo {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6UuKdiUo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6UuKdiUo .form-row {
  justify-content: flex-end;
}
.cid-uw6UuKdiUo .form-control,
.cid-uw6UuKdiUo .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6UuKdiUo .form-control:hover,
.cid-uw6UuKdiUo .field-input:hover,
.cid-uw6UuKdiUo .form-control:focus,
.cid-uw6UuKdiUo .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6UuKdiUo input::-webkit-input-placeholder,
.cid-uw6UuKdiUo textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6UuKdiUo input:-moz-placeholder,
.cid-uw6UuKdiUo textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6UuKdiUo .jq-selectbox li,
.cid-uw6UuKdiUo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6UuKdiUo .jq-selectbox li:hover,
.cid-uw6UuKdiUo .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6UuKdiUo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6UuKdiUo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6UuKdiUo span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6UuKdiUo textarea {
  min-height: 150px;
}
.cid-uw6UuKdiUo h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6UuKdiUo h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6UuKdiUo .mbr-text,
.cid-uw6UuKdiUo .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6UuKdiUo H1 {
  color: #143019;
  text-align: center;
}
.cid-upzQoBrQKz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzQoBrQKz .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzQoBrQKz .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzQoBrQKz .row {
    row-gap: 40px;
  }
}
.cid-upzQoBrQKz .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzQoBrQKz .mbr-section-title {
  color: #28432c;
}
.cid-upzQoBrQKz .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzQoBrQKz .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzQoBrQKz .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzQoBrQKz .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzQoBrQKz .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzQoBrQKz .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzQoBrQKz .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzQoBrQKz .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzQoBrQKz .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzQoBrQKz .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzQoBrQKz .item-content {
  margin-top: 32px;
}
.cid-upzQoBrQKz .item-title {
  color: #303030;
}
.cid-upzQoBrQKz .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzQoBrQKz .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzQoBrQKz .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzQoBrQKz .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzQoBrQKz .item-text {
  color: #9b8db7;
}
.cid-upzQoBrQKz .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3ysBzWCc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3ysBzWCc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3ysBzWCc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3ysBzWCc .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3ysBzWCc .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3ysBzWCc .container {
    padding: 0 26px;
  }
}
.cid-uo3ysBzWCc .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3ysBzWCc .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3ysBzWCc .row {
    padding: 26px;
  }
}
.cid-uo3ysBzWCc .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3ysBzWCc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3ysBzWCc .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3ysBzWCc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3ysBzWCc .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3ysBzWCc .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3ysBzWCc .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3ysBzWCc .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3ysBzWCc .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3ysBzWCc .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3ysBzWCc .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3ysBzWCc .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3ysBzWCc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3ysBzWCc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3ysBzWCc .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3ysBzWCc .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3ysBzWCc .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3ysBzWCc .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3ysBzWCc .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3ysBzWCc .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3ysBzWCc .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3ysBzWCc .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3ysBzWCc .mbr-section-title,
.cid-uo3ysBzWCc .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3ysBzWCc .list {
  color: #ffffff;
}
.cid-uo3ysBzWCc .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3ysBzWCc .list,
.cid-uo3ysBzWCc .nav-wrapper,
.cid-uo3ysBzWCc .soc-wrapper {
  text-align: center;
}
.cid-uo3z2DEy18 .nav-item:focus,
.cid-uo3z2DEy18 .nav-link:focus {
  outline: none;
}
.cid-uo3z2DEy18 a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3z2DEy18 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3z2DEy18 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3z2DEy18 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3z2DEy18 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3z2DEy18 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3z2DEy18 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3z2DEy18 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3z2DEy18 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3z2DEy18 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3z2DEy18 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3z2DEy18 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3z2DEy18 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3z2DEy18 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3z2DEy18 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3z2DEy18 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3z2DEy18 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3z2DEy18 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3z2DEy18 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3z2DEy18 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3z2DEy18 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3z2DEy18 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3z2DEy18 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3z2DEy18 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3z2DEy18 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3z2DEy18 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3z2DEy18 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3z2DEy18 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3z2DEy18 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3z2DEy18 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3z2DEy18 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3z2DEy18 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3z2DEy18 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3z2DEy18 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3z2DEy18 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3z2DEy18 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3z2DEy18 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3z2DEy18 .dropdown-item.active,
.cid-uo3z2DEy18 .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3z2DEy18 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3z2DEy18 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3z2DEy18 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3z2DEy18 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3z2DEy18 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3z2DEy18 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3z2DEy18 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3z2DEy18 .navbar-buttons {
  text-align: center;
}
.cid-uo3z2DEy18 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3z2DEy18 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3z2DEy18 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3z2DEy18 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3z2DEy18 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3z2DEy18 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3z2DEy18 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3z2DEy18 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3z2DEy18 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3z2DEy18 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3z2DEy18 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3z2DEy18 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3z2DEy18 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3z2DEy18 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3z2DEy18 .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3z2DEy18 .nav-link:hover,
.cid-uo3z2DEy18 .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3z2DEy18 .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3z2DEy18 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3z2DEy18 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3z2DEy18 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3z2DEy18 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3z2DEy18 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3z2DEy18 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3z2E7dbJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3z2E7dbJ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3z2E7dbJ .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3z2E7dbJ .card-wrap:hover h4,
.cid-uo3z2E7dbJ .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3z2E7dbJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3z2E7dbJ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3z2E7dbJ img {
  width: 100%;
}
.cid-uo3z2E7dbJ h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3z2E7dbJ h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3z2E7dbJ .card-title1,
.cid-uo3z2E7dbJ .title-wrap1 {
  color: #ffffff;
}
.cid-uo3z2E7dbJ .card-title,
.cid-uo3z2E7dbJ .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3z2E7dbJ .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3z2E7dbJ .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3z2E7dbJ H3 {
  color: #767676;
}
.cid-uo3z2E7dbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3z2E7dbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3z2E7dbJ .mbr-text,
.cid-uo3z2E7dbJ .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZJhpvOzP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZJhpvOzP .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZJhpvOzP .item-title,
.cid-uvZJhpvOzP .card_topic {
  margin-bottom: 12px;
}
.cid-uvZJhpvOzP .category_content {
  opacity: .8;
}
.cid-uvZJhpvOzP .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZJhpvOzP .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZJhpvOzP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZJhpvOzP .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZJhpvOzP .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZJhpvOzP .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZJhpvOzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZJhpvOzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3z2Ep5iv {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3z2Ep5iv .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3z2Ep5iv .item-title,
.cid-uo3z2Ep5iv .card_topic {
  margin-bottom: 12px;
}
.cid-uo3z2Ep5iv .category_content {
  opacity: .8;
}
.cid-uo3z2Ep5iv .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3z2Ep5iv .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3z2Ep5iv .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3z2Ep5iv .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3z2Ep5iv .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3z2Ep5iv .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3z2Ep5iv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3z2Ep5iv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6VaX0tud {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6VaX0tud .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6VaX0tud .form-row {
  justify-content: flex-end;
}
.cid-uw6VaX0tud .form-control,
.cid-uw6VaX0tud .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6VaX0tud .form-control:hover,
.cid-uw6VaX0tud .field-input:hover,
.cid-uw6VaX0tud .form-control:focus,
.cid-uw6VaX0tud .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6VaX0tud input::-webkit-input-placeholder,
.cid-uw6VaX0tud textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6VaX0tud input:-moz-placeholder,
.cid-uw6VaX0tud textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6VaX0tud .jq-selectbox li,
.cid-uw6VaX0tud .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6VaX0tud .jq-selectbox li:hover,
.cid-uw6VaX0tud .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6VaX0tud .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6VaX0tud .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6VaX0tud span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6VaX0tud textarea {
  min-height: 150px;
}
.cid-uw6VaX0tud h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6VaX0tud h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6VaX0tud .mbr-text,
.cid-uw6VaX0tud .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6VaX0tud H1 {
  color: #143019;
  text-align: center;
}
.cid-upzQt0ZhLX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzQt0ZhLX .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzQt0ZhLX .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzQt0ZhLX .row {
    row-gap: 40px;
  }
}
.cid-upzQt0ZhLX .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzQt0ZhLX .mbr-section-title {
  color: #28432c;
}
.cid-upzQt0ZhLX .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzQt0ZhLX .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzQt0ZhLX .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzQt0ZhLX .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzQt0ZhLX .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzQt0ZhLX .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzQt0ZhLX .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzQt0ZhLX .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzQt0ZhLX .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzQt0ZhLX .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzQt0ZhLX .item-content {
  margin-top: 32px;
}
.cid-upzQt0ZhLX .item-title {
  color: #303030;
}
.cid-upzQt0ZhLX .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzQt0ZhLX .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzQt0ZhLX .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzQt0ZhLX .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzQt0ZhLX .item-text {
  color: #9b8db7;
}
.cid-upzQt0ZhLX .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3z2FgldS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3z2FgldS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3z2FgldS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3z2FgldS .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3z2FgldS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3z2FgldS .container {
    padding: 0 26px;
  }
}
.cid-uo3z2FgldS .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3z2FgldS .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3z2FgldS .row {
    padding: 26px;
  }
}
.cid-uo3z2FgldS .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3z2FgldS .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3z2FgldS .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3z2FgldS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3z2FgldS .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3z2FgldS .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3z2FgldS .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3z2FgldS .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3z2FgldS .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3z2FgldS .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3z2FgldS .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3z2FgldS .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3z2FgldS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3z2FgldS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3z2FgldS .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3z2FgldS .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3z2FgldS .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3z2FgldS .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3z2FgldS .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3z2FgldS .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3z2FgldS .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3z2FgldS .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3z2FgldS .mbr-section-title,
.cid-uo3z2FgldS .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3z2FgldS .list {
  color: #ffffff;
}
.cid-uo3z2FgldS .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3z2FgldS .list,
.cid-uo3z2FgldS .nav-wrapper,
.cid-uo3z2FgldS .soc-wrapper {
  text-align: center;
}
.cid-uo3zybhcEC .nav-item:focus,
.cid-uo3zybhcEC .nav-link:focus {
  outline: none;
}
.cid-uo3zybhcEC a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3zybhcEC .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3zybhcEC .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3zybhcEC .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3zybhcEC .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3zybhcEC .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3zybhcEC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3zybhcEC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3zybhcEC .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3zybhcEC .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3zybhcEC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3zybhcEC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3zybhcEC .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3zybhcEC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3zybhcEC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3zybhcEC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3zybhcEC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3zybhcEC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3zybhcEC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3zybhcEC .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3zybhcEC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3zybhcEC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3zybhcEC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3zybhcEC .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3zybhcEC .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3zybhcEC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3zybhcEC .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3zybhcEC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3zybhcEC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3zybhcEC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3zybhcEC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3zybhcEC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3zybhcEC .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3zybhcEC .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3zybhcEC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3zybhcEC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3zybhcEC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3zybhcEC .dropdown-item.active,
.cid-uo3zybhcEC .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3zybhcEC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3zybhcEC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3zybhcEC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3zybhcEC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3zybhcEC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3zybhcEC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3zybhcEC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3zybhcEC .navbar-buttons {
  text-align: center;
}
.cid-uo3zybhcEC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3zybhcEC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3zybhcEC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3zybhcEC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3zybhcEC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3zybhcEC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3zybhcEC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3zybhcEC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3zybhcEC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3zybhcEC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3zybhcEC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3zybhcEC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3zybhcEC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3zybhcEC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3zybhcEC .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3zybhcEC .nav-link:hover,
.cid-uo3zybhcEC .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3zybhcEC .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3zybhcEC .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3zybhcEC .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3zybhcEC .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3zybhcEC .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3zybhcEC .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3zybhcEC .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3zybGhEt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3zybGhEt .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3zybGhEt .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3zybGhEt .card-wrap:hover h4,
.cid-uo3zybGhEt .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3zybGhEt h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3zybGhEt h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3zybGhEt img {
  width: 100%;
}
.cid-uo3zybGhEt h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3zybGhEt h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3zybGhEt .card-title1,
.cid-uo3zybGhEt .title-wrap1 {
  color: #ffffff;
}
.cid-uo3zybGhEt .card-title,
.cid-uo3zybGhEt .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3zybGhEt .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3zybGhEt .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3zybGhEt H3 {
  color: #767676;
}
.cid-uo3zybGhEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3zybGhEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3zybGhEt .mbr-text,
.cid-uo3zybGhEt .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZJnW5HsM {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZJnW5HsM .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZJnW5HsM .item-title,
.cid-uvZJnW5HsM .card_topic {
  margin-bottom: 12px;
}
.cid-uvZJnW5HsM .category_content {
  opacity: .8;
}
.cid-uvZJnW5HsM .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZJnW5HsM .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZJnW5HsM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZJnW5HsM .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZJnW5HsM .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZJnW5HsM .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZJnW5HsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZJnW5HsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3zyc2N7K {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3zyc2N7K .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3zyc2N7K .item-title,
.cid-uo3zyc2N7K .card_topic {
  margin-bottom: 12px;
}
.cid-uo3zyc2N7K .category_content {
  opacity: .8;
}
.cid-uo3zyc2N7K .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3zyc2N7K .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3zyc2N7K .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3zyc2N7K .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3zyc2N7K .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3zyc2N7K .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3zyc2N7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3zyc2N7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6VokyOAh {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6VokyOAh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6VokyOAh .form-row {
  justify-content: flex-end;
}
.cid-uw6VokyOAh .form-control,
.cid-uw6VokyOAh .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6VokyOAh .form-control:hover,
.cid-uw6VokyOAh .field-input:hover,
.cid-uw6VokyOAh .form-control:focus,
.cid-uw6VokyOAh .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6VokyOAh input::-webkit-input-placeholder,
.cid-uw6VokyOAh textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6VokyOAh input:-moz-placeholder,
.cid-uw6VokyOAh textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6VokyOAh .jq-selectbox li,
.cid-uw6VokyOAh .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6VokyOAh .jq-selectbox li:hover,
.cid-uw6VokyOAh .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6VokyOAh .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6VokyOAh .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6VokyOAh span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6VokyOAh textarea {
  min-height: 150px;
}
.cid-uw6VokyOAh h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6VokyOAh h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6VokyOAh .mbr-text,
.cid-uw6VokyOAh .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6VokyOAh H1 {
  color: #143019;
  text-align: center;
}
.cid-upzQwKH3F0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzQwKH3F0 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzQwKH3F0 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzQwKH3F0 .row {
    row-gap: 40px;
  }
}
.cid-upzQwKH3F0 .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzQwKH3F0 .mbr-section-title {
  color: #28432c;
}
.cid-upzQwKH3F0 .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzQwKH3F0 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzQwKH3F0 .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzQwKH3F0 .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzQwKH3F0 .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzQwKH3F0 .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzQwKH3F0 .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzQwKH3F0 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzQwKH3F0 .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzQwKH3F0 .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzQwKH3F0 .item-content {
  margin-top: 32px;
}
.cid-upzQwKH3F0 .item-title {
  color: #303030;
}
.cid-upzQwKH3F0 .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzQwKH3F0 .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzQwKH3F0 .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzQwKH3F0 .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzQwKH3F0 .item-text {
  color: #9b8db7;
}
.cid-upzQwKH3F0 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3zyd5LmL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3zyd5LmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3zyd5LmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3zyd5LmL .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3zyd5LmL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3zyd5LmL .container {
    padding: 0 26px;
  }
}
.cid-uo3zyd5LmL .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3zyd5LmL .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3zyd5LmL .row {
    padding: 26px;
  }
}
.cid-uo3zyd5LmL .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3zyd5LmL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3zyd5LmL .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3zyd5LmL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3zyd5LmL .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3zyd5LmL .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3zyd5LmL .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3zyd5LmL .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3zyd5LmL .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3zyd5LmL .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3zyd5LmL .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3zyd5LmL .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3zyd5LmL .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3zyd5LmL .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3zyd5LmL .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3zyd5LmL .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3zyd5LmL .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3zyd5LmL .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3zyd5LmL .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3zyd5LmL .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3zyd5LmL .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3zyd5LmL .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3zyd5LmL .mbr-section-title,
.cid-uo3zyd5LmL .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3zyd5LmL .list {
  color: #ffffff;
}
.cid-uo3zyd5LmL .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3zyd5LmL .list,
.cid-uo3zyd5LmL .nav-wrapper,
.cid-uo3zyd5LmL .soc-wrapper {
  text-align: center;
}
.cid-uo3Ath6t7B .nav-item:focus,
.cid-uo3Ath6t7B .nav-link:focus {
  outline: none;
}
.cid-uo3Ath6t7B a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3Ath6t7B .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3Ath6t7B .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3Ath6t7B .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3Ath6t7B .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3Ath6t7B .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3Ath6t7B .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3Ath6t7B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3Ath6t7B .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3Ath6t7B .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3Ath6t7B .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3Ath6t7B .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3Ath6t7B .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3Ath6t7B .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3Ath6t7B .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3Ath6t7B .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3Ath6t7B .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3Ath6t7B .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3Ath6t7B .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3Ath6t7B .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3Ath6t7B .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3Ath6t7B .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3Ath6t7B .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3Ath6t7B .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3Ath6t7B .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3Ath6t7B .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3Ath6t7B .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3Ath6t7B .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3Ath6t7B .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3Ath6t7B .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3Ath6t7B .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3Ath6t7B .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3Ath6t7B .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3Ath6t7B .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3Ath6t7B .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3Ath6t7B .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3Ath6t7B .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3Ath6t7B .dropdown-item.active,
.cid-uo3Ath6t7B .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3Ath6t7B .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3Ath6t7B .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3Ath6t7B .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3Ath6t7B .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3Ath6t7B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3Ath6t7B .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3Ath6t7B ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3Ath6t7B .navbar-buttons {
  text-align: center;
}
.cid-uo3Ath6t7B button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3Ath6t7B button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3Ath6t7B button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3Ath6t7B button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3Ath6t7B button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3Ath6t7B button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3Ath6t7B nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3Ath6t7B nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3Ath6t7B nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3Ath6t7B nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3Ath6t7B .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3Ath6t7B a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3Ath6t7B .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3Ath6t7B .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3Ath6t7B .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3Ath6t7B .nav-link:hover,
.cid-uo3Ath6t7B .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3Ath6t7B .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3Ath6t7B .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3Ath6t7B .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3Ath6t7B .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3Ath6t7B .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3Ath6t7B .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3Ath6t7B .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3AthAzTu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3AthAzTu .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3AthAzTu .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3AthAzTu .card-wrap:hover h4,
.cid-uo3AthAzTu .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3AthAzTu h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3AthAzTu h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3AthAzTu img {
  width: 100%;
}
.cid-uo3AthAzTu h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3AthAzTu h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3AthAzTu .card-title1,
.cid-uo3AthAzTu .title-wrap1 {
  color: #ffffff;
}
.cid-uo3AthAzTu .card-title,
.cid-uo3AthAzTu .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3AthAzTu .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3AthAzTu .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3AthAzTu H3 {
  color: #767676;
}
.cid-uo3AthAzTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3AthAzTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3AthAzTu .mbr-text,
.cid-uo3AthAzTu .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZJFDZ0qz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZJFDZ0qz .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZJFDZ0qz .item-title,
.cid-uvZJFDZ0qz .card_topic {
  margin-bottom: 12px;
}
.cid-uvZJFDZ0qz .category_content {
  opacity: .8;
}
.cid-uvZJFDZ0qz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZJFDZ0qz .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZJFDZ0qz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZJFDZ0qz .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZJFDZ0qz .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZJFDZ0qz .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZJFDZ0qz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZJFDZ0qz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3AthSD2G {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3AthSD2G .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3AthSD2G .item-title,
.cid-uo3AthSD2G .card_topic {
  margin-bottom: 12px;
}
.cid-uo3AthSD2G .category_content {
  opacity: .8;
}
.cid-uo3AthSD2G .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3AthSD2G .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3AthSD2G .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3AthSD2G .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3AthSD2G .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3AthSD2G .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3AthSD2G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3AthSD2G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3AQysQqE {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3AQysQqE .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uo3AQysQqE .mbr-section-title {
  color: #28432c;
}
.cid-uo3AQysQqE .mbr-section-subtitle {
  color: #24262b;
}
.cid-uo3AQysQqE .items-row {
  row-gap: 32px;
}
.cid-uo3AQysQqE .item {
  cursor: pointer;
}
.cid-uo3AQysQqE .item:focus,
.cid-uo3AQysQqE span:focus {
  outline: none;
}
.cid-uo3AQysQqE .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uo3AQysQqE .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uo3AQysQqE img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-uo3AQysQqE .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-uo3AQysQqE .item-title {
  color: #28432c;
}
.cid-uo3AQysQqE .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uo3AQysQqE .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uw6VuvWffg {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6VuvWffg .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6VuvWffg .form-row {
  justify-content: flex-end;
}
.cid-uw6VuvWffg .form-control,
.cid-uw6VuvWffg .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6VuvWffg .form-control:hover,
.cid-uw6VuvWffg .field-input:hover,
.cid-uw6VuvWffg .form-control:focus,
.cid-uw6VuvWffg .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6VuvWffg input::-webkit-input-placeholder,
.cid-uw6VuvWffg textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6VuvWffg input:-moz-placeholder,
.cid-uw6VuvWffg textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6VuvWffg .jq-selectbox li,
.cid-uw6VuvWffg .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6VuvWffg .jq-selectbox li:hover,
.cid-uw6VuvWffg .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6VuvWffg .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6VuvWffg .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6VuvWffg span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6VuvWffg textarea {
  min-height: 150px;
}
.cid-uw6VuvWffg h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6VuvWffg h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6VuvWffg .mbr-text,
.cid-uw6VuvWffg .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6VuvWffg H1 {
  color: #143019;
  text-align: center;
}
.cid-upzQB6WcGs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzQB6WcGs .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzQB6WcGs .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzQB6WcGs .row {
    row-gap: 40px;
  }
}
.cid-upzQB6WcGs .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzQB6WcGs .mbr-section-title {
  color: #28432c;
}
.cid-upzQB6WcGs .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzQB6WcGs .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzQB6WcGs .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzQB6WcGs .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzQB6WcGs .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzQB6WcGs .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzQB6WcGs .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzQB6WcGs .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzQB6WcGs .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzQB6WcGs .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzQB6WcGs .item-content {
  margin-top: 32px;
}
.cid-upzQB6WcGs .item-title {
  color: #303030;
}
.cid-upzQB6WcGs .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzQB6WcGs .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzQB6WcGs .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzQB6WcGs .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzQB6WcGs .item-text {
  color: #9b8db7;
}
.cid-upzQB6WcGs .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3AtiLUk3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3AtiLUk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3AtiLUk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3AtiLUk3 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3AtiLUk3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3AtiLUk3 .container {
    padding: 0 26px;
  }
}
.cid-uo3AtiLUk3 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3AtiLUk3 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3AtiLUk3 .row {
    padding: 26px;
  }
}
.cid-uo3AtiLUk3 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3AtiLUk3 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3AtiLUk3 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3AtiLUk3 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3AtiLUk3 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3AtiLUk3 .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3AtiLUk3 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3AtiLUk3 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3AtiLUk3 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3AtiLUk3 .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3AtiLUk3 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3AtiLUk3 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3AtiLUk3 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3AtiLUk3 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3AtiLUk3 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3AtiLUk3 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3AtiLUk3 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3AtiLUk3 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3AtiLUk3 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3AtiLUk3 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3AtiLUk3 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3AtiLUk3 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3AtiLUk3 .mbr-section-title,
.cid-uo3AtiLUk3 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3AtiLUk3 .list {
  color: #ffffff;
}
.cid-uo3AtiLUk3 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3AtiLUk3 .list,
.cid-uo3AtiLUk3 .nav-wrapper,
.cid-uo3AtiLUk3 .soc-wrapper {
  text-align: center;
}
.cid-uo3Cb8GSQ0 .nav-item:focus,
.cid-uo3Cb8GSQ0 .nav-link:focus {
  outline: none;
}
.cid-uo3Cb8GSQ0 a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3Cb8GSQ0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3Cb8GSQ0 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3Cb8GSQ0 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3Cb8GSQ0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3Cb8GSQ0 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3Cb8GSQ0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3Cb8GSQ0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3Cb8GSQ0 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3Cb8GSQ0 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3Cb8GSQ0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3Cb8GSQ0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3Cb8GSQ0 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3Cb8GSQ0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3Cb8GSQ0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3Cb8GSQ0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3Cb8GSQ0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3Cb8GSQ0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3Cb8GSQ0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3Cb8GSQ0 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3Cb8GSQ0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3Cb8GSQ0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3Cb8GSQ0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3Cb8GSQ0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3Cb8GSQ0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3Cb8GSQ0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3Cb8GSQ0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3Cb8GSQ0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3Cb8GSQ0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3Cb8GSQ0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3Cb8GSQ0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3Cb8GSQ0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3Cb8GSQ0 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3Cb8GSQ0 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3Cb8GSQ0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3Cb8GSQ0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3Cb8GSQ0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3Cb8GSQ0 .dropdown-item.active,
.cid-uo3Cb8GSQ0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3Cb8GSQ0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3Cb8GSQ0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3Cb8GSQ0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3Cb8GSQ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3Cb8GSQ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3Cb8GSQ0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3Cb8GSQ0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3Cb8GSQ0 .navbar-buttons {
  text-align: center;
}
.cid-uo3Cb8GSQ0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3Cb8GSQ0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3Cb8GSQ0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3Cb8GSQ0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3Cb8GSQ0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3Cb8GSQ0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3Cb8GSQ0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3Cb8GSQ0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3Cb8GSQ0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3Cb8GSQ0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3Cb8GSQ0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3Cb8GSQ0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3Cb8GSQ0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3Cb8GSQ0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3Cb8GSQ0 .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3Cb8GSQ0 .nav-link:hover,
.cid-uo3Cb8GSQ0 .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3Cb8GSQ0 .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3Cb8GSQ0 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3Cb8GSQ0 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3Cb8GSQ0 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3Cb8GSQ0 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3Cb8GSQ0 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3Cb8GSQ0 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3Cb95QQU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3Cb95QQU .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3Cb95QQU .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3Cb95QQU .card-wrap:hover h4,
.cid-uo3Cb95QQU .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3Cb95QQU h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3Cb95QQU h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3Cb95QQU img {
  width: 100%;
}
.cid-uo3Cb95QQU h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3Cb95QQU h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3Cb95QQU .card-title1,
.cid-uo3Cb95QQU .title-wrap1 {
  color: #ffffff;
}
.cid-uo3Cb95QQU .card-title,
.cid-uo3Cb95QQU .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3Cb95QQU .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3Cb95QQU .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3Cb95QQU H3 {
  color: #767676;
}
.cid-uo3Cb95QQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3Cb95QQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3Cb95QQU .mbr-text,
.cid-uo3Cb95QQU .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZJTLRLtN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZJTLRLtN .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZJTLRLtN .item-title,
.cid-uvZJTLRLtN .card_topic {
  margin-bottom: 12px;
}
.cid-uvZJTLRLtN .category_content {
  opacity: .8;
}
.cid-uvZJTLRLtN .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZJTLRLtN .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZJTLRLtN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZJTLRLtN .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZJTLRLtN .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZJTLRLtN .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZJTLRLtN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZJTLRLtN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3Cb9leJg {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3Cb9leJg .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3Cb9leJg .item-title,
.cid-uo3Cb9leJg .card_topic {
  margin-bottom: 12px;
}
.cid-uo3Cb9leJg .category_content {
  opacity: .8;
}
.cid-uo3Cb9leJg .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3Cb9leJg .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3Cb9leJg .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3Cb9leJg .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3Cb9leJg .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3Cb9leJg .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3Cb9leJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3Cb9leJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6VJ1xUlE {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6VJ1xUlE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6VJ1xUlE .form-row {
  justify-content: flex-end;
}
.cid-uw6VJ1xUlE .form-control,
.cid-uw6VJ1xUlE .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6VJ1xUlE .form-control:hover,
.cid-uw6VJ1xUlE .field-input:hover,
.cid-uw6VJ1xUlE .form-control:focus,
.cid-uw6VJ1xUlE .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6VJ1xUlE input::-webkit-input-placeholder,
.cid-uw6VJ1xUlE textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6VJ1xUlE input:-moz-placeholder,
.cid-uw6VJ1xUlE textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6VJ1xUlE .jq-selectbox li,
.cid-uw6VJ1xUlE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6VJ1xUlE .jq-selectbox li:hover,
.cid-uw6VJ1xUlE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6VJ1xUlE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6VJ1xUlE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6VJ1xUlE span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6VJ1xUlE textarea {
  min-height: 150px;
}
.cid-uw6VJ1xUlE h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6VJ1xUlE h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6VJ1xUlE .mbr-text,
.cid-uw6VJ1xUlE .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6VJ1xUlE H1 {
  color: #143019;
  text-align: center;
}
.cid-upzQHqp4co {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzQHqp4co .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzQHqp4co .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzQHqp4co .row {
    row-gap: 40px;
  }
}
.cid-upzQHqp4co .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzQHqp4co .mbr-section-title {
  color: #28432c;
}
.cid-upzQHqp4co .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzQHqp4co .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzQHqp4co .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzQHqp4co .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzQHqp4co .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzQHqp4co .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzQHqp4co .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzQHqp4co .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzQHqp4co .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzQHqp4co .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzQHqp4co .item-content {
  margin-top: 32px;
}
.cid-upzQHqp4co .item-title {
  color: #303030;
}
.cid-upzQHqp4co .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzQHqp4co .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzQHqp4co .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzQHqp4co .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzQHqp4co .item-text {
  color: #9b8db7;
}
.cid-upzQHqp4co .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3Cbat4GH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3Cbat4GH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3Cbat4GH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3Cbat4GH .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3Cbat4GH .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3Cbat4GH .container {
    padding: 0 26px;
  }
}
.cid-uo3Cbat4GH .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3Cbat4GH .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3Cbat4GH .row {
    padding: 26px;
  }
}
.cid-uo3Cbat4GH .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3Cbat4GH .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3Cbat4GH .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3Cbat4GH .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3Cbat4GH .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3Cbat4GH .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3Cbat4GH .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3Cbat4GH .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3Cbat4GH .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3Cbat4GH .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3Cbat4GH .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3Cbat4GH .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3Cbat4GH .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3Cbat4GH .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3Cbat4GH .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3Cbat4GH .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3Cbat4GH .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3Cbat4GH .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3Cbat4GH .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3Cbat4GH .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3Cbat4GH .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3Cbat4GH .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3Cbat4GH .mbr-section-title,
.cid-uo3Cbat4GH .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3Cbat4GH .list {
  color: #ffffff;
}
.cid-uo3Cbat4GH .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3Cbat4GH .list,
.cid-uo3Cbat4GH .nav-wrapper,
.cid-uo3Cbat4GH .soc-wrapper {
  text-align: center;
}
.cid-uo3CPgTOtC .nav-item:focus,
.cid-uo3CPgTOtC .nav-link:focus {
  outline: none;
}
.cid-uo3CPgTOtC a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3CPgTOtC .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3CPgTOtC .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3CPgTOtC .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3CPgTOtC .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3CPgTOtC .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3CPgTOtC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3CPgTOtC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3CPgTOtC .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3CPgTOtC .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3CPgTOtC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3CPgTOtC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3CPgTOtC .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3CPgTOtC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3CPgTOtC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3CPgTOtC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3CPgTOtC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3CPgTOtC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3CPgTOtC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3CPgTOtC .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3CPgTOtC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3CPgTOtC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3CPgTOtC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3CPgTOtC .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3CPgTOtC .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3CPgTOtC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3CPgTOtC .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3CPgTOtC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3CPgTOtC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3CPgTOtC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3CPgTOtC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3CPgTOtC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3CPgTOtC .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3CPgTOtC .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3CPgTOtC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3CPgTOtC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3CPgTOtC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3CPgTOtC .dropdown-item.active,
.cid-uo3CPgTOtC .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3CPgTOtC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3CPgTOtC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3CPgTOtC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3CPgTOtC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3CPgTOtC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3CPgTOtC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3CPgTOtC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3CPgTOtC .navbar-buttons {
  text-align: center;
}
.cid-uo3CPgTOtC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3CPgTOtC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3CPgTOtC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3CPgTOtC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3CPgTOtC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3CPgTOtC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3CPgTOtC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3CPgTOtC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3CPgTOtC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3CPgTOtC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3CPgTOtC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3CPgTOtC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3CPgTOtC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3CPgTOtC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3CPgTOtC .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3CPgTOtC .nav-link:hover,
.cid-uo3CPgTOtC .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3CPgTOtC .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3CPgTOtC .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3CPgTOtC .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3CPgTOtC .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3CPgTOtC .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3CPgTOtC .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3CPgTOtC .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3CPhgPcr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3CPhgPcr .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3CPhgPcr .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3CPhgPcr .card-wrap:hover h4,
.cid-uo3CPhgPcr .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3CPhgPcr h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3CPhgPcr h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3CPhgPcr img {
  width: 100%;
}
.cid-uo3CPhgPcr h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3CPhgPcr h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3CPhgPcr .card-title1,
.cid-uo3CPhgPcr .title-wrap1 {
  color: #ffffff;
}
.cid-uo3CPhgPcr .card-title,
.cid-uo3CPhgPcr .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3CPhgPcr .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3CPhgPcr .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3CPhgPcr H3 {
  color: #767676;
}
.cid-uo3CPhgPcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3CPhgPcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3CPhgPcr .mbr-text,
.cid-uo3CPhgPcr .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZKdKxqol {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZKdKxqol .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZKdKxqol .item-title,
.cid-uvZKdKxqol .card_topic {
  margin-bottom: 12px;
}
.cid-uvZKdKxqol .category_content {
  opacity: .8;
}
.cid-uvZKdKxqol .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZKdKxqol .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZKdKxqol .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZKdKxqol .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZKdKxqol .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZKdKxqol .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZKdKxqol .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZKdKxqol .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3CPhCVFm {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3CPhCVFm .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3CPhCVFm .item-title,
.cid-uo3CPhCVFm .card_topic {
  margin-bottom: 12px;
}
.cid-uo3CPhCVFm .category_content {
  opacity: .8;
}
.cid-uo3CPhCVFm .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3CPhCVFm .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3CPhCVFm .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3CPhCVFm .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3CPhCVFm .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3CPhCVFm .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3CPhCVFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3CPhCVFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6WmLryZj {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6WmLryZj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6WmLryZj .form-row {
  justify-content: flex-end;
}
.cid-uw6WmLryZj .form-control,
.cid-uw6WmLryZj .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6WmLryZj .form-control:hover,
.cid-uw6WmLryZj .field-input:hover,
.cid-uw6WmLryZj .form-control:focus,
.cid-uw6WmLryZj .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6WmLryZj input::-webkit-input-placeholder,
.cid-uw6WmLryZj textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6WmLryZj input:-moz-placeholder,
.cid-uw6WmLryZj textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6WmLryZj .jq-selectbox li,
.cid-uw6WmLryZj .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6WmLryZj .jq-selectbox li:hover,
.cid-uw6WmLryZj .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6WmLryZj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6WmLryZj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6WmLryZj span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6WmLryZj textarea {
  min-height: 150px;
}
.cid-uw6WmLryZj h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6WmLryZj h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6WmLryZj .mbr-text,
.cid-uw6WmLryZj .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6WmLryZj H1 {
  color: #143019;
  text-align: center;
}
.cid-upzQOKOJzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzQOKOJzP .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzQOKOJzP .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzQOKOJzP .row {
    row-gap: 40px;
  }
}
.cid-upzQOKOJzP .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzQOKOJzP .mbr-section-title {
  color: #28432c;
}
.cid-upzQOKOJzP .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzQOKOJzP .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzQOKOJzP .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzQOKOJzP .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzQOKOJzP .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzQOKOJzP .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzQOKOJzP .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzQOKOJzP .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzQOKOJzP .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzQOKOJzP .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzQOKOJzP .item-content {
  margin-top: 32px;
}
.cid-upzQOKOJzP .item-title {
  color: #303030;
}
.cid-upzQOKOJzP .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzQOKOJzP .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzQOKOJzP .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzQOKOJzP .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzQOKOJzP .item-text {
  color: #9b8db7;
}
.cid-upzQOKOJzP .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3CPixe5R {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3CPixe5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3CPixe5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3CPixe5R .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3CPixe5R .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3CPixe5R .container {
    padding: 0 26px;
  }
}
.cid-uo3CPixe5R .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3CPixe5R .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3CPixe5R .row {
    padding: 26px;
  }
}
.cid-uo3CPixe5R .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3CPixe5R .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3CPixe5R .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3CPixe5R .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3CPixe5R .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3CPixe5R .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3CPixe5R .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3CPixe5R .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3CPixe5R .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3CPixe5R .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3CPixe5R .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3CPixe5R .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3CPixe5R .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3CPixe5R .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3CPixe5R .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3CPixe5R .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3CPixe5R .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3CPixe5R .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3CPixe5R .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3CPixe5R .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3CPixe5R .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3CPixe5R .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3CPixe5R .mbr-section-title,
.cid-uo3CPixe5R .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3CPixe5R .list {
  color: #ffffff;
}
.cid-uo3CPixe5R .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3CPixe5R .list,
.cid-uo3CPixe5R .nav-wrapper,
.cid-uo3CPixe5R .soc-wrapper {
  text-align: center;
}
.cid-uo3Dt1HR8b .nav-item:focus,
.cid-uo3Dt1HR8b .nav-link:focus {
  outline: none;
}
.cid-uo3Dt1HR8b a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3Dt1HR8b .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3Dt1HR8b .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3Dt1HR8b .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3Dt1HR8b .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3Dt1HR8b .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3Dt1HR8b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3Dt1HR8b .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3Dt1HR8b .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3Dt1HR8b .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3Dt1HR8b .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3Dt1HR8b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3Dt1HR8b .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3Dt1HR8b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3Dt1HR8b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3Dt1HR8b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3Dt1HR8b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3Dt1HR8b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3Dt1HR8b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3Dt1HR8b .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3Dt1HR8b .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3Dt1HR8b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3Dt1HR8b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3Dt1HR8b .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3Dt1HR8b .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3Dt1HR8b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3Dt1HR8b .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3Dt1HR8b .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3Dt1HR8b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3Dt1HR8b .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3Dt1HR8b .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3Dt1HR8b .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3Dt1HR8b .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3Dt1HR8b .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3Dt1HR8b .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3Dt1HR8b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3Dt1HR8b .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3Dt1HR8b .dropdown-item.active,
.cid-uo3Dt1HR8b .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3Dt1HR8b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3Dt1HR8b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3Dt1HR8b .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3Dt1HR8b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3Dt1HR8b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3Dt1HR8b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3Dt1HR8b ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3Dt1HR8b .navbar-buttons {
  text-align: center;
}
.cid-uo3Dt1HR8b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3Dt1HR8b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3Dt1HR8b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3Dt1HR8b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3Dt1HR8b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3Dt1HR8b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3Dt1HR8b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3Dt1HR8b nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3Dt1HR8b nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3Dt1HR8b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3Dt1HR8b .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3Dt1HR8b a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3Dt1HR8b .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3Dt1HR8b .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3Dt1HR8b .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3Dt1HR8b .nav-link:hover,
.cid-uo3Dt1HR8b .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3Dt1HR8b .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3Dt1HR8b .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3Dt1HR8b .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3Dt1HR8b .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3Dt1HR8b .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3Dt1HR8b .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3Dt1HR8b .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3Dt27ZKU {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3Dt27ZKU .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3Dt27ZKU .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3Dt27ZKU .card-wrap:hover h4,
.cid-uo3Dt27ZKU .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3Dt27ZKU h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3Dt27ZKU h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3Dt27ZKU img {
  width: 100%;
}
.cid-uo3Dt27ZKU h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3Dt27ZKU h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3Dt27ZKU .card-title1,
.cid-uo3Dt27ZKU .title-wrap1 {
  color: #ffffff;
}
.cid-uo3Dt27ZKU .card-title,
.cid-uo3Dt27ZKU .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3Dt27ZKU .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3Dt27ZKU .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3Dt27ZKU H3 {
  color: #767676;
}
.cid-uo3Dt27ZKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3Dt27ZKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3Dt27ZKU .mbr-text,
.cid-uo3Dt27ZKU .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uo3Dt2vU52 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uo3Dt2vU52 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3Dt2vU52 .item-title,
.cid-uo3Dt2vU52 .card_topic {
  margin-bottom: 12px;
}
.cid-uo3Dt2vU52 .category_content {
  opacity: .8;
}
.cid-uo3Dt2vU52 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3Dt2vU52 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uo3Dt2vU52 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3Dt2vU52 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3Dt2vU52 .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3Dt2vU52 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3Dt2vU52 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3Dt2vU52 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzQL3z0WL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzQL3z0WL .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzQL3z0WL .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzQL3z0WL .row {
    row-gap: 40px;
  }
}
.cid-upzQL3z0WL .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzQL3z0WL .mbr-section-title {
  color: #28432c;
}
.cid-upzQL3z0WL .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzQL3z0WL .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzQL3z0WL .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzQL3z0WL .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzQL3z0WL .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzQL3z0WL .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzQL3z0WL .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzQL3z0WL .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzQL3z0WL .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzQL3z0WL .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzQL3z0WL .item-content {
  margin-top: 32px;
}
.cid-upzQL3z0WL .item-title {
  color: #303030;
}
.cid-upzQL3z0WL .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzQL3z0WL .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzQL3z0WL .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzQL3z0WL .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzQL3z0WL .item-text {
  color: #9b8db7;
}
.cid-upzQL3z0WL .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3Dt3ru3k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3Dt3ru3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3Dt3ru3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3Dt3ru3k .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3Dt3ru3k .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3Dt3ru3k .container {
    padding: 0 26px;
  }
}
.cid-uo3Dt3ru3k .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3Dt3ru3k .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3Dt3ru3k .row {
    padding: 26px;
  }
}
.cid-uo3Dt3ru3k .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3Dt3ru3k .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3Dt3ru3k .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3Dt3ru3k .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3Dt3ru3k .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3Dt3ru3k .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3Dt3ru3k .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3Dt3ru3k .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3Dt3ru3k .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3Dt3ru3k .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3Dt3ru3k .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3Dt3ru3k .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3Dt3ru3k .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3Dt3ru3k .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3Dt3ru3k .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3Dt3ru3k .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3Dt3ru3k .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3Dt3ru3k .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3Dt3ru3k .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3Dt3ru3k .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3Dt3ru3k .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3Dt3ru3k .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3Dt3ru3k .mbr-section-title,
.cid-uo3Dt3ru3k .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3Dt3ru3k .list {
  color: #ffffff;
}
.cid-uo3Dt3ru3k .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3Dt3ru3k .list,
.cid-uo3Dt3ru3k .nav-wrapper,
.cid-uo3Dt3ru3k .soc-wrapper {
  text-align: center;
}
.cid-uo3EG82jzI .nav-item:focus,
.cid-uo3EG82jzI .nav-link:focus {
  outline: none;
}
.cid-uo3EG82jzI a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3EG82jzI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3EG82jzI .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3EG82jzI .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3EG82jzI .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3EG82jzI .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3EG82jzI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3EG82jzI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3EG82jzI .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3EG82jzI .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3EG82jzI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3EG82jzI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3EG82jzI .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3EG82jzI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3EG82jzI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3EG82jzI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3EG82jzI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3EG82jzI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3EG82jzI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3EG82jzI .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3EG82jzI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3EG82jzI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3EG82jzI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3EG82jzI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3EG82jzI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3EG82jzI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3EG82jzI .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3EG82jzI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3EG82jzI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3EG82jzI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3EG82jzI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3EG82jzI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3EG82jzI .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3EG82jzI .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3EG82jzI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3EG82jzI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3EG82jzI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3EG82jzI .dropdown-item.active,
.cid-uo3EG82jzI .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3EG82jzI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3EG82jzI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3EG82jzI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3EG82jzI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3EG82jzI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3EG82jzI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3EG82jzI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3EG82jzI .navbar-buttons {
  text-align: center;
}
.cid-uo3EG82jzI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3EG82jzI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3EG82jzI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3EG82jzI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3EG82jzI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3EG82jzI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3EG82jzI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3EG82jzI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3EG82jzI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3EG82jzI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3EG82jzI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3EG82jzI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3EG82jzI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3EG82jzI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3EG82jzI .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3EG82jzI .nav-link:hover,
.cid-uo3EG82jzI .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3EG82jzI .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3EG82jzI .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3EG82jzI .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3EG82jzI .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3EG82jzI .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3EG82jzI .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3EG82jzI .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3EG8rsbB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3EG8rsbB .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3EG8rsbB .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3EG8rsbB .card-wrap:hover h4,
.cid-uo3EG8rsbB .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3EG8rsbB h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3EG8rsbB h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3EG8rsbB img {
  width: 100%;
}
.cid-uo3EG8rsbB h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3EG8rsbB h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3EG8rsbB .card-title1,
.cid-uo3EG8rsbB .title-wrap1 {
  color: #ffffff;
}
.cid-uo3EG8rsbB .card-title,
.cid-uo3EG8rsbB .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3EG8rsbB .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3EG8rsbB .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3EG8rsbB H3 {
  color: #767676;
}
.cid-uo3EG8rsbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3EG8rsbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3EG8rsbB .mbr-text,
.cid-uo3EG8rsbB .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZKqOPOlT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZKqOPOlT .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZKqOPOlT .item-title,
.cid-uvZKqOPOlT .card_topic {
  margin-bottom: 12px;
}
.cid-uvZKqOPOlT .category_content {
  opacity: .8;
}
.cid-uvZKqOPOlT .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZKqOPOlT .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZKqOPOlT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZKqOPOlT .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZKqOPOlT .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZKqOPOlT .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZKqOPOlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZKqOPOlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3EG8Plq9 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3EG8Plq9 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3EG8Plq9 .item-title,
.cid-uo3EG8Plq9 .card_topic {
  margin-bottom: 12px;
}
.cid-uo3EG8Plq9 .category_content {
  opacity: .8;
}
.cid-uo3EG8Plq9 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3EG8Plq9 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3EG8Plq9 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3EG8Plq9 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3EG8Plq9 .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3EG8Plq9 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3EG8Plq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3EG8Plq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6WCgkrbB {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6WCgkrbB .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6WCgkrbB .form-row {
  justify-content: flex-end;
}
.cid-uw6WCgkrbB .form-control,
.cid-uw6WCgkrbB .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6WCgkrbB .form-control:hover,
.cid-uw6WCgkrbB .field-input:hover,
.cid-uw6WCgkrbB .form-control:focus,
.cid-uw6WCgkrbB .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6WCgkrbB input::-webkit-input-placeholder,
.cid-uw6WCgkrbB textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6WCgkrbB input:-moz-placeholder,
.cid-uw6WCgkrbB textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6WCgkrbB .jq-selectbox li,
.cid-uw6WCgkrbB .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6WCgkrbB .jq-selectbox li:hover,
.cid-uw6WCgkrbB .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6WCgkrbB .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6WCgkrbB .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6WCgkrbB span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6WCgkrbB textarea {
  min-height: 150px;
}
.cid-uw6WCgkrbB h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6WCgkrbB h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6WCgkrbB .mbr-text,
.cid-uw6WCgkrbB .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6WCgkrbB H1 {
  color: #143019;
  text-align: center;
}
.cid-upzQVUiAzU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzQVUiAzU .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzQVUiAzU .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzQVUiAzU .row {
    row-gap: 40px;
  }
}
.cid-upzQVUiAzU .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzQVUiAzU .mbr-section-title {
  color: #28432c;
}
.cid-upzQVUiAzU .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzQVUiAzU .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzQVUiAzU .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzQVUiAzU .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzQVUiAzU .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzQVUiAzU .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzQVUiAzU .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzQVUiAzU .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzQVUiAzU .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzQVUiAzU .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzQVUiAzU .item-content {
  margin-top: 32px;
}
.cid-upzQVUiAzU .item-title {
  color: #303030;
}
.cid-upzQVUiAzU .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzQVUiAzU .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzQVUiAzU .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzQVUiAzU .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzQVUiAzU .item-text {
  color: #9b8db7;
}
.cid-upzQVUiAzU .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3EG9HkjE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3EG9HkjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3EG9HkjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3EG9HkjE .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3EG9HkjE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3EG9HkjE .container {
    padding: 0 26px;
  }
}
.cid-uo3EG9HkjE .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3EG9HkjE .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3EG9HkjE .row {
    padding: 26px;
  }
}
.cid-uo3EG9HkjE .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3EG9HkjE .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3EG9HkjE .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3EG9HkjE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3EG9HkjE .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3EG9HkjE .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3EG9HkjE .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3EG9HkjE .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3EG9HkjE .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3EG9HkjE .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3EG9HkjE .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3EG9HkjE .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3EG9HkjE .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3EG9HkjE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3EG9HkjE .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3EG9HkjE .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3EG9HkjE .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3EG9HkjE .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3EG9HkjE .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3EG9HkjE .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3EG9HkjE .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3EG9HkjE .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3EG9HkjE .mbr-section-title,
.cid-uo3EG9HkjE .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3EG9HkjE .list {
  color: #ffffff;
}
.cid-uo3EG9HkjE .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3EG9HkjE .list,
.cid-uo3EG9HkjE .nav-wrapper,
.cid-uo3EG9HkjE .soc-wrapper {
  text-align: center;
}
.cid-uo3FEvukmd .nav-item:focus,
.cid-uo3FEvukmd .nav-link:focus {
  outline: none;
}
.cid-uo3FEvukmd a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3FEvukmd .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3FEvukmd .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3FEvukmd .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3FEvukmd .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3FEvukmd .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3FEvukmd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3FEvukmd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3FEvukmd .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3FEvukmd .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3FEvukmd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3FEvukmd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3FEvukmd .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3FEvukmd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3FEvukmd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3FEvukmd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3FEvukmd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3FEvukmd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3FEvukmd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3FEvukmd .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3FEvukmd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3FEvukmd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3FEvukmd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3FEvukmd .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3FEvukmd .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3FEvukmd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3FEvukmd .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3FEvukmd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3FEvukmd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3FEvukmd .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3FEvukmd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3FEvukmd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3FEvukmd .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3FEvukmd .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3FEvukmd .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3FEvukmd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3FEvukmd .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3FEvukmd .dropdown-item.active,
.cid-uo3FEvukmd .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3FEvukmd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3FEvukmd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3FEvukmd .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3FEvukmd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3FEvukmd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3FEvukmd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3FEvukmd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3FEvukmd .navbar-buttons {
  text-align: center;
}
.cid-uo3FEvukmd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3FEvukmd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3FEvukmd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3FEvukmd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3FEvukmd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3FEvukmd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3FEvukmd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3FEvukmd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3FEvukmd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3FEvukmd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3FEvukmd .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3FEvukmd a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3FEvukmd .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3FEvukmd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3FEvukmd .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3FEvukmd .nav-link:hover,
.cid-uo3FEvukmd .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3FEvukmd .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3FEvukmd .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3FEvukmd .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3FEvukmd .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3FEvukmd .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3FEvukmd .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3FEvukmd .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3FEvTgKa {
  background-color: #ffffff;
}
.cid-uo3FEvTgKa .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3FEvTgKa .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3FEvTgKa .card-wrap:hover h4,
.cid-uo3FEvTgKa .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3FEvTgKa h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3FEvTgKa h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3FEvTgKa img {
  width: 100%;
}
.cid-uo3FEvTgKa h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3FEvTgKa h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3FEvTgKa .card-title1,
.cid-uo3FEvTgKa .title-wrap1 {
  color: #ffffff;
}
.cid-uo3FEvTgKa .card-title,
.cid-uo3FEvTgKa .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3FEvTgKa .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3FEvTgKa .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3FEvTgKa H3 {
  color: #767676;
}
.cid-uo3FEvTgKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3FEvTgKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3FEvTgKa .mbr-text,
.cid-uo3FEvTgKa .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZKSGyqTR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZKSGyqTR .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZKSGyqTR .item-title,
.cid-uvZKSGyqTR .card_topic {
  margin-bottom: 12px;
}
.cid-uvZKSGyqTR .category_content {
  opacity: .8;
}
.cid-uvZKSGyqTR .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZKSGyqTR .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZKSGyqTR .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZKSGyqTR .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZKSGyqTR .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZKSGyqTR .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZKSGyqTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZKSGyqTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3FEwbycB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uo3FEwbycB .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3FEwbycB .item-title,
.cid-uo3FEwbycB .card_topic {
  margin-bottom: 12px;
}
.cid-uo3FEwbycB .category_content {
  opacity: .8;
}
.cid-uo3FEwbycB .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3FEwbycB .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3FEwbycB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3FEwbycB .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3FEwbycB .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3FEwbycB .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3FEwbycB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3FEwbycB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3G8rd7pv {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3G8rd7pv .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uo3G8rd7pv .mbr-section-title {
  color: #28432c;
}
.cid-uo3G8rd7pv .mbr-section-subtitle {
  color: #24262b;
}
.cid-uo3G8rd7pv .items-row {
  row-gap: 32px;
}
.cid-uo3G8rd7pv .item {
  cursor: pointer;
}
.cid-uo3G8rd7pv .item:focus,
.cid-uo3G8rd7pv span:focus {
  outline: none;
}
.cid-uo3G8rd7pv .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uo3G8rd7pv .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uo3G8rd7pv img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-uo3G8rd7pv .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-uo3G8rd7pv .item-title {
  color: #28432c;
}
.cid-uo3G8rd7pv .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uo3G8rd7pv .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-uw6WUHI0CS {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6WUHI0CS .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6WUHI0CS .form-row {
  justify-content: flex-end;
}
.cid-uw6WUHI0CS .form-control,
.cid-uw6WUHI0CS .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6WUHI0CS .form-control:hover,
.cid-uw6WUHI0CS .field-input:hover,
.cid-uw6WUHI0CS .form-control:focus,
.cid-uw6WUHI0CS .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6WUHI0CS input::-webkit-input-placeholder,
.cid-uw6WUHI0CS textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6WUHI0CS input:-moz-placeholder,
.cid-uw6WUHI0CS textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6WUHI0CS .jq-selectbox li,
.cid-uw6WUHI0CS .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6WUHI0CS .jq-selectbox li:hover,
.cid-uw6WUHI0CS .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6WUHI0CS .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6WUHI0CS .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6WUHI0CS span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6WUHI0CS textarea {
  min-height: 150px;
}
.cid-uw6WUHI0CS h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6WUHI0CS h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6WUHI0CS .mbr-text,
.cid-uw6WUHI0CS .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6WUHI0CS H1 {
  color: #143019;
  text-align: center;
}
.cid-upzR5M1Bmf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzR5M1Bmf .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzR5M1Bmf .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzR5M1Bmf .row {
    row-gap: 40px;
  }
}
.cid-upzR5M1Bmf .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzR5M1Bmf .mbr-section-title {
  color: #28432c;
}
.cid-upzR5M1Bmf .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzR5M1Bmf .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzR5M1Bmf .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzR5M1Bmf .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzR5M1Bmf .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzR5M1Bmf .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzR5M1Bmf .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzR5M1Bmf .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzR5M1Bmf .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzR5M1Bmf .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzR5M1Bmf .item-content {
  margin-top: 32px;
}
.cid-upzR5M1Bmf .item-title {
  color: #303030;
}
.cid-upzR5M1Bmf .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzR5M1Bmf .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzR5M1Bmf .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzR5M1Bmf .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzR5M1Bmf .item-text {
  color: #9b8db7;
}
.cid-upzR5M1Bmf .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3FEx5fkG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3FEx5fkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3FEx5fkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3FEx5fkG .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3FEx5fkG .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3FEx5fkG .container {
    padding: 0 26px;
  }
}
.cid-uo3FEx5fkG .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3FEx5fkG .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3FEx5fkG .row {
    padding: 26px;
  }
}
.cid-uo3FEx5fkG .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3FEx5fkG .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3FEx5fkG .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3FEx5fkG .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3FEx5fkG .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3FEx5fkG .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3FEx5fkG .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3FEx5fkG .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3FEx5fkG .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3FEx5fkG .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3FEx5fkG .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3FEx5fkG .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3FEx5fkG .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3FEx5fkG .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3FEx5fkG .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3FEx5fkG .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3FEx5fkG .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3FEx5fkG .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3FEx5fkG .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3FEx5fkG .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3FEx5fkG .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3FEx5fkG .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3FEx5fkG .mbr-section-title,
.cid-uo3FEx5fkG .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3FEx5fkG .list {
  color: #ffffff;
}
.cid-uo3FEx5fkG .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3FEx5fkG .list,
.cid-uo3FEx5fkG .nav-wrapper,
.cid-uo3FEx5fkG .soc-wrapper {
  text-align: center;
}
.cid-uo3IuXK10T .nav-item:focus,
.cid-uo3IuXK10T .nav-link:focus {
  outline: none;
}
.cid-uo3IuXK10T a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3IuXK10T .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3IuXK10T .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3IuXK10T .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3IuXK10T .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3IuXK10T .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3IuXK10T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3IuXK10T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3IuXK10T .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3IuXK10T .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3IuXK10T .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3IuXK10T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3IuXK10T .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3IuXK10T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3IuXK10T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3IuXK10T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3IuXK10T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3IuXK10T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3IuXK10T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3IuXK10T .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3IuXK10T .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3IuXK10T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3IuXK10T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3IuXK10T .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3IuXK10T .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3IuXK10T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3IuXK10T .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3IuXK10T .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3IuXK10T .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3IuXK10T .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3IuXK10T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3IuXK10T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3IuXK10T .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3IuXK10T .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3IuXK10T .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3IuXK10T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3IuXK10T .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3IuXK10T .dropdown-item.active,
.cid-uo3IuXK10T .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3IuXK10T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3IuXK10T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3IuXK10T .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3IuXK10T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3IuXK10T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3IuXK10T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3IuXK10T ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3IuXK10T .navbar-buttons {
  text-align: center;
}
.cid-uo3IuXK10T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3IuXK10T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3IuXK10T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3IuXK10T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3IuXK10T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3IuXK10T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3IuXK10T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3IuXK10T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3IuXK10T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3IuXK10T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3IuXK10T .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3IuXK10T a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3IuXK10T .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3IuXK10T .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3IuXK10T .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3IuXK10T .nav-link:hover,
.cid-uo3IuXK10T .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3IuXK10T .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3IuXK10T .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3IuXK10T .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3IuXK10T .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3IuXK10T .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3IuXK10T .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3IuXK10T .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3IuY9LaT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3IuY9LaT .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3IuY9LaT .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3IuY9LaT .card-wrap:hover h4,
.cid-uo3IuY9LaT .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3IuY9LaT h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3IuY9LaT h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3IuY9LaT img {
  width: 100%;
}
.cid-uo3IuY9LaT h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3IuY9LaT h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3IuY9LaT .card-title1,
.cid-uo3IuY9LaT .title-wrap1 {
  color: #ffffff;
}
.cid-uo3IuY9LaT .card-title,
.cid-uo3IuY9LaT .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3IuY9LaT .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3IuY9LaT .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3IuY9LaT H3 {
  color: #767676;
}
.cid-uo3IuY9LaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3IuY9LaT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3IuY9LaT .mbr-text,
.cid-uo3IuY9LaT .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uo3IuYs5Ss {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3IuYs5Ss .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3IuYs5Ss .item-title,
.cid-uo3IuYs5Ss .card_topic {
  margin-bottom: 12px;
}
.cid-uo3IuYs5Ss .category_content {
  opacity: .8;
}
.cid-uo3IuYs5Ss .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3IuYs5Ss .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3IuYs5Ss .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3IuYs5Ss .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3IuYs5Ss .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3IuYs5Ss .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3IuYs5Ss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3IuYs5Ss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6X0rv8gn {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6X0rv8gn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6X0rv8gn .form-row {
  justify-content: flex-end;
}
.cid-uw6X0rv8gn .form-control,
.cid-uw6X0rv8gn .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6X0rv8gn .form-control:hover,
.cid-uw6X0rv8gn .field-input:hover,
.cid-uw6X0rv8gn .form-control:focus,
.cid-uw6X0rv8gn .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6X0rv8gn input::-webkit-input-placeholder,
.cid-uw6X0rv8gn textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6X0rv8gn input:-moz-placeholder,
.cid-uw6X0rv8gn textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6X0rv8gn .jq-selectbox li,
.cid-uw6X0rv8gn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6X0rv8gn .jq-selectbox li:hover,
.cid-uw6X0rv8gn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6X0rv8gn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6X0rv8gn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6X0rv8gn span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6X0rv8gn textarea {
  min-height: 150px;
}
.cid-uw6X0rv8gn h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6X0rv8gn h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6X0rv8gn .mbr-text,
.cid-uw6X0rv8gn .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6X0rv8gn H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRcfxKzN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRcfxKzN .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRcfxKzN .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRcfxKzN .row {
    row-gap: 40px;
  }
}
.cid-upzRcfxKzN .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRcfxKzN .mbr-section-title {
  color: #28432c;
}
.cid-upzRcfxKzN .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRcfxKzN .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRcfxKzN .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRcfxKzN .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRcfxKzN .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRcfxKzN .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRcfxKzN .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRcfxKzN .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRcfxKzN .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRcfxKzN .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRcfxKzN .item-content {
  margin-top: 32px;
}
.cid-upzRcfxKzN .item-title {
  color: #303030;
}
.cid-upzRcfxKzN .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRcfxKzN .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRcfxKzN .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRcfxKzN .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRcfxKzN .item-text {
  color: #9b8db7;
}
.cid-upzRcfxKzN .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3IuZllhR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3IuZllhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3IuZllhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3IuZllhR .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3IuZllhR .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3IuZllhR .container {
    padding: 0 26px;
  }
}
.cid-uo3IuZllhR .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3IuZllhR .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3IuZllhR .row {
    padding: 26px;
  }
}
.cid-uo3IuZllhR .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3IuZllhR .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3IuZllhR .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3IuZllhR .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3IuZllhR .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3IuZllhR .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3IuZllhR .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3IuZllhR .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3IuZllhR .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3IuZllhR .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3IuZllhR .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3IuZllhR .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3IuZllhR .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3IuZllhR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3IuZllhR .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3IuZllhR .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3IuZllhR .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3IuZllhR .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3IuZllhR .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3IuZllhR .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3IuZllhR .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3IuZllhR .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3IuZllhR .mbr-section-title,
.cid-uo3IuZllhR .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3IuZllhR .list {
  color: #ffffff;
}
.cid-uo3IuZllhR .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3IuZllhR .list,
.cid-uo3IuZllhR .nav-wrapper,
.cid-uo3IuZllhR .soc-wrapper {
  text-align: center;
}
.cid-uo3ILJcY5K .nav-item:focus,
.cid-uo3ILJcY5K .nav-link:focus {
  outline: none;
}
.cid-uo3ILJcY5K a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3ILJcY5K .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3ILJcY5K .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3ILJcY5K .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3ILJcY5K .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3ILJcY5K .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3ILJcY5K .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3ILJcY5K .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3ILJcY5K .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3ILJcY5K .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3ILJcY5K .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3ILJcY5K .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3ILJcY5K .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3ILJcY5K .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3ILJcY5K .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3ILJcY5K .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3ILJcY5K .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3ILJcY5K .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3ILJcY5K .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3ILJcY5K .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3ILJcY5K .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3ILJcY5K .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3ILJcY5K .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3ILJcY5K .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3ILJcY5K .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3ILJcY5K .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3ILJcY5K .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3ILJcY5K .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3ILJcY5K .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3ILJcY5K .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3ILJcY5K .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3ILJcY5K .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3ILJcY5K .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3ILJcY5K .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3ILJcY5K .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3ILJcY5K .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3ILJcY5K .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3ILJcY5K .dropdown-item.active,
.cid-uo3ILJcY5K .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3ILJcY5K .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3ILJcY5K .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3ILJcY5K .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3ILJcY5K .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3ILJcY5K .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3ILJcY5K .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3ILJcY5K ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3ILJcY5K .navbar-buttons {
  text-align: center;
}
.cid-uo3ILJcY5K button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3ILJcY5K button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3ILJcY5K button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3ILJcY5K button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3ILJcY5K button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3ILJcY5K button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3ILJcY5K nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3ILJcY5K nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3ILJcY5K nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3ILJcY5K nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3ILJcY5K .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3ILJcY5K a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3ILJcY5K .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3ILJcY5K .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3ILJcY5K .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3ILJcY5K .nav-link:hover,
.cid-uo3ILJcY5K .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3ILJcY5K .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3ILJcY5K .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3ILJcY5K .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3ILJcY5K .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3ILJcY5K .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3ILJcY5K .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3ILJcY5K .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3ILJyRst {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3ILJyRst .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3ILJyRst .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3ILJyRst .card-wrap:hover h4,
.cid-uo3ILJyRst .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3ILJyRst h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3ILJyRst h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3ILJyRst img {
  width: 100%;
}
.cid-uo3ILJyRst h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3ILJyRst h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3ILJyRst .card-title1,
.cid-uo3ILJyRst .title-wrap1 {
  color: #ffffff;
}
.cid-uo3ILJyRst .card-title,
.cid-uo3ILJyRst .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3ILJyRst .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3ILJyRst .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3ILJyRst H3 {
  color: #767676;
}
.cid-uo3ILJyRst .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3ILJyRst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3ILJyRst .mbr-text,
.cid-uo3ILJyRst .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uo3ILJOpzJ {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3ILJOpzJ .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3ILJOpzJ .item-title,
.cid-uo3ILJOpzJ .card_topic {
  margin-bottom: 12px;
}
.cid-uo3ILJOpzJ .category_content {
  opacity: .8;
}
.cid-uo3ILJOpzJ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3ILJOpzJ .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3ILJOpzJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3ILJOpzJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3ILJOpzJ .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3ILJOpzJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3ILJOpzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3ILJOpzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6X89hNjR {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6X89hNjR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6X89hNjR .form-row {
  justify-content: flex-end;
}
.cid-uw6X89hNjR .form-control,
.cid-uw6X89hNjR .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6X89hNjR .form-control:hover,
.cid-uw6X89hNjR .field-input:hover,
.cid-uw6X89hNjR .form-control:focus,
.cid-uw6X89hNjR .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6X89hNjR input::-webkit-input-placeholder,
.cid-uw6X89hNjR textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6X89hNjR input:-moz-placeholder,
.cid-uw6X89hNjR textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6X89hNjR .jq-selectbox li,
.cid-uw6X89hNjR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6X89hNjR .jq-selectbox li:hover,
.cid-uw6X89hNjR .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6X89hNjR .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6X89hNjR .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6X89hNjR span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6X89hNjR textarea {
  min-height: 150px;
}
.cid-uw6X89hNjR h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6X89hNjR h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6X89hNjR .mbr-text,
.cid-uw6X89hNjR .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6X89hNjR H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRfT2fH5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRfT2fH5 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRfT2fH5 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRfT2fH5 .row {
    row-gap: 40px;
  }
}
.cid-upzRfT2fH5 .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRfT2fH5 .mbr-section-title {
  color: #28432c;
}
.cid-upzRfT2fH5 .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRfT2fH5 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRfT2fH5 .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRfT2fH5 .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRfT2fH5 .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRfT2fH5 .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRfT2fH5 .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRfT2fH5 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRfT2fH5 .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRfT2fH5 .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRfT2fH5 .item-content {
  margin-top: 32px;
}
.cid-upzRfT2fH5 .item-title {
  color: #303030;
}
.cid-upzRfT2fH5 .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRfT2fH5 .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRfT2fH5 .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRfT2fH5 .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRfT2fH5 .item-text {
  color: #9b8db7;
}
.cid-upzRfT2fH5 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3ILKHdz5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3ILKHdz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3ILKHdz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3ILKHdz5 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3ILKHdz5 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3ILKHdz5 .container {
    padding: 0 26px;
  }
}
.cid-uo3ILKHdz5 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3ILKHdz5 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3ILKHdz5 .row {
    padding: 26px;
  }
}
.cid-uo3ILKHdz5 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3ILKHdz5 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3ILKHdz5 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3ILKHdz5 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3ILKHdz5 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3ILKHdz5 .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3ILKHdz5 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3ILKHdz5 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3ILKHdz5 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3ILKHdz5 .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3ILKHdz5 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3ILKHdz5 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3ILKHdz5 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3ILKHdz5 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3ILKHdz5 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3ILKHdz5 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3ILKHdz5 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3ILKHdz5 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3ILKHdz5 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3ILKHdz5 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3ILKHdz5 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3ILKHdz5 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3ILKHdz5 .mbr-section-title,
.cid-uo3ILKHdz5 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3ILKHdz5 .list {
  color: #ffffff;
}
.cid-uo3ILKHdz5 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3ILKHdz5 .list,
.cid-uo3ILKHdz5 .nav-wrapper,
.cid-uo3ILKHdz5 .soc-wrapper {
  text-align: center;
}
.cid-uo3IN947BA .nav-item:focus,
.cid-uo3IN947BA .nav-link:focus {
  outline: none;
}
.cid-uo3IN947BA a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3IN947BA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3IN947BA .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3IN947BA .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3IN947BA .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3IN947BA .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3IN947BA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3IN947BA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3IN947BA .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3IN947BA .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3IN947BA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3IN947BA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3IN947BA .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3IN947BA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3IN947BA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3IN947BA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3IN947BA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3IN947BA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3IN947BA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3IN947BA .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3IN947BA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3IN947BA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3IN947BA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3IN947BA .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3IN947BA .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3IN947BA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3IN947BA .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3IN947BA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3IN947BA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3IN947BA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3IN947BA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3IN947BA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3IN947BA .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3IN947BA .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3IN947BA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3IN947BA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3IN947BA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3IN947BA .dropdown-item.active,
.cid-uo3IN947BA .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3IN947BA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3IN947BA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3IN947BA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3IN947BA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3IN947BA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3IN947BA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3IN947BA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3IN947BA .navbar-buttons {
  text-align: center;
}
.cid-uo3IN947BA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3IN947BA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3IN947BA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3IN947BA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3IN947BA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3IN947BA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3IN947BA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3IN947BA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3IN947BA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3IN947BA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3IN947BA .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3IN947BA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3IN947BA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3IN947BA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3IN947BA .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3IN947BA .nav-link:hover,
.cid-uo3IN947BA .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3IN947BA .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3IN947BA .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3IN947BA .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3IN947BA .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3IN947BA .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3IN947BA .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3IN947BA .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3IN9soql {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3IN9soql .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3IN9soql .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3IN9soql .card-wrap:hover h4,
.cid-uo3IN9soql .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3IN9soql h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3IN9soql h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3IN9soql img {
  width: 100%;
}
.cid-uo3IN9soql h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3IN9soql h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3IN9soql .card-title1,
.cid-uo3IN9soql .title-wrap1 {
  color: #ffffff;
}
.cid-uo3IN9soql .card-title,
.cid-uo3IN9soql .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3IN9soql .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3IN9soql .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3IN9soql H3 {
  color: #767676;
}
.cid-uo3IN9soql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3IN9soql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3IN9soql .mbr-text,
.cid-uo3IN9soql .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uo3IN9Lu9E {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3IN9Lu9E .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3IN9Lu9E .item-title,
.cid-uo3IN9Lu9E .card_topic {
  margin-bottom: 12px;
}
.cid-uo3IN9Lu9E .category_content {
  opacity: .8;
}
.cid-uo3IN9Lu9E .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3IN9Lu9E .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3IN9Lu9E .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3IN9Lu9E .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3IN9Lu9E .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3IN9Lu9E .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3IN9Lu9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3IN9Lu9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6XhkzXoG {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6XhkzXoG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6XhkzXoG .form-row {
  justify-content: flex-end;
}
.cid-uw6XhkzXoG .form-control,
.cid-uw6XhkzXoG .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6XhkzXoG .form-control:hover,
.cid-uw6XhkzXoG .field-input:hover,
.cid-uw6XhkzXoG .form-control:focus,
.cid-uw6XhkzXoG .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6XhkzXoG input::-webkit-input-placeholder,
.cid-uw6XhkzXoG textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6XhkzXoG input:-moz-placeholder,
.cid-uw6XhkzXoG textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6XhkzXoG .jq-selectbox li,
.cid-uw6XhkzXoG .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XhkzXoG .jq-selectbox li:hover,
.cid-uw6XhkzXoG .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XhkzXoG .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XhkzXoG .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XhkzXoG span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6XhkzXoG textarea {
  min-height: 150px;
}
.cid-uw6XhkzXoG h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6XhkzXoG h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6XhkzXoG .mbr-text,
.cid-uw6XhkzXoG .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6XhkzXoG H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRkjnTQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRkjnTQg .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRkjnTQg .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRkjnTQg .row {
    row-gap: 40px;
  }
}
.cid-upzRkjnTQg .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRkjnTQg .mbr-section-title {
  color: #28432c;
}
.cid-upzRkjnTQg .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRkjnTQg .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRkjnTQg .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRkjnTQg .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRkjnTQg .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRkjnTQg .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRkjnTQg .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRkjnTQg .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRkjnTQg .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRkjnTQg .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRkjnTQg .item-content {
  margin-top: 32px;
}
.cid-upzRkjnTQg .item-title {
  color: #303030;
}
.cid-upzRkjnTQg .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRkjnTQg .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRkjnTQg .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRkjnTQg .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRkjnTQg .item-text {
  color: #9b8db7;
}
.cid-upzRkjnTQg .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3INaLgcs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3INaLgcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3INaLgcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3INaLgcs .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3INaLgcs .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3INaLgcs .container {
    padding: 0 26px;
  }
}
.cid-uo3INaLgcs .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3INaLgcs .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3INaLgcs .row {
    padding: 26px;
  }
}
.cid-uo3INaLgcs .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3INaLgcs .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3INaLgcs .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3INaLgcs .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3INaLgcs .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3INaLgcs .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3INaLgcs .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3INaLgcs .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3INaLgcs .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3INaLgcs .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3INaLgcs .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3INaLgcs .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3INaLgcs .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3INaLgcs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3INaLgcs .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3INaLgcs .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3INaLgcs .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3INaLgcs .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3INaLgcs .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3INaLgcs .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3INaLgcs .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3INaLgcs .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3INaLgcs .mbr-section-title,
.cid-uo3INaLgcs .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3INaLgcs .list {
  color: #ffffff;
}
.cid-uo3INaLgcs .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3INaLgcs .list,
.cid-uo3INaLgcs .nav-wrapper,
.cid-uo3INaLgcs .soc-wrapper {
  text-align: center;
}
.cid-uo3IOw8YEV .nav-item:focus,
.cid-uo3IOw8YEV .nav-link:focus {
  outline: none;
}
.cid-uo3IOw8YEV a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3IOw8YEV .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3IOw8YEV .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3IOw8YEV .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3IOw8YEV .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3IOw8YEV .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3IOw8YEV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3IOw8YEV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3IOw8YEV .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3IOw8YEV .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3IOw8YEV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3IOw8YEV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3IOw8YEV .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3IOw8YEV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3IOw8YEV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3IOw8YEV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3IOw8YEV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3IOw8YEV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3IOw8YEV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3IOw8YEV .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3IOw8YEV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3IOw8YEV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3IOw8YEV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3IOw8YEV .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3IOw8YEV .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3IOw8YEV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3IOw8YEV .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3IOw8YEV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3IOw8YEV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3IOw8YEV .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3IOw8YEV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3IOw8YEV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3IOw8YEV .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3IOw8YEV .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3IOw8YEV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3IOw8YEV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3IOw8YEV .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3IOw8YEV .dropdown-item.active,
.cid-uo3IOw8YEV .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3IOw8YEV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3IOw8YEV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3IOw8YEV .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3IOw8YEV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3IOw8YEV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3IOw8YEV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3IOw8YEV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3IOw8YEV .navbar-buttons {
  text-align: center;
}
.cid-uo3IOw8YEV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3IOw8YEV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3IOw8YEV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3IOw8YEV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3IOw8YEV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3IOw8YEV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3IOw8YEV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3IOw8YEV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3IOw8YEV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3IOw8YEV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3IOw8YEV .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3IOw8YEV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3IOw8YEV .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3IOw8YEV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3IOw8YEV .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3IOw8YEV .nav-link:hover,
.cid-uo3IOw8YEV .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3IOw8YEV .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3IOw8YEV .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3IOw8YEV .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3IOw8YEV .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3IOw8YEV .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3IOw8YEV .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3IOw8YEV .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3IOwvRk8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3IOwvRk8 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3IOwvRk8 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3IOwvRk8 .card-wrap:hover h4,
.cid-uo3IOwvRk8 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3IOwvRk8 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3IOwvRk8 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3IOwvRk8 img {
  width: 100%;
}
.cid-uo3IOwvRk8 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3IOwvRk8 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3IOwvRk8 .card-title1,
.cid-uo3IOwvRk8 .title-wrap1 {
  color: #ffffff;
}
.cid-uo3IOwvRk8 .card-title,
.cid-uo3IOwvRk8 .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3IOwvRk8 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3IOwvRk8 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3IOwvRk8 H3 {
  color: #767676;
}
.cid-uo3IOwvRk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3IOwvRk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3IOwvRk8 .mbr-text,
.cid-uo3IOwvRk8 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uo3IOwN7sw {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3IOwN7sw .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3IOwN7sw .item-title,
.cid-uo3IOwN7sw .card_topic {
  margin-bottom: 12px;
}
.cid-uo3IOwN7sw .category_content {
  opacity: .8;
}
.cid-uo3IOwN7sw .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3IOwN7sw .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3IOwN7sw .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3IOwN7sw .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3IOwN7sw .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3IOwN7sw .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3IOwN7sw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3IOwN7sw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6XmZgfbu {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6XmZgfbu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6XmZgfbu .form-row {
  justify-content: flex-end;
}
.cid-uw6XmZgfbu .form-control,
.cid-uw6XmZgfbu .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6XmZgfbu .form-control:hover,
.cid-uw6XmZgfbu .field-input:hover,
.cid-uw6XmZgfbu .form-control:focus,
.cid-uw6XmZgfbu .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6XmZgfbu input::-webkit-input-placeholder,
.cid-uw6XmZgfbu textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6XmZgfbu input:-moz-placeholder,
.cid-uw6XmZgfbu textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6XmZgfbu .jq-selectbox li,
.cid-uw6XmZgfbu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XmZgfbu .jq-selectbox li:hover,
.cid-uw6XmZgfbu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XmZgfbu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XmZgfbu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XmZgfbu span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6XmZgfbu textarea {
  min-height: 150px;
}
.cid-uw6XmZgfbu h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6XmZgfbu h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6XmZgfbu .mbr-text,
.cid-uw6XmZgfbu .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6XmZgfbu H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRo0Y14K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRo0Y14K .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRo0Y14K .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRo0Y14K .row {
    row-gap: 40px;
  }
}
.cid-upzRo0Y14K .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRo0Y14K .mbr-section-title {
  color: #28432c;
}
.cid-upzRo0Y14K .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRo0Y14K .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRo0Y14K .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRo0Y14K .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRo0Y14K .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRo0Y14K .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRo0Y14K .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRo0Y14K .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRo0Y14K .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRo0Y14K .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRo0Y14K .item-content {
  margin-top: 32px;
}
.cid-upzRo0Y14K .item-title {
  color: #303030;
}
.cid-upzRo0Y14K .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRo0Y14K .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRo0Y14K .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRo0Y14K .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRo0Y14K .item-text {
  color: #9b8db7;
}
.cid-upzRo0Y14K .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3IOxFTC6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3IOxFTC6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3IOxFTC6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3IOxFTC6 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3IOxFTC6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3IOxFTC6 .container {
    padding: 0 26px;
  }
}
.cid-uo3IOxFTC6 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3IOxFTC6 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3IOxFTC6 .row {
    padding: 26px;
  }
}
.cid-uo3IOxFTC6 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3IOxFTC6 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3IOxFTC6 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3IOxFTC6 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3IOxFTC6 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3IOxFTC6 .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3IOxFTC6 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3IOxFTC6 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3IOxFTC6 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3IOxFTC6 .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3IOxFTC6 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3IOxFTC6 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3IOxFTC6 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3IOxFTC6 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3IOxFTC6 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3IOxFTC6 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3IOxFTC6 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3IOxFTC6 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3IOxFTC6 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3IOxFTC6 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3IOxFTC6 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3IOxFTC6 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3IOxFTC6 .mbr-section-title,
.cid-uo3IOxFTC6 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3IOxFTC6 .list {
  color: #ffffff;
}
.cid-uo3IOxFTC6 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3IOxFTC6 .list,
.cid-uo3IOxFTC6 .nav-wrapper,
.cid-uo3IOxFTC6 .soc-wrapper {
  text-align: center;
}
.cid-uo3IPTCGev .nav-item:focus,
.cid-uo3IPTCGev .nav-link:focus {
  outline: none;
}
.cid-uo3IPTCGev a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo3IPTCGev .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo3IPTCGev .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo3IPTCGev .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo3IPTCGev .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo3IPTCGev .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo3IPTCGev .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo3IPTCGev .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo3IPTCGev .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo3IPTCGev .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo3IPTCGev .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo3IPTCGev .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo3IPTCGev .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo3IPTCGev .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo3IPTCGev .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo3IPTCGev .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo3IPTCGev .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo3IPTCGev .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo3IPTCGev .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo3IPTCGev .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo3IPTCGev .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo3IPTCGev .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo3IPTCGev .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo3IPTCGev .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo3IPTCGev .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo3IPTCGev .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo3IPTCGev .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo3IPTCGev .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo3IPTCGev .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo3IPTCGev .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo3IPTCGev .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo3IPTCGev .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo3IPTCGev .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo3IPTCGev .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo3IPTCGev .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo3IPTCGev .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo3IPTCGev .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo3IPTCGev .dropdown-item.active,
.cid-uo3IPTCGev .dropdown-item:active {
  background-color: transparent;
}
.cid-uo3IPTCGev .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo3IPTCGev .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo3IPTCGev .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo3IPTCGev .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo3IPTCGev .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo3IPTCGev .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo3IPTCGev ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo3IPTCGev .navbar-buttons {
  text-align: center;
}
.cid-uo3IPTCGev button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo3IPTCGev button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo3IPTCGev button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo3IPTCGev button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3IPTCGev button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo3IPTCGev button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo3IPTCGev nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3IPTCGev nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo3IPTCGev nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo3IPTCGev nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo3IPTCGev .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo3IPTCGev a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo3IPTCGev .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo3IPTCGev .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo3IPTCGev .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo3IPTCGev .nav-link:hover,
.cid-uo3IPTCGev .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo3IPTCGev .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo3IPTCGev .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo3IPTCGev .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo3IPTCGev .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo3IPTCGev .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo3IPTCGev .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo3IPTCGev .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo3IPTZc9A {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo3IPTZc9A .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo3IPTZc9A .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo3IPTZc9A .card-wrap:hover h4,
.cid-uo3IPTZc9A .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo3IPTZc9A h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo3IPTZc9A h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo3IPTZc9A img {
  width: 100%;
}
.cid-uo3IPTZc9A h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3IPTZc9A h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo3IPTZc9A .card-title1,
.cid-uo3IPTZc9A .title-wrap1 {
  color: #ffffff;
}
.cid-uo3IPTZc9A .card-title,
.cid-uo3IPTZc9A .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo3IPTZc9A .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo3IPTZc9A .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo3IPTZc9A H3 {
  color: #767676;
}
.cid-uo3IPTZc9A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3IPTZc9A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3IPTZc9A .mbr-text,
.cid-uo3IPTZc9A .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uo3IPUgCKj {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo3IPUgCKj .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo3IPUgCKj .item-title,
.cid-uo3IPUgCKj .card_topic {
  margin-bottom: 12px;
}
.cid-uo3IPUgCKj .category_content {
  opacity: .8;
}
.cid-uo3IPUgCKj .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo3IPUgCKj .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo3IPUgCKj .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo3IPUgCKj .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo3IPUgCKj .mbr-section-btn .btn-secondary-outline .active,
.cid-uo3IPUgCKj .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo3IPUgCKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3IPUgCKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6XwgeBxL {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6XwgeBxL .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6XwgeBxL .form-row {
  justify-content: flex-end;
}
.cid-uw6XwgeBxL .form-control,
.cid-uw6XwgeBxL .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6XwgeBxL .form-control:hover,
.cid-uw6XwgeBxL .field-input:hover,
.cid-uw6XwgeBxL .form-control:focus,
.cid-uw6XwgeBxL .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6XwgeBxL input::-webkit-input-placeholder,
.cid-uw6XwgeBxL textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6XwgeBxL input:-moz-placeholder,
.cid-uw6XwgeBxL textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6XwgeBxL .jq-selectbox li,
.cid-uw6XwgeBxL .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XwgeBxL .jq-selectbox li:hover,
.cid-uw6XwgeBxL .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XwgeBxL .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XwgeBxL .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XwgeBxL span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6XwgeBxL textarea {
  min-height: 150px;
}
.cid-uw6XwgeBxL h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6XwgeBxL h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6XwgeBxL .mbr-text,
.cid-uw6XwgeBxL .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6XwgeBxL H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRrmTAZu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRrmTAZu .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRrmTAZu .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRrmTAZu .row {
    row-gap: 40px;
  }
}
.cid-upzRrmTAZu .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRrmTAZu .mbr-section-title {
  color: #28432c;
}
.cid-upzRrmTAZu .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRrmTAZu .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRrmTAZu .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRrmTAZu .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRrmTAZu .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRrmTAZu .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRrmTAZu .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRrmTAZu .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRrmTAZu .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRrmTAZu .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRrmTAZu .item-content {
  margin-top: 32px;
}
.cid-upzRrmTAZu .item-title {
  color: #303030;
}
.cid-upzRrmTAZu .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRrmTAZu .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRrmTAZu .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRrmTAZu .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRrmTAZu .item-text {
  color: #9b8db7;
}
.cid-upzRrmTAZu .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo3IPV6RlB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo3IPV6RlB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo3IPV6RlB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo3IPV6RlB .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo3IPV6RlB .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo3IPV6RlB .container {
    padding: 0 26px;
  }
}
.cid-uo3IPV6RlB .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo3IPV6RlB .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo3IPV6RlB .row {
    padding: 26px;
  }
}
.cid-uo3IPV6RlB .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo3IPV6RlB .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo3IPV6RlB .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo3IPV6RlB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo3IPV6RlB .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo3IPV6RlB .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo3IPV6RlB .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo3IPV6RlB .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo3IPV6RlB .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo3IPV6RlB .nav-wrapper .list {
    display: block;
  }
}
.cid-uo3IPV6RlB .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo3IPV6RlB .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo3IPV6RlB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo3IPV6RlB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo3IPV6RlB .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo3IPV6RlB .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo3IPV6RlB .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo3IPV6RlB .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo3IPV6RlB .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo3IPV6RlB .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo3IPV6RlB .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo3IPV6RlB .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo3IPV6RlB .mbr-section-title,
.cid-uo3IPV6RlB .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo3IPV6RlB .list {
  color: #ffffff;
}
.cid-uo3IPV6RlB .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo3IPV6RlB .list,
.cid-uo3IPV6RlB .nav-wrapper,
.cid-uo3IPV6RlB .soc-wrapper {
  text-align: center;
}
.cid-uo4GriHaoY .nav-item:focus,
.cid-uo4GriHaoY .nav-link:focus {
  outline: none;
}
.cid-uo4GriHaoY a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo4GriHaoY .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo4GriHaoY .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo4GriHaoY .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo4GriHaoY .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo4GriHaoY .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo4GriHaoY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo4GriHaoY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo4GriHaoY .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo4GriHaoY .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo4GriHaoY .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo4GriHaoY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo4GriHaoY .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo4GriHaoY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo4GriHaoY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo4GriHaoY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo4GriHaoY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo4GriHaoY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo4GriHaoY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo4GriHaoY .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo4GriHaoY .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo4GriHaoY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo4GriHaoY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo4GriHaoY .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo4GriHaoY .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo4GriHaoY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo4GriHaoY .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo4GriHaoY .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo4GriHaoY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo4GriHaoY .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo4GriHaoY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo4GriHaoY .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo4GriHaoY .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo4GriHaoY .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo4GriHaoY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo4GriHaoY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo4GriHaoY .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo4GriHaoY .dropdown-item.active,
.cid-uo4GriHaoY .dropdown-item:active {
  background-color: transparent;
}
.cid-uo4GriHaoY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo4GriHaoY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo4GriHaoY .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo4GriHaoY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo4GriHaoY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo4GriHaoY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo4GriHaoY ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo4GriHaoY .navbar-buttons {
  text-align: center;
}
.cid-uo4GriHaoY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo4GriHaoY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo4GriHaoY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo4GriHaoY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4GriHaoY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4GriHaoY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo4GriHaoY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4GriHaoY nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo4GriHaoY nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo4GriHaoY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4GriHaoY .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo4GriHaoY a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo4GriHaoY .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo4GriHaoY .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo4GriHaoY .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo4GriHaoY .nav-link:hover,
.cid-uo4GriHaoY .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo4GriHaoY .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo4GriHaoY .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo4GriHaoY .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo4GriHaoY .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo4GriHaoY .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo4GriHaoY .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo4GriHaoY .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo4GrjvuSc {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo4GrjvuSc .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo4GrjvuSc .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo4GrjvuSc .card-wrap:hover h4,
.cid-uo4GrjvuSc .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo4GrjvuSc h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo4GrjvuSc h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo4GrjvuSc img {
  width: 100%;
}
.cid-uo4GrjvuSc h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4GrjvuSc h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4GrjvuSc .card-title1,
.cid-uo4GrjvuSc .title-wrap1 {
  color: #ffffff;
}
.cid-uo4GrjvuSc .card-title,
.cid-uo4GrjvuSc .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo4GrjvuSc .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo4GrjvuSc .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo4GrjvuSc H3 {
  color: #767676;
}
.cid-uo4GrjvuSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4GrjvuSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4GrjvuSc .mbr-text,
.cid-uo4GrjvuSc .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZL5bsIRi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZL5bsIRi .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZL5bsIRi .item-title,
.cid-uvZL5bsIRi .card_topic {
  margin-bottom: 12px;
}
.cid-uvZL5bsIRi .category_content {
  opacity: .8;
}
.cid-uvZL5bsIRi .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZL5bsIRi .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZL5bsIRi .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZL5bsIRi .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZL5bsIRi .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZL5bsIRi .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZL5bsIRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZL5bsIRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4Grk4HZT {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo4Grk4HZT .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo4Grk4HZT .item-title,
.cid-uo4Grk4HZT .card_topic {
  margin-bottom: 12px;
}
.cid-uo4Grk4HZT .category_content {
  opacity: .8;
}
.cid-uo4Grk4HZT .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo4Grk4HZT .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo4Grk4HZT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo4Grk4HZT .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo4Grk4HZT .mbr-section-btn .btn-secondary-outline .active,
.cid-uo4Grk4HZT .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo4Grk4HZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4Grk4HZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6XHySUTt {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6XHySUTt .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6XHySUTt .form-row {
  justify-content: flex-end;
}
.cid-uw6XHySUTt .form-control,
.cid-uw6XHySUTt .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6XHySUTt .form-control:hover,
.cid-uw6XHySUTt .field-input:hover,
.cid-uw6XHySUTt .form-control:focus,
.cid-uw6XHySUTt .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6XHySUTt input::-webkit-input-placeholder,
.cid-uw6XHySUTt textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6XHySUTt input:-moz-placeholder,
.cid-uw6XHySUTt textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6XHySUTt .jq-selectbox li,
.cid-uw6XHySUTt .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XHySUTt .jq-selectbox li:hover,
.cid-uw6XHySUTt .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XHySUTt .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XHySUTt .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XHySUTt span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6XHySUTt textarea {
  min-height: 150px;
}
.cid-uw6XHySUTt h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6XHySUTt h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6XHySUTt .mbr-text,
.cid-uw6XHySUTt .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6XHySUTt H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRuxmVdU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRuxmVdU .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRuxmVdU .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRuxmVdU .row {
    row-gap: 40px;
  }
}
.cid-upzRuxmVdU .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRuxmVdU .mbr-section-title {
  color: #28432c;
}
.cid-upzRuxmVdU .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRuxmVdU .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRuxmVdU .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRuxmVdU .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRuxmVdU .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRuxmVdU .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRuxmVdU .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRuxmVdU .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRuxmVdU .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRuxmVdU .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRuxmVdU .item-content {
  margin-top: 32px;
}
.cid-upzRuxmVdU .item-title {
  color: #303030;
}
.cid-upzRuxmVdU .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRuxmVdU .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRuxmVdU .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRuxmVdU .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRuxmVdU .item-text {
  color: #9b8db7;
}
.cid-upzRuxmVdU .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo4GrmdA5M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo4GrmdA5M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4GrmdA5M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4GrmdA5M .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo4GrmdA5M .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo4GrmdA5M .container {
    padding: 0 26px;
  }
}
.cid-uo4GrmdA5M .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo4GrmdA5M .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo4GrmdA5M .row {
    padding: 26px;
  }
}
.cid-uo4GrmdA5M .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo4GrmdA5M .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo4GrmdA5M .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo4GrmdA5M .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo4GrmdA5M .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo4GrmdA5M .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo4GrmdA5M .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo4GrmdA5M .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo4GrmdA5M .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo4GrmdA5M .nav-wrapper .list {
    display: block;
  }
}
.cid-uo4GrmdA5M .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo4GrmdA5M .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo4GrmdA5M .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo4GrmdA5M .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo4GrmdA5M .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo4GrmdA5M .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo4GrmdA5M .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo4GrmdA5M .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo4GrmdA5M .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo4GrmdA5M .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo4GrmdA5M .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo4GrmdA5M .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo4GrmdA5M .mbr-section-title,
.cid-uo4GrmdA5M .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo4GrmdA5M .list {
  color: #ffffff;
}
.cid-uo4GrmdA5M .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo4GrmdA5M .list,
.cid-uo4GrmdA5M .nav-wrapper,
.cid-uo4GrmdA5M .soc-wrapper {
  text-align: center;
}
.cid-uo4HDlx92X .nav-item:focus,
.cid-uo4HDlx92X .nav-link:focus {
  outline: none;
}
.cid-uo4HDlx92X a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo4HDlx92X .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo4HDlx92X .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo4HDlx92X .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo4HDlx92X .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo4HDlx92X .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo4HDlx92X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo4HDlx92X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo4HDlx92X .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo4HDlx92X .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo4HDlx92X .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo4HDlx92X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo4HDlx92X .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo4HDlx92X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo4HDlx92X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo4HDlx92X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo4HDlx92X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo4HDlx92X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo4HDlx92X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo4HDlx92X .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo4HDlx92X .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo4HDlx92X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo4HDlx92X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo4HDlx92X .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo4HDlx92X .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo4HDlx92X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo4HDlx92X .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo4HDlx92X .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo4HDlx92X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo4HDlx92X .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo4HDlx92X .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo4HDlx92X .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo4HDlx92X .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo4HDlx92X .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo4HDlx92X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo4HDlx92X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo4HDlx92X .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo4HDlx92X .dropdown-item.active,
.cid-uo4HDlx92X .dropdown-item:active {
  background-color: transparent;
}
.cid-uo4HDlx92X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo4HDlx92X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo4HDlx92X .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo4HDlx92X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo4HDlx92X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo4HDlx92X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo4HDlx92X ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo4HDlx92X .navbar-buttons {
  text-align: center;
}
.cid-uo4HDlx92X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo4HDlx92X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo4HDlx92X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo4HDlx92X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4HDlx92X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4HDlx92X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo4HDlx92X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4HDlx92X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo4HDlx92X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo4HDlx92X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4HDlx92X .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo4HDlx92X a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo4HDlx92X .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo4HDlx92X .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo4HDlx92X .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo4HDlx92X .nav-link:hover,
.cid-uo4HDlx92X .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo4HDlx92X .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo4HDlx92X .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo4HDlx92X .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo4HDlx92X .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo4HDlx92X .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo4HDlx92X .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo4HDlx92X .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo4HDmgOCJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo4HDmgOCJ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo4HDmgOCJ .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo4HDmgOCJ .card-wrap:hover h4,
.cid-uo4HDmgOCJ .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo4HDmgOCJ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo4HDmgOCJ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo4HDmgOCJ img {
  width: 100%;
}
.cid-uo4HDmgOCJ h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4HDmgOCJ h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4HDmgOCJ .card-title1,
.cid-uo4HDmgOCJ .title-wrap1 {
  color: #ffffff;
}
.cid-uo4HDmgOCJ .card-title,
.cid-uo4HDmgOCJ .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo4HDmgOCJ .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo4HDmgOCJ .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo4HDmgOCJ H3 {
  color: #767676;
}
.cid-uo4HDmgOCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4HDmgOCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4HDmgOCJ .mbr-text,
.cid-uo4HDmgOCJ .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZLc5tQbS {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZLc5tQbS .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZLc5tQbS .item-title,
.cid-uvZLc5tQbS .card_topic {
  margin-bottom: 12px;
}
.cid-uvZLc5tQbS .category_content {
  opacity: .8;
}
.cid-uvZLc5tQbS .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZLc5tQbS .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZLc5tQbS .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZLc5tQbS .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZLc5tQbS .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZLc5tQbS .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZLc5tQbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZLc5tQbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4HDmOGCe {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo4HDmOGCe .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo4HDmOGCe .item-title,
.cid-uo4HDmOGCe .card_topic {
  margin-bottom: 12px;
}
.cid-uo4HDmOGCe .category_content {
  opacity: .8;
}
.cid-uo4HDmOGCe .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo4HDmOGCe .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo4HDmOGCe .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo4HDmOGCe .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo4HDmOGCe .mbr-section-btn .btn-secondary-outline .active,
.cid-uo4HDmOGCe .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo4HDmOGCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4HDmOGCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6XM6pudz {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6XM6pudz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6XM6pudz .form-row {
  justify-content: flex-end;
}
.cid-uw6XM6pudz .form-control,
.cid-uw6XM6pudz .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6XM6pudz .form-control:hover,
.cid-uw6XM6pudz .field-input:hover,
.cid-uw6XM6pudz .form-control:focus,
.cid-uw6XM6pudz .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6XM6pudz input::-webkit-input-placeholder,
.cid-uw6XM6pudz textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6XM6pudz input:-moz-placeholder,
.cid-uw6XM6pudz textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6XM6pudz .jq-selectbox li,
.cid-uw6XM6pudz .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XM6pudz .jq-selectbox li:hover,
.cid-uw6XM6pudz .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XM6pudz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XM6pudz .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XM6pudz span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6XM6pudz textarea {
  min-height: 150px;
}
.cid-uw6XM6pudz h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6XM6pudz h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6XM6pudz .mbr-text,
.cid-uw6XM6pudz .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6XM6pudz H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRyrZucW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRyrZucW .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRyrZucW .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRyrZucW .row {
    row-gap: 40px;
  }
}
.cid-upzRyrZucW .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRyrZucW .mbr-section-title {
  color: #28432c;
}
.cid-upzRyrZucW .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRyrZucW .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRyrZucW .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRyrZucW .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRyrZucW .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRyrZucW .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRyrZucW .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRyrZucW .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRyrZucW .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRyrZucW .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRyrZucW .item-content {
  margin-top: 32px;
}
.cid-upzRyrZucW .item-title {
  color: #303030;
}
.cid-upzRyrZucW .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRyrZucW .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRyrZucW .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRyrZucW .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRyrZucW .item-text {
  color: #9b8db7;
}
.cid-upzRyrZucW .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo4HDovKnI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo4HDovKnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4HDovKnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4HDovKnI .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo4HDovKnI .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo4HDovKnI .container {
    padding: 0 26px;
  }
}
.cid-uo4HDovKnI .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo4HDovKnI .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo4HDovKnI .row {
    padding: 26px;
  }
}
.cid-uo4HDovKnI .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo4HDovKnI .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo4HDovKnI .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo4HDovKnI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo4HDovKnI .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo4HDovKnI .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo4HDovKnI .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo4HDovKnI .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo4HDovKnI .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo4HDovKnI .nav-wrapper .list {
    display: block;
  }
}
.cid-uo4HDovKnI .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo4HDovKnI .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo4HDovKnI .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo4HDovKnI .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo4HDovKnI .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo4HDovKnI .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo4HDovKnI .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo4HDovKnI .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo4HDovKnI .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo4HDovKnI .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo4HDovKnI .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo4HDovKnI .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo4HDovKnI .mbr-section-title,
.cid-uo4HDovKnI .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo4HDovKnI .list {
  color: #ffffff;
}
.cid-uo4HDovKnI .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo4HDovKnI .list,
.cid-uo4HDovKnI .nav-wrapper,
.cid-uo4HDovKnI .soc-wrapper {
  text-align: center;
}
.cid-uo4IRFJu4A .nav-item:focus,
.cid-uo4IRFJu4A .nav-link:focus {
  outline: none;
}
.cid-uo4IRFJu4A a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo4IRFJu4A .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo4IRFJu4A .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo4IRFJu4A .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo4IRFJu4A .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo4IRFJu4A .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo4IRFJu4A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo4IRFJu4A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo4IRFJu4A .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo4IRFJu4A .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo4IRFJu4A .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo4IRFJu4A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo4IRFJu4A .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo4IRFJu4A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo4IRFJu4A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo4IRFJu4A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo4IRFJu4A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo4IRFJu4A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo4IRFJu4A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo4IRFJu4A .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo4IRFJu4A .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo4IRFJu4A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo4IRFJu4A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo4IRFJu4A .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo4IRFJu4A .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo4IRFJu4A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo4IRFJu4A .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo4IRFJu4A .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo4IRFJu4A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo4IRFJu4A .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo4IRFJu4A .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo4IRFJu4A .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo4IRFJu4A .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo4IRFJu4A .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo4IRFJu4A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo4IRFJu4A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo4IRFJu4A .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo4IRFJu4A .dropdown-item.active,
.cid-uo4IRFJu4A .dropdown-item:active {
  background-color: transparent;
}
.cid-uo4IRFJu4A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo4IRFJu4A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo4IRFJu4A .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo4IRFJu4A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo4IRFJu4A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo4IRFJu4A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo4IRFJu4A ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo4IRFJu4A .navbar-buttons {
  text-align: center;
}
.cid-uo4IRFJu4A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo4IRFJu4A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo4IRFJu4A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo4IRFJu4A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4IRFJu4A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4IRFJu4A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo4IRFJu4A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4IRFJu4A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo4IRFJu4A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo4IRFJu4A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4IRFJu4A .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo4IRFJu4A a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo4IRFJu4A .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo4IRFJu4A .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo4IRFJu4A .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo4IRFJu4A .nav-link:hover,
.cid-uo4IRFJu4A .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo4IRFJu4A .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo4IRFJu4A .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo4IRFJu4A .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo4IRFJu4A .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo4IRFJu4A .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo4IRFJu4A .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo4IRFJu4A .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo4IRGlDqZ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo4IRGlDqZ .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo4IRGlDqZ .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo4IRGlDqZ .card-wrap:hover h4,
.cid-uo4IRGlDqZ .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo4IRGlDqZ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo4IRGlDqZ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo4IRGlDqZ img {
  width: 100%;
}
.cid-uo4IRGlDqZ h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4IRGlDqZ h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4IRGlDqZ .card-title1,
.cid-uo4IRGlDqZ .title-wrap1 {
  color: #ffffff;
}
.cid-uo4IRGlDqZ .card-title,
.cid-uo4IRGlDqZ .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo4IRGlDqZ .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo4IRGlDqZ .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo4IRGlDqZ H3 {
  color: #767676;
}
.cid-uo4IRGlDqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4IRGlDqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4IRGlDqZ .mbr-text,
.cid-uo4IRGlDqZ .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZLiovtH4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZLiovtH4 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZLiovtH4 .item-title,
.cid-uvZLiovtH4 .card_topic {
  margin-bottom: 12px;
}
.cid-uvZLiovtH4 .category_content {
  opacity: .8;
}
.cid-uvZLiovtH4 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZLiovtH4 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZLiovtH4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZLiovtH4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZLiovtH4 .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZLiovtH4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZLiovtH4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZLiovtH4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4IRGTkAO {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo4IRGTkAO .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo4IRGTkAO .item-title,
.cid-uo4IRGTkAO .card_topic {
  margin-bottom: 12px;
}
.cid-uo4IRGTkAO .category_content {
  opacity: .8;
}
.cid-uo4IRGTkAO .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo4IRGTkAO .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo4IRGTkAO .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo4IRGTkAO .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo4IRGTkAO .mbr-section-btn .btn-secondary-outline .active,
.cid-uo4IRGTkAO .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo4IRGTkAO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4IRGTkAO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6XRULYew {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6XRULYew .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6XRULYew .form-row {
  justify-content: flex-end;
}
.cid-uw6XRULYew .form-control,
.cid-uw6XRULYew .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6XRULYew .form-control:hover,
.cid-uw6XRULYew .field-input:hover,
.cid-uw6XRULYew .form-control:focus,
.cid-uw6XRULYew .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6XRULYew input::-webkit-input-placeholder,
.cid-uw6XRULYew textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6XRULYew input:-moz-placeholder,
.cid-uw6XRULYew textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6XRULYew .jq-selectbox li,
.cid-uw6XRULYew .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XRULYew .jq-selectbox li:hover,
.cid-uw6XRULYew .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XRULYew .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XRULYew .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XRULYew span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6XRULYew textarea {
  min-height: 150px;
}
.cid-uw6XRULYew h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6XRULYew h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6XRULYew .mbr-text,
.cid-uw6XRULYew .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6XRULYew H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRBWTFR8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRBWTFR8 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRBWTFR8 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRBWTFR8 .row {
    row-gap: 40px;
  }
}
.cid-upzRBWTFR8 .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRBWTFR8 .mbr-section-title {
  color: #28432c;
}
.cid-upzRBWTFR8 .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRBWTFR8 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRBWTFR8 .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRBWTFR8 .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRBWTFR8 .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRBWTFR8 .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRBWTFR8 .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRBWTFR8 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRBWTFR8 .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRBWTFR8 .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRBWTFR8 .item-content {
  margin-top: 32px;
}
.cid-upzRBWTFR8 .item-title {
  color: #303030;
}
.cid-upzRBWTFR8 .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRBWTFR8 .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRBWTFR8 .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRBWTFR8 .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRBWTFR8 .item-text {
  color: #9b8db7;
}
.cid-upzRBWTFR8 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo4IRIhcbM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo4IRIhcbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4IRIhcbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4IRIhcbM .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo4IRIhcbM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo4IRIhcbM .container {
    padding: 0 26px;
  }
}
.cid-uo4IRIhcbM .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo4IRIhcbM .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo4IRIhcbM .row {
    padding: 26px;
  }
}
.cid-uo4IRIhcbM .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo4IRIhcbM .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo4IRIhcbM .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo4IRIhcbM .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo4IRIhcbM .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo4IRIhcbM .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo4IRIhcbM .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo4IRIhcbM .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo4IRIhcbM .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo4IRIhcbM .nav-wrapper .list {
    display: block;
  }
}
.cid-uo4IRIhcbM .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo4IRIhcbM .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo4IRIhcbM .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo4IRIhcbM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo4IRIhcbM .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo4IRIhcbM .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo4IRIhcbM .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo4IRIhcbM .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo4IRIhcbM .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo4IRIhcbM .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo4IRIhcbM .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo4IRIhcbM .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo4IRIhcbM .mbr-section-title,
.cid-uo4IRIhcbM .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo4IRIhcbM .list {
  color: #ffffff;
}
.cid-uo4IRIhcbM .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo4IRIhcbM .list,
.cid-uo4IRIhcbM .nav-wrapper,
.cid-uo4IRIhcbM .soc-wrapper {
  text-align: center;
}
.cid-uo4KlL1bsq .nav-item:focus,
.cid-uo4KlL1bsq .nav-link:focus {
  outline: none;
}
.cid-uo4KlL1bsq a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo4KlL1bsq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo4KlL1bsq .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo4KlL1bsq .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo4KlL1bsq .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo4KlL1bsq .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo4KlL1bsq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo4KlL1bsq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo4KlL1bsq .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo4KlL1bsq .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo4KlL1bsq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo4KlL1bsq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo4KlL1bsq .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo4KlL1bsq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo4KlL1bsq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo4KlL1bsq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo4KlL1bsq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo4KlL1bsq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo4KlL1bsq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo4KlL1bsq .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo4KlL1bsq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo4KlL1bsq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo4KlL1bsq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo4KlL1bsq .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo4KlL1bsq .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo4KlL1bsq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo4KlL1bsq .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo4KlL1bsq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo4KlL1bsq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo4KlL1bsq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo4KlL1bsq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo4KlL1bsq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo4KlL1bsq .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo4KlL1bsq .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo4KlL1bsq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo4KlL1bsq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo4KlL1bsq .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo4KlL1bsq .dropdown-item.active,
.cid-uo4KlL1bsq .dropdown-item:active {
  background-color: transparent;
}
.cid-uo4KlL1bsq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo4KlL1bsq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo4KlL1bsq .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo4KlL1bsq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo4KlL1bsq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo4KlL1bsq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo4KlL1bsq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo4KlL1bsq .navbar-buttons {
  text-align: center;
}
.cid-uo4KlL1bsq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo4KlL1bsq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo4KlL1bsq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo4KlL1bsq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4KlL1bsq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4KlL1bsq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo4KlL1bsq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4KlL1bsq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo4KlL1bsq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo4KlL1bsq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4KlL1bsq .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo4KlL1bsq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo4KlL1bsq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo4KlL1bsq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo4KlL1bsq .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo4KlL1bsq .nav-link:hover,
.cid-uo4KlL1bsq .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo4KlL1bsq .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo4KlL1bsq .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo4KlL1bsq .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo4KlL1bsq .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo4KlL1bsq .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo4KlL1bsq .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo4KlL1bsq .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo4KlLFxHq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo4KlLFxHq .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo4KlLFxHq .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo4KlLFxHq .card-wrap:hover h4,
.cid-uo4KlLFxHq .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo4KlLFxHq h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo4KlLFxHq h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo4KlLFxHq img {
  width: 100%;
}
.cid-uo4KlLFxHq h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4KlLFxHq h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4KlLFxHq .card-title1,
.cid-uo4KlLFxHq .title-wrap1 {
  color: #ffffff;
}
.cid-uo4KlLFxHq .card-title,
.cid-uo4KlLFxHq .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo4KlLFxHq .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo4KlLFxHq .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo4KlLFxHq H3 {
  color: #767676;
}
.cid-uo4KlLFxHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4KlLFxHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4KlLFxHq .mbr-text,
.cid-uo4KlLFxHq .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZLrVgDjL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZLrVgDjL .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZLrVgDjL .item-title,
.cid-uvZLrVgDjL .card_topic {
  margin-bottom: 12px;
}
.cid-uvZLrVgDjL .category_content {
  opacity: .8;
}
.cid-uvZLrVgDjL .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZLrVgDjL .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZLrVgDjL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZLrVgDjL .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZLrVgDjL .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZLrVgDjL .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZLrVgDjL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZLrVgDjL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4KlM8Tke {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo4KlM8Tke .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo4KlM8Tke .item-title,
.cid-uo4KlM8Tke .card_topic {
  margin-bottom: 12px;
}
.cid-uo4KlM8Tke .category_content {
  opacity: .8;
}
.cid-uo4KlM8Tke .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo4KlM8Tke .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo4KlM8Tke .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo4KlM8Tke .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo4KlM8Tke .mbr-section-btn .btn-secondary-outline .active,
.cid-uo4KlM8Tke .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo4KlM8Tke .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4KlM8Tke .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6XXOLGuz {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6XXOLGuz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6XXOLGuz .form-row {
  justify-content: flex-end;
}
.cid-uw6XXOLGuz .form-control,
.cid-uw6XXOLGuz .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6XXOLGuz .form-control:hover,
.cid-uw6XXOLGuz .field-input:hover,
.cid-uw6XXOLGuz .form-control:focus,
.cid-uw6XXOLGuz .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6XXOLGuz input::-webkit-input-placeholder,
.cid-uw6XXOLGuz textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6XXOLGuz input:-moz-placeholder,
.cid-uw6XXOLGuz textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6XXOLGuz .jq-selectbox li,
.cid-uw6XXOLGuz .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XXOLGuz .jq-selectbox li:hover,
.cid-uw6XXOLGuz .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6XXOLGuz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XXOLGuz .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6XXOLGuz span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6XXOLGuz textarea {
  min-height: 150px;
}
.cid-uw6XXOLGuz h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6XXOLGuz h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6XXOLGuz .mbr-text,
.cid-uw6XXOLGuz .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6XXOLGuz H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRFwyOQD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRFwyOQD .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRFwyOQD .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRFwyOQD .row {
    row-gap: 40px;
  }
}
.cid-upzRFwyOQD .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRFwyOQD .mbr-section-title {
  color: #28432c;
}
.cid-upzRFwyOQD .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRFwyOQD .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRFwyOQD .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRFwyOQD .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRFwyOQD .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRFwyOQD .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRFwyOQD .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRFwyOQD .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRFwyOQD .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRFwyOQD .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRFwyOQD .item-content {
  margin-top: 32px;
}
.cid-upzRFwyOQD .item-title {
  color: #303030;
}
.cid-upzRFwyOQD .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRFwyOQD .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRFwyOQD .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRFwyOQD .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRFwyOQD .item-text {
  color: #9b8db7;
}
.cid-upzRFwyOQD .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo4KlNEohv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo4KlNEohv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4KlNEohv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4KlNEohv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo4KlNEohv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo4KlNEohv .container {
    padding: 0 26px;
  }
}
.cid-uo4KlNEohv .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo4KlNEohv .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo4KlNEohv .row {
    padding: 26px;
  }
}
.cid-uo4KlNEohv .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo4KlNEohv .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo4KlNEohv .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo4KlNEohv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo4KlNEohv .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo4KlNEohv .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo4KlNEohv .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo4KlNEohv .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo4KlNEohv .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo4KlNEohv .nav-wrapper .list {
    display: block;
  }
}
.cid-uo4KlNEohv .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo4KlNEohv .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo4KlNEohv .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo4KlNEohv .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo4KlNEohv .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo4KlNEohv .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo4KlNEohv .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo4KlNEohv .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo4KlNEohv .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo4KlNEohv .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo4KlNEohv .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo4KlNEohv .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo4KlNEohv .mbr-section-title,
.cid-uo4KlNEohv .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo4KlNEohv .list {
  color: #ffffff;
}
.cid-uo4KlNEohv .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo4KlNEohv .list,
.cid-uo4KlNEohv .nav-wrapper,
.cid-uo4KlNEohv .soc-wrapper {
  text-align: center;
}
.cid-uo4MzUCt53 .nav-item:focus,
.cid-uo4MzUCt53 .nav-link:focus {
  outline: none;
}
.cid-uo4MzUCt53 a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo4MzUCt53 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo4MzUCt53 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo4MzUCt53 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo4MzUCt53 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo4MzUCt53 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo4MzUCt53 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo4MzUCt53 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo4MzUCt53 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo4MzUCt53 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo4MzUCt53 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo4MzUCt53 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo4MzUCt53 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo4MzUCt53 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo4MzUCt53 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo4MzUCt53 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo4MzUCt53 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo4MzUCt53 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo4MzUCt53 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo4MzUCt53 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo4MzUCt53 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo4MzUCt53 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo4MzUCt53 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo4MzUCt53 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo4MzUCt53 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo4MzUCt53 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo4MzUCt53 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo4MzUCt53 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo4MzUCt53 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo4MzUCt53 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo4MzUCt53 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo4MzUCt53 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo4MzUCt53 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo4MzUCt53 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo4MzUCt53 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo4MzUCt53 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo4MzUCt53 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo4MzUCt53 .dropdown-item.active,
.cid-uo4MzUCt53 .dropdown-item:active {
  background-color: transparent;
}
.cid-uo4MzUCt53 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo4MzUCt53 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo4MzUCt53 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo4MzUCt53 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo4MzUCt53 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo4MzUCt53 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo4MzUCt53 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo4MzUCt53 .navbar-buttons {
  text-align: center;
}
.cid-uo4MzUCt53 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo4MzUCt53 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo4MzUCt53 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo4MzUCt53 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4MzUCt53 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4MzUCt53 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo4MzUCt53 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4MzUCt53 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo4MzUCt53 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo4MzUCt53 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4MzUCt53 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo4MzUCt53 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo4MzUCt53 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo4MzUCt53 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo4MzUCt53 .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo4MzUCt53 .nav-link:hover,
.cid-uo4MzUCt53 .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo4MzUCt53 .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo4MzUCt53 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo4MzUCt53 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo4MzUCt53 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo4MzUCt53 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo4MzUCt53 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo4MzUCt53 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo4MzVfCX7 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo4MzVfCX7 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo4MzVfCX7 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo4MzVfCX7 .card-wrap:hover h4,
.cid-uo4MzVfCX7 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo4MzVfCX7 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo4MzVfCX7 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo4MzVfCX7 img {
  width: 100%;
}
.cid-uo4MzVfCX7 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4MzVfCX7 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4MzVfCX7 .card-title1,
.cid-uo4MzVfCX7 .title-wrap1 {
  color: #ffffff;
}
.cid-uo4MzVfCX7 .card-title,
.cid-uo4MzVfCX7 .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo4MzVfCX7 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo4MzVfCX7 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo4MzVfCX7 H3 {
  color: #767676;
}
.cid-uo4MzVfCX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4MzVfCX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4MzVfCX7 .mbr-text,
.cid-uo4MzVfCX7 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZLBK6vT9 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZLBK6vT9 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZLBK6vT9 .item-title,
.cid-uvZLBK6vT9 .card_topic {
  margin-bottom: 12px;
}
.cid-uvZLBK6vT9 .category_content {
  opacity: .8;
}
.cid-uvZLBK6vT9 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZLBK6vT9 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZLBK6vT9 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZLBK6vT9 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZLBK6vT9 .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZLBK6vT9 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZLBK6vT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZLBK6vT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4MzVOwzU {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo4MzVOwzU .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo4MzVOwzU .item-title,
.cid-uo4MzVOwzU .card_topic {
  margin-bottom: 12px;
}
.cid-uo4MzVOwzU .category_content {
  opacity: .8;
}
.cid-uo4MzVOwzU .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo4MzVOwzU .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo4MzVOwzU .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo4MzVOwzU .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo4MzVOwzU .mbr-section-btn .btn-secondary-outline .active,
.cid-uo4MzVOwzU .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo4MzVOwzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4MzVOwzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6Y30fCFl {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6Y30fCFl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6Y30fCFl .form-row {
  justify-content: flex-end;
}
.cid-uw6Y30fCFl .form-control,
.cid-uw6Y30fCFl .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6Y30fCFl .form-control:hover,
.cid-uw6Y30fCFl .field-input:hover,
.cid-uw6Y30fCFl .form-control:focus,
.cid-uw6Y30fCFl .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6Y30fCFl input::-webkit-input-placeholder,
.cid-uw6Y30fCFl textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6Y30fCFl input:-moz-placeholder,
.cid-uw6Y30fCFl textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6Y30fCFl .jq-selectbox li,
.cid-uw6Y30fCFl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6Y30fCFl .jq-selectbox li:hover,
.cid-uw6Y30fCFl .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6Y30fCFl .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6Y30fCFl .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6Y30fCFl span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6Y30fCFl textarea {
  min-height: 150px;
}
.cid-uw6Y30fCFl h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6Y30fCFl h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6Y30fCFl .mbr-text,
.cid-uw6Y30fCFl .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6Y30fCFl H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRIMQ8QE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRIMQ8QE .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRIMQ8QE .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRIMQ8QE .row {
    row-gap: 40px;
  }
}
.cid-upzRIMQ8QE .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRIMQ8QE .mbr-section-title {
  color: #28432c;
}
.cid-upzRIMQ8QE .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRIMQ8QE .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRIMQ8QE .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRIMQ8QE .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRIMQ8QE .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRIMQ8QE .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRIMQ8QE .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRIMQ8QE .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRIMQ8QE .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRIMQ8QE .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRIMQ8QE .item-content {
  margin-top: 32px;
}
.cid-upzRIMQ8QE .item-title {
  color: #303030;
}
.cid-upzRIMQ8QE .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRIMQ8QE .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRIMQ8QE .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRIMQ8QE .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRIMQ8QE .item-text {
  color: #9b8db7;
}
.cid-upzRIMQ8QE .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo4MzXlO89 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo4MzXlO89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4MzXlO89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4MzXlO89 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo4MzXlO89 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo4MzXlO89 .container {
    padding: 0 26px;
  }
}
.cid-uo4MzXlO89 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo4MzXlO89 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo4MzXlO89 .row {
    padding: 26px;
  }
}
.cid-uo4MzXlO89 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo4MzXlO89 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo4MzXlO89 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo4MzXlO89 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo4MzXlO89 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo4MzXlO89 .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo4MzXlO89 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo4MzXlO89 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo4MzXlO89 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo4MzXlO89 .nav-wrapper .list {
    display: block;
  }
}
.cid-uo4MzXlO89 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo4MzXlO89 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo4MzXlO89 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo4MzXlO89 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo4MzXlO89 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo4MzXlO89 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo4MzXlO89 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo4MzXlO89 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo4MzXlO89 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo4MzXlO89 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo4MzXlO89 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo4MzXlO89 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo4MzXlO89 .mbr-section-title,
.cid-uo4MzXlO89 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo4MzXlO89 .list {
  color: #ffffff;
}
.cid-uo4MzXlO89 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo4MzXlO89 .list,
.cid-uo4MzXlO89 .nav-wrapper,
.cid-uo4MzXlO89 .soc-wrapper {
  text-align: center;
}
.cid-uo4NBQGYKP .nav-item:focus,
.cid-uo4NBQGYKP .nav-link:focus {
  outline: none;
}
.cid-uo4NBQGYKP a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo4NBQGYKP .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo4NBQGYKP .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo4NBQGYKP .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo4NBQGYKP .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo4NBQGYKP .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo4NBQGYKP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo4NBQGYKP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo4NBQGYKP .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo4NBQGYKP .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo4NBQGYKP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo4NBQGYKP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo4NBQGYKP .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo4NBQGYKP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo4NBQGYKP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo4NBQGYKP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo4NBQGYKP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo4NBQGYKP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo4NBQGYKP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo4NBQGYKP .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo4NBQGYKP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo4NBQGYKP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo4NBQGYKP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo4NBQGYKP .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo4NBQGYKP .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo4NBQGYKP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo4NBQGYKP .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo4NBQGYKP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo4NBQGYKP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo4NBQGYKP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo4NBQGYKP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo4NBQGYKP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo4NBQGYKP .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo4NBQGYKP .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo4NBQGYKP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo4NBQGYKP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo4NBQGYKP .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo4NBQGYKP .dropdown-item.active,
.cid-uo4NBQGYKP .dropdown-item:active {
  background-color: transparent;
}
.cid-uo4NBQGYKP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo4NBQGYKP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo4NBQGYKP .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo4NBQGYKP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo4NBQGYKP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo4NBQGYKP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo4NBQGYKP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo4NBQGYKP .navbar-buttons {
  text-align: center;
}
.cid-uo4NBQGYKP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo4NBQGYKP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo4NBQGYKP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo4NBQGYKP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4NBQGYKP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4NBQGYKP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo4NBQGYKP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4NBQGYKP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo4NBQGYKP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo4NBQGYKP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4NBQGYKP .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo4NBQGYKP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo4NBQGYKP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo4NBQGYKP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo4NBQGYKP .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo4NBQGYKP .nav-link:hover,
.cid-uo4NBQGYKP .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo4NBQGYKP .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo4NBQGYKP .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo4NBQGYKP .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo4NBQGYKP .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo4NBQGYKP .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo4NBQGYKP .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo4NBQGYKP .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo4NBRosui {
  background-color: #ffffff;
}
.cid-uo4NBRosui .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo4NBRosui .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo4NBRosui .card-wrap:hover h4,
.cid-uo4NBRosui .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo4NBRosui h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo4NBRosui h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo4NBRosui img {
  width: 100%;
}
.cid-uo4NBRosui h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4NBRosui h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4NBRosui .card-title1,
.cid-uo4NBRosui .title-wrap1 {
  color: #ffffff;
}
.cid-uo4NBRosui .card-title,
.cid-uo4NBRosui .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo4NBRosui .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo4NBRosui .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo4NBRosui H3 {
  color: #767676;
}
.cid-uo4NBRosui .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4NBRosui .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4NBRosui .mbr-text,
.cid-uo4NBRosui .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZLLJ8sk8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZLLJ8sk8 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZLLJ8sk8 .item-title,
.cid-uvZLLJ8sk8 .card_topic {
  margin-bottom: 12px;
}
.cid-uvZLLJ8sk8 .category_content {
  opacity: .8;
}
.cid-uvZLLJ8sk8 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZLLJ8sk8 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZLLJ8sk8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZLLJ8sk8 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZLLJ8sk8 .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZLLJ8sk8 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZLLJ8sk8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZLLJ8sk8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4NBRRqQX {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo4NBRRqQX .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo4NBRRqQX .item-title,
.cid-uo4NBRRqQX .card_topic {
  margin-bottom: 12px;
}
.cid-uo4NBRRqQX .category_content {
  opacity: .8;
}
.cid-uo4NBRRqQX .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo4NBRRqQX .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo4NBRRqQX .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo4NBRRqQX .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo4NBRRqQX .mbr-section-btn .btn-secondary-outline .active,
.cid-uo4NBRRqQX .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo4NBRRqQX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4NBRRqQX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6Y79Ml58 {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6Y79Ml58 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6Y79Ml58 .form-row {
  justify-content: flex-end;
}
.cid-uw6Y79Ml58 .form-control,
.cid-uw6Y79Ml58 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6Y79Ml58 .form-control:hover,
.cid-uw6Y79Ml58 .field-input:hover,
.cid-uw6Y79Ml58 .form-control:focus,
.cid-uw6Y79Ml58 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6Y79Ml58 input::-webkit-input-placeholder,
.cid-uw6Y79Ml58 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6Y79Ml58 input:-moz-placeholder,
.cid-uw6Y79Ml58 textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6Y79Ml58 .jq-selectbox li,
.cid-uw6Y79Ml58 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6Y79Ml58 .jq-selectbox li:hover,
.cid-uw6Y79Ml58 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6Y79Ml58 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6Y79Ml58 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6Y79Ml58 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6Y79Ml58 textarea {
  min-height: 150px;
}
.cid-uw6Y79Ml58 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6Y79Ml58 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6Y79Ml58 .mbr-text,
.cid-uw6Y79Ml58 .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6Y79Ml58 H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRM5NLzb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRM5NLzb .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRM5NLzb .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRM5NLzb .row {
    row-gap: 40px;
  }
}
.cid-upzRM5NLzb .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRM5NLzb .mbr-section-title {
  color: #28432c;
}
.cid-upzRM5NLzb .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRM5NLzb .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRM5NLzb .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRM5NLzb .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRM5NLzb .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRM5NLzb .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRM5NLzb .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRM5NLzb .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRM5NLzb .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRM5NLzb .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRM5NLzb .item-content {
  margin-top: 32px;
}
.cid-upzRM5NLzb .item-title {
  color: #303030;
}
.cid-upzRM5NLzb .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRM5NLzb .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRM5NLzb .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRM5NLzb .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRM5NLzb .item-text {
  color: #9b8db7;
}
.cid-upzRM5NLzb .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo4NBTpYDt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo4NBTpYDt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4NBTpYDt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4NBTpYDt .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo4NBTpYDt .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo4NBTpYDt .container {
    padding: 0 26px;
  }
}
.cid-uo4NBTpYDt .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo4NBTpYDt .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo4NBTpYDt .row {
    padding: 26px;
  }
}
.cid-uo4NBTpYDt .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo4NBTpYDt .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo4NBTpYDt .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo4NBTpYDt .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo4NBTpYDt .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo4NBTpYDt .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo4NBTpYDt .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo4NBTpYDt .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo4NBTpYDt .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo4NBTpYDt .nav-wrapper .list {
    display: block;
  }
}
.cid-uo4NBTpYDt .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo4NBTpYDt .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo4NBTpYDt .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo4NBTpYDt .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo4NBTpYDt .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo4NBTpYDt .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo4NBTpYDt .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo4NBTpYDt .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo4NBTpYDt .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo4NBTpYDt .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo4NBTpYDt .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo4NBTpYDt .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo4NBTpYDt .mbr-section-title,
.cid-uo4NBTpYDt .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo4NBTpYDt .list {
  color: #ffffff;
}
.cid-uo4NBTpYDt .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo4NBTpYDt .list,
.cid-uo4NBTpYDt .nav-wrapper,
.cid-uo4NBTpYDt .soc-wrapper {
  text-align: center;
}
.cid-uo4OJBP0AA .nav-item:focus,
.cid-uo4OJBP0AA .nav-link:focus {
  outline: none;
}
.cid-uo4OJBP0AA a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo4OJBP0AA .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo4OJBP0AA .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo4OJBP0AA .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo4OJBP0AA .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo4OJBP0AA .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo4OJBP0AA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo4OJBP0AA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo4OJBP0AA .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo4OJBP0AA .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo4OJBP0AA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo4OJBP0AA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo4OJBP0AA .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo4OJBP0AA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo4OJBP0AA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo4OJBP0AA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo4OJBP0AA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo4OJBP0AA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo4OJBP0AA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo4OJBP0AA .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo4OJBP0AA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo4OJBP0AA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo4OJBP0AA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo4OJBP0AA .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo4OJBP0AA .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo4OJBP0AA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo4OJBP0AA .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo4OJBP0AA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo4OJBP0AA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo4OJBP0AA .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo4OJBP0AA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo4OJBP0AA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo4OJBP0AA .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo4OJBP0AA .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo4OJBP0AA .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo4OJBP0AA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo4OJBP0AA .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo4OJBP0AA .dropdown-item.active,
.cid-uo4OJBP0AA .dropdown-item:active {
  background-color: transparent;
}
.cid-uo4OJBP0AA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo4OJBP0AA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo4OJBP0AA .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo4OJBP0AA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo4OJBP0AA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo4OJBP0AA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo4OJBP0AA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo4OJBP0AA .navbar-buttons {
  text-align: center;
}
.cid-uo4OJBP0AA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo4OJBP0AA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo4OJBP0AA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo4OJBP0AA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4OJBP0AA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo4OJBP0AA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo4OJBP0AA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4OJBP0AA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo4OJBP0AA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo4OJBP0AA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4OJBP0AA .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo4OJBP0AA a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo4OJBP0AA .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo4OJBP0AA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo4OJBP0AA .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo4OJBP0AA .nav-link:hover,
.cid-uo4OJBP0AA .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo4OJBP0AA .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo4OJBP0AA .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo4OJBP0AA .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo4OJBP0AA .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo4OJBP0AA .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo4OJBP0AA .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo4OJBP0AA .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo4OJCz9d8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uo4OJCz9d8 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo4OJCz9d8 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo4OJCz9d8 .card-wrap:hover h4,
.cid-uo4OJCz9d8 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo4OJCz9d8 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo4OJCz9d8 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo4OJCz9d8 img {
  width: 100%;
}
.cid-uo4OJCz9d8 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4OJCz9d8 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo4OJCz9d8 .card-title1,
.cid-uo4OJCz9d8 .title-wrap1 {
  color: #ffffff;
}
.cid-uo4OJCz9d8 .card-title,
.cid-uo4OJCz9d8 .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo4OJCz9d8 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo4OJCz9d8 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo4OJCz9d8 H3 {
  color: #767676;
}
.cid-uo4OJCz9d8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4OJCz9d8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4OJCz9d8 .mbr-text,
.cid-uo4OJCz9d8 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uo4OJD8Bd2 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo4OJD8Bd2 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo4OJD8Bd2 .item-title,
.cid-uo4OJD8Bd2 .card_topic {
  margin-bottom: 12px;
}
.cid-uo4OJD8Bd2 .category_content {
  opacity: .8;
}
.cid-uo4OJD8Bd2 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo4OJD8Bd2 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uo4OJD8Bd2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo4OJD8Bd2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo4OJD8Bd2 .mbr-section-btn .btn-secondary-outline .active,
.cid-uo4OJD8Bd2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo4OJD8Bd2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4OJD8Bd2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upzS0y4i0e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzS0y4i0e .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzS0y4i0e .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzS0y4i0e .row {
    row-gap: 40px;
  }
}
.cid-upzS0y4i0e .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzS0y4i0e .mbr-section-title {
  color: #28432c;
}
.cid-upzS0y4i0e .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzS0y4i0e .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzS0y4i0e .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzS0y4i0e .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzS0y4i0e .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzS0y4i0e .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzS0y4i0e .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzS0y4i0e .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzS0y4i0e .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzS0y4i0e .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzS0y4i0e .item-content {
  margin-top: 32px;
}
.cid-upzS0y4i0e .item-title {
  color: #303030;
}
.cid-upzS0y4i0e .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzS0y4i0e .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzS0y4i0e .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzS0y4i0e .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzS0y4i0e .item-text {
  color: #9b8db7;
}
.cid-upzS0y4i0e .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo4OJEtwEU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo4OJEtwEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4OJEtwEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4OJEtwEU .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo4OJEtwEU .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo4OJEtwEU .container {
    padding: 0 26px;
  }
}
.cid-uo4OJEtwEU .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo4OJEtwEU .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo4OJEtwEU .row {
    padding: 26px;
  }
}
.cid-uo4OJEtwEU .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo4OJEtwEU .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo4OJEtwEU .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo4OJEtwEU .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo4OJEtwEU .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo4OJEtwEU .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo4OJEtwEU .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo4OJEtwEU .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo4OJEtwEU .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo4OJEtwEU .nav-wrapper .list {
    display: block;
  }
}
.cid-uo4OJEtwEU .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo4OJEtwEU .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo4OJEtwEU .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo4OJEtwEU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo4OJEtwEU .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo4OJEtwEU .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo4OJEtwEU .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo4OJEtwEU .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo4OJEtwEU .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo4OJEtwEU .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo4OJEtwEU .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo4OJEtwEU .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo4OJEtwEU .mbr-section-title,
.cid-uo4OJEtwEU .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo4OJEtwEU .list {
  color: #ffffff;
}
.cid-uo4OJEtwEU .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo4OJEtwEU .list,
.cid-uo4OJEtwEU .nav-wrapper,
.cid-uo4OJEtwEU .soc-wrapper {
  text-align: center;
}
.cid-uo53Yi9TQ1 .nav-item:focus,
.cid-uo53Yi9TQ1 .nav-link:focus {
  outline: none;
}
.cid-uo53Yi9TQ1 a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo53Yi9TQ1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo53Yi9TQ1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo53Yi9TQ1 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo53Yi9TQ1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo53Yi9TQ1 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo53Yi9TQ1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo53Yi9TQ1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo53Yi9TQ1 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo53Yi9TQ1 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo53Yi9TQ1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo53Yi9TQ1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo53Yi9TQ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo53Yi9TQ1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo53Yi9TQ1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo53Yi9TQ1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo53Yi9TQ1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo53Yi9TQ1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo53Yi9TQ1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo53Yi9TQ1 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo53Yi9TQ1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo53Yi9TQ1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo53Yi9TQ1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo53Yi9TQ1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo53Yi9TQ1 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo53Yi9TQ1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo53Yi9TQ1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo53Yi9TQ1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo53Yi9TQ1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo53Yi9TQ1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo53Yi9TQ1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo53Yi9TQ1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo53Yi9TQ1 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo53Yi9TQ1 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo53Yi9TQ1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo53Yi9TQ1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo53Yi9TQ1 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo53Yi9TQ1 .dropdown-item.active,
.cid-uo53Yi9TQ1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uo53Yi9TQ1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo53Yi9TQ1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo53Yi9TQ1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo53Yi9TQ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo53Yi9TQ1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo53Yi9TQ1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo53Yi9TQ1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo53Yi9TQ1 .navbar-buttons {
  text-align: center;
}
.cid-uo53Yi9TQ1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo53Yi9TQ1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo53Yi9TQ1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo53Yi9TQ1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo53Yi9TQ1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo53Yi9TQ1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo53Yi9TQ1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo53Yi9TQ1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo53Yi9TQ1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo53Yi9TQ1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo53Yi9TQ1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo53Yi9TQ1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo53Yi9TQ1 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo53Yi9TQ1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo53Yi9TQ1 .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo53Yi9TQ1 .nav-link:hover,
.cid-uo53Yi9TQ1 .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo53Yi9TQ1 .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo53Yi9TQ1 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo53Yi9TQ1 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo53Yi9TQ1 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo53Yi9TQ1 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo53Yi9TQ1 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo53Yi9TQ1 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo53YiYPF5 {
  background-color: #ffffff;
}
.cid-uo53YiYPF5 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo53YiYPF5 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo53YiYPF5 .card-wrap:hover h4,
.cid-uo53YiYPF5 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo53YiYPF5 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo53YiYPF5 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo53YiYPF5 img {
  width: 100%;
}
.cid-uo53YiYPF5 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo53YiYPF5 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo53YiYPF5 .card-title1,
.cid-uo53YiYPF5 .title-wrap1 {
  color: #ffffff;
}
.cid-uo53YiYPF5 .card-title,
.cid-uo53YiYPF5 .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo53YiYPF5 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo53YiYPF5 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo53YiYPF5 H3 {
  color: #767676;
}
.cid-uo53YiYPF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo53YiYPF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo53YiYPF5 .mbr-text,
.cid-uo53YiYPF5 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZLUe1vKL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZLUe1vKL .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZLUe1vKL .item-title,
.cid-uvZLUe1vKL .card_topic {
  margin-bottom: 12px;
}
.cid-uvZLUe1vKL .category_content {
  opacity: .8;
}
.cid-uvZLUe1vKL .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZLUe1vKL .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZLUe1vKL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZLUe1vKL .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZLUe1vKL .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZLUe1vKL .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZLUe1vKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZLUe1vKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo53YjwwZY {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo53YjwwZY .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo53YjwwZY .item-title,
.cid-uo53YjwwZY .card_topic {
  margin-bottom: 12px;
}
.cid-uo53YjwwZY .category_content {
  opacity: .8;
}
.cid-uo53YjwwZY .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo53YjwwZY .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo53YjwwZY .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo53YjwwZY .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo53YjwwZY .mbr-section-btn .btn-secondary-outline .active,
.cid-uo53YjwwZY .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo53YjwwZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo53YjwwZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6YaTZkJk {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6YaTZkJk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6YaTZkJk .form-row {
  justify-content: flex-end;
}
.cid-uw6YaTZkJk .form-control,
.cid-uw6YaTZkJk .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6YaTZkJk .form-control:hover,
.cid-uw6YaTZkJk .field-input:hover,
.cid-uw6YaTZkJk .form-control:focus,
.cid-uw6YaTZkJk .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6YaTZkJk input::-webkit-input-placeholder,
.cid-uw6YaTZkJk textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6YaTZkJk input:-moz-placeholder,
.cid-uw6YaTZkJk textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6YaTZkJk .jq-selectbox li,
.cid-uw6YaTZkJk .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6YaTZkJk .jq-selectbox li:hover,
.cid-uw6YaTZkJk .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6YaTZkJk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6YaTZkJk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6YaTZkJk span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6YaTZkJk textarea {
  min-height: 150px;
}
.cid-uw6YaTZkJk h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6YaTZkJk h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6YaTZkJk .mbr-text,
.cid-uw6YaTZkJk .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6YaTZkJk H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRPuXxcp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRPuXxcp .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRPuXxcp .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRPuXxcp .row {
    row-gap: 40px;
  }
}
.cid-upzRPuXxcp .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRPuXxcp .mbr-section-title {
  color: #28432c;
}
.cid-upzRPuXxcp .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRPuXxcp .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRPuXxcp .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRPuXxcp .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRPuXxcp .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRPuXxcp .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRPuXxcp .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRPuXxcp .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRPuXxcp .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRPuXxcp .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRPuXxcp .item-content {
  margin-top: 32px;
}
.cid-upzRPuXxcp .item-title {
  color: #303030;
}
.cid-upzRPuXxcp .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRPuXxcp .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRPuXxcp .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRPuXxcp .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRPuXxcp .item-text {
  color: #9b8db7;
}
.cid-upzRPuXxcp .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo53YkXlKN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo53YkXlKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo53YkXlKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo53YkXlKN .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo53YkXlKN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo53YkXlKN .container {
    padding: 0 26px;
  }
}
.cid-uo53YkXlKN .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo53YkXlKN .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo53YkXlKN .row {
    padding: 26px;
  }
}
.cid-uo53YkXlKN .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo53YkXlKN .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo53YkXlKN .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo53YkXlKN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo53YkXlKN .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo53YkXlKN .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo53YkXlKN .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo53YkXlKN .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo53YkXlKN .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo53YkXlKN .nav-wrapper .list {
    display: block;
  }
}
.cid-uo53YkXlKN .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo53YkXlKN .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo53YkXlKN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo53YkXlKN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo53YkXlKN .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo53YkXlKN .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo53YkXlKN .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo53YkXlKN .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo53YkXlKN .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo53YkXlKN .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo53YkXlKN .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo53YkXlKN .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo53YkXlKN .mbr-section-title,
.cid-uo53YkXlKN .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo53YkXlKN .list {
  color: #ffffff;
}
.cid-uo53YkXlKN .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo53YkXlKN .list,
.cid-uo53YkXlKN .nav-wrapper,
.cid-uo53YkXlKN .soc-wrapper {
  text-align: center;
}
.cid-uo55fuZqoj .nav-item:focus,
.cid-uo55fuZqoj .nav-link:focus {
  outline: none;
}
.cid-uo55fuZqoj a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo55fuZqoj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo55fuZqoj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo55fuZqoj .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo55fuZqoj .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo55fuZqoj .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo55fuZqoj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo55fuZqoj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo55fuZqoj .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo55fuZqoj .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo55fuZqoj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo55fuZqoj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo55fuZqoj .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo55fuZqoj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo55fuZqoj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo55fuZqoj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo55fuZqoj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo55fuZqoj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo55fuZqoj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo55fuZqoj .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo55fuZqoj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo55fuZqoj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo55fuZqoj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo55fuZqoj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo55fuZqoj .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo55fuZqoj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo55fuZqoj .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo55fuZqoj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo55fuZqoj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo55fuZqoj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo55fuZqoj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo55fuZqoj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo55fuZqoj .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo55fuZqoj .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo55fuZqoj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo55fuZqoj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo55fuZqoj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo55fuZqoj .dropdown-item.active,
.cid-uo55fuZqoj .dropdown-item:active {
  background-color: transparent;
}
.cid-uo55fuZqoj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo55fuZqoj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo55fuZqoj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo55fuZqoj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo55fuZqoj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo55fuZqoj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo55fuZqoj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo55fuZqoj .navbar-buttons {
  text-align: center;
}
.cid-uo55fuZqoj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo55fuZqoj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo55fuZqoj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo55fuZqoj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo55fuZqoj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo55fuZqoj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo55fuZqoj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo55fuZqoj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo55fuZqoj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo55fuZqoj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo55fuZqoj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo55fuZqoj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo55fuZqoj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo55fuZqoj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo55fuZqoj .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo55fuZqoj .nav-link:hover,
.cid-uo55fuZqoj .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo55fuZqoj .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo55fuZqoj .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo55fuZqoj .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo55fuZqoj .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo55fuZqoj .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo55fuZqoj .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo55fuZqoj .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo55fvGJyU {
  background-color: #ffffff;
}
.cid-uo55fvGJyU .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo55fvGJyU .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo55fvGJyU .card-wrap:hover h4,
.cid-uo55fvGJyU .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo55fvGJyU h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo55fvGJyU h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo55fvGJyU img {
  width: 100%;
}
.cid-uo55fvGJyU h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo55fvGJyU h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo55fvGJyU .card-title1,
.cid-uo55fvGJyU .title-wrap1 {
  color: #ffffff;
}
.cid-uo55fvGJyU .card-title,
.cid-uo55fvGJyU .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo55fvGJyU .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo55fvGJyU .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo55fvGJyU H3 {
  color: #767676;
}
.cid-uo55fvGJyU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo55fvGJyU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo55fvGJyU .mbr-text,
.cid-uo55fvGJyU .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZM7yu9rt {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZM7yu9rt .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZM7yu9rt .item-title,
.cid-uvZM7yu9rt .card_topic {
  margin-bottom: 12px;
}
.cid-uvZM7yu9rt .category_content {
  opacity: .8;
}
.cid-uvZM7yu9rt .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZM7yu9rt .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZM7yu9rt .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZM7yu9rt .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZM7yu9rt .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZM7yu9rt .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZM7yu9rt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZM7yu9rt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo55fwfOAT {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo55fwfOAT .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo55fwfOAT .item-title,
.cid-uo55fwfOAT .card_topic {
  margin-bottom: 12px;
}
.cid-uo55fwfOAT .category_content {
  opacity: .8;
}
.cid-uo55fwfOAT .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo55fwfOAT .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo55fwfOAT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo55fwfOAT .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo55fwfOAT .mbr-section-btn .btn-secondary-outline .active,
.cid-uo55fwfOAT .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo55fwfOAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo55fwfOAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uq8LO7DeNj {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uq8LO7DeNj .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uq8LO7DeNj .form-row {
  justify-content: flex-end;
}
.cid-uq8LO7DeNj .form-control,
.cid-uq8LO7DeNj .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uq8LO7DeNj .form-control:hover,
.cid-uq8LO7DeNj .field-input:hover,
.cid-uq8LO7DeNj .form-control:focus,
.cid-uq8LO7DeNj .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uq8LO7DeNj input::-webkit-input-placeholder,
.cid-uq8LO7DeNj textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uq8LO7DeNj input:-moz-placeholder,
.cid-uq8LO7DeNj textarea:-moz-placeholder {
  color: #767676;
}
.cid-uq8LO7DeNj .jq-selectbox li,
.cid-uq8LO7DeNj .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uq8LO7DeNj .jq-selectbox li:hover,
.cid-uq8LO7DeNj .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uq8LO7DeNj .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uq8LO7DeNj .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uq8LO7DeNj span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uq8LO7DeNj textarea {
  min-height: 150px;
}
.cid-uq8LO7DeNj h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uq8LO7DeNj h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uq8LO7DeNj .mbr-text,
.cid-uq8LO7DeNj .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uq8LO7DeNj H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRT36xDR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRT36xDR .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRT36xDR .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRT36xDR .row {
    row-gap: 40px;
  }
}
.cid-upzRT36xDR .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRT36xDR .mbr-section-title {
  color: #28432c;
}
.cid-upzRT36xDR .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRT36xDR .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRT36xDR .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRT36xDR .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRT36xDR .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRT36xDR .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRT36xDR .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRT36xDR .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRT36xDR .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRT36xDR .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRT36xDR .item-content {
  margin-top: 32px;
}
.cid-upzRT36xDR .item-title {
  color: #303030;
}
.cid-upzRT36xDR .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRT36xDR .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRT36xDR .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRT36xDR .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRT36xDR .item-text {
  color: #9b8db7;
}
.cid-upzRT36xDR .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo55fxMGYE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo55fxMGYE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo55fxMGYE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo55fxMGYE .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo55fxMGYE .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo55fxMGYE .container {
    padding: 0 26px;
  }
}
.cid-uo55fxMGYE .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo55fxMGYE .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo55fxMGYE .row {
    padding: 26px;
  }
}
.cid-uo55fxMGYE .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo55fxMGYE .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo55fxMGYE .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo55fxMGYE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo55fxMGYE .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo55fxMGYE .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo55fxMGYE .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo55fxMGYE .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo55fxMGYE .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo55fxMGYE .nav-wrapper .list {
    display: block;
  }
}
.cid-uo55fxMGYE .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo55fxMGYE .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo55fxMGYE .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo55fxMGYE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo55fxMGYE .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo55fxMGYE .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo55fxMGYE .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo55fxMGYE .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo55fxMGYE .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo55fxMGYE .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo55fxMGYE .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo55fxMGYE .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo55fxMGYE .mbr-section-title,
.cid-uo55fxMGYE .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo55fxMGYE .list {
  color: #ffffff;
}
.cid-uo55fxMGYE .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo55fxMGYE .list,
.cid-uo55fxMGYE .nav-wrapper,
.cid-uo55fxMGYE .soc-wrapper {
  text-align: center;
}
.cid-uo59MUOJYv .nav-item:focus,
.cid-uo59MUOJYv .nav-link:focus {
  outline: none;
}
.cid-uo59MUOJYv a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo59MUOJYv .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo59MUOJYv .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo59MUOJYv .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo59MUOJYv .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo59MUOJYv .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo59MUOJYv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo59MUOJYv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo59MUOJYv .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo59MUOJYv .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo59MUOJYv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo59MUOJYv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo59MUOJYv .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo59MUOJYv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo59MUOJYv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo59MUOJYv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo59MUOJYv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo59MUOJYv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo59MUOJYv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo59MUOJYv .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo59MUOJYv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo59MUOJYv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo59MUOJYv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo59MUOJYv .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo59MUOJYv .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo59MUOJYv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo59MUOJYv .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo59MUOJYv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo59MUOJYv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo59MUOJYv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo59MUOJYv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo59MUOJYv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo59MUOJYv .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo59MUOJYv .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo59MUOJYv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo59MUOJYv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo59MUOJYv .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo59MUOJYv .dropdown-item.active,
.cid-uo59MUOJYv .dropdown-item:active {
  background-color: transparent;
}
.cid-uo59MUOJYv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo59MUOJYv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo59MUOJYv .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo59MUOJYv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo59MUOJYv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo59MUOJYv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo59MUOJYv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo59MUOJYv .navbar-buttons {
  text-align: center;
}
.cid-uo59MUOJYv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo59MUOJYv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo59MUOJYv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo59MUOJYv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo59MUOJYv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo59MUOJYv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo59MUOJYv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo59MUOJYv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo59MUOJYv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo59MUOJYv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo59MUOJYv .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo59MUOJYv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo59MUOJYv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo59MUOJYv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo59MUOJYv .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo59MUOJYv .nav-link:hover,
.cid-uo59MUOJYv .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo59MUOJYv .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo59MUOJYv .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo59MUOJYv .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo59MUOJYv .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo59MUOJYv .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo59MUOJYv .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo59MUOJYv .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo59MVzZrN {
  background-color: #ffffff;
}
.cid-uo59MVzZrN .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo59MVzZrN .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo59MVzZrN .card-wrap:hover h4,
.cid-uo59MVzZrN .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo59MVzZrN h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo59MVzZrN h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo59MVzZrN img {
  width: 100%;
}
.cid-uo59MVzZrN h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo59MVzZrN h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo59MVzZrN .card-title1,
.cid-uo59MVzZrN .title-wrap1 {
  color: #ffffff;
}
.cid-uo59MVzZrN .card-title,
.cid-uo59MVzZrN .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo59MVzZrN .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo59MVzZrN .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo59MVzZrN H3 {
  color: #767676;
}
.cid-uo59MVzZrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo59MVzZrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo59MVzZrN .mbr-text,
.cid-uo59MVzZrN .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uo59MW48XZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uo59MW48XZ .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo59MW48XZ .item-title,
.cid-uo59MW48XZ .card_topic {
  margin-bottom: 12px;
}
.cid-uo59MW48XZ .category_content {
  opacity: .8;
}
.cid-uo59MW48XZ .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo59MW48XZ .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uo59MW48XZ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo59MW48XZ .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo59MW48XZ .mbr-section-btn .btn-secondary-outline .active,
.cid-uo59MW48XZ .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo59MW48XZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo59MW48XZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo59MWC85D {
  padding-top: 3rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo59MWC85D .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uo59MWC85D .mbr-section-title {
  color: #28432c;
}
.cid-uo59MWC85D .mbr-section-subtitle {
  color: #24262b;
}
.cid-uo59MWC85D .items-row {
  row-gap: 32px;
}
.cid-uo59MWC85D .item {
  cursor: pointer;
}
.cid-uo59MWC85D .item:focus,
.cid-uo59MWC85D span:focus {
  outline: none;
}
.cid-uo59MWC85D .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-uo59MWC85D .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-uo59MWC85D img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-uo59MWC85D .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #ffffff;
}
.cid-uo59MWC85D .item-title {
  color: #28432c;
}
.cid-uo59MWC85D .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-uo59MWC85D .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-upzR1sL5aT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzR1sL5aT .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzR1sL5aT .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzR1sL5aT .row {
    row-gap: 40px;
  }
}
.cid-upzR1sL5aT .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzR1sL5aT .mbr-section-title {
  color: #28432c;
}
.cid-upzR1sL5aT .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzR1sL5aT .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzR1sL5aT .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzR1sL5aT .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzR1sL5aT .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzR1sL5aT .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzR1sL5aT .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzR1sL5aT .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzR1sL5aT .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzR1sL5aT .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzR1sL5aT .item-content {
  margin-top: 32px;
}
.cid-upzR1sL5aT .item-title {
  color: #303030;
}
.cid-upzR1sL5aT .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzR1sL5aT .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzR1sL5aT .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzR1sL5aT .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzR1sL5aT .item-text {
  color: #9b8db7;
}
.cid-upzR1sL5aT .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo59MXOKnJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo59MXOKnJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo59MXOKnJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo59MXOKnJ .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo59MXOKnJ .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo59MXOKnJ .container {
    padding: 0 26px;
  }
}
.cid-uo59MXOKnJ .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo59MXOKnJ .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo59MXOKnJ .row {
    padding: 26px;
  }
}
.cid-uo59MXOKnJ .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo59MXOKnJ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo59MXOKnJ .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo59MXOKnJ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo59MXOKnJ .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo59MXOKnJ .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo59MXOKnJ .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo59MXOKnJ .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo59MXOKnJ .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo59MXOKnJ .nav-wrapper .list {
    display: block;
  }
}
.cid-uo59MXOKnJ .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo59MXOKnJ .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo59MXOKnJ .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo59MXOKnJ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo59MXOKnJ .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo59MXOKnJ .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo59MXOKnJ .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo59MXOKnJ .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo59MXOKnJ .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo59MXOKnJ .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo59MXOKnJ .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo59MXOKnJ .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo59MXOKnJ .mbr-section-title,
.cid-uo59MXOKnJ .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo59MXOKnJ .list {
  color: #ffffff;
}
.cid-uo59MXOKnJ .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo59MXOKnJ .list,
.cid-uo59MXOKnJ .nav-wrapper,
.cid-uo59MXOKnJ .soc-wrapper {
  text-align: center;
}
.cid-uo58pyko5U .nav-item:focus,
.cid-uo58pyko5U .nav-link:focus {
  outline: none;
}
.cid-uo58pyko5U a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uo58pyko5U .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uo58pyko5U .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uo58pyko5U .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uo58pyko5U .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uo58pyko5U .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uo58pyko5U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo58pyko5U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uo58pyko5U .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uo58pyko5U .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uo58pyko5U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uo58pyko5U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo58pyko5U .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uo58pyko5U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo58pyko5U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uo58pyko5U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo58pyko5U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uo58pyko5U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo58pyko5U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo58pyko5U .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uo58pyko5U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uo58pyko5U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo58pyko5U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo58pyko5U .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uo58pyko5U .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uo58pyko5U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo58pyko5U .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uo58pyko5U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uo58pyko5U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo58pyko5U .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uo58pyko5U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uo58pyko5U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uo58pyko5U .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uo58pyko5U .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uo58pyko5U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uo58pyko5U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo58pyko5U .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uo58pyko5U .dropdown-item.active,
.cid-uo58pyko5U .dropdown-item:active {
  background-color: transparent;
}
.cid-uo58pyko5U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo58pyko5U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo58pyko5U .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo58pyko5U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uo58pyko5U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uo58pyko5U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo58pyko5U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uo58pyko5U .navbar-buttons {
  text-align: center;
}
.cid-uo58pyko5U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uo58pyko5U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uo58pyko5U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uo58pyko5U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo58pyko5U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uo58pyko5U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uo58pyko5U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo58pyko5U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo58pyko5U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo58pyko5U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo58pyko5U .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uo58pyko5U a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uo58pyko5U .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uo58pyko5U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uo58pyko5U .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uo58pyko5U .nav-link:hover,
.cid-uo58pyko5U .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uo58pyko5U .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uo58pyko5U .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uo58pyko5U .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uo58pyko5U .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uo58pyko5U .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uo58pyko5U .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uo58pyko5U .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uo58pz98T0 {
  background-color: #ffffff;
}
.cid-uo58pz98T0 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uo58pz98T0 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uo58pz98T0 .card-wrap:hover h4,
.cid-uo58pz98T0 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uo58pz98T0 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uo58pz98T0 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uo58pz98T0 img {
  width: 100%;
}
.cid-uo58pz98T0 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo58pz98T0 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uo58pz98T0 .card-title1,
.cid-uo58pz98T0 .title-wrap1 {
  color: #ffffff;
}
.cid-uo58pz98T0 .card-title,
.cid-uo58pz98T0 .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uo58pz98T0 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uo58pz98T0 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uo58pz98T0 H3 {
  color: #767676;
}
.cid-uo58pz98T0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo58pz98T0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo58pz98T0 .mbr-text,
.cid-uo58pz98T0 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uvZMiqEoky {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvZMiqEoky .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uvZMiqEoky .item-title,
.cid-uvZMiqEoky .card_topic {
  margin-bottom: 12px;
}
.cid-uvZMiqEoky .category_content {
  opacity: .8;
}
.cid-uvZMiqEoky .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uvZMiqEoky .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uvZMiqEoky .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uvZMiqEoky .mbr-section-btn .btn-secondary-outline:hover,
.cid-uvZMiqEoky .mbr-section-btn .btn-secondary-outline .active,
.cid-uvZMiqEoky .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uvZMiqEoky .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvZMiqEoky .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo58pzDjz5 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uo58pzDjz5 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uo58pzDjz5 .item-title,
.cid-uo58pzDjz5 .card_topic {
  margin-bottom: 12px;
}
.cid-uo58pzDjz5 .category_content {
  opacity: .8;
}
.cid-uo58pzDjz5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uo58pzDjz5 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uo58pzDjz5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uo58pzDjz5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uo58pzDjz5 .mbr-section-btn .btn-secondary-outline .active,
.cid-uo58pzDjz5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uo58pzDjz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo58pzDjz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6YfrqvSZ {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6YfrqvSZ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6YfrqvSZ .form-row {
  justify-content: flex-end;
}
.cid-uw6YfrqvSZ .form-control,
.cid-uw6YfrqvSZ .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6YfrqvSZ .form-control:hover,
.cid-uw6YfrqvSZ .field-input:hover,
.cid-uw6YfrqvSZ .form-control:focus,
.cid-uw6YfrqvSZ .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6YfrqvSZ input::-webkit-input-placeholder,
.cid-uw6YfrqvSZ textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6YfrqvSZ input:-moz-placeholder,
.cid-uw6YfrqvSZ textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6YfrqvSZ .jq-selectbox li,
.cid-uw6YfrqvSZ .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6YfrqvSZ .jq-selectbox li:hover,
.cid-uw6YfrqvSZ .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6YfrqvSZ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6YfrqvSZ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6YfrqvSZ span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6YfrqvSZ textarea {
  min-height: 150px;
}
.cid-uw6YfrqvSZ h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6YfrqvSZ h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6YfrqvSZ .mbr-text,
.cid-uw6YfrqvSZ .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6YfrqvSZ H1 {
  color: #143019;
  text-align: center;
}
.cid-upzRWwCCI0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-upzRWwCCI0 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-upzRWwCCI0 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-upzRWwCCI0 .row {
    row-gap: 40px;
  }
}
.cid-upzRWwCCI0 .mbr-section-head {
  padding-bottom: 50px;
}
.cid-upzRWwCCI0 .mbr-section-title {
  color: #28432c;
}
.cid-upzRWwCCI0 .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-upzRWwCCI0 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-upzRWwCCI0 .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-upzRWwCCI0 .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-upzRWwCCI0 .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-upzRWwCCI0 .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-upzRWwCCI0 .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-upzRWwCCI0 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-upzRWwCCI0 .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-upzRWwCCI0 .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-upzRWwCCI0 .item-content {
  margin-top: 32px;
}
.cid-upzRWwCCI0 .item-title {
  color: #303030;
}
.cid-upzRWwCCI0 .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-upzRWwCCI0 .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-upzRWwCCI0 .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-upzRWwCCI0 .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-upzRWwCCI0 .item-text {
  color: #9b8db7;
}
.cid-upzRWwCCI0 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uo58pBbVVV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uo58pBbVVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo58pBbVVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo58pBbVVV .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uo58pBbVVV .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uo58pBbVVV .container {
    padding: 0 26px;
  }
}
.cid-uo58pBbVVV .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uo58pBbVVV .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uo58pBbVVV .row {
    padding: 26px;
  }
}
.cid-uo58pBbVVV .title-wrapper {
  margin-bottom: 50px;
}
.cid-uo58pBbVVV .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uo58pBbVVV .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uo58pBbVVV .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uo58pBbVVV .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uo58pBbVVV .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uo58pBbVVV .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uo58pBbVVV .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uo58pBbVVV .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uo58pBbVVV .nav-wrapper .list {
    display: block;
  }
}
.cid-uo58pBbVVV .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uo58pBbVVV .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uo58pBbVVV .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uo58pBbVVV .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uo58pBbVVV .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uo58pBbVVV .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uo58pBbVVV .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uo58pBbVVV .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uo58pBbVVV .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uo58pBbVVV .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uo58pBbVVV .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uo58pBbVVV .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uo58pBbVVV .mbr-section-title,
.cid-uo58pBbVVV .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uo58pBbVVV .list {
  color: #ffffff;
}
.cid-uo58pBbVVV .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uo58pBbVVV .list,
.cid-uo58pBbVVV .nav-wrapper,
.cid-uo58pBbVVV .soc-wrapper {
  text-align: center;
}
.cid-unYPclVKVx .nav-item:focus,
.cid-unYPclVKVx .nav-link:focus {
  outline: none;
}
.cid-unYPclVKVx a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-unYPclVKVx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-unYPclVKVx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-unYPclVKVx .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-unYPclVKVx .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-unYPclVKVx .navbar.collapsed {
  flex-direction: row!important;
}
.cid-unYPclVKVx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unYPclVKVx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-unYPclVKVx .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-unYPclVKVx .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-unYPclVKVx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-unYPclVKVx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unYPclVKVx .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-unYPclVKVx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unYPclVKVx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-unYPclVKVx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unYPclVKVx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-unYPclVKVx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unYPclVKVx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unYPclVKVx .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-unYPclVKVx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-unYPclVKVx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unYPclVKVx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unYPclVKVx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-unYPclVKVx .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-unYPclVKVx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unYPclVKVx .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-unYPclVKVx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-unYPclVKVx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unYPclVKVx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-unYPclVKVx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-unYPclVKVx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-unYPclVKVx .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unYPclVKVx .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-unYPclVKVx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-unYPclVKVx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unYPclVKVx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-unYPclVKVx .dropdown-item.active,
.cid-unYPclVKVx .dropdown-item:active {
  background-color: transparent;
}
.cid-unYPclVKVx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unYPclVKVx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unYPclVKVx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unYPclVKVx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-unYPclVKVx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-unYPclVKVx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unYPclVKVx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-unYPclVKVx .navbar-buttons {
  text-align: center;
}
.cid-unYPclVKVx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-unYPclVKVx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-unYPclVKVx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unYPclVKVx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYPclVKVx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unYPclVKVx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unYPclVKVx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYPclVKVx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unYPclVKVx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unYPclVKVx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unYPclVKVx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-unYPclVKVx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-unYPclVKVx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unYPclVKVx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-unYPclVKVx .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-unYPclVKVx .nav-link:hover,
.cid-unYPclVKVx .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-unYPclVKVx .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-unYPclVKVx .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-unYPclVKVx .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-unYPclVKVx .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-unYPclVKVx .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-unYPclVKVx .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-unYPclVKVx .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uoa2BHa8PQ {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/mbr-1351x1920.png");
}
.cid-uoa2BHa8PQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoa2BHa8PQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoa2BHa8PQ H1 {
  color: #ffffff;
}
.cid-uw6RAmN1dA {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uw6RAmN1dA .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uw6RAmN1dA .form-row {
  justify-content: flex-end;
}
.cid-uw6RAmN1dA .form-control,
.cid-uw6RAmN1dA .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uw6RAmN1dA .form-control:hover,
.cid-uw6RAmN1dA .field-input:hover,
.cid-uw6RAmN1dA .form-control:focus,
.cid-uw6RAmN1dA .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uw6RAmN1dA input::-webkit-input-placeholder,
.cid-uw6RAmN1dA textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uw6RAmN1dA input:-moz-placeholder,
.cid-uw6RAmN1dA textarea:-moz-placeholder {
  color: #767676;
}
.cid-uw6RAmN1dA .jq-selectbox li,
.cid-uw6RAmN1dA .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6RAmN1dA .jq-selectbox li:hover,
.cid-uw6RAmN1dA .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uw6RAmN1dA .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6RAmN1dA .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uw6RAmN1dA span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uw6RAmN1dA textarea {
  min-height: 150px;
}
.cid-uw6RAmN1dA h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uw6RAmN1dA h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uw6RAmN1dA .mbr-text,
.cid-uw6RAmN1dA .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uw6RAmN1dA H1 {
  color: #143019;
  text-align: center;
}
.cid-unYPcnG1jb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-unYPcnG1jb .mbr-fallback-image.disabled {
  display: none;
}
.cid-unYPcnG1jb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unYPcnG1jb .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-unYPcnG1jb .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-unYPcnG1jb .container {
    padding: 0 26px;
  }
}
.cid-unYPcnG1jb .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-unYPcnG1jb .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-unYPcnG1jb .row {
    padding: 26px;
  }
}
.cid-unYPcnG1jb .title-wrapper {
  margin-bottom: 50px;
}
.cid-unYPcnG1jb .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-unYPcnG1jb .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-unYPcnG1jb .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-unYPcnG1jb .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-unYPcnG1jb .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-unYPcnG1jb .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-unYPcnG1jb .nav-wrapper {
  margin-bottom: 50px;
}
.cid-unYPcnG1jb .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-unYPcnG1jb .nav-wrapper .list {
    display: block;
  }
}
.cid-unYPcnG1jb .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-unYPcnG1jb .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-unYPcnG1jb .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-unYPcnG1jb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-unYPcnG1jb .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-unYPcnG1jb .soc-wrapper {
  margin-bottom: 50px;
}
.cid-unYPcnG1jb .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-unYPcnG1jb .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-unYPcnG1jb .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-unYPcnG1jb .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-unYPcnG1jb .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-unYPcnG1jb .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-unYPcnG1jb .mbr-section-title,
.cid-unYPcnG1jb .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-unYPcnG1jb .list {
  color: #ffffff;
}
.cid-unYPcnG1jb .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-unYPcnG1jb .list,
.cid-unYPcnG1jb .nav-wrapper,
.cid-unYPcnG1jb .soc-wrapper {
  text-align: center;
}
.cid-uxjvZ6Du8x .nav-item:focus,
.cid-uxjvZ6Du8x .nav-link:focus {
  outline: none;
}
.cid-uxjvZ6Du8x a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxjvZ6Du8x .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxjvZ6Du8x .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxjvZ6Du8x .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxjvZ6Du8x .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxjvZ6Du8x .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxjvZ6Du8x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxjvZ6Du8x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxjvZ6Du8x .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxjvZ6Du8x .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxjvZ6Du8x .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxjvZ6Du8x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxjvZ6Du8x .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxjvZ6Du8x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxjvZ6Du8x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxjvZ6Du8x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxjvZ6Du8x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxjvZ6Du8x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxjvZ6Du8x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxjvZ6Du8x .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxjvZ6Du8x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxjvZ6Du8x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxjvZ6Du8x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxjvZ6Du8x .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxjvZ6Du8x .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxjvZ6Du8x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxjvZ6Du8x .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxjvZ6Du8x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxjvZ6Du8x .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxjvZ6Du8x .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxjvZ6Du8x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxjvZ6Du8x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxjvZ6Du8x .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxjvZ6Du8x .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxjvZ6Du8x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxjvZ6Du8x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxjvZ6Du8x .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxjvZ6Du8x .dropdown-item.active,
.cid-uxjvZ6Du8x .dropdown-item:active {
  background-color: transparent;
}
.cid-uxjvZ6Du8x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxjvZ6Du8x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxjvZ6Du8x .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxjvZ6Du8x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxjvZ6Du8x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxjvZ6Du8x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxjvZ6Du8x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxjvZ6Du8x .navbar-buttons {
  text-align: center;
}
.cid-uxjvZ6Du8x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxjvZ6Du8x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxjvZ6Du8x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxjvZ6Du8x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjvZ6Du8x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjvZ6Du8x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxjvZ6Du8x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjvZ6Du8x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxjvZ6Du8x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxjvZ6Du8x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjvZ6Du8x .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxjvZ6Du8x a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxjvZ6Du8x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxjvZ6Du8x .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxjvZ6Du8x .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxjvZ6Du8x .nav-link:hover,
.cid-uxjvZ6Du8x .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxjvZ6Du8x .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxjvZ6Du8x .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxjvZ6Du8x .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxjvZ6Du8x .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxjvZ6Du8x .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxjvZ6Du8x .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxjvZ6Du8x .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxjvZ71F1c {
  background-color: #ffffff;
}
.cid-uxjvZ71F1c .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxjvZ71F1c .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxjvZ71F1c .card-wrap:hover h4,
.cid-uxjvZ71F1c .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxjvZ71F1c h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxjvZ71F1c h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxjvZ71F1c img {
  width: 100%;
}
.cid-uxjvZ71F1c h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjvZ71F1c h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjvZ71F1c .card-title1,
.cid-uxjvZ71F1c .title-wrap1 {
  color: #ffffff;
}
.cid-uxjvZ71F1c .card-title,
.cid-uxjvZ71F1c .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxjvZ71F1c .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxjvZ71F1c .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxjvZ71F1c H3 {
  color: #767676;
}
.cid-uxjvZ71F1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjvZ71F1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjvZ71F1c .mbr-text,
.cid-uxjvZ71F1c .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxjvZ7dwT4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxjvZ7dwT4 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjvZ7dwT4 .item-title,
.cid-uxjvZ7dwT4 .card_topic {
  margin-bottom: 12px;
}
.cid-uxjvZ7dwT4 .category_content {
  opacity: .8;
}
.cid-uxjvZ7dwT4 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjvZ7dwT4 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxjvZ7dwT4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjvZ7dwT4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjvZ7dwT4 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjvZ7dwT4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjvZ7dwT4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjvZ7dwT4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjvZ7rkES {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxjvZ7rkES .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjvZ7rkES .item-title,
.cid-uxjvZ7rkES .card_topic {
  margin-bottom: 12px;
}
.cid-uxjvZ7rkES .category_content {
  opacity: .8;
}
.cid-uxjvZ7rkES .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjvZ7rkES .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxjvZ7rkES .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjvZ7rkES .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjvZ7rkES .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjvZ7rkES .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjvZ7rkES .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjvZ7rkES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjvZ7ENAo {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxjvZ7ENAo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxjvZ7ENAo .form-row {
  justify-content: flex-end;
}
.cid-uxjvZ7ENAo .form-control,
.cid-uxjvZ7ENAo .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxjvZ7ENAo .form-control:hover,
.cid-uxjvZ7ENAo .field-input:hover,
.cid-uxjvZ7ENAo .form-control:focus,
.cid-uxjvZ7ENAo .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxjvZ7ENAo input::-webkit-input-placeholder,
.cid-uxjvZ7ENAo textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxjvZ7ENAo input:-moz-placeholder,
.cid-uxjvZ7ENAo textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxjvZ7ENAo .jq-selectbox li,
.cid-uxjvZ7ENAo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjvZ7ENAo .jq-selectbox li:hover,
.cid-uxjvZ7ENAo .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjvZ7ENAo .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjvZ7ENAo .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjvZ7ENAo span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxjvZ7ENAo textarea {
  min-height: 150px;
}
.cid-uxjvZ7ENAo h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxjvZ7ENAo h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxjvZ7ENAo .mbr-text,
.cid-uxjvZ7ENAo .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxjvZ7ENAo H1 {
  color: #143019;
  text-align: center;
}
.cid-uxjvZ7UJM2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxjvZ7UJM2 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxjvZ7UJM2 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxjvZ7UJM2 .row {
    row-gap: 40px;
  }
}
.cid-uxjvZ7UJM2 .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxjvZ7UJM2 .mbr-section-title {
  color: #28432c;
}
.cid-uxjvZ7UJM2 .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxjvZ7UJM2 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxjvZ7UJM2 .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxjvZ7UJM2 .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxjvZ7UJM2 .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxjvZ7UJM2 .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxjvZ7UJM2 .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxjvZ7UJM2 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxjvZ7UJM2 .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxjvZ7UJM2 .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxjvZ7UJM2 .item-content {
  margin-top: 32px;
}
.cid-uxjvZ7UJM2 .item-title {
  color: #303030;
}
.cid-uxjvZ7UJM2 .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxjvZ7UJM2 .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxjvZ7UJM2 .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxjvZ7UJM2 .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxjvZ7UJM2 .item-text {
  color: #9b8db7;
}
.cid-uxjvZ7UJM2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxjvZ8ebRi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxjvZ8ebRi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjvZ8ebRi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjvZ8ebRi .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxjvZ8ebRi .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxjvZ8ebRi .container {
    padding: 0 26px;
  }
}
.cid-uxjvZ8ebRi .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxjvZ8ebRi .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxjvZ8ebRi .row {
    padding: 26px;
  }
}
.cid-uxjvZ8ebRi .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxjvZ8ebRi .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxjvZ8ebRi .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxjvZ8ebRi .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxjvZ8ebRi .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxjvZ8ebRi .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxjvZ8ebRi .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxjvZ8ebRi .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxjvZ8ebRi .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjvZ8ebRi .nav-wrapper .list {
    display: block;
  }
}
.cid-uxjvZ8ebRi .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxjvZ8ebRi .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxjvZ8ebRi .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxjvZ8ebRi .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxjvZ8ebRi .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxjvZ8ebRi .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxjvZ8ebRi .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxjvZ8ebRi .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxjvZ8ebRi .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxjvZ8ebRi .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxjvZ8ebRi .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxjvZ8ebRi .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxjvZ8ebRi .mbr-section-title,
.cid-uxjvZ8ebRi .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxjvZ8ebRi .list {
  color: #ffffff;
}
.cid-uxjvZ8ebRi .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxjvZ8ebRi .list,
.cid-uxjvZ8ebRi .nav-wrapper,
.cid-uxjvZ8ebRi .soc-wrapper {
  text-align: center;
}
.cid-uxjynn4EZw .nav-item:focus,
.cid-uxjynn4EZw .nav-link:focus {
  outline: none;
}
.cid-uxjynn4EZw a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxjynn4EZw .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxjynn4EZw .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxjynn4EZw .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxjynn4EZw .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxjynn4EZw .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxjynn4EZw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxjynn4EZw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxjynn4EZw .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxjynn4EZw .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxjynn4EZw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxjynn4EZw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxjynn4EZw .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxjynn4EZw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxjynn4EZw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxjynn4EZw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxjynn4EZw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxjynn4EZw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxjynn4EZw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxjynn4EZw .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxjynn4EZw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxjynn4EZw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxjynn4EZw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxjynn4EZw .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxjynn4EZw .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxjynn4EZw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxjynn4EZw .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxjynn4EZw .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxjynn4EZw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxjynn4EZw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxjynn4EZw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxjynn4EZw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxjynn4EZw .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxjynn4EZw .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxjynn4EZw .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxjynn4EZw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxjynn4EZw .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxjynn4EZw .dropdown-item.active,
.cid-uxjynn4EZw .dropdown-item:active {
  background-color: transparent;
}
.cid-uxjynn4EZw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxjynn4EZw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxjynn4EZw .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxjynn4EZw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxjynn4EZw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxjynn4EZw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxjynn4EZw ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxjynn4EZw .navbar-buttons {
  text-align: center;
}
.cid-uxjynn4EZw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxjynn4EZw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxjynn4EZw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxjynn4EZw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjynn4EZw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjynn4EZw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxjynn4EZw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjynn4EZw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxjynn4EZw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxjynn4EZw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjynn4EZw .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxjynn4EZw a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxjynn4EZw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxjynn4EZw .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxjynn4EZw .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxjynn4EZw .nav-link:hover,
.cid-uxjynn4EZw .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxjynn4EZw .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxjynn4EZw .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxjynn4EZw .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxjynn4EZw .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxjynn4EZw .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxjynn4EZw .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxjynn4EZw .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxjynnvs9J {
  background-color: #ffffff;
}
.cid-uxjynnvs9J .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxjynnvs9J .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxjynnvs9J .card-wrap:hover h4,
.cid-uxjynnvs9J .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxjynnvs9J h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxjynnvs9J h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxjynnvs9J img {
  width: 100%;
}
.cid-uxjynnvs9J h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjynnvs9J h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjynnvs9J .card-title1,
.cid-uxjynnvs9J .title-wrap1 {
  color: #ffffff;
}
.cid-uxjynnvs9J .card-title,
.cid-uxjynnvs9J .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxjynnvs9J .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxjynnvs9J .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxjynnvs9J H3 {
  color: #767676;
}
.cid-uxjynnvs9J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjynnvs9J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjynnvs9J .mbr-text,
.cid-uxjynnvs9J .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxjynnOtUW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxjynnOtUW .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjynnOtUW .item-title,
.cid-uxjynnOtUW .card_topic {
  margin-bottom: 12px;
}
.cid-uxjynnOtUW .category_content {
  opacity: .8;
}
.cid-uxjynnOtUW .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjynnOtUW .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxjynnOtUW .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjynnOtUW .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjynnOtUW .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjynnOtUW .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjynnOtUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjynnOtUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjyno5v5S {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxjyno5v5S .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjyno5v5S .item-title,
.cid-uxjyno5v5S .card_topic {
  margin-bottom: 12px;
}
.cid-uxjyno5v5S .category_content {
  opacity: .8;
}
.cid-uxjyno5v5S .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjyno5v5S .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxjyno5v5S .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjyno5v5S .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjyno5v5S .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjyno5v5S .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjyno5v5S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjyno5v5S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjynomfKf {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxjynomfKf .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxjynomfKf .form-row {
  justify-content: flex-end;
}
.cid-uxjynomfKf .form-control,
.cid-uxjynomfKf .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxjynomfKf .form-control:hover,
.cid-uxjynomfKf .field-input:hover,
.cid-uxjynomfKf .form-control:focus,
.cid-uxjynomfKf .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxjynomfKf input::-webkit-input-placeholder,
.cid-uxjynomfKf textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxjynomfKf input:-moz-placeholder,
.cid-uxjynomfKf textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxjynomfKf .jq-selectbox li,
.cid-uxjynomfKf .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjynomfKf .jq-selectbox li:hover,
.cid-uxjynomfKf .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjynomfKf .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjynomfKf .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjynomfKf span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxjynomfKf textarea {
  min-height: 150px;
}
.cid-uxjynomfKf h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxjynomfKf h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxjynomfKf .mbr-text,
.cid-uxjynomfKf .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxjynomfKf H1 {
  color: #143019;
  text-align: center;
}
.cid-uxjynoDW9a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxjynoDW9a .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxjynoDW9a .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxjynoDW9a .row {
    row-gap: 40px;
  }
}
.cid-uxjynoDW9a .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxjynoDW9a .mbr-section-title {
  color: #28432c;
}
.cid-uxjynoDW9a .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxjynoDW9a .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxjynoDW9a .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxjynoDW9a .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxjynoDW9a .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxjynoDW9a .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxjynoDW9a .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxjynoDW9a .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxjynoDW9a .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxjynoDW9a .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxjynoDW9a .item-content {
  margin-top: 32px;
}
.cid-uxjynoDW9a .item-title {
  color: #303030;
}
.cid-uxjynoDW9a .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxjynoDW9a .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxjynoDW9a .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxjynoDW9a .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxjynoDW9a .item-text {
  color: #9b8db7;
}
.cid-uxjynoDW9a .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxjynp2lEg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxjynp2lEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjynp2lEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjynp2lEg .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxjynp2lEg .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxjynp2lEg .container {
    padding: 0 26px;
  }
}
.cid-uxjynp2lEg .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxjynp2lEg .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxjynp2lEg .row {
    padding: 26px;
  }
}
.cid-uxjynp2lEg .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxjynp2lEg .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxjynp2lEg .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxjynp2lEg .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxjynp2lEg .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxjynp2lEg .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxjynp2lEg .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxjynp2lEg .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxjynp2lEg .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjynp2lEg .nav-wrapper .list {
    display: block;
  }
}
.cid-uxjynp2lEg .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxjynp2lEg .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxjynp2lEg .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxjynp2lEg .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxjynp2lEg .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxjynp2lEg .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxjynp2lEg .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxjynp2lEg .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxjynp2lEg .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxjynp2lEg .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxjynp2lEg .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxjynp2lEg .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxjynp2lEg .mbr-section-title,
.cid-uxjynp2lEg .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxjynp2lEg .list {
  color: #ffffff;
}
.cid-uxjynp2lEg .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxjynp2lEg .list,
.cid-uxjynp2lEg .nav-wrapper,
.cid-uxjynp2lEg .soc-wrapper {
  text-align: center;
}
.cid-uxjzMlWyZg .nav-item:focus,
.cid-uxjzMlWyZg .nav-link:focus {
  outline: none;
}
.cid-uxjzMlWyZg a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxjzMlWyZg .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxjzMlWyZg .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxjzMlWyZg .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxjzMlWyZg .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxjzMlWyZg .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxjzMlWyZg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxjzMlWyZg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxjzMlWyZg .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxjzMlWyZg .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxjzMlWyZg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxjzMlWyZg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxjzMlWyZg .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxjzMlWyZg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxjzMlWyZg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxjzMlWyZg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxjzMlWyZg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxjzMlWyZg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxjzMlWyZg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxjzMlWyZg .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxjzMlWyZg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxjzMlWyZg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxjzMlWyZg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxjzMlWyZg .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxjzMlWyZg .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxjzMlWyZg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxjzMlWyZg .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxjzMlWyZg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxjzMlWyZg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxjzMlWyZg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxjzMlWyZg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxjzMlWyZg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxjzMlWyZg .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxjzMlWyZg .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxjzMlWyZg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxjzMlWyZg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxjzMlWyZg .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxjzMlWyZg .dropdown-item.active,
.cid-uxjzMlWyZg .dropdown-item:active {
  background-color: transparent;
}
.cid-uxjzMlWyZg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxjzMlWyZg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxjzMlWyZg .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxjzMlWyZg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxjzMlWyZg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxjzMlWyZg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxjzMlWyZg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxjzMlWyZg .navbar-buttons {
  text-align: center;
}
.cid-uxjzMlWyZg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxjzMlWyZg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxjzMlWyZg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxjzMlWyZg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjzMlWyZg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjzMlWyZg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxjzMlWyZg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjzMlWyZg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxjzMlWyZg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxjzMlWyZg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjzMlWyZg .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxjzMlWyZg a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxjzMlWyZg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxjzMlWyZg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxjzMlWyZg .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxjzMlWyZg .nav-link:hover,
.cid-uxjzMlWyZg .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxjzMlWyZg .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxjzMlWyZg .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxjzMlWyZg .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxjzMlWyZg .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxjzMlWyZg .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxjzMlWyZg .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxjzMlWyZg .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxjzMmpMt8 {
  background-color: #ffffff;
}
.cid-uxjzMmpMt8 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxjzMmpMt8 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxjzMmpMt8 .card-wrap:hover h4,
.cid-uxjzMmpMt8 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxjzMmpMt8 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxjzMmpMt8 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxjzMmpMt8 img {
  width: 100%;
}
.cid-uxjzMmpMt8 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjzMmpMt8 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjzMmpMt8 .card-title1,
.cid-uxjzMmpMt8 .title-wrap1 {
  color: #ffffff;
}
.cid-uxjzMmpMt8 .card-title,
.cid-uxjzMmpMt8 .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxjzMmpMt8 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxjzMmpMt8 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxjzMmpMt8 H3 {
  color: #767676;
}
.cid-uxjzMmpMt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjzMmpMt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjzMmpMt8 .mbr-text,
.cid-uxjzMmpMt8 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxjzMmGVzT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxjzMmGVzT .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjzMmGVzT .item-title,
.cid-uxjzMmGVzT .card_topic {
  margin-bottom: 12px;
}
.cid-uxjzMmGVzT .category_content {
  opacity: .8;
}
.cid-uxjzMmGVzT .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjzMmGVzT .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxjzMmGVzT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjzMmGVzT .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjzMmGVzT .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjzMmGVzT .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjzMmGVzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjzMmGVzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjzMmYSXg {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxjzMmYSXg .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjzMmYSXg .item-title,
.cid-uxjzMmYSXg .card_topic {
  margin-bottom: 12px;
}
.cid-uxjzMmYSXg .category_content {
  opacity: .8;
}
.cid-uxjzMmYSXg .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjzMmYSXg .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxjzMmYSXg .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjzMmYSXg .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjzMmYSXg .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjzMmYSXg .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjzMmYSXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjzMmYSXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjzMnhzcE {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxjzMnhzcE .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxjzMnhzcE .form-row {
  justify-content: flex-end;
}
.cid-uxjzMnhzcE .form-control,
.cid-uxjzMnhzcE .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxjzMnhzcE .form-control:hover,
.cid-uxjzMnhzcE .field-input:hover,
.cid-uxjzMnhzcE .form-control:focus,
.cid-uxjzMnhzcE .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxjzMnhzcE input::-webkit-input-placeholder,
.cid-uxjzMnhzcE textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxjzMnhzcE input:-moz-placeholder,
.cid-uxjzMnhzcE textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxjzMnhzcE .jq-selectbox li,
.cid-uxjzMnhzcE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjzMnhzcE .jq-selectbox li:hover,
.cid-uxjzMnhzcE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjzMnhzcE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjzMnhzcE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjzMnhzcE span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxjzMnhzcE textarea {
  min-height: 150px;
}
.cid-uxjzMnhzcE h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxjzMnhzcE h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxjzMnhzcE .mbr-text,
.cid-uxjzMnhzcE .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxjzMnhzcE H1 {
  color: #143019;
  text-align: center;
}
.cid-uxjzMnxm7k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxjzMnxm7k .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxjzMnxm7k .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxjzMnxm7k .row {
    row-gap: 40px;
  }
}
.cid-uxjzMnxm7k .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxjzMnxm7k .mbr-section-title {
  color: #28432c;
}
.cid-uxjzMnxm7k .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxjzMnxm7k .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxjzMnxm7k .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxjzMnxm7k .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxjzMnxm7k .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxjzMnxm7k .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxjzMnxm7k .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxjzMnxm7k .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxjzMnxm7k .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxjzMnxm7k .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxjzMnxm7k .item-content {
  margin-top: 32px;
}
.cid-uxjzMnxm7k .item-title {
  color: #303030;
}
.cid-uxjzMnxm7k .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxjzMnxm7k .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxjzMnxm7k .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxjzMnxm7k .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxjzMnxm7k .item-text {
  color: #9b8db7;
}
.cid-uxjzMnxm7k .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxjzMnRl4q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxjzMnRl4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjzMnRl4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjzMnRl4q .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxjzMnRl4q .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxjzMnRl4q .container {
    padding: 0 26px;
  }
}
.cid-uxjzMnRl4q .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxjzMnRl4q .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxjzMnRl4q .row {
    padding: 26px;
  }
}
.cid-uxjzMnRl4q .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxjzMnRl4q .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxjzMnRl4q .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxjzMnRl4q .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxjzMnRl4q .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxjzMnRl4q .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxjzMnRl4q .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxjzMnRl4q .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxjzMnRl4q .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjzMnRl4q .nav-wrapper .list {
    display: block;
  }
}
.cid-uxjzMnRl4q .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxjzMnRl4q .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxjzMnRl4q .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxjzMnRl4q .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxjzMnRl4q .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxjzMnRl4q .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxjzMnRl4q .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxjzMnRl4q .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxjzMnRl4q .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxjzMnRl4q .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxjzMnRl4q .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxjzMnRl4q .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxjzMnRl4q .mbr-section-title,
.cid-uxjzMnRl4q .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxjzMnRl4q .list {
  color: #ffffff;
}
.cid-uxjzMnRl4q .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxjzMnRl4q .list,
.cid-uxjzMnRl4q .nav-wrapper,
.cid-uxjzMnRl4q .soc-wrapper {
  text-align: center;
}
.cid-uxjCmygfWn .nav-item:focus,
.cid-uxjCmygfWn .nav-link:focus {
  outline: none;
}
.cid-uxjCmygfWn a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxjCmygfWn .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxjCmygfWn .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxjCmygfWn .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxjCmygfWn .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxjCmygfWn .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxjCmygfWn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxjCmygfWn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxjCmygfWn .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxjCmygfWn .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxjCmygfWn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxjCmygfWn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxjCmygfWn .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxjCmygfWn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxjCmygfWn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxjCmygfWn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxjCmygfWn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxjCmygfWn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxjCmygfWn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxjCmygfWn .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxjCmygfWn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxjCmygfWn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxjCmygfWn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxjCmygfWn .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxjCmygfWn .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxjCmygfWn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxjCmygfWn .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxjCmygfWn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxjCmygfWn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxjCmygfWn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxjCmygfWn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxjCmygfWn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxjCmygfWn .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxjCmygfWn .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxjCmygfWn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxjCmygfWn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxjCmygfWn .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxjCmygfWn .dropdown-item.active,
.cid-uxjCmygfWn .dropdown-item:active {
  background-color: transparent;
}
.cid-uxjCmygfWn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxjCmygfWn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxjCmygfWn .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxjCmygfWn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxjCmygfWn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxjCmygfWn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxjCmygfWn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxjCmygfWn .navbar-buttons {
  text-align: center;
}
.cid-uxjCmygfWn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxjCmygfWn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxjCmygfWn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxjCmygfWn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjCmygfWn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjCmygfWn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxjCmygfWn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjCmygfWn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxjCmygfWn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxjCmygfWn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjCmygfWn .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxjCmygfWn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxjCmygfWn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxjCmygfWn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxjCmygfWn .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxjCmygfWn .nav-link:hover,
.cid-uxjCmygfWn .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxjCmygfWn .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxjCmygfWn .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxjCmygfWn .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxjCmygfWn .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxjCmygfWn .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxjCmygfWn .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxjCmygfWn .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxjCmyDA6q {
  background-color: #ffffff;
}
.cid-uxjCmyDA6q .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxjCmyDA6q .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxjCmyDA6q .card-wrap:hover h4,
.cid-uxjCmyDA6q .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxjCmyDA6q h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxjCmyDA6q h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxjCmyDA6q img {
  width: 100%;
}
.cid-uxjCmyDA6q h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjCmyDA6q h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjCmyDA6q .card-title1,
.cid-uxjCmyDA6q .title-wrap1 {
  color: #ffffff;
}
.cid-uxjCmyDA6q .card-title,
.cid-uxjCmyDA6q .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxjCmyDA6q .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxjCmyDA6q .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxjCmyDA6q H3 {
  color: #767676;
}
.cid-uxjCmyDA6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjCmyDA6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjCmyDA6q .mbr-text,
.cid-uxjCmyDA6q .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxjCmyPhia {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxjCmyPhia .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjCmyPhia .item-title,
.cid-uxjCmyPhia .card_topic {
  margin-bottom: 12px;
}
.cid-uxjCmyPhia .category_content {
  opacity: .8;
}
.cid-uxjCmyPhia .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjCmyPhia .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxjCmyPhia .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjCmyPhia .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjCmyPhia .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjCmyPhia .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjCmyPhia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjCmyPhia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjCmz6WvB {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxjCmz6WvB .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjCmz6WvB .item-title,
.cid-uxjCmz6WvB .card_topic {
  margin-bottom: 12px;
}
.cid-uxjCmz6WvB .category_content {
  opacity: .8;
}
.cid-uxjCmz6WvB .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjCmz6WvB .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxjCmz6WvB .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjCmz6WvB .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjCmz6WvB .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjCmz6WvB .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjCmz6WvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjCmz6WvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjCmzj8Hn {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxjCmzj8Hn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxjCmzj8Hn .form-row {
  justify-content: flex-end;
}
.cid-uxjCmzj8Hn .form-control,
.cid-uxjCmzj8Hn .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxjCmzj8Hn .form-control:hover,
.cid-uxjCmzj8Hn .field-input:hover,
.cid-uxjCmzj8Hn .form-control:focus,
.cid-uxjCmzj8Hn .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxjCmzj8Hn input::-webkit-input-placeholder,
.cid-uxjCmzj8Hn textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxjCmzj8Hn input:-moz-placeholder,
.cid-uxjCmzj8Hn textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxjCmzj8Hn .jq-selectbox li,
.cid-uxjCmzj8Hn .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjCmzj8Hn .jq-selectbox li:hover,
.cid-uxjCmzj8Hn .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjCmzj8Hn .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjCmzj8Hn .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjCmzj8Hn span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxjCmzj8Hn textarea {
  min-height: 150px;
}
.cid-uxjCmzj8Hn h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxjCmzj8Hn h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxjCmzj8Hn .mbr-text,
.cid-uxjCmzj8Hn .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxjCmzj8Hn H1 {
  color: #143019;
  text-align: center;
}
.cid-uxjCmzxtrB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxjCmzxtrB .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxjCmzxtrB .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxjCmzxtrB .row {
    row-gap: 40px;
  }
}
.cid-uxjCmzxtrB .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxjCmzxtrB .mbr-section-title {
  color: #28432c;
}
.cid-uxjCmzxtrB .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxjCmzxtrB .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxjCmzxtrB .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxjCmzxtrB .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxjCmzxtrB .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxjCmzxtrB .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxjCmzxtrB .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxjCmzxtrB .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxjCmzxtrB .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxjCmzxtrB .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxjCmzxtrB .item-content {
  margin-top: 32px;
}
.cid-uxjCmzxtrB .item-title {
  color: #303030;
}
.cid-uxjCmzxtrB .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxjCmzxtrB .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxjCmzxtrB .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxjCmzxtrB .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxjCmzxtrB .item-text {
  color: #9b8db7;
}
.cid-uxjCmzxtrB .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxjCmzWQSh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxjCmzWQSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjCmzWQSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjCmzWQSh .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxjCmzWQSh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxjCmzWQSh .container {
    padding: 0 26px;
  }
}
.cid-uxjCmzWQSh .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxjCmzWQSh .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxjCmzWQSh .row {
    padding: 26px;
  }
}
.cid-uxjCmzWQSh .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxjCmzWQSh .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxjCmzWQSh .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxjCmzWQSh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxjCmzWQSh .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxjCmzWQSh .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxjCmzWQSh .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxjCmzWQSh .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxjCmzWQSh .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjCmzWQSh .nav-wrapper .list {
    display: block;
  }
}
.cid-uxjCmzWQSh .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxjCmzWQSh .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxjCmzWQSh .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxjCmzWQSh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxjCmzWQSh .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxjCmzWQSh .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxjCmzWQSh .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxjCmzWQSh .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxjCmzWQSh .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxjCmzWQSh .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxjCmzWQSh .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxjCmzWQSh .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxjCmzWQSh .mbr-section-title,
.cid-uxjCmzWQSh .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxjCmzWQSh .list {
  color: #ffffff;
}
.cid-uxjCmzWQSh .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxjCmzWQSh .list,
.cid-uxjCmzWQSh .nav-wrapper,
.cid-uxjCmzWQSh .soc-wrapper {
  text-align: center;
}
.cid-uxjGMk3Gv9 .nav-item:focus,
.cid-uxjGMk3Gv9 .nav-link:focus {
  outline: none;
}
.cid-uxjGMk3Gv9 a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxjGMk3Gv9 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxjGMk3Gv9 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxjGMk3Gv9 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxjGMk3Gv9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxjGMk3Gv9 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxjGMk3Gv9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxjGMk3Gv9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxjGMk3Gv9 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxjGMk3Gv9 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxjGMk3Gv9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxjGMk3Gv9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxjGMk3Gv9 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxjGMk3Gv9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxjGMk3Gv9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxjGMk3Gv9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxjGMk3Gv9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxjGMk3Gv9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxjGMk3Gv9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxjGMk3Gv9 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxjGMk3Gv9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxjGMk3Gv9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxjGMk3Gv9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxjGMk3Gv9 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxjGMk3Gv9 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxjGMk3Gv9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxjGMk3Gv9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxjGMk3Gv9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxjGMk3Gv9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxjGMk3Gv9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxjGMk3Gv9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxjGMk3Gv9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxjGMk3Gv9 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxjGMk3Gv9 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxjGMk3Gv9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxjGMk3Gv9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxjGMk3Gv9 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxjGMk3Gv9 .dropdown-item.active,
.cid-uxjGMk3Gv9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxjGMk3Gv9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxjGMk3Gv9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxjGMk3Gv9 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxjGMk3Gv9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxjGMk3Gv9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxjGMk3Gv9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxjGMk3Gv9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxjGMk3Gv9 .navbar-buttons {
  text-align: center;
}
.cid-uxjGMk3Gv9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxjGMk3Gv9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxjGMk3Gv9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxjGMk3Gv9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjGMk3Gv9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjGMk3Gv9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxjGMk3Gv9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjGMk3Gv9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxjGMk3Gv9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxjGMk3Gv9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjGMk3Gv9 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxjGMk3Gv9 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxjGMk3Gv9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxjGMk3Gv9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxjGMk3Gv9 .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxjGMk3Gv9 .nav-link:hover,
.cid-uxjGMk3Gv9 .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxjGMk3Gv9 .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxjGMk3Gv9 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxjGMk3Gv9 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxjGMk3Gv9 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxjGMk3Gv9 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxjGMk3Gv9 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxjGMk3Gv9 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxjGMkrdlS {
  background-color: #ffffff;
}
.cid-uxjGMkrdlS .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxjGMkrdlS .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxjGMkrdlS .card-wrap:hover h4,
.cid-uxjGMkrdlS .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxjGMkrdlS h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxjGMkrdlS h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxjGMkrdlS img {
  width: 100%;
}
.cid-uxjGMkrdlS h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjGMkrdlS h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjGMkrdlS .card-title1,
.cid-uxjGMkrdlS .title-wrap1 {
  color: #ffffff;
}
.cid-uxjGMkrdlS .card-title,
.cid-uxjGMkrdlS .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxjGMkrdlS .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxjGMkrdlS .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxjGMkrdlS H3 {
  color: #767676;
}
.cid-uxjGMkrdlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjGMkrdlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjGMkrdlS .mbr-text,
.cid-uxjGMkrdlS .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxjGMkJOsN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxjGMkJOsN .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjGMkJOsN .item-title,
.cid-uxjGMkJOsN .card_topic {
  margin-bottom: 12px;
}
.cid-uxjGMkJOsN .category_content {
  opacity: .8;
}
.cid-uxjGMkJOsN .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjGMkJOsN .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxjGMkJOsN .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjGMkJOsN .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjGMkJOsN .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjGMkJOsN .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjGMkJOsN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjGMkJOsN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjGMkY7W4 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxjGMkY7W4 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjGMkY7W4 .item-title,
.cid-uxjGMkY7W4 .card_topic {
  margin-bottom: 12px;
}
.cid-uxjGMkY7W4 .category_content {
  opacity: .8;
}
.cid-uxjGMkY7W4 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjGMkY7W4 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxjGMkY7W4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjGMkY7W4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjGMkY7W4 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjGMkY7W4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjGMkY7W4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjGMkY7W4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjGMlbski {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxjGMlbski .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxjGMlbski .form-row {
  justify-content: flex-end;
}
.cid-uxjGMlbski .form-control,
.cid-uxjGMlbski .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxjGMlbski .form-control:hover,
.cid-uxjGMlbski .field-input:hover,
.cid-uxjGMlbski .form-control:focus,
.cid-uxjGMlbski .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxjGMlbski input::-webkit-input-placeholder,
.cid-uxjGMlbski textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxjGMlbski input:-moz-placeholder,
.cid-uxjGMlbski textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxjGMlbski .jq-selectbox li,
.cid-uxjGMlbski .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjGMlbski .jq-selectbox li:hover,
.cid-uxjGMlbski .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjGMlbski .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjGMlbski .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjGMlbski span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxjGMlbski textarea {
  min-height: 150px;
}
.cid-uxjGMlbski h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxjGMlbski h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxjGMlbski .mbr-text,
.cid-uxjGMlbski .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxjGMlbski H1 {
  color: #143019;
  text-align: center;
}
.cid-uxjGMlr1yS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxjGMlr1yS .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxjGMlr1yS .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxjGMlr1yS .row {
    row-gap: 40px;
  }
}
.cid-uxjGMlr1yS .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxjGMlr1yS .mbr-section-title {
  color: #28432c;
}
.cid-uxjGMlr1yS .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxjGMlr1yS .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxjGMlr1yS .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxjGMlr1yS .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxjGMlr1yS .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxjGMlr1yS .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxjGMlr1yS .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxjGMlr1yS .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxjGMlr1yS .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxjGMlr1yS .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxjGMlr1yS .item-content {
  margin-top: 32px;
}
.cid-uxjGMlr1yS .item-title {
  color: #303030;
}
.cid-uxjGMlr1yS .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxjGMlr1yS .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxjGMlr1yS .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxjGMlr1yS .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxjGMlr1yS .item-text {
  color: #9b8db7;
}
.cid-uxjGMlr1yS .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxjGMlP5Z1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxjGMlP5Z1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjGMlP5Z1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjGMlP5Z1 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxjGMlP5Z1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxjGMlP5Z1 .container {
    padding: 0 26px;
  }
}
.cid-uxjGMlP5Z1 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxjGMlP5Z1 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxjGMlP5Z1 .row {
    padding: 26px;
  }
}
.cid-uxjGMlP5Z1 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxjGMlP5Z1 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxjGMlP5Z1 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxjGMlP5Z1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxjGMlP5Z1 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxjGMlP5Z1 .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxjGMlP5Z1 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxjGMlP5Z1 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxjGMlP5Z1 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjGMlP5Z1 .nav-wrapper .list {
    display: block;
  }
}
.cid-uxjGMlP5Z1 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxjGMlP5Z1 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxjGMlP5Z1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxjGMlP5Z1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxjGMlP5Z1 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxjGMlP5Z1 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxjGMlP5Z1 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxjGMlP5Z1 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxjGMlP5Z1 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxjGMlP5Z1 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxjGMlP5Z1 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxjGMlP5Z1 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxjGMlP5Z1 .mbr-section-title,
.cid-uxjGMlP5Z1 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxjGMlP5Z1 .list {
  color: #ffffff;
}
.cid-uxjGMlP5Z1 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxjGMlP5Z1 .list,
.cid-uxjGMlP5Z1 .nav-wrapper,
.cid-uxjGMlP5Z1 .soc-wrapper {
  text-align: center;
}
.cid-uxjTsO5cE0 .nav-item:focus,
.cid-uxjTsO5cE0 .nav-link:focus {
  outline: none;
}
.cid-uxjTsO5cE0 a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxjTsO5cE0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxjTsO5cE0 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxjTsO5cE0 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxjTsO5cE0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxjTsO5cE0 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxjTsO5cE0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxjTsO5cE0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxjTsO5cE0 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxjTsO5cE0 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxjTsO5cE0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxjTsO5cE0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxjTsO5cE0 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxjTsO5cE0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxjTsO5cE0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxjTsO5cE0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxjTsO5cE0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxjTsO5cE0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxjTsO5cE0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxjTsO5cE0 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxjTsO5cE0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxjTsO5cE0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxjTsO5cE0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxjTsO5cE0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxjTsO5cE0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxjTsO5cE0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxjTsO5cE0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxjTsO5cE0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxjTsO5cE0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxjTsO5cE0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxjTsO5cE0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxjTsO5cE0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxjTsO5cE0 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxjTsO5cE0 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxjTsO5cE0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxjTsO5cE0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxjTsO5cE0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxjTsO5cE0 .dropdown-item.active,
.cid-uxjTsO5cE0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxjTsO5cE0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxjTsO5cE0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxjTsO5cE0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxjTsO5cE0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxjTsO5cE0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxjTsO5cE0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxjTsO5cE0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxjTsO5cE0 .navbar-buttons {
  text-align: center;
}
.cid-uxjTsO5cE0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxjTsO5cE0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxjTsO5cE0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxjTsO5cE0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjTsO5cE0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjTsO5cE0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxjTsO5cE0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjTsO5cE0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxjTsO5cE0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxjTsO5cE0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjTsO5cE0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxjTsO5cE0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxjTsO5cE0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxjTsO5cE0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxjTsO5cE0 .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxjTsO5cE0 .nav-link:hover,
.cid-uxjTsO5cE0 .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxjTsO5cE0 .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxjTsO5cE0 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxjTsO5cE0 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxjTsO5cE0 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxjTsO5cE0 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxjTsO5cE0 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxjTsO5cE0 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxjTsOPUXv {
  background-color: #ffffff;
}
.cid-uxjTsOPUXv .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxjTsOPUXv .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxjTsOPUXv .card-wrap:hover h4,
.cid-uxjTsOPUXv .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxjTsOPUXv h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxjTsOPUXv h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxjTsOPUXv img {
  width: 100%;
}
.cid-uxjTsOPUXv h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjTsOPUXv h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjTsOPUXv .card-title1,
.cid-uxjTsOPUXv .title-wrap1 {
  color: #ffffff;
}
.cid-uxjTsOPUXv .card-title,
.cid-uxjTsOPUXv .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxjTsOPUXv .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxjTsOPUXv .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxjTsOPUXv H3 {
  color: #767676;
}
.cid-uxjTsOPUXv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjTsOPUXv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjTsOPUXv .mbr-text,
.cid-uxjTsOPUXv .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxjTsPbPLR {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxjTsPbPLR .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjTsPbPLR .item-title,
.cid-uxjTsPbPLR .card_topic {
  margin-bottom: 12px;
}
.cid-uxjTsPbPLR .category_content {
  opacity: .8;
}
.cid-uxjTsPbPLR .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjTsPbPLR .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxjTsPbPLR .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjTsPbPLR .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjTsPbPLR .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjTsPbPLR .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjTsPbPLR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjTsPbPLR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjTsPDYL5 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxjTsPDYL5 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjTsPDYL5 .item-title,
.cid-uxjTsPDYL5 .card_topic {
  margin-bottom: 12px;
}
.cid-uxjTsPDYL5 .category_content {
  opacity: .8;
}
.cid-uxjTsPDYL5 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjTsPDYL5 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxjTsPDYL5 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjTsPDYL5 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjTsPDYL5 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjTsPDYL5 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjTsPDYL5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjTsPDYL5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjTsPYjD6 {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxjTsPYjD6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxjTsPYjD6 .form-row {
  justify-content: flex-end;
}
.cid-uxjTsPYjD6 .form-control,
.cid-uxjTsPYjD6 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxjTsPYjD6 .form-control:hover,
.cid-uxjTsPYjD6 .field-input:hover,
.cid-uxjTsPYjD6 .form-control:focus,
.cid-uxjTsPYjD6 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxjTsPYjD6 input::-webkit-input-placeholder,
.cid-uxjTsPYjD6 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxjTsPYjD6 input:-moz-placeholder,
.cid-uxjTsPYjD6 textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxjTsPYjD6 .jq-selectbox li,
.cid-uxjTsPYjD6 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjTsPYjD6 .jq-selectbox li:hover,
.cid-uxjTsPYjD6 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjTsPYjD6 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjTsPYjD6 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjTsPYjD6 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxjTsPYjD6 textarea {
  min-height: 150px;
}
.cid-uxjTsPYjD6 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxjTsPYjD6 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxjTsPYjD6 .mbr-text,
.cid-uxjTsPYjD6 .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxjTsPYjD6 H1 {
  color: #143019;
  text-align: center;
}
.cid-uxjTsQlSYA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxjTsQlSYA .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxjTsQlSYA .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxjTsQlSYA .row {
    row-gap: 40px;
  }
}
.cid-uxjTsQlSYA .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxjTsQlSYA .mbr-section-title {
  color: #28432c;
}
.cid-uxjTsQlSYA .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxjTsQlSYA .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxjTsQlSYA .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxjTsQlSYA .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxjTsQlSYA .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxjTsQlSYA .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxjTsQlSYA .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxjTsQlSYA .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxjTsQlSYA .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxjTsQlSYA .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxjTsQlSYA .item-content {
  margin-top: 32px;
}
.cid-uxjTsQlSYA .item-title {
  color: #303030;
}
.cid-uxjTsQlSYA .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxjTsQlSYA .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxjTsQlSYA .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxjTsQlSYA .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxjTsQlSYA .item-text {
  color: #9b8db7;
}
.cid-uxjTsQlSYA .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxjTsQPgDL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxjTsQPgDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjTsQPgDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjTsQPgDL .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxjTsQPgDL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxjTsQPgDL .container {
    padding: 0 26px;
  }
}
.cid-uxjTsQPgDL .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxjTsQPgDL .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxjTsQPgDL .row {
    padding: 26px;
  }
}
.cid-uxjTsQPgDL .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxjTsQPgDL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxjTsQPgDL .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxjTsQPgDL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxjTsQPgDL .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxjTsQPgDL .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxjTsQPgDL .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxjTsQPgDL .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxjTsQPgDL .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjTsQPgDL .nav-wrapper .list {
    display: block;
  }
}
.cid-uxjTsQPgDL .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxjTsQPgDL .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxjTsQPgDL .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxjTsQPgDL .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxjTsQPgDL .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxjTsQPgDL .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxjTsQPgDL .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxjTsQPgDL .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxjTsQPgDL .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxjTsQPgDL .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxjTsQPgDL .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxjTsQPgDL .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxjTsQPgDL .mbr-section-title,
.cid-uxjTsQPgDL .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxjTsQPgDL .list {
  color: #ffffff;
}
.cid-uxjTsQPgDL .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxjTsQPgDL .list,
.cid-uxjTsQPgDL .nav-wrapper,
.cid-uxjTsQPgDL .soc-wrapper {
  text-align: center;
}
.cid-uxjU7aKFoZ .nav-item:focus,
.cid-uxjU7aKFoZ .nav-link:focus {
  outline: none;
}
.cid-uxjU7aKFoZ a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxjU7aKFoZ .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxjU7aKFoZ .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxjU7aKFoZ .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxjU7aKFoZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxjU7aKFoZ .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxjU7aKFoZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxjU7aKFoZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxjU7aKFoZ .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxjU7aKFoZ .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxjU7aKFoZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxjU7aKFoZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxjU7aKFoZ .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxjU7aKFoZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxjU7aKFoZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxjU7aKFoZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxjU7aKFoZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxjU7aKFoZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxjU7aKFoZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxjU7aKFoZ .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxjU7aKFoZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxjU7aKFoZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxjU7aKFoZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxjU7aKFoZ .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxjU7aKFoZ .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxjU7aKFoZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxjU7aKFoZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxjU7aKFoZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxjU7aKFoZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxjU7aKFoZ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxjU7aKFoZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxjU7aKFoZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxjU7aKFoZ .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxjU7aKFoZ .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxjU7aKFoZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxjU7aKFoZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxjU7aKFoZ .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxjU7aKFoZ .dropdown-item.active,
.cid-uxjU7aKFoZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uxjU7aKFoZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxjU7aKFoZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxjU7aKFoZ .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxjU7aKFoZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxjU7aKFoZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxjU7aKFoZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxjU7aKFoZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxjU7aKFoZ .navbar-buttons {
  text-align: center;
}
.cid-uxjU7aKFoZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxjU7aKFoZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxjU7aKFoZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxjU7aKFoZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjU7aKFoZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjU7aKFoZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxjU7aKFoZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjU7aKFoZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxjU7aKFoZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxjU7aKFoZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjU7aKFoZ .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxjU7aKFoZ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxjU7aKFoZ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxjU7aKFoZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxjU7aKFoZ .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxjU7aKFoZ .nav-link:hover,
.cid-uxjU7aKFoZ .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxjU7aKFoZ .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxjU7aKFoZ .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxjU7aKFoZ .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxjU7aKFoZ .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxjU7aKFoZ .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxjU7aKFoZ .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxjU7aKFoZ .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxjU7bvFUM {
  background-color: #ffffff;
}
.cid-uxjU7bvFUM .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxjU7bvFUM .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxjU7bvFUM .card-wrap:hover h4,
.cid-uxjU7bvFUM .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxjU7bvFUM h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxjU7bvFUM h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxjU7bvFUM img {
  width: 100%;
}
.cid-uxjU7bvFUM h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjU7bvFUM h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjU7bvFUM .card-title1,
.cid-uxjU7bvFUM .title-wrap1 {
  color: #ffffff;
}
.cid-uxjU7bvFUM .card-title,
.cid-uxjU7bvFUM .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxjU7bvFUM .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxjU7bvFUM .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxjU7bvFUM H3 {
  color: #767676;
}
.cid-uxjU7bvFUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjU7bvFUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjU7bvFUM .mbr-text,
.cid-uxjU7bvFUM .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxjU7c0vWP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxjU7c0vWP .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjU7c0vWP .item-title,
.cid-uxjU7c0vWP .card_topic {
  margin-bottom: 12px;
}
.cid-uxjU7c0vWP .category_content {
  opacity: .8;
}
.cid-uxjU7c0vWP .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjU7c0vWP .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxjU7c0vWP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjU7c0vWP .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjU7c0vWP .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjU7c0vWP .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjU7c0vWP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjU7c0vWP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjU7cocgD {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxjU7cocgD .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjU7cocgD .item-title,
.cid-uxjU7cocgD .card_topic {
  margin-bottom: 12px;
}
.cid-uxjU7cocgD .category_content {
  opacity: .8;
}
.cid-uxjU7cocgD .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjU7cocgD .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxjU7cocgD .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjU7cocgD .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjU7cocgD .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjU7cocgD .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjU7cocgD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjU7cocgD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjU7cJZ9d {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxjU7cJZ9d .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxjU7cJZ9d .form-row {
  justify-content: flex-end;
}
.cid-uxjU7cJZ9d .form-control,
.cid-uxjU7cJZ9d .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxjU7cJZ9d .form-control:hover,
.cid-uxjU7cJZ9d .field-input:hover,
.cid-uxjU7cJZ9d .form-control:focus,
.cid-uxjU7cJZ9d .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxjU7cJZ9d input::-webkit-input-placeholder,
.cid-uxjU7cJZ9d textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxjU7cJZ9d input:-moz-placeholder,
.cid-uxjU7cJZ9d textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxjU7cJZ9d .jq-selectbox li,
.cid-uxjU7cJZ9d .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjU7cJZ9d .jq-selectbox li:hover,
.cid-uxjU7cJZ9d .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjU7cJZ9d .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjU7cJZ9d .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjU7cJZ9d span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxjU7cJZ9d textarea {
  min-height: 150px;
}
.cid-uxjU7cJZ9d h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxjU7cJZ9d h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxjU7cJZ9d .mbr-text,
.cid-uxjU7cJZ9d .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxjU7cJZ9d H1 {
  color: #143019;
  text-align: center;
}
.cid-uxjU7d8DyV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxjU7d8DyV .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxjU7d8DyV .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxjU7d8DyV .row {
    row-gap: 40px;
  }
}
.cid-uxjU7d8DyV .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxjU7d8DyV .mbr-section-title {
  color: #28432c;
}
.cid-uxjU7d8DyV .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxjU7d8DyV .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxjU7d8DyV .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxjU7d8DyV .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxjU7d8DyV .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxjU7d8DyV .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxjU7d8DyV .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxjU7d8DyV .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxjU7d8DyV .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxjU7d8DyV .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxjU7d8DyV .item-content {
  margin-top: 32px;
}
.cid-uxjU7d8DyV .item-title {
  color: #303030;
}
.cid-uxjU7d8DyV .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxjU7d8DyV .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxjU7d8DyV .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxjU7d8DyV .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxjU7d8DyV .item-text {
  color: #9b8db7;
}
.cid-uxjU7d8DyV .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxjU7dQAN0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxjU7dQAN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjU7dQAN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjU7dQAN0 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxjU7dQAN0 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxjU7dQAN0 .container {
    padding: 0 26px;
  }
}
.cid-uxjU7dQAN0 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxjU7dQAN0 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxjU7dQAN0 .row {
    padding: 26px;
  }
}
.cid-uxjU7dQAN0 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxjU7dQAN0 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxjU7dQAN0 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxjU7dQAN0 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxjU7dQAN0 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxjU7dQAN0 .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxjU7dQAN0 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxjU7dQAN0 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxjU7dQAN0 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjU7dQAN0 .nav-wrapper .list {
    display: block;
  }
}
.cid-uxjU7dQAN0 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxjU7dQAN0 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxjU7dQAN0 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxjU7dQAN0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxjU7dQAN0 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxjU7dQAN0 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxjU7dQAN0 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxjU7dQAN0 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxjU7dQAN0 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxjU7dQAN0 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxjU7dQAN0 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxjU7dQAN0 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxjU7dQAN0 .mbr-section-title,
.cid-uxjU7dQAN0 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxjU7dQAN0 .list {
  color: #ffffff;
}
.cid-uxjU7dQAN0 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxjU7dQAN0 .list,
.cid-uxjU7dQAN0 .nav-wrapper,
.cid-uxjU7dQAN0 .soc-wrapper {
  text-align: center;
}
.cid-uxjUp8hxWn .nav-item:focus,
.cid-uxjUp8hxWn .nav-link:focus {
  outline: none;
}
.cid-uxjUp8hxWn a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxjUp8hxWn .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxjUp8hxWn .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxjUp8hxWn .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxjUp8hxWn .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxjUp8hxWn .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxjUp8hxWn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxjUp8hxWn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxjUp8hxWn .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxjUp8hxWn .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxjUp8hxWn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxjUp8hxWn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxjUp8hxWn .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxjUp8hxWn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxjUp8hxWn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxjUp8hxWn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxjUp8hxWn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxjUp8hxWn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxjUp8hxWn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxjUp8hxWn .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxjUp8hxWn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxjUp8hxWn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxjUp8hxWn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxjUp8hxWn .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxjUp8hxWn .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxjUp8hxWn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxjUp8hxWn .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxjUp8hxWn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxjUp8hxWn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxjUp8hxWn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxjUp8hxWn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxjUp8hxWn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxjUp8hxWn .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxjUp8hxWn .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxjUp8hxWn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxjUp8hxWn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxjUp8hxWn .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxjUp8hxWn .dropdown-item.active,
.cid-uxjUp8hxWn .dropdown-item:active {
  background-color: transparent;
}
.cid-uxjUp8hxWn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxjUp8hxWn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxjUp8hxWn .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxjUp8hxWn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxjUp8hxWn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxjUp8hxWn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxjUp8hxWn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxjUp8hxWn .navbar-buttons {
  text-align: center;
}
.cid-uxjUp8hxWn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxjUp8hxWn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxjUp8hxWn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxjUp8hxWn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjUp8hxWn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjUp8hxWn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxjUp8hxWn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjUp8hxWn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxjUp8hxWn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxjUp8hxWn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjUp8hxWn .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxjUp8hxWn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxjUp8hxWn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxjUp8hxWn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxjUp8hxWn .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxjUp8hxWn .nav-link:hover,
.cid-uxjUp8hxWn .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxjUp8hxWn .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxjUp8hxWn .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxjUp8hxWn .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxjUp8hxWn .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxjUp8hxWn .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxjUp8hxWn .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxjUp8hxWn .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxjUp8TSfk {
  background-color: #ffffff;
}
.cid-uxjUp8TSfk .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxjUp8TSfk .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxjUp8TSfk .card-wrap:hover h4,
.cid-uxjUp8TSfk .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxjUp8TSfk h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxjUp8TSfk h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxjUp8TSfk img {
  width: 100%;
}
.cid-uxjUp8TSfk h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjUp8TSfk h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjUp8TSfk .card-title1,
.cid-uxjUp8TSfk .title-wrap1 {
  color: #ffffff;
}
.cid-uxjUp8TSfk .card-title,
.cid-uxjUp8TSfk .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxjUp8TSfk .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxjUp8TSfk .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxjUp8TSfk H3 {
  color: #767676;
}
.cid-uxjUp8TSfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjUp8TSfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjUp8TSfk .mbr-text,
.cid-uxjUp8TSfk .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxjUp9iUoK {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxjUp9iUoK .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjUp9iUoK .item-title,
.cid-uxjUp9iUoK .card_topic {
  margin-bottom: 12px;
}
.cid-uxjUp9iUoK .category_content {
  opacity: .8;
}
.cid-uxjUp9iUoK .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjUp9iUoK .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxjUp9iUoK .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjUp9iUoK .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjUp9iUoK .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjUp9iUoK .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjUp9iUoK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjUp9iUoK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjUp9HEm8 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxjUp9HEm8 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjUp9HEm8 .item-title,
.cid-uxjUp9HEm8 .card_topic {
  margin-bottom: 12px;
}
.cid-uxjUp9HEm8 .category_content {
  opacity: .8;
}
.cid-uxjUp9HEm8 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjUp9HEm8 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxjUp9HEm8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjUp9HEm8 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjUp9HEm8 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjUp9HEm8 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjUp9HEm8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjUp9HEm8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjUpa7pLT {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxjUpa7pLT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxjUpa7pLT .form-row {
  justify-content: flex-end;
}
.cid-uxjUpa7pLT .form-control,
.cid-uxjUpa7pLT .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxjUpa7pLT .form-control:hover,
.cid-uxjUpa7pLT .field-input:hover,
.cid-uxjUpa7pLT .form-control:focus,
.cid-uxjUpa7pLT .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxjUpa7pLT input::-webkit-input-placeholder,
.cid-uxjUpa7pLT textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxjUpa7pLT input:-moz-placeholder,
.cid-uxjUpa7pLT textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxjUpa7pLT .jq-selectbox li,
.cid-uxjUpa7pLT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjUpa7pLT .jq-selectbox li:hover,
.cid-uxjUpa7pLT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjUpa7pLT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjUpa7pLT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjUpa7pLT span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxjUpa7pLT textarea {
  min-height: 150px;
}
.cid-uxjUpa7pLT h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxjUpa7pLT h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxjUpa7pLT .mbr-text,
.cid-uxjUpa7pLT .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxjUpa7pLT H1 {
  color: #143019;
  text-align: center;
}
.cid-uxjUpau0nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxjUpau0nf .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxjUpau0nf .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxjUpau0nf .row {
    row-gap: 40px;
  }
}
.cid-uxjUpau0nf .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxjUpau0nf .mbr-section-title {
  color: #28432c;
}
.cid-uxjUpau0nf .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxjUpau0nf .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxjUpau0nf .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxjUpau0nf .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxjUpau0nf .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxjUpau0nf .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxjUpau0nf .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxjUpau0nf .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxjUpau0nf .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxjUpau0nf .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxjUpau0nf .item-content {
  margin-top: 32px;
}
.cid-uxjUpau0nf .item-title {
  color: #303030;
}
.cid-uxjUpau0nf .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxjUpau0nf .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxjUpau0nf .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxjUpau0nf .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxjUpau0nf .item-text {
  color: #9b8db7;
}
.cid-uxjUpau0nf .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxjUpaW3ib {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxjUpaW3ib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjUpaW3ib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjUpaW3ib .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxjUpaW3ib .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxjUpaW3ib .container {
    padding: 0 26px;
  }
}
.cid-uxjUpaW3ib .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxjUpaW3ib .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxjUpaW3ib .row {
    padding: 26px;
  }
}
.cid-uxjUpaW3ib .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxjUpaW3ib .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxjUpaW3ib .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxjUpaW3ib .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxjUpaW3ib .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxjUpaW3ib .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxjUpaW3ib .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxjUpaW3ib .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxjUpaW3ib .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjUpaW3ib .nav-wrapper .list {
    display: block;
  }
}
.cid-uxjUpaW3ib .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxjUpaW3ib .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxjUpaW3ib .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxjUpaW3ib .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxjUpaW3ib .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxjUpaW3ib .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxjUpaW3ib .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxjUpaW3ib .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxjUpaW3ib .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxjUpaW3ib .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxjUpaW3ib .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxjUpaW3ib .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxjUpaW3ib .mbr-section-title,
.cid-uxjUpaW3ib .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxjUpaW3ib .list {
  color: #ffffff;
}
.cid-uxjUpaW3ib .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxjUpaW3ib .list,
.cid-uxjUpaW3ib .nav-wrapper,
.cid-uxjUpaW3ib .soc-wrapper {
  text-align: center;
}
.cid-uxjVej05RC .nav-item:focus,
.cid-uxjVej05RC .nav-link:focus {
  outline: none;
}
.cid-uxjVej05RC a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxjVej05RC .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxjVej05RC .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxjVej05RC .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxjVej05RC .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxjVej05RC .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxjVej05RC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxjVej05RC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxjVej05RC .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxjVej05RC .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxjVej05RC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxjVej05RC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxjVej05RC .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxjVej05RC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxjVej05RC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxjVej05RC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxjVej05RC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxjVej05RC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxjVej05RC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxjVej05RC .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxjVej05RC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxjVej05RC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxjVej05RC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxjVej05RC .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxjVej05RC .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxjVej05RC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxjVej05RC .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxjVej05RC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxjVej05RC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxjVej05RC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxjVej05RC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxjVej05RC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxjVej05RC .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxjVej05RC .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxjVej05RC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxjVej05RC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxjVej05RC .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxjVej05RC .dropdown-item.active,
.cid-uxjVej05RC .dropdown-item:active {
  background-color: transparent;
}
.cid-uxjVej05RC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxjVej05RC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxjVej05RC .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxjVej05RC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxjVej05RC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxjVej05RC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxjVej05RC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxjVej05RC .navbar-buttons {
  text-align: center;
}
.cid-uxjVej05RC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxjVej05RC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxjVej05RC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxjVej05RC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjVej05RC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjVej05RC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxjVej05RC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjVej05RC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxjVej05RC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxjVej05RC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjVej05RC .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxjVej05RC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxjVej05RC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxjVej05RC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxjVej05RC .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxjVej05RC .nav-link:hover,
.cid-uxjVej05RC .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxjVej05RC .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxjVej05RC .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxjVej05RC .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxjVej05RC .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxjVej05RC .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxjVej05RC .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxjVej05RC .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxjVejIGAw {
  background-color: #ffffff;
}
.cid-uxjVejIGAw .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxjVejIGAw .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxjVejIGAw .card-wrap:hover h4,
.cid-uxjVejIGAw .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxjVejIGAw h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxjVejIGAw h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxjVejIGAw img {
  width: 100%;
}
.cid-uxjVejIGAw h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjVejIGAw h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjVejIGAw .card-title1,
.cid-uxjVejIGAw .title-wrap1 {
  color: #ffffff;
}
.cid-uxjVejIGAw .card-title,
.cid-uxjVejIGAw .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxjVejIGAw .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxjVejIGAw .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxjVejIGAw H3 {
  color: #767676;
}
.cid-uxjVejIGAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjVejIGAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjVejIGAw .mbr-text,
.cid-uxjVejIGAw .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxjVek8vLz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxjVek8vLz .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjVek8vLz .item-title,
.cid-uxjVek8vLz .card_topic {
  margin-bottom: 12px;
}
.cid-uxjVek8vLz .category_content {
  opacity: .8;
}
.cid-uxjVek8vLz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjVek8vLz .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxjVek8vLz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjVek8vLz .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjVek8vLz .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjVek8vLz .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjVek8vLz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjVek8vLz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjVekMX8j {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxjVekMX8j .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjVekMX8j .item-title,
.cid-uxjVekMX8j .card_topic {
  margin-bottom: 12px;
}
.cid-uxjVekMX8j .category_content {
  opacity: .8;
}
.cid-uxjVekMX8j .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjVekMX8j .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxjVekMX8j .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjVekMX8j .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjVekMX8j .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjVekMX8j .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjVekMX8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjVekMX8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjVel4NTe {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxjVel4NTe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxjVel4NTe .form-row {
  justify-content: flex-end;
}
.cid-uxjVel4NTe .form-control,
.cid-uxjVel4NTe .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxjVel4NTe .form-control:hover,
.cid-uxjVel4NTe .field-input:hover,
.cid-uxjVel4NTe .form-control:focus,
.cid-uxjVel4NTe .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxjVel4NTe input::-webkit-input-placeholder,
.cid-uxjVel4NTe textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxjVel4NTe input:-moz-placeholder,
.cid-uxjVel4NTe textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxjVel4NTe .jq-selectbox li,
.cid-uxjVel4NTe .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjVel4NTe .jq-selectbox li:hover,
.cid-uxjVel4NTe .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjVel4NTe .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjVel4NTe .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjVel4NTe span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxjVel4NTe textarea {
  min-height: 150px;
}
.cid-uxjVel4NTe h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxjVel4NTe h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxjVel4NTe .mbr-text,
.cid-uxjVel4NTe .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxjVel4NTe H1 {
  color: #143019;
  text-align: center;
}
.cid-uxjVelpwtz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxjVelpwtz .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxjVelpwtz .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxjVelpwtz .row {
    row-gap: 40px;
  }
}
.cid-uxjVelpwtz .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxjVelpwtz .mbr-section-title {
  color: #28432c;
}
.cid-uxjVelpwtz .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxjVelpwtz .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxjVelpwtz .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxjVelpwtz .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxjVelpwtz .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxjVelpwtz .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxjVelpwtz .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxjVelpwtz .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxjVelpwtz .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxjVelpwtz .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxjVelpwtz .item-content {
  margin-top: 32px;
}
.cid-uxjVelpwtz .item-title {
  color: #303030;
}
.cid-uxjVelpwtz .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxjVelpwtz .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxjVelpwtz .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxjVelpwtz .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxjVelpwtz .item-text {
  color: #9b8db7;
}
.cid-uxjVelpwtz .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxjVelVlds {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxjVelVlds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjVelVlds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjVelVlds .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxjVelVlds .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxjVelVlds .container {
    padding: 0 26px;
  }
}
.cid-uxjVelVlds .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxjVelVlds .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxjVelVlds .row {
    padding: 26px;
  }
}
.cid-uxjVelVlds .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxjVelVlds .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxjVelVlds .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxjVelVlds .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxjVelVlds .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxjVelVlds .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxjVelVlds .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxjVelVlds .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxjVelVlds .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjVelVlds .nav-wrapper .list {
    display: block;
  }
}
.cid-uxjVelVlds .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxjVelVlds .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxjVelVlds .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxjVelVlds .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxjVelVlds .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxjVelVlds .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxjVelVlds .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxjVelVlds .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxjVelVlds .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxjVelVlds .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxjVelVlds .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxjVelVlds .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxjVelVlds .mbr-section-title,
.cid-uxjVelVlds .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxjVelVlds .list {
  color: #ffffff;
}
.cid-uxjVelVlds .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxjVelVlds .list,
.cid-uxjVelVlds .nav-wrapper,
.cid-uxjVelVlds .soc-wrapper {
  text-align: center;
}
.cid-uxjW6FsLGz .nav-item:focus,
.cid-uxjW6FsLGz .nav-link:focus {
  outline: none;
}
.cid-uxjW6FsLGz a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxjW6FsLGz .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxjW6FsLGz .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxjW6FsLGz .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxjW6FsLGz .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxjW6FsLGz .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxjW6FsLGz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxjW6FsLGz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxjW6FsLGz .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxjW6FsLGz .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxjW6FsLGz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxjW6FsLGz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxjW6FsLGz .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxjW6FsLGz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxjW6FsLGz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxjW6FsLGz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxjW6FsLGz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxjW6FsLGz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxjW6FsLGz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxjW6FsLGz .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxjW6FsLGz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxjW6FsLGz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxjW6FsLGz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxjW6FsLGz .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxjW6FsLGz .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxjW6FsLGz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxjW6FsLGz .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxjW6FsLGz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxjW6FsLGz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxjW6FsLGz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxjW6FsLGz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxjW6FsLGz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxjW6FsLGz .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxjW6FsLGz .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxjW6FsLGz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxjW6FsLGz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxjW6FsLGz .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxjW6FsLGz .dropdown-item.active,
.cid-uxjW6FsLGz .dropdown-item:active {
  background-color: transparent;
}
.cid-uxjW6FsLGz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxjW6FsLGz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxjW6FsLGz .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxjW6FsLGz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxjW6FsLGz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxjW6FsLGz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxjW6FsLGz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxjW6FsLGz .navbar-buttons {
  text-align: center;
}
.cid-uxjW6FsLGz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxjW6FsLGz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxjW6FsLGz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxjW6FsLGz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjW6FsLGz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxjW6FsLGz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxjW6FsLGz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjW6FsLGz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxjW6FsLGz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxjW6FsLGz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxjW6FsLGz .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxjW6FsLGz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxjW6FsLGz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxjW6FsLGz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxjW6FsLGz .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxjW6FsLGz .nav-link:hover,
.cid-uxjW6FsLGz .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxjW6FsLGz .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxjW6FsLGz .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxjW6FsLGz .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxjW6FsLGz .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxjW6FsLGz .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxjW6FsLGz .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxjW6FsLGz .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxjW6GYMp0 {
  background-color: #ffffff;
}
.cid-uxjW6GYMp0 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxjW6GYMp0 .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxjW6GYMp0 .card-wrap:hover h4,
.cid-uxjW6GYMp0 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxjW6GYMp0 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxjW6GYMp0 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxjW6GYMp0 img {
  width: 100%;
}
.cid-uxjW6GYMp0 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjW6GYMp0 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxjW6GYMp0 .card-title1,
.cid-uxjW6GYMp0 .title-wrap1 {
  color: #ffffff;
}
.cid-uxjW6GYMp0 .card-title,
.cid-uxjW6GYMp0 .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxjW6GYMp0 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxjW6GYMp0 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxjW6GYMp0 H3 {
  color: #767676;
}
.cid-uxjW6GYMp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjW6GYMp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjW6GYMp0 .mbr-text,
.cid-uxjW6GYMp0 .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxjW6HDhkg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxjW6HDhkg .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjW6HDhkg .item-title,
.cid-uxjW6HDhkg .card_topic {
  margin-bottom: 12px;
}
.cid-uxjW6HDhkg .category_content {
  opacity: .8;
}
.cid-uxjW6HDhkg .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjW6HDhkg .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxjW6HDhkg .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjW6HDhkg .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjW6HDhkg .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjW6HDhkg .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjW6HDhkg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjW6HDhkg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjW6Il6c0 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxjW6Il6c0 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxjW6Il6c0 .item-title,
.cid-uxjW6Il6c0 .card_topic {
  margin-bottom: 12px;
}
.cid-uxjW6Il6c0 .category_content {
  opacity: .8;
}
.cid-uxjW6Il6c0 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxjW6Il6c0 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxjW6Il6c0 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxjW6Il6c0 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxjW6Il6c0 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxjW6Il6c0 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxjW6Il6c0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjW6Il6c0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjW6Jbvfk {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxjW6Jbvfk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxjW6Jbvfk .form-row {
  justify-content: flex-end;
}
.cid-uxjW6Jbvfk .form-control,
.cid-uxjW6Jbvfk .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxjW6Jbvfk .form-control:hover,
.cid-uxjW6Jbvfk .field-input:hover,
.cid-uxjW6Jbvfk .form-control:focus,
.cid-uxjW6Jbvfk .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxjW6Jbvfk input::-webkit-input-placeholder,
.cid-uxjW6Jbvfk textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxjW6Jbvfk input:-moz-placeholder,
.cid-uxjW6Jbvfk textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxjW6Jbvfk .jq-selectbox li,
.cid-uxjW6Jbvfk .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjW6Jbvfk .jq-selectbox li:hover,
.cid-uxjW6Jbvfk .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxjW6Jbvfk .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjW6Jbvfk .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxjW6Jbvfk span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxjW6Jbvfk textarea {
  min-height: 150px;
}
.cid-uxjW6Jbvfk h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxjW6Jbvfk h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxjW6Jbvfk .mbr-text,
.cid-uxjW6Jbvfk .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxjW6Jbvfk H1 {
  color: #143019;
  text-align: center;
}
.cid-uxjW6JE791 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxjW6JE791 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxjW6JE791 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxjW6JE791 .row {
    row-gap: 40px;
  }
}
.cid-uxjW6JE791 .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxjW6JE791 .mbr-section-title {
  color: #28432c;
}
.cid-uxjW6JE791 .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxjW6JE791 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxjW6JE791 .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxjW6JE791 .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxjW6JE791 .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxjW6JE791 .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxjW6JE791 .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxjW6JE791 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxjW6JE791 .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxjW6JE791 .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxjW6JE791 .item-content {
  margin-top: 32px;
}
.cid-uxjW6JE791 .item-title {
  color: #303030;
}
.cid-uxjW6JE791 .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxjW6JE791 .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxjW6JE791 .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxjW6JE791 .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxjW6JE791 .item-text {
  color: #9b8db7;
}
.cid-uxjW6JE791 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxjW6KjcY4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxjW6KjcY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxjW6KjcY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxjW6KjcY4 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxjW6KjcY4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxjW6KjcY4 .container {
    padding: 0 26px;
  }
}
.cid-uxjW6KjcY4 .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxjW6KjcY4 .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxjW6KjcY4 .row {
    padding: 26px;
  }
}
.cid-uxjW6KjcY4 .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxjW6KjcY4 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxjW6KjcY4 .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxjW6KjcY4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxjW6KjcY4 .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxjW6KjcY4 .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxjW6KjcY4 .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxjW6KjcY4 .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxjW6KjcY4 .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxjW6KjcY4 .nav-wrapper .list {
    display: block;
  }
}
.cid-uxjW6KjcY4 .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxjW6KjcY4 .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxjW6KjcY4 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxjW6KjcY4 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxjW6KjcY4 .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxjW6KjcY4 .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxjW6KjcY4 .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxjW6KjcY4 .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxjW6KjcY4 .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxjW6KjcY4 .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxjW6KjcY4 .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxjW6KjcY4 .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxjW6KjcY4 .mbr-section-title,
.cid-uxjW6KjcY4 .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxjW6KjcY4 .list {
  color: #ffffff;
}
.cid-uxjW6KjcY4 .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxjW6KjcY4 .list,
.cid-uxjW6KjcY4 .nav-wrapper,
.cid-uxjW6KjcY4 .soc-wrapper {
  text-align: center;
}
.cid-uxov8W9d3a .nav-item:focus,
.cid-uxov8W9d3a .nav-link:focus {
  outline: none;
}
.cid-uxov8W9d3a a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxov8W9d3a .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxov8W9d3a .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxov8W9d3a .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxov8W9d3a .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxov8W9d3a .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxov8W9d3a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxov8W9d3a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxov8W9d3a .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxov8W9d3a .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxov8W9d3a .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxov8W9d3a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxov8W9d3a .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxov8W9d3a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxov8W9d3a .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxov8W9d3a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxov8W9d3a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxov8W9d3a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxov8W9d3a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxov8W9d3a .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxov8W9d3a .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxov8W9d3a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxov8W9d3a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxov8W9d3a .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxov8W9d3a .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxov8W9d3a .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxov8W9d3a .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxov8W9d3a .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxov8W9d3a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxov8W9d3a .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxov8W9d3a .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxov8W9d3a .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxov8W9d3a .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxov8W9d3a .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxov8W9d3a .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxov8W9d3a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxov8W9d3a .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxov8W9d3a .dropdown-item.active,
.cid-uxov8W9d3a .dropdown-item:active {
  background-color: transparent;
}
.cid-uxov8W9d3a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxov8W9d3a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxov8W9d3a .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxov8W9d3a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxov8W9d3a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxov8W9d3a .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxov8W9d3a ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxov8W9d3a .navbar-buttons {
  text-align: center;
}
.cid-uxov8W9d3a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxov8W9d3a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxov8W9d3a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxov8W9d3a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxov8W9d3a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxov8W9d3a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxov8W9d3a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxov8W9d3a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxov8W9d3a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxov8W9d3a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxov8W9d3a .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxov8W9d3a a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxov8W9d3a .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxov8W9d3a .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxov8W9d3a .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxov8W9d3a .nav-link:hover,
.cid-uxov8W9d3a .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxov8W9d3a .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxov8W9d3a .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxov8W9d3a .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxov8W9d3a .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxov8W9d3a .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxov8W9d3a .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxov8W9d3a .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxov8WT7iI {
  background-color: #ffffff;
}
.cid-uxov8WT7iI .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxov8WT7iI .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxov8WT7iI .card-wrap:hover h4,
.cid-uxov8WT7iI .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxov8WT7iI h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxov8WT7iI h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxov8WT7iI img {
  width: 100%;
}
.cid-uxov8WT7iI h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxov8WT7iI h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxov8WT7iI .card-title1,
.cid-uxov8WT7iI .title-wrap1 {
  color: #ffffff;
}
.cid-uxov8WT7iI .card-title,
.cid-uxov8WT7iI .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxov8WT7iI .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxov8WT7iI .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxov8WT7iI H3 {
  color: #767676;
}
.cid-uxov8WT7iI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxov8WT7iI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxov8WT7iI .mbr-text,
.cid-uxov8WT7iI .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxov8XqVNL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxov8XqVNL .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxov8XqVNL .item-title,
.cid-uxov8XqVNL .card_topic {
  margin-bottom: 12px;
}
.cid-uxov8XqVNL .category_content {
  opacity: .8;
}
.cid-uxov8XqVNL .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxov8XqVNL .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxov8XqVNL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxov8XqVNL .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxov8XqVNL .mbr-section-btn .btn-secondary-outline .active,
.cid-uxov8XqVNL .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxov8XqVNL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxov8XqVNL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxov8XLyBa {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxov8XLyBa .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxov8XLyBa .item-title,
.cid-uxov8XLyBa .card_topic {
  margin-bottom: 12px;
}
.cid-uxov8XLyBa .category_content {
  opacity: .8;
}
.cid-uxov8XLyBa .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxov8XLyBa .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxov8XLyBa .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxov8XLyBa .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxov8XLyBa .mbr-section-btn .btn-secondary-outline .active,
.cid-uxov8XLyBa .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxov8XLyBa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxov8XLyBa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxov8Y4R6o {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxov8Y4R6o .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxov8Y4R6o .form-row {
  justify-content: flex-end;
}
.cid-uxov8Y4R6o .form-control,
.cid-uxov8Y4R6o .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxov8Y4R6o .form-control:hover,
.cid-uxov8Y4R6o .field-input:hover,
.cid-uxov8Y4R6o .form-control:focus,
.cid-uxov8Y4R6o .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxov8Y4R6o input::-webkit-input-placeholder,
.cid-uxov8Y4R6o textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxov8Y4R6o input:-moz-placeholder,
.cid-uxov8Y4R6o textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxov8Y4R6o .jq-selectbox li,
.cid-uxov8Y4R6o .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxov8Y4R6o .jq-selectbox li:hover,
.cid-uxov8Y4R6o .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxov8Y4R6o .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxov8Y4R6o .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxov8Y4R6o span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxov8Y4R6o textarea {
  min-height: 150px;
}
.cid-uxov8Y4R6o h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxov8Y4R6o h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxov8Y4R6o .mbr-text,
.cid-uxov8Y4R6o .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxov8Y4R6o H1 {
  color: #143019;
  text-align: center;
}
.cid-uxov8YptKj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxov8YptKj .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxov8YptKj .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxov8YptKj .row {
    row-gap: 40px;
  }
}
.cid-uxov8YptKj .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxov8YptKj .mbr-section-title {
  color: #28432c;
}
.cid-uxov8YptKj .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxov8YptKj .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxov8YptKj .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxov8YptKj .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxov8YptKj .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxov8YptKj .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxov8YptKj .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxov8YptKj .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxov8YptKj .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxov8YptKj .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxov8YptKj .item-content {
  margin-top: 32px;
}
.cid-uxov8YptKj .item-title {
  color: #303030;
}
.cid-uxov8YptKj .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxov8YptKj .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxov8YptKj .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxov8YptKj .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxov8YptKj .item-text {
  color: #9b8db7;
}
.cid-uxov8YptKj .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxov8YP0yL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxov8YP0yL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxov8YP0yL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxov8YP0yL .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxov8YP0yL .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxov8YP0yL .container {
    padding: 0 26px;
  }
}
.cid-uxov8YP0yL .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxov8YP0yL .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxov8YP0yL .row {
    padding: 26px;
  }
}
.cid-uxov8YP0yL .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxov8YP0yL .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxov8YP0yL .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxov8YP0yL .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxov8YP0yL .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxov8YP0yL .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxov8YP0yL .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxov8YP0yL .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxov8YP0yL .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxov8YP0yL .nav-wrapper .list {
    display: block;
  }
}
.cid-uxov8YP0yL .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxov8YP0yL .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxov8YP0yL .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxov8YP0yL .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxov8YP0yL .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxov8YP0yL .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxov8YP0yL .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxov8YP0yL .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxov8YP0yL .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxov8YP0yL .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxov8YP0yL .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxov8YP0yL .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxov8YP0yL .mbr-section-title,
.cid-uxov8YP0yL .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxov8YP0yL .list {
  color: #ffffff;
}
.cid-uxov8YP0yL .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxov8YP0yL .list,
.cid-uxov8YP0yL .nav-wrapper,
.cid-uxov8YP0yL .soc-wrapper {
  text-align: center;
}
.cid-uxovETbNwF .nav-item:focus,
.cid-uxovETbNwF .nav-link:focus {
  outline: none;
}
.cid-uxovETbNwF a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxovETbNwF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxovETbNwF .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxovETbNwF .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxovETbNwF .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxovETbNwF .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxovETbNwF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxovETbNwF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxovETbNwF .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxovETbNwF .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxovETbNwF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxovETbNwF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxovETbNwF .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxovETbNwF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxovETbNwF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxovETbNwF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxovETbNwF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxovETbNwF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxovETbNwF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxovETbNwF .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxovETbNwF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxovETbNwF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxovETbNwF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxovETbNwF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxovETbNwF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxovETbNwF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxovETbNwF .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxovETbNwF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxovETbNwF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxovETbNwF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxovETbNwF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxovETbNwF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxovETbNwF .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxovETbNwF .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxovETbNwF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxovETbNwF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxovETbNwF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxovETbNwF .dropdown-item.active,
.cid-uxovETbNwF .dropdown-item:active {
  background-color: transparent;
}
.cid-uxovETbNwF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxovETbNwF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxovETbNwF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxovETbNwF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxovETbNwF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxovETbNwF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxovETbNwF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxovETbNwF .navbar-buttons {
  text-align: center;
}
.cid-uxovETbNwF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxovETbNwF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxovETbNwF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxovETbNwF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxovETbNwF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxovETbNwF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxovETbNwF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxovETbNwF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxovETbNwF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxovETbNwF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxovETbNwF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxovETbNwF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxovETbNwF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxovETbNwF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxovETbNwF .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxovETbNwF .nav-link:hover,
.cid-uxovETbNwF .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxovETbNwF .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxovETbNwF .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxovETbNwF .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxovETbNwF .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxovETbNwF .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxovETbNwF .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxovETbNwF .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxovETPJep {
  background-color: #ffffff;
}
.cid-uxovETPJep .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxovETPJep .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxovETPJep .card-wrap:hover h4,
.cid-uxovETPJep .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxovETPJep h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxovETPJep h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxovETPJep img {
  width: 100%;
}
.cid-uxovETPJep h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxovETPJep h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxovETPJep .card-title1,
.cid-uxovETPJep .title-wrap1 {
  color: #ffffff;
}
.cid-uxovETPJep .card-title,
.cid-uxovETPJep .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxovETPJep .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxovETPJep .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxovETPJep H3 {
  color: #767676;
}
.cid-uxovETPJep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxovETPJep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxovETPJep .mbr-text,
.cid-uxovETPJep .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxovEUiO53 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxovEUiO53 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxovEUiO53 .item-title,
.cid-uxovEUiO53 .card_topic {
  margin-bottom: 12px;
}
.cid-uxovEUiO53 .category_content {
  opacity: .8;
}
.cid-uxovEUiO53 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxovEUiO53 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxovEUiO53 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxovEUiO53 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxovEUiO53 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxovEUiO53 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxovEUiO53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxovEUiO53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxovEUCEst {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxovEUCEst .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxovEUCEst .item-title,
.cid-uxovEUCEst .card_topic {
  margin-bottom: 12px;
}
.cid-uxovEUCEst .category_content {
  opacity: .8;
}
.cid-uxovEUCEst .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxovEUCEst .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxovEUCEst .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxovEUCEst .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxovEUCEst .mbr-section-btn .btn-secondary-outline .active,
.cid-uxovEUCEst .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxovEUCEst .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxovEUCEst .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxovEUVCTp {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxovEUVCTp .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxovEUVCTp .form-row {
  justify-content: flex-end;
}
.cid-uxovEUVCTp .form-control,
.cid-uxovEUVCTp .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxovEUVCTp .form-control:hover,
.cid-uxovEUVCTp .field-input:hover,
.cid-uxovEUVCTp .form-control:focus,
.cid-uxovEUVCTp .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxovEUVCTp input::-webkit-input-placeholder,
.cid-uxovEUVCTp textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxovEUVCTp input:-moz-placeholder,
.cid-uxovEUVCTp textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxovEUVCTp .jq-selectbox li,
.cid-uxovEUVCTp .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxovEUVCTp .jq-selectbox li:hover,
.cid-uxovEUVCTp .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxovEUVCTp .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxovEUVCTp .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxovEUVCTp span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxovEUVCTp textarea {
  min-height: 150px;
}
.cid-uxovEUVCTp h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxovEUVCTp h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxovEUVCTp .mbr-text,
.cid-uxovEUVCTp .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxovEUVCTp H1 {
  color: #143019;
  text-align: center;
}
.cid-uxovEVfZZK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxovEVfZZK .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxovEVfZZK .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxovEVfZZK .row {
    row-gap: 40px;
  }
}
.cid-uxovEVfZZK .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxovEVfZZK .mbr-section-title {
  color: #28432c;
}
.cid-uxovEVfZZK .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxovEVfZZK .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxovEVfZZK .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxovEVfZZK .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxovEVfZZK .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxovEVfZZK .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxovEVfZZK .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxovEVfZZK .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxovEVfZZK .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxovEVfZZK .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxovEVfZZK .item-content {
  margin-top: 32px;
}
.cid-uxovEVfZZK .item-title {
  color: #303030;
}
.cid-uxovEVfZZK .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxovEVfZZK .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxovEVfZZK .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxovEVfZZK .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxovEVfZZK .item-text {
  color: #9b8db7;
}
.cid-uxovEVfZZK .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxovEVKCZc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxovEVKCZc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxovEVKCZc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxovEVKCZc .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxovEVKCZc .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxovEVKCZc .container {
    padding: 0 26px;
  }
}
.cid-uxovEVKCZc .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxovEVKCZc .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxovEVKCZc .row {
    padding: 26px;
  }
}
.cid-uxovEVKCZc .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxovEVKCZc .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxovEVKCZc .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxovEVKCZc .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxovEVKCZc .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxovEVKCZc .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxovEVKCZc .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxovEVKCZc .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxovEVKCZc .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxovEVKCZc .nav-wrapper .list {
    display: block;
  }
}
.cid-uxovEVKCZc .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxovEVKCZc .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxovEVKCZc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxovEVKCZc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxovEVKCZc .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxovEVKCZc .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxovEVKCZc .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxovEVKCZc .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxovEVKCZc .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxovEVKCZc .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxovEVKCZc .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxovEVKCZc .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxovEVKCZc .mbr-section-title,
.cid-uxovEVKCZc .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxovEVKCZc .list {
  color: #ffffff;
}
.cid-uxovEVKCZc .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxovEVKCZc .list,
.cid-uxovEVKCZc .nav-wrapper,
.cid-uxovEVKCZc .soc-wrapper {
  text-align: center;
}
.cid-uxowhuSyYX .nav-item:focus,
.cid-uxowhuSyYX .nav-link:focus {
  outline: none;
}
.cid-uxowhuSyYX a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxowhuSyYX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxowhuSyYX .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxowhuSyYX .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxowhuSyYX .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxowhuSyYX .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxowhuSyYX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxowhuSyYX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxowhuSyYX .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxowhuSyYX .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxowhuSyYX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxowhuSyYX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxowhuSyYX .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxowhuSyYX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxowhuSyYX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxowhuSyYX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxowhuSyYX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxowhuSyYX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxowhuSyYX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxowhuSyYX .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxowhuSyYX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxowhuSyYX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxowhuSyYX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxowhuSyYX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxowhuSyYX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxowhuSyYX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxowhuSyYX .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxowhuSyYX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxowhuSyYX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxowhuSyYX .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxowhuSyYX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxowhuSyYX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxowhuSyYX .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxowhuSyYX .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxowhuSyYX .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxowhuSyYX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxowhuSyYX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxowhuSyYX .dropdown-item.active,
.cid-uxowhuSyYX .dropdown-item:active {
  background-color: transparent;
}
.cid-uxowhuSyYX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxowhuSyYX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxowhuSyYX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxowhuSyYX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxowhuSyYX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxowhuSyYX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxowhuSyYX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxowhuSyYX .navbar-buttons {
  text-align: center;
}
.cid-uxowhuSyYX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxowhuSyYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxowhuSyYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxowhuSyYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxowhuSyYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxowhuSyYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxowhuSyYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxowhuSyYX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxowhuSyYX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxowhuSyYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxowhuSyYX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxowhuSyYX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxowhuSyYX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxowhuSyYX .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxowhuSyYX .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxowhuSyYX .nav-link:hover,
.cid-uxowhuSyYX .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxowhuSyYX .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxowhuSyYX .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxowhuSyYX .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxowhuSyYX .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxowhuSyYX .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxowhuSyYX .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxowhuSyYX .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxowhvTH6N {
  background-color: #ffffff;
}
.cid-uxowhvTH6N .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxowhvTH6N .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxowhvTH6N .card-wrap:hover h4,
.cid-uxowhvTH6N .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxowhvTH6N h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxowhvTH6N h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxowhvTH6N img {
  width: 100%;
}
.cid-uxowhvTH6N h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxowhvTH6N h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxowhvTH6N .card-title1,
.cid-uxowhvTH6N .title-wrap1 {
  color: #ffffff;
}
.cid-uxowhvTH6N .card-title,
.cid-uxowhvTH6N .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxowhvTH6N .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxowhvTH6N .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxowhvTH6N H3 {
  color: #767676;
}
.cid-uxowhvTH6N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxowhvTH6N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxowhvTH6N .mbr-text,
.cid-uxowhvTH6N .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxowhwXm1B {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxowhwXm1B .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxowhwXm1B .item-title,
.cid-uxowhwXm1B .card_topic {
  margin-bottom: 12px;
}
.cid-uxowhwXm1B .category_content {
  opacity: .8;
}
.cid-uxowhwXm1B .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxowhwXm1B .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxowhwXm1B .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxowhwXm1B .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxowhwXm1B .mbr-section-btn .btn-secondary-outline .active,
.cid-uxowhwXm1B .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxowhwXm1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxowhwXm1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxowhxoKuM {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxowhxoKuM .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxowhxoKuM .item-title,
.cid-uxowhxoKuM .card_topic {
  margin-bottom: 12px;
}
.cid-uxowhxoKuM .category_content {
  opacity: .8;
}
.cid-uxowhxoKuM .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxowhxoKuM .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxowhxoKuM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxowhxoKuM .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxowhxoKuM .mbr-section-btn .btn-secondary-outline .active,
.cid-uxowhxoKuM .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxowhxoKuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxowhxoKuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxowhxLoXw {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxowhxLoXw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxowhxLoXw .form-row {
  justify-content: flex-end;
}
.cid-uxowhxLoXw .form-control,
.cid-uxowhxLoXw .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxowhxLoXw .form-control:hover,
.cid-uxowhxLoXw .field-input:hover,
.cid-uxowhxLoXw .form-control:focus,
.cid-uxowhxLoXw .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxowhxLoXw input::-webkit-input-placeholder,
.cid-uxowhxLoXw textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxowhxLoXw input:-moz-placeholder,
.cid-uxowhxLoXw textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxowhxLoXw .jq-selectbox li,
.cid-uxowhxLoXw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxowhxLoXw .jq-selectbox li:hover,
.cid-uxowhxLoXw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxowhxLoXw .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxowhxLoXw .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxowhxLoXw span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxowhxLoXw textarea {
  min-height: 150px;
}
.cid-uxowhxLoXw h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxowhxLoXw h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxowhxLoXw .mbr-text,
.cid-uxowhxLoXw .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxowhxLoXw H1 {
  color: #143019;
  text-align: center;
}
.cid-uxowhy8eR2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxowhy8eR2 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxowhy8eR2 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxowhy8eR2 .row {
    row-gap: 40px;
  }
}
.cid-uxowhy8eR2 .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxowhy8eR2 .mbr-section-title {
  color: #28432c;
}
.cid-uxowhy8eR2 .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxowhy8eR2 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxowhy8eR2 .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxowhy8eR2 .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxowhy8eR2 .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxowhy8eR2 .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxowhy8eR2 .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxowhy8eR2 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxowhy8eR2 .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxowhy8eR2 .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxowhy8eR2 .item-content {
  margin-top: 32px;
}
.cid-uxowhy8eR2 .item-title {
  color: #303030;
}
.cid-uxowhy8eR2 .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxowhy8eR2 .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxowhy8eR2 .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxowhy8eR2 .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxowhy8eR2 .item-text {
  color: #9b8db7;
}
.cid-uxowhy8eR2 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxowhyz7qz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxowhyz7qz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxowhyz7qz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxowhyz7qz .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxowhyz7qz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxowhyz7qz .container {
    padding: 0 26px;
  }
}
.cid-uxowhyz7qz .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxowhyz7qz .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxowhyz7qz .row {
    padding: 26px;
  }
}
.cid-uxowhyz7qz .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxowhyz7qz .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxowhyz7qz .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxowhyz7qz .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxowhyz7qz .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxowhyz7qz .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxowhyz7qz .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxowhyz7qz .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxowhyz7qz .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxowhyz7qz .nav-wrapper .list {
    display: block;
  }
}
.cid-uxowhyz7qz .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxowhyz7qz .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxowhyz7qz .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxowhyz7qz .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxowhyz7qz .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxowhyz7qz .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxowhyz7qz .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxowhyz7qz .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxowhyz7qz .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxowhyz7qz .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxowhyz7qz .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxowhyz7qz .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxowhyz7qz .mbr-section-title,
.cid-uxowhyz7qz .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxowhyz7qz .list {
  color: #ffffff;
}
.cid-uxowhyz7qz .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxowhyz7qz .list,
.cid-uxowhyz7qz .nav-wrapper,
.cid-uxowhyz7qz .soc-wrapper {
  text-align: center;
}
.cid-uxoFuyrOnF .nav-item:focus,
.cid-uxoFuyrOnF .nav-link:focus {
  outline: none;
}
.cid-uxoFuyrOnF a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxoFuyrOnF .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxoFuyrOnF .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxoFuyrOnF .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxoFuyrOnF .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxoFuyrOnF .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxoFuyrOnF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxoFuyrOnF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxoFuyrOnF .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxoFuyrOnF .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxoFuyrOnF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxoFuyrOnF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxoFuyrOnF .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxoFuyrOnF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxoFuyrOnF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxoFuyrOnF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxoFuyrOnF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxoFuyrOnF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxoFuyrOnF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxoFuyrOnF .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxoFuyrOnF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxoFuyrOnF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxoFuyrOnF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxoFuyrOnF .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxoFuyrOnF .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxoFuyrOnF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxoFuyrOnF .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxoFuyrOnF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxoFuyrOnF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxoFuyrOnF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxoFuyrOnF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxoFuyrOnF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxoFuyrOnF .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxoFuyrOnF .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxoFuyrOnF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxoFuyrOnF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxoFuyrOnF .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxoFuyrOnF .dropdown-item.active,
.cid-uxoFuyrOnF .dropdown-item:active {
  background-color: transparent;
}
.cid-uxoFuyrOnF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxoFuyrOnF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxoFuyrOnF .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxoFuyrOnF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxoFuyrOnF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxoFuyrOnF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxoFuyrOnF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxoFuyrOnF .navbar-buttons {
  text-align: center;
}
.cid-uxoFuyrOnF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxoFuyrOnF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxoFuyrOnF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxoFuyrOnF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoFuyrOnF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoFuyrOnF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxoFuyrOnF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoFuyrOnF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxoFuyrOnF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxoFuyrOnF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoFuyrOnF .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxoFuyrOnF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxoFuyrOnF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxoFuyrOnF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxoFuyrOnF .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxoFuyrOnF .nav-link:hover,
.cid-uxoFuyrOnF .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxoFuyrOnF .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxoFuyrOnF .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxoFuyrOnF .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxoFuyrOnF .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxoFuyrOnF .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxoFuyrOnF .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxoFuyrOnF .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxoFuz4qhR {
  background-color: #ffffff;
}
.cid-uxoFuz4qhR .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxoFuz4qhR .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxoFuz4qhR .card-wrap:hover h4,
.cid-uxoFuz4qhR .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxoFuz4qhR h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxoFuz4qhR h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxoFuz4qhR img {
  width: 100%;
}
.cid-uxoFuz4qhR h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoFuz4qhR h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoFuz4qhR .card-title1,
.cid-uxoFuz4qhR .title-wrap1 {
  color: #ffffff;
}
.cid-uxoFuz4qhR .card-title,
.cid-uxoFuz4qhR .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxoFuz4qhR .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxoFuz4qhR .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxoFuz4qhR H3 {
  color: #767676;
}
.cid-uxoFuz4qhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoFuz4qhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoFuz4qhR .mbr-text,
.cid-uxoFuz4qhR .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxoFuzsujP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxoFuzsujP .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoFuzsujP .item-title,
.cid-uxoFuzsujP .card_topic {
  margin-bottom: 12px;
}
.cid-uxoFuzsujP .category_content {
  opacity: .8;
}
.cid-uxoFuzsujP .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoFuzsujP .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxoFuzsujP .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoFuzsujP .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoFuzsujP .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoFuzsujP .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoFuzsujP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoFuzsujP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoFuAbuNM {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxoFuAbuNM .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoFuAbuNM .item-title,
.cid-uxoFuAbuNM .card_topic {
  margin-bottom: 12px;
}
.cid-uxoFuAbuNM .category_content {
  opacity: .8;
}
.cid-uxoFuAbuNM .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoFuAbuNM .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxoFuAbuNM .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoFuAbuNM .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoFuAbuNM .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoFuAbuNM .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoFuAbuNM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoFuAbuNM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoFuAwXGR {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxoFuAwXGR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxoFuAwXGR .form-row {
  justify-content: flex-end;
}
.cid-uxoFuAwXGR .form-control,
.cid-uxoFuAwXGR .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxoFuAwXGR .form-control:hover,
.cid-uxoFuAwXGR .field-input:hover,
.cid-uxoFuAwXGR .form-control:focus,
.cid-uxoFuAwXGR .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxoFuAwXGR input::-webkit-input-placeholder,
.cid-uxoFuAwXGR textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxoFuAwXGR input:-moz-placeholder,
.cid-uxoFuAwXGR textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxoFuAwXGR .jq-selectbox li,
.cid-uxoFuAwXGR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoFuAwXGR .jq-selectbox li:hover,
.cid-uxoFuAwXGR .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoFuAwXGR .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoFuAwXGR .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoFuAwXGR span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxoFuAwXGR textarea {
  min-height: 150px;
}
.cid-uxoFuAwXGR h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxoFuAwXGR h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxoFuAwXGR .mbr-text,
.cid-uxoFuAwXGR .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxoFuAwXGR H1 {
  color: #143019;
  text-align: center;
}
.cid-uxoFuAVJC7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxoFuAVJC7 .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxoFuAVJC7 .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxoFuAVJC7 .row {
    row-gap: 40px;
  }
}
.cid-uxoFuAVJC7 .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxoFuAVJC7 .mbr-section-title {
  color: #28432c;
}
.cid-uxoFuAVJC7 .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxoFuAVJC7 .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxoFuAVJC7 .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxoFuAVJC7 .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxoFuAVJC7 .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxoFuAVJC7 .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxoFuAVJC7 .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxoFuAVJC7 .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxoFuAVJC7 .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxoFuAVJC7 .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxoFuAVJC7 .item-content {
  margin-top: 32px;
}
.cid-uxoFuAVJC7 .item-title {
  color: #303030;
}
.cid-uxoFuAVJC7 .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxoFuAVJC7 .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxoFuAVJC7 .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxoFuAVJC7 .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxoFuAVJC7 .item-text {
  color: #9b8db7;
}
.cid-uxoFuAVJC7 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxoFuBllFh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxoFuBllFh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoFuBllFh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoFuBllFh .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxoFuBllFh .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxoFuBllFh .container {
    padding: 0 26px;
  }
}
.cid-uxoFuBllFh .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxoFuBllFh .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxoFuBllFh .row {
    padding: 26px;
  }
}
.cid-uxoFuBllFh .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxoFuBllFh .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxoFuBllFh .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxoFuBllFh .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxoFuBllFh .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxoFuBllFh .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxoFuBllFh .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxoFuBllFh .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxoFuBllFh .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxoFuBllFh .nav-wrapper .list {
    display: block;
  }
}
.cid-uxoFuBllFh .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxoFuBllFh .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxoFuBllFh .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxoFuBllFh .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxoFuBllFh .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxoFuBllFh .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxoFuBllFh .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxoFuBllFh .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxoFuBllFh .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxoFuBllFh .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxoFuBllFh .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxoFuBllFh .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxoFuBllFh .mbr-section-title,
.cid-uxoFuBllFh .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxoFuBllFh .list {
  color: #ffffff;
}
.cid-uxoFuBllFh .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxoFuBllFh .list,
.cid-uxoFuBllFh .nav-wrapper,
.cid-uxoFuBllFh .soc-wrapper {
  text-align: center;
}
.cid-uxoGqiBj50 .nav-item:focus,
.cid-uxoGqiBj50 .nav-link:focus {
  outline: none;
}
.cid-uxoGqiBj50 a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxoGqiBj50 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxoGqiBj50 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxoGqiBj50 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxoGqiBj50 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxoGqiBj50 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxoGqiBj50 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxoGqiBj50 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxoGqiBj50 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxoGqiBj50 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxoGqiBj50 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxoGqiBj50 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxoGqiBj50 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxoGqiBj50 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxoGqiBj50 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxoGqiBj50 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxoGqiBj50 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxoGqiBj50 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxoGqiBj50 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxoGqiBj50 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxoGqiBj50 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxoGqiBj50 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxoGqiBj50 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxoGqiBj50 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxoGqiBj50 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxoGqiBj50 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxoGqiBj50 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxoGqiBj50 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxoGqiBj50 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxoGqiBj50 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxoGqiBj50 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxoGqiBj50 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxoGqiBj50 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxoGqiBj50 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxoGqiBj50 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxoGqiBj50 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxoGqiBj50 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxoGqiBj50 .dropdown-item.active,
.cid-uxoGqiBj50 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxoGqiBj50 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxoGqiBj50 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxoGqiBj50 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxoGqiBj50 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxoGqiBj50 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxoGqiBj50 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxoGqiBj50 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxoGqiBj50 .navbar-buttons {
  text-align: center;
}
.cid-uxoGqiBj50 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxoGqiBj50 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxoGqiBj50 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxoGqiBj50 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoGqiBj50 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoGqiBj50 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxoGqiBj50 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoGqiBj50 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxoGqiBj50 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxoGqiBj50 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoGqiBj50 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxoGqiBj50 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxoGqiBj50 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxoGqiBj50 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxoGqiBj50 .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxoGqiBj50 .nav-link:hover,
.cid-uxoGqiBj50 .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxoGqiBj50 .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxoGqiBj50 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxoGqiBj50 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxoGqiBj50 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxoGqiBj50 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxoGqiBj50 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxoGqiBj50 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxoGqjnzMv {
  background-color: #ffffff;
}
.cid-uxoGqjnzMv .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxoGqjnzMv .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxoGqjnzMv .card-wrap:hover h4,
.cid-uxoGqjnzMv .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxoGqjnzMv h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxoGqjnzMv h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxoGqjnzMv img {
  width: 100%;
}
.cid-uxoGqjnzMv h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoGqjnzMv h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoGqjnzMv .card-title1,
.cid-uxoGqjnzMv .title-wrap1 {
  color: #ffffff;
}
.cid-uxoGqjnzMv .card-title,
.cid-uxoGqjnzMv .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxoGqjnzMv .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxoGqjnzMv .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxoGqjnzMv H3 {
  color: #767676;
}
.cid-uxoGqjnzMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoGqjnzMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoGqjnzMv .mbr-text,
.cid-uxoGqjnzMv .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxoGqjOmDz {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxoGqjOmDz .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoGqjOmDz .item-title,
.cid-uxoGqjOmDz .card_topic {
  margin-bottom: 12px;
}
.cid-uxoGqjOmDz .category_content {
  opacity: .8;
}
.cid-uxoGqjOmDz .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoGqjOmDz .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxoGqjOmDz .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoGqjOmDz .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoGqjOmDz .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoGqjOmDz .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoGqjOmDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoGqjOmDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoGqkjYeA {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxoGqkjYeA .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoGqkjYeA .item-title,
.cid-uxoGqkjYeA .card_topic {
  margin-bottom: 12px;
}
.cid-uxoGqkjYeA .category_content {
  opacity: .8;
}
.cid-uxoGqkjYeA .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoGqkjYeA .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxoGqkjYeA .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoGqkjYeA .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoGqkjYeA .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoGqkjYeA .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoGqkjYeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoGqkjYeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoGqkFKdC {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxoGqkFKdC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxoGqkFKdC .form-row {
  justify-content: flex-end;
}
.cid-uxoGqkFKdC .form-control,
.cid-uxoGqkFKdC .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxoGqkFKdC .form-control:hover,
.cid-uxoGqkFKdC .field-input:hover,
.cid-uxoGqkFKdC .form-control:focus,
.cid-uxoGqkFKdC .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxoGqkFKdC input::-webkit-input-placeholder,
.cid-uxoGqkFKdC textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxoGqkFKdC input:-moz-placeholder,
.cid-uxoGqkFKdC textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxoGqkFKdC .jq-selectbox li,
.cid-uxoGqkFKdC .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoGqkFKdC .jq-selectbox li:hover,
.cid-uxoGqkFKdC .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoGqkFKdC .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoGqkFKdC .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoGqkFKdC span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxoGqkFKdC textarea {
  min-height: 150px;
}
.cid-uxoGqkFKdC h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxoGqkFKdC h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxoGqkFKdC .mbr-text,
.cid-uxoGqkFKdC .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxoGqkFKdC H1 {
  color: #143019;
  text-align: center;
}
.cid-uxoGql3NJz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxoGql3NJz .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxoGql3NJz .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxoGql3NJz .row {
    row-gap: 40px;
  }
}
.cid-uxoGql3NJz .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxoGql3NJz .mbr-section-title {
  color: #28432c;
}
.cid-uxoGql3NJz .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxoGql3NJz .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxoGql3NJz .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxoGql3NJz .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxoGql3NJz .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxoGql3NJz .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxoGql3NJz .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxoGql3NJz .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxoGql3NJz .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxoGql3NJz .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxoGql3NJz .item-content {
  margin-top: 32px;
}
.cid-uxoGql3NJz .item-title {
  color: #303030;
}
.cid-uxoGql3NJz .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxoGql3NJz .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxoGql3NJz .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxoGql3NJz .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxoGql3NJz .item-text {
  color: #9b8db7;
}
.cid-uxoGql3NJz .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxoGqlA6eS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxoGqlA6eS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoGqlA6eS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoGqlA6eS .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxoGqlA6eS .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxoGqlA6eS .container {
    padding: 0 26px;
  }
}
.cid-uxoGqlA6eS .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxoGqlA6eS .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxoGqlA6eS .row {
    padding: 26px;
  }
}
.cid-uxoGqlA6eS .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxoGqlA6eS .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxoGqlA6eS .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxoGqlA6eS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxoGqlA6eS .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxoGqlA6eS .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxoGqlA6eS .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxoGqlA6eS .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxoGqlA6eS .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxoGqlA6eS .nav-wrapper .list {
    display: block;
  }
}
.cid-uxoGqlA6eS .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxoGqlA6eS .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxoGqlA6eS .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxoGqlA6eS .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxoGqlA6eS .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxoGqlA6eS .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxoGqlA6eS .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxoGqlA6eS .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxoGqlA6eS .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxoGqlA6eS .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxoGqlA6eS .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxoGqlA6eS .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxoGqlA6eS .mbr-section-title,
.cid-uxoGqlA6eS .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxoGqlA6eS .list {
  color: #ffffff;
}
.cid-uxoGqlA6eS .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxoGqlA6eS .list,
.cid-uxoGqlA6eS .nav-wrapper,
.cid-uxoGqlA6eS .soc-wrapper {
  text-align: center;
}
.cid-uxoGXOnsv0 .nav-item:focus,
.cid-uxoGXOnsv0 .nav-link:focus {
  outline: none;
}
.cid-uxoGXOnsv0 a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxoGXOnsv0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxoGXOnsv0 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxoGXOnsv0 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxoGXOnsv0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxoGXOnsv0 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxoGXOnsv0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxoGXOnsv0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxoGXOnsv0 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxoGXOnsv0 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxoGXOnsv0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxoGXOnsv0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxoGXOnsv0 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxoGXOnsv0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxoGXOnsv0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxoGXOnsv0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxoGXOnsv0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxoGXOnsv0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxoGXOnsv0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxoGXOnsv0 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxoGXOnsv0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxoGXOnsv0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxoGXOnsv0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxoGXOnsv0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxoGXOnsv0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxoGXOnsv0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxoGXOnsv0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxoGXOnsv0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxoGXOnsv0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxoGXOnsv0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxoGXOnsv0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxoGXOnsv0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxoGXOnsv0 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxoGXOnsv0 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxoGXOnsv0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxoGXOnsv0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxoGXOnsv0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxoGXOnsv0 .dropdown-item.active,
.cid-uxoGXOnsv0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxoGXOnsv0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxoGXOnsv0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxoGXOnsv0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxoGXOnsv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxoGXOnsv0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxoGXOnsv0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxoGXOnsv0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxoGXOnsv0 .navbar-buttons {
  text-align: center;
}
.cid-uxoGXOnsv0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxoGXOnsv0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxoGXOnsv0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxoGXOnsv0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoGXOnsv0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoGXOnsv0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxoGXOnsv0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoGXOnsv0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxoGXOnsv0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxoGXOnsv0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoGXOnsv0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxoGXOnsv0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxoGXOnsv0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxoGXOnsv0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxoGXOnsv0 .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxoGXOnsv0 .nav-link:hover,
.cid-uxoGXOnsv0 .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxoGXOnsv0 .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxoGXOnsv0 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxoGXOnsv0 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxoGXOnsv0 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxoGXOnsv0 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxoGXOnsv0 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxoGXOnsv0 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxoGXOVwVa {
  background-color: #ffffff;
}
.cid-uxoGXOVwVa .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxoGXOVwVa .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxoGXOVwVa .card-wrap:hover h4,
.cid-uxoGXOVwVa .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxoGXOVwVa h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxoGXOVwVa h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxoGXOVwVa img {
  width: 100%;
}
.cid-uxoGXOVwVa h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoGXOVwVa h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoGXOVwVa .card-title1,
.cid-uxoGXOVwVa .title-wrap1 {
  color: #ffffff;
}
.cid-uxoGXOVwVa .card-title,
.cid-uxoGXOVwVa .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxoGXOVwVa .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxoGXOVwVa .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxoGXOVwVa H3 {
  color: #767676;
}
.cid-uxoGXOVwVa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoGXOVwVa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoGXOVwVa .mbr-text,
.cid-uxoGXOVwVa .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxoGXPEWlI {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxoGXPEWlI .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoGXPEWlI .item-title,
.cid-uxoGXPEWlI .card_topic {
  margin-bottom: 12px;
}
.cid-uxoGXPEWlI .category_content {
  opacity: .8;
}
.cid-uxoGXPEWlI .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoGXPEWlI .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxoGXPEWlI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoGXPEWlI .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoGXPEWlI .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoGXPEWlI .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoGXPEWlI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoGXPEWlI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoGXQ1Rk1 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxoGXQ1Rk1 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoGXQ1Rk1 .item-title,
.cid-uxoGXQ1Rk1 .card_topic {
  margin-bottom: 12px;
}
.cid-uxoGXQ1Rk1 .category_content {
  opacity: .8;
}
.cid-uxoGXQ1Rk1 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoGXQ1Rk1 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxoGXQ1Rk1 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoGXQ1Rk1 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoGXQ1Rk1 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoGXQ1Rk1 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoGXQ1Rk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoGXQ1Rk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoGXQt96i {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxoGXQt96i .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxoGXQt96i .form-row {
  justify-content: flex-end;
}
.cid-uxoGXQt96i .form-control,
.cid-uxoGXQt96i .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxoGXQt96i .form-control:hover,
.cid-uxoGXQt96i .field-input:hover,
.cid-uxoGXQt96i .form-control:focus,
.cid-uxoGXQt96i .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxoGXQt96i input::-webkit-input-placeholder,
.cid-uxoGXQt96i textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxoGXQt96i input:-moz-placeholder,
.cid-uxoGXQt96i textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxoGXQt96i .jq-selectbox li,
.cid-uxoGXQt96i .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoGXQt96i .jq-selectbox li:hover,
.cid-uxoGXQt96i .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoGXQt96i .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoGXQt96i .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoGXQt96i span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxoGXQt96i textarea {
  min-height: 150px;
}
.cid-uxoGXQt96i h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxoGXQt96i h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxoGXQt96i .mbr-text,
.cid-uxoGXQt96i .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxoGXQt96i H1 {
  color: #143019;
  text-align: center;
}
.cid-uxoGXQVSdf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxoGXQVSdf .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxoGXQVSdf .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxoGXQVSdf .row {
    row-gap: 40px;
  }
}
.cid-uxoGXQVSdf .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxoGXQVSdf .mbr-section-title {
  color: #28432c;
}
.cid-uxoGXQVSdf .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxoGXQVSdf .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxoGXQVSdf .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxoGXQVSdf .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxoGXQVSdf .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxoGXQVSdf .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxoGXQVSdf .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxoGXQVSdf .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxoGXQVSdf .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxoGXQVSdf .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxoGXQVSdf .item-content {
  margin-top: 32px;
}
.cid-uxoGXQVSdf .item-title {
  color: #303030;
}
.cid-uxoGXQVSdf .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxoGXQVSdf .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxoGXQVSdf .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxoGXQVSdf .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxoGXQVSdf .item-text {
  color: #9b8db7;
}
.cid-uxoGXQVSdf .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxoGXRtzzN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxoGXRtzzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoGXRtzzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoGXRtzzN .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxoGXRtzzN .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxoGXRtzzN .container {
    padding: 0 26px;
  }
}
.cid-uxoGXRtzzN .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxoGXRtzzN .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxoGXRtzzN .row {
    padding: 26px;
  }
}
.cid-uxoGXRtzzN .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxoGXRtzzN .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxoGXRtzzN .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxoGXRtzzN .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxoGXRtzzN .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxoGXRtzzN .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxoGXRtzzN .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxoGXRtzzN .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxoGXRtzzN .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxoGXRtzzN .nav-wrapper .list {
    display: block;
  }
}
.cid-uxoGXRtzzN .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxoGXRtzzN .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxoGXRtzzN .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxoGXRtzzN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxoGXRtzzN .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxoGXRtzzN .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxoGXRtzzN .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxoGXRtzzN .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxoGXRtzzN .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxoGXRtzzN .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxoGXRtzzN .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxoGXRtzzN .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxoGXRtzzN .mbr-section-title,
.cid-uxoGXRtzzN .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxoGXRtzzN .list {
  color: #ffffff;
}
.cid-uxoGXRtzzN .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxoGXRtzzN .list,
.cid-uxoGXRtzzN .nav-wrapper,
.cid-uxoGXRtzzN .soc-wrapper {
  text-align: center;
}
.cid-uxoHgPTou5 .nav-item:focus,
.cid-uxoHgPTou5 .nav-link:focus {
  outline: none;
}
.cid-uxoHgPTou5 a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxoHgPTou5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxoHgPTou5 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxoHgPTou5 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxoHgPTou5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxoHgPTou5 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxoHgPTou5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxoHgPTou5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxoHgPTou5 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxoHgPTou5 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxoHgPTou5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxoHgPTou5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxoHgPTou5 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxoHgPTou5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxoHgPTou5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxoHgPTou5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxoHgPTou5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxoHgPTou5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxoHgPTou5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxoHgPTou5 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxoHgPTou5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxoHgPTou5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxoHgPTou5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxoHgPTou5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxoHgPTou5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxoHgPTou5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxoHgPTou5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxoHgPTou5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxoHgPTou5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxoHgPTou5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxoHgPTou5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxoHgPTou5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxoHgPTou5 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxoHgPTou5 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxoHgPTou5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxoHgPTou5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxoHgPTou5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxoHgPTou5 .dropdown-item.active,
.cid-uxoHgPTou5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxoHgPTou5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxoHgPTou5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxoHgPTou5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxoHgPTou5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxoHgPTou5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxoHgPTou5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxoHgPTou5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxoHgPTou5 .navbar-buttons {
  text-align: center;
}
.cid-uxoHgPTou5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxoHgPTou5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxoHgPTou5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxoHgPTou5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoHgPTou5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoHgPTou5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxoHgPTou5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoHgPTou5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxoHgPTou5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxoHgPTou5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoHgPTou5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxoHgPTou5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxoHgPTou5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxoHgPTou5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxoHgPTou5 .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxoHgPTou5 .nav-link:hover,
.cid-uxoHgPTou5 .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxoHgPTou5 .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxoHgPTou5 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxoHgPTou5 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxoHgPTou5 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxoHgPTou5 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxoHgPTou5 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxoHgPTou5 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxoHgQLO4y {
  background-color: #ffffff;
}
.cid-uxoHgQLO4y .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxoHgQLO4y .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxoHgQLO4y .card-wrap:hover h4,
.cid-uxoHgQLO4y .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxoHgQLO4y h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxoHgQLO4y h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxoHgQLO4y img {
  width: 100%;
}
.cid-uxoHgQLO4y h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoHgQLO4y h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoHgQLO4y .card-title1,
.cid-uxoHgQLO4y .title-wrap1 {
  color: #ffffff;
}
.cid-uxoHgQLO4y .card-title,
.cid-uxoHgQLO4y .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxoHgQLO4y .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxoHgQLO4y .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxoHgQLO4y H3 {
  color: #767676;
}
.cid-uxoHgQLO4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoHgQLO4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoHgQLO4y .mbr-text,
.cid-uxoHgQLO4y .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxoHgRhuzO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxoHgRhuzO .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoHgRhuzO .item-title,
.cid-uxoHgRhuzO .card_topic {
  margin-bottom: 12px;
}
.cid-uxoHgRhuzO .category_content {
  opacity: .8;
}
.cid-uxoHgRhuzO .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoHgRhuzO .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxoHgRhuzO .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoHgRhuzO .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoHgRhuzO .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoHgRhuzO .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoHgRhuzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoHgRhuzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoHgRFtJI {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxoHgRFtJI .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoHgRFtJI .item-title,
.cid-uxoHgRFtJI .card_topic {
  margin-bottom: 12px;
}
.cid-uxoHgRFtJI .category_content {
  opacity: .8;
}
.cid-uxoHgRFtJI .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoHgRFtJI .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxoHgRFtJI .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoHgRFtJI .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoHgRFtJI .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoHgRFtJI .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoHgRFtJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoHgRFtJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoHgS3Ilv {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxoHgS3Ilv .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxoHgS3Ilv .form-row {
  justify-content: flex-end;
}
.cid-uxoHgS3Ilv .form-control,
.cid-uxoHgS3Ilv .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxoHgS3Ilv .form-control:hover,
.cid-uxoHgS3Ilv .field-input:hover,
.cid-uxoHgS3Ilv .form-control:focus,
.cid-uxoHgS3Ilv .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxoHgS3Ilv input::-webkit-input-placeholder,
.cid-uxoHgS3Ilv textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxoHgS3Ilv input:-moz-placeholder,
.cid-uxoHgS3Ilv textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxoHgS3Ilv .jq-selectbox li,
.cid-uxoHgS3Ilv .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoHgS3Ilv .jq-selectbox li:hover,
.cid-uxoHgS3Ilv .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoHgS3Ilv .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoHgS3Ilv .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoHgS3Ilv span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxoHgS3Ilv textarea {
  min-height: 150px;
}
.cid-uxoHgS3Ilv h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxoHgS3Ilv h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxoHgS3Ilv .mbr-text,
.cid-uxoHgS3Ilv .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxoHgS3Ilv H1 {
  color: #143019;
  text-align: center;
}
.cid-uxoHgSzFlr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxoHgSzFlr .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxoHgSzFlr .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxoHgSzFlr .row {
    row-gap: 40px;
  }
}
.cid-uxoHgSzFlr .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxoHgSzFlr .mbr-section-title {
  color: #28432c;
}
.cid-uxoHgSzFlr .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxoHgSzFlr .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxoHgSzFlr .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxoHgSzFlr .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxoHgSzFlr .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxoHgSzFlr .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxoHgSzFlr .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxoHgSzFlr .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxoHgSzFlr .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxoHgSzFlr .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxoHgSzFlr .item-content {
  margin-top: 32px;
}
.cid-uxoHgSzFlr .item-title {
  color: #303030;
}
.cid-uxoHgSzFlr .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxoHgSzFlr .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxoHgSzFlr .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxoHgSzFlr .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxoHgSzFlr .item-text {
  color: #9b8db7;
}
.cid-uxoHgSzFlr .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxoHgT1v7Y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxoHgT1v7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoHgT1v7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoHgT1v7Y .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxoHgT1v7Y .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxoHgT1v7Y .container {
    padding: 0 26px;
  }
}
.cid-uxoHgT1v7Y .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxoHgT1v7Y .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxoHgT1v7Y .row {
    padding: 26px;
  }
}
.cid-uxoHgT1v7Y .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxoHgT1v7Y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxoHgT1v7Y .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxoHgT1v7Y .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxoHgT1v7Y .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxoHgT1v7Y .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxoHgT1v7Y .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxoHgT1v7Y .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxoHgT1v7Y .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxoHgT1v7Y .nav-wrapper .list {
    display: block;
  }
}
.cid-uxoHgT1v7Y .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxoHgT1v7Y .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxoHgT1v7Y .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxoHgT1v7Y .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxoHgT1v7Y .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxoHgT1v7Y .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxoHgT1v7Y .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxoHgT1v7Y .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxoHgT1v7Y .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxoHgT1v7Y .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxoHgT1v7Y .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxoHgT1v7Y .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxoHgT1v7Y .mbr-section-title,
.cid-uxoHgT1v7Y .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxoHgT1v7Y .list {
  color: #ffffff;
}
.cid-uxoHgT1v7Y .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxoHgT1v7Y .list,
.cid-uxoHgT1v7Y .nav-wrapper,
.cid-uxoHgT1v7Y .soc-wrapper {
  text-align: center;
}
.cid-uxoIgpnaMP .nav-item:focus,
.cid-uxoIgpnaMP .nav-link:focus {
  outline: none;
}
.cid-uxoIgpnaMP a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxoIgpnaMP .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxoIgpnaMP .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxoIgpnaMP .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxoIgpnaMP .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxoIgpnaMP .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxoIgpnaMP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxoIgpnaMP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxoIgpnaMP .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxoIgpnaMP .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxoIgpnaMP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxoIgpnaMP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxoIgpnaMP .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxoIgpnaMP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxoIgpnaMP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxoIgpnaMP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxoIgpnaMP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxoIgpnaMP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxoIgpnaMP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxoIgpnaMP .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxoIgpnaMP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxoIgpnaMP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxoIgpnaMP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxoIgpnaMP .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxoIgpnaMP .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxoIgpnaMP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxoIgpnaMP .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxoIgpnaMP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxoIgpnaMP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxoIgpnaMP .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxoIgpnaMP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxoIgpnaMP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxoIgpnaMP .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxoIgpnaMP .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxoIgpnaMP .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxoIgpnaMP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxoIgpnaMP .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxoIgpnaMP .dropdown-item.active,
.cid-uxoIgpnaMP .dropdown-item:active {
  background-color: transparent;
}
.cid-uxoIgpnaMP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxoIgpnaMP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxoIgpnaMP .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxoIgpnaMP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxoIgpnaMP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxoIgpnaMP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxoIgpnaMP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxoIgpnaMP .navbar-buttons {
  text-align: center;
}
.cid-uxoIgpnaMP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxoIgpnaMP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxoIgpnaMP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxoIgpnaMP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoIgpnaMP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoIgpnaMP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxoIgpnaMP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoIgpnaMP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxoIgpnaMP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxoIgpnaMP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoIgpnaMP .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxoIgpnaMP a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxoIgpnaMP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxoIgpnaMP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxoIgpnaMP .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxoIgpnaMP .nav-link:hover,
.cid-uxoIgpnaMP .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxoIgpnaMP .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxoIgpnaMP .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxoIgpnaMP .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxoIgpnaMP .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxoIgpnaMP .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxoIgpnaMP .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxoIgpnaMP .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxoIgq0Jae {
  background-color: #ffffff;
}
.cid-uxoIgq0Jae .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxoIgq0Jae .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxoIgq0Jae .card-wrap:hover h4,
.cid-uxoIgq0Jae .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxoIgq0Jae h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxoIgq0Jae h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxoIgq0Jae img {
  width: 100%;
}
.cid-uxoIgq0Jae h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoIgq0Jae h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoIgq0Jae .card-title1,
.cid-uxoIgq0Jae .title-wrap1 {
  color: #ffffff;
}
.cid-uxoIgq0Jae .card-title,
.cid-uxoIgq0Jae .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxoIgq0Jae .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxoIgq0Jae .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxoIgq0Jae H3 {
  color: #767676;
}
.cid-uxoIgq0Jae .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoIgq0Jae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoIgq0Jae .mbr-text,
.cid-uxoIgq0Jae .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxoIgqrJdL {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxoIgqrJdL .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoIgqrJdL .item-title,
.cid-uxoIgqrJdL .card_topic {
  margin-bottom: 12px;
}
.cid-uxoIgqrJdL .category_content {
  opacity: .8;
}
.cid-uxoIgqrJdL .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoIgqrJdL .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxoIgqrJdL .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoIgqrJdL .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoIgqrJdL .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoIgqrJdL .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoIgqrJdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoIgqrJdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoIgqOa14 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxoIgqOa14 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoIgqOa14 .item-title,
.cid-uxoIgqOa14 .card_topic {
  margin-bottom: 12px;
}
.cid-uxoIgqOa14 .category_content {
  opacity: .8;
}
.cid-uxoIgqOa14 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoIgqOa14 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxoIgqOa14 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoIgqOa14 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoIgqOa14 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoIgqOa14 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoIgqOa14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoIgqOa14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoIgraFwb {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxoIgraFwb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxoIgraFwb .form-row {
  justify-content: flex-end;
}
.cid-uxoIgraFwb .form-control,
.cid-uxoIgraFwb .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxoIgraFwb .form-control:hover,
.cid-uxoIgraFwb .field-input:hover,
.cid-uxoIgraFwb .form-control:focus,
.cid-uxoIgraFwb .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxoIgraFwb input::-webkit-input-placeholder,
.cid-uxoIgraFwb textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxoIgraFwb input:-moz-placeholder,
.cid-uxoIgraFwb textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxoIgraFwb .jq-selectbox li,
.cid-uxoIgraFwb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoIgraFwb .jq-selectbox li:hover,
.cid-uxoIgraFwb .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoIgraFwb .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoIgraFwb .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoIgraFwb span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxoIgraFwb textarea {
  min-height: 150px;
}
.cid-uxoIgraFwb h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxoIgraFwb h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxoIgraFwb .mbr-text,
.cid-uxoIgraFwb .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxoIgraFwb H1 {
  color: #143019;
  text-align: center;
}
.cid-uxoIgrDauy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxoIgrDauy .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxoIgrDauy .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxoIgrDauy .row {
    row-gap: 40px;
  }
}
.cid-uxoIgrDauy .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxoIgrDauy .mbr-section-title {
  color: #28432c;
}
.cid-uxoIgrDauy .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxoIgrDauy .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxoIgrDauy .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxoIgrDauy .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxoIgrDauy .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxoIgrDauy .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxoIgrDauy .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxoIgrDauy .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxoIgrDauy .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxoIgrDauy .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxoIgrDauy .item-content {
  margin-top: 32px;
}
.cid-uxoIgrDauy .item-title {
  color: #303030;
}
.cid-uxoIgrDauy .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxoIgrDauy .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxoIgrDauy .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxoIgrDauy .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxoIgrDauy .item-text {
  color: #9b8db7;
}
.cid-uxoIgrDauy .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxoIgs75yB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxoIgs75yB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoIgs75yB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoIgs75yB .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxoIgs75yB .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxoIgs75yB .container {
    padding: 0 26px;
  }
}
.cid-uxoIgs75yB .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxoIgs75yB .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxoIgs75yB .row {
    padding: 26px;
  }
}
.cid-uxoIgs75yB .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxoIgs75yB .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxoIgs75yB .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxoIgs75yB .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxoIgs75yB .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxoIgs75yB .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxoIgs75yB .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxoIgs75yB .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxoIgs75yB .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxoIgs75yB .nav-wrapper .list {
    display: block;
  }
}
.cid-uxoIgs75yB .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxoIgs75yB .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxoIgs75yB .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxoIgs75yB .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxoIgs75yB .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxoIgs75yB .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxoIgs75yB .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxoIgs75yB .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxoIgs75yB .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxoIgs75yB .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxoIgs75yB .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxoIgs75yB .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxoIgs75yB .mbr-section-title,
.cid-uxoIgs75yB .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxoIgs75yB .list {
  color: #ffffff;
}
.cid-uxoIgs75yB .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxoIgs75yB .list,
.cid-uxoIgs75yB .nav-wrapper,
.cid-uxoIgs75yB .soc-wrapper {
  text-align: center;
}
.cid-uxoJaoLRd5 .nav-item:focus,
.cid-uxoJaoLRd5 .nav-link:focus {
  outline: none;
}
.cid-uxoJaoLRd5 a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxoJaoLRd5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxoJaoLRd5 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxoJaoLRd5 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxoJaoLRd5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxoJaoLRd5 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxoJaoLRd5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxoJaoLRd5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxoJaoLRd5 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxoJaoLRd5 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxoJaoLRd5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxoJaoLRd5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxoJaoLRd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxoJaoLRd5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxoJaoLRd5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxoJaoLRd5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxoJaoLRd5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxoJaoLRd5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxoJaoLRd5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxoJaoLRd5 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxoJaoLRd5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxoJaoLRd5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxoJaoLRd5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxoJaoLRd5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxoJaoLRd5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxoJaoLRd5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxoJaoLRd5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxoJaoLRd5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxoJaoLRd5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxoJaoLRd5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxoJaoLRd5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxoJaoLRd5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxoJaoLRd5 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxoJaoLRd5 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxoJaoLRd5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxoJaoLRd5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxoJaoLRd5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxoJaoLRd5 .dropdown-item.active,
.cid-uxoJaoLRd5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxoJaoLRd5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxoJaoLRd5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxoJaoLRd5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxoJaoLRd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxoJaoLRd5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxoJaoLRd5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxoJaoLRd5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxoJaoLRd5 .navbar-buttons {
  text-align: center;
}
.cid-uxoJaoLRd5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxoJaoLRd5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxoJaoLRd5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxoJaoLRd5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoJaoLRd5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoJaoLRd5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxoJaoLRd5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoJaoLRd5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxoJaoLRd5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxoJaoLRd5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoJaoLRd5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxoJaoLRd5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxoJaoLRd5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxoJaoLRd5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxoJaoLRd5 .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxoJaoLRd5 .nav-link:hover,
.cid-uxoJaoLRd5 .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxoJaoLRd5 .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxoJaoLRd5 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxoJaoLRd5 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxoJaoLRd5 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxoJaoLRd5 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxoJaoLRd5 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxoJaoLRd5 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxoJaprNMl {
  background-color: #ffffff;
}
.cid-uxoJaprNMl .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxoJaprNMl .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxoJaprNMl .card-wrap:hover h4,
.cid-uxoJaprNMl .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxoJaprNMl h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxoJaprNMl h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxoJaprNMl img {
  width: 100%;
}
.cid-uxoJaprNMl h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoJaprNMl h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoJaprNMl .card-title1,
.cid-uxoJaprNMl .title-wrap1 {
  color: #ffffff;
}
.cid-uxoJaprNMl .card-title,
.cid-uxoJaprNMl .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxoJaprNMl .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxoJaprNMl .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxoJaprNMl H3 {
  color: #767676;
}
.cid-uxoJaprNMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoJaprNMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoJaprNMl .mbr-text,
.cid-uxoJaprNMl .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxoJapVIgh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxoJapVIgh .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoJapVIgh .item-title,
.cid-uxoJapVIgh .card_topic {
  margin-bottom: 12px;
}
.cid-uxoJapVIgh .category_content {
  opacity: .8;
}
.cid-uxoJapVIgh .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoJapVIgh .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxoJapVIgh .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoJapVIgh .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoJapVIgh .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoJapVIgh .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoJapVIgh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoJapVIgh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoJaqkzO2 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxoJaqkzO2 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoJaqkzO2 .item-title,
.cid-uxoJaqkzO2 .card_topic {
  margin-bottom: 12px;
}
.cid-uxoJaqkzO2 .category_content {
  opacity: .8;
}
.cid-uxoJaqkzO2 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoJaqkzO2 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxoJaqkzO2 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoJaqkzO2 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoJaqkzO2 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoJaqkzO2 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoJaqkzO2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoJaqkzO2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoJaqFSw3 {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxoJaqFSw3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxoJaqFSw3 .form-row {
  justify-content: flex-end;
}
.cid-uxoJaqFSw3 .form-control,
.cid-uxoJaqFSw3 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxoJaqFSw3 .form-control:hover,
.cid-uxoJaqFSw3 .field-input:hover,
.cid-uxoJaqFSw3 .form-control:focus,
.cid-uxoJaqFSw3 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxoJaqFSw3 input::-webkit-input-placeholder,
.cid-uxoJaqFSw3 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxoJaqFSw3 input:-moz-placeholder,
.cid-uxoJaqFSw3 textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxoJaqFSw3 .jq-selectbox li,
.cid-uxoJaqFSw3 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoJaqFSw3 .jq-selectbox li:hover,
.cid-uxoJaqFSw3 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoJaqFSw3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoJaqFSw3 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoJaqFSw3 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxoJaqFSw3 textarea {
  min-height: 150px;
}
.cid-uxoJaqFSw3 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxoJaqFSw3 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxoJaqFSw3 .mbr-text,
.cid-uxoJaqFSw3 .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxoJaqFSw3 H1 {
  color: #143019;
  text-align: center;
}
.cid-uxoJar0rlo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxoJar0rlo .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxoJar0rlo .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxoJar0rlo .row {
    row-gap: 40px;
  }
}
.cid-uxoJar0rlo .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxoJar0rlo .mbr-section-title {
  color: #28432c;
}
.cid-uxoJar0rlo .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxoJar0rlo .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxoJar0rlo .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxoJar0rlo .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxoJar0rlo .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxoJar0rlo .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxoJar0rlo .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxoJar0rlo .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxoJar0rlo .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxoJar0rlo .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxoJar0rlo .item-content {
  margin-top: 32px;
}
.cid-uxoJar0rlo .item-title {
  color: #303030;
}
.cid-uxoJar0rlo .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxoJar0rlo .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxoJar0rlo .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxoJar0rlo .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxoJar0rlo .item-text {
  color: #9b8db7;
}
.cid-uxoJar0rlo .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxoJarv7uw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxoJarv7uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoJarv7uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoJarv7uw .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxoJarv7uw .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxoJarv7uw .container {
    padding: 0 26px;
  }
}
.cid-uxoJarv7uw .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxoJarv7uw .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxoJarv7uw .row {
    padding: 26px;
  }
}
.cid-uxoJarv7uw .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxoJarv7uw .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxoJarv7uw .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxoJarv7uw .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxoJarv7uw .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxoJarv7uw .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxoJarv7uw .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxoJarv7uw .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxoJarv7uw .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxoJarv7uw .nav-wrapper .list {
    display: block;
  }
}
.cid-uxoJarv7uw .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxoJarv7uw .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxoJarv7uw .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxoJarv7uw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxoJarv7uw .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxoJarv7uw .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxoJarv7uw .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxoJarv7uw .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxoJarv7uw .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxoJarv7uw .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxoJarv7uw .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxoJarv7uw .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxoJarv7uw .mbr-section-title,
.cid-uxoJarv7uw .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxoJarv7uw .list {
  color: #ffffff;
}
.cid-uxoJarv7uw .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxoJarv7uw .list,
.cid-uxoJarv7uw .nav-wrapper,
.cid-uxoJarv7uw .soc-wrapper {
  text-align: center;
}
.cid-uxoLzaAe8f .nav-item:focus,
.cid-uxoLzaAe8f .nav-link:focus {
  outline: none;
}
.cid-uxoLzaAe8f a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxoLzaAe8f .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxoLzaAe8f .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxoLzaAe8f .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxoLzaAe8f .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxoLzaAe8f .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxoLzaAe8f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxoLzaAe8f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxoLzaAe8f .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxoLzaAe8f .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxoLzaAe8f .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxoLzaAe8f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxoLzaAe8f .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxoLzaAe8f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxoLzaAe8f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxoLzaAe8f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxoLzaAe8f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxoLzaAe8f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxoLzaAe8f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxoLzaAe8f .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxoLzaAe8f .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxoLzaAe8f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxoLzaAe8f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxoLzaAe8f .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxoLzaAe8f .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxoLzaAe8f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxoLzaAe8f .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxoLzaAe8f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxoLzaAe8f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxoLzaAe8f .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxoLzaAe8f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxoLzaAe8f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxoLzaAe8f .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxoLzaAe8f .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxoLzaAe8f .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxoLzaAe8f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxoLzaAe8f .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxoLzaAe8f .dropdown-item.active,
.cid-uxoLzaAe8f .dropdown-item:active {
  background-color: transparent;
}
.cid-uxoLzaAe8f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxoLzaAe8f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxoLzaAe8f .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxoLzaAe8f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxoLzaAe8f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxoLzaAe8f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxoLzaAe8f ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxoLzaAe8f .navbar-buttons {
  text-align: center;
}
.cid-uxoLzaAe8f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxoLzaAe8f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxoLzaAe8f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxoLzaAe8f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoLzaAe8f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoLzaAe8f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxoLzaAe8f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoLzaAe8f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxoLzaAe8f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxoLzaAe8f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoLzaAe8f .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxoLzaAe8f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxoLzaAe8f .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxoLzaAe8f .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxoLzaAe8f .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxoLzaAe8f .nav-link:hover,
.cid-uxoLzaAe8f .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxoLzaAe8f .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxoLzaAe8f .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxoLzaAe8f .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxoLzaAe8f .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxoLzaAe8f .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxoLzaAe8f .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxoLzaAe8f .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxoLzbkbGz {
  background-color: #ffffff;
}
.cid-uxoLzbkbGz .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxoLzbkbGz .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxoLzbkbGz .card-wrap:hover h4,
.cid-uxoLzbkbGz .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxoLzbkbGz h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxoLzbkbGz h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxoLzbkbGz img {
  width: 100%;
}
.cid-uxoLzbkbGz h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoLzbkbGz h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoLzbkbGz .card-title1,
.cid-uxoLzbkbGz .title-wrap1 {
  color: #ffffff;
}
.cid-uxoLzbkbGz .card-title,
.cid-uxoLzbkbGz .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxoLzbkbGz .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxoLzbkbGz .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxoLzbkbGz H3 {
  color: #767676;
}
.cid-uxoLzbkbGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoLzbkbGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoLzbkbGz .mbr-text,
.cid-uxoLzbkbGz .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxoLzbIloT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxoLzbIloT .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoLzbIloT .item-title,
.cid-uxoLzbIloT .card_topic {
  margin-bottom: 12px;
}
.cid-uxoLzbIloT .category_content {
  opacity: .8;
}
.cid-uxoLzbIloT .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoLzbIloT .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxoLzbIloT .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoLzbIloT .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoLzbIloT .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoLzbIloT .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoLzbIloT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoLzbIloT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoLzc8uPb {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxoLzc8uPb .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoLzc8uPb .item-title,
.cid-uxoLzc8uPb .card_topic {
  margin-bottom: 12px;
}
.cid-uxoLzc8uPb .category_content {
  opacity: .8;
}
.cid-uxoLzc8uPb .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoLzc8uPb .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxoLzc8uPb .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoLzc8uPb .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoLzc8uPb .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoLzc8uPb .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoLzc8uPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoLzc8uPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoLzcEGTe {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxoLzcEGTe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxoLzcEGTe .form-row {
  justify-content: flex-end;
}
.cid-uxoLzcEGTe .form-control,
.cid-uxoLzcEGTe .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxoLzcEGTe .form-control:hover,
.cid-uxoLzcEGTe .field-input:hover,
.cid-uxoLzcEGTe .form-control:focus,
.cid-uxoLzcEGTe .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxoLzcEGTe input::-webkit-input-placeholder,
.cid-uxoLzcEGTe textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxoLzcEGTe input:-moz-placeholder,
.cid-uxoLzcEGTe textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxoLzcEGTe .jq-selectbox li,
.cid-uxoLzcEGTe .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoLzcEGTe .jq-selectbox li:hover,
.cid-uxoLzcEGTe .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoLzcEGTe .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoLzcEGTe .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoLzcEGTe span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxoLzcEGTe textarea {
  min-height: 150px;
}
.cid-uxoLzcEGTe h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxoLzcEGTe h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxoLzcEGTe .mbr-text,
.cid-uxoLzcEGTe .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxoLzcEGTe H1 {
  color: #143019;
  text-align: center;
}
.cid-uxoLzdh3oO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxoLzdh3oO .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxoLzdh3oO .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxoLzdh3oO .row {
    row-gap: 40px;
  }
}
.cid-uxoLzdh3oO .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxoLzdh3oO .mbr-section-title {
  color: #28432c;
}
.cid-uxoLzdh3oO .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxoLzdh3oO .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxoLzdh3oO .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxoLzdh3oO .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxoLzdh3oO .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxoLzdh3oO .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxoLzdh3oO .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxoLzdh3oO .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxoLzdh3oO .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxoLzdh3oO .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxoLzdh3oO .item-content {
  margin-top: 32px;
}
.cid-uxoLzdh3oO .item-title {
  color: #303030;
}
.cid-uxoLzdh3oO .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxoLzdh3oO .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxoLzdh3oO .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxoLzdh3oO .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxoLzdh3oO .item-text {
  color: #9b8db7;
}
.cid-uxoLzdh3oO .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxoLzdNyas {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxoLzdNyas .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoLzdNyas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoLzdNyas .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxoLzdNyas .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxoLzdNyas .container {
    padding: 0 26px;
  }
}
.cid-uxoLzdNyas .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxoLzdNyas .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxoLzdNyas .row {
    padding: 26px;
  }
}
.cid-uxoLzdNyas .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxoLzdNyas .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxoLzdNyas .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxoLzdNyas .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxoLzdNyas .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxoLzdNyas .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxoLzdNyas .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxoLzdNyas .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxoLzdNyas .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxoLzdNyas .nav-wrapper .list {
    display: block;
  }
}
.cid-uxoLzdNyas .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxoLzdNyas .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxoLzdNyas .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxoLzdNyas .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxoLzdNyas .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxoLzdNyas .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxoLzdNyas .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxoLzdNyas .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxoLzdNyas .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxoLzdNyas .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxoLzdNyas .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxoLzdNyas .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxoLzdNyas .mbr-section-title,
.cid-uxoLzdNyas .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxoLzdNyas .list {
  color: #ffffff;
}
.cid-uxoLzdNyas .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxoLzdNyas .list,
.cid-uxoLzdNyas .nav-wrapper,
.cid-uxoLzdNyas .soc-wrapper {
  text-align: center;
}
.cid-uxoLCoZQdU .nav-item:focus,
.cid-uxoLCoZQdU .nav-link:focus {
  outline: none;
}
.cid-uxoLCoZQdU a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxoLCoZQdU .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxoLCoZQdU .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxoLCoZQdU .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxoLCoZQdU .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxoLCoZQdU .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxoLCoZQdU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxoLCoZQdU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxoLCoZQdU .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxoLCoZQdU .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxoLCoZQdU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxoLCoZQdU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxoLCoZQdU .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxoLCoZQdU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxoLCoZQdU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxoLCoZQdU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxoLCoZQdU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxoLCoZQdU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxoLCoZQdU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxoLCoZQdU .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxoLCoZQdU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxoLCoZQdU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxoLCoZQdU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxoLCoZQdU .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxoLCoZQdU .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxoLCoZQdU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxoLCoZQdU .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxoLCoZQdU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxoLCoZQdU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxoLCoZQdU .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxoLCoZQdU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxoLCoZQdU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxoLCoZQdU .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxoLCoZQdU .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxoLCoZQdU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxoLCoZQdU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxoLCoZQdU .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxoLCoZQdU .dropdown-item.active,
.cid-uxoLCoZQdU .dropdown-item:active {
  background-color: transparent;
}
.cid-uxoLCoZQdU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxoLCoZQdU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxoLCoZQdU .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxoLCoZQdU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxoLCoZQdU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxoLCoZQdU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxoLCoZQdU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxoLCoZQdU .navbar-buttons {
  text-align: center;
}
.cid-uxoLCoZQdU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxoLCoZQdU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxoLCoZQdU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxoLCoZQdU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoLCoZQdU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoLCoZQdU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxoLCoZQdU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoLCoZQdU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxoLCoZQdU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxoLCoZQdU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoLCoZQdU .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxoLCoZQdU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxoLCoZQdU .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxoLCoZQdU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxoLCoZQdU .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxoLCoZQdU .nav-link:hover,
.cid-uxoLCoZQdU .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxoLCoZQdU .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxoLCoZQdU .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxoLCoZQdU .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxoLCoZQdU .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxoLCoZQdU .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxoLCoZQdU .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxoLCoZQdU .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxoLCpDS7z {
  background-color: #ffffff;
}
.cid-uxoLCpDS7z .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxoLCpDS7z .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxoLCpDS7z .card-wrap:hover h4,
.cid-uxoLCpDS7z .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxoLCpDS7z h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxoLCpDS7z h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxoLCpDS7z img {
  width: 100%;
}
.cid-uxoLCpDS7z h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoLCpDS7z h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoLCpDS7z .card-title1,
.cid-uxoLCpDS7z .title-wrap1 {
  color: #ffffff;
}
.cid-uxoLCpDS7z .card-title,
.cid-uxoLCpDS7z .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxoLCpDS7z .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxoLCpDS7z .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxoLCpDS7z H3 {
  color: #767676;
}
.cid-uxoLCpDS7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoLCpDS7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoLCpDS7z .mbr-text,
.cid-uxoLCpDS7z .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxoLCq1evy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxoLCq1evy .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoLCq1evy .item-title,
.cid-uxoLCq1evy .card_topic {
  margin-bottom: 12px;
}
.cid-uxoLCq1evy .category_content {
  opacity: .8;
}
.cid-uxoLCq1evy .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoLCq1evy .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxoLCq1evy .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoLCq1evy .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoLCq1evy .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoLCq1evy .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoLCq1evy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoLCq1evy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoLCqkf4S {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxoLCqkf4S .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoLCqkf4S .item-title,
.cid-uxoLCqkf4S .card_topic {
  margin-bottom: 12px;
}
.cid-uxoLCqkf4S .category_content {
  opacity: .8;
}
.cid-uxoLCqkf4S .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoLCqkf4S .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxoLCqkf4S .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoLCqkf4S .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoLCqkf4S .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoLCqkf4S .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoLCqkf4S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoLCqkf4S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoLCqEpxT {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxoLCqEpxT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxoLCqEpxT .form-row {
  justify-content: flex-end;
}
.cid-uxoLCqEpxT .form-control,
.cid-uxoLCqEpxT .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxoLCqEpxT .form-control:hover,
.cid-uxoLCqEpxT .field-input:hover,
.cid-uxoLCqEpxT .form-control:focus,
.cid-uxoLCqEpxT .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxoLCqEpxT input::-webkit-input-placeholder,
.cid-uxoLCqEpxT textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxoLCqEpxT input:-moz-placeholder,
.cid-uxoLCqEpxT textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxoLCqEpxT .jq-selectbox li,
.cid-uxoLCqEpxT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoLCqEpxT .jq-selectbox li:hover,
.cid-uxoLCqEpxT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoLCqEpxT .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoLCqEpxT .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoLCqEpxT span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxoLCqEpxT textarea {
  min-height: 150px;
}
.cid-uxoLCqEpxT h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxoLCqEpxT h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxoLCqEpxT .mbr-text,
.cid-uxoLCqEpxT .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxoLCqEpxT H1 {
  color: #143019;
  text-align: center;
}
.cid-uxoLCr0air {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxoLCr0air .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxoLCr0air .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxoLCr0air .row {
    row-gap: 40px;
  }
}
.cid-uxoLCr0air .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxoLCr0air .mbr-section-title {
  color: #28432c;
}
.cid-uxoLCr0air .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxoLCr0air .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxoLCr0air .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxoLCr0air .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxoLCr0air .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxoLCr0air .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxoLCr0air .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxoLCr0air .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxoLCr0air .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxoLCr0air .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxoLCr0air .item-content {
  margin-top: 32px;
}
.cid-uxoLCr0air .item-title {
  color: #303030;
}
.cid-uxoLCr0air .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxoLCr0air .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxoLCr0air .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxoLCr0air .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxoLCr0air .item-text {
  color: #9b8db7;
}
.cid-uxoLCr0air .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxoLCs326J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxoLCs326J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoLCs326J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoLCs326J .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxoLCs326J .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxoLCs326J .container {
    padding: 0 26px;
  }
}
.cid-uxoLCs326J .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxoLCs326J .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxoLCs326J .row {
    padding: 26px;
  }
}
.cid-uxoLCs326J .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxoLCs326J .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxoLCs326J .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxoLCs326J .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxoLCs326J .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxoLCs326J .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxoLCs326J .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxoLCs326J .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxoLCs326J .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxoLCs326J .nav-wrapper .list {
    display: block;
  }
}
.cid-uxoLCs326J .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxoLCs326J .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxoLCs326J .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxoLCs326J .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxoLCs326J .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxoLCs326J .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxoLCs326J .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxoLCs326J .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxoLCs326J .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxoLCs326J .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxoLCs326J .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxoLCs326J .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxoLCs326J .mbr-section-title,
.cid-uxoLCs326J .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxoLCs326J .list {
  color: #ffffff;
}
.cid-uxoLCs326J .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxoLCs326J .list,
.cid-uxoLCs326J .nav-wrapper,
.cid-uxoLCs326J .soc-wrapper {
  text-align: center;
}
.cid-uxoMMKhpet .nav-item:focus,
.cid-uxoMMKhpet .nav-link:focus {
  outline: none;
}
.cid-uxoMMKhpet a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxoMMKhpet .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxoMMKhpet .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxoMMKhpet .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxoMMKhpet .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxoMMKhpet .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxoMMKhpet .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxoMMKhpet .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxoMMKhpet .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxoMMKhpet .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxoMMKhpet .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxoMMKhpet .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxoMMKhpet .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxoMMKhpet .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxoMMKhpet .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxoMMKhpet .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxoMMKhpet .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxoMMKhpet .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxoMMKhpet .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxoMMKhpet .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxoMMKhpet .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxoMMKhpet .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxoMMKhpet .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxoMMKhpet .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxoMMKhpet .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxoMMKhpet .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxoMMKhpet .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxoMMKhpet .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxoMMKhpet .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxoMMKhpet .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxoMMKhpet .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxoMMKhpet .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxoMMKhpet .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxoMMKhpet .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxoMMKhpet .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxoMMKhpet .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxoMMKhpet .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxoMMKhpet .dropdown-item.active,
.cid-uxoMMKhpet .dropdown-item:active {
  background-color: transparent;
}
.cid-uxoMMKhpet .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxoMMKhpet .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxoMMKhpet .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxoMMKhpet .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxoMMKhpet .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxoMMKhpet .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxoMMKhpet ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxoMMKhpet .navbar-buttons {
  text-align: center;
}
.cid-uxoMMKhpet button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxoMMKhpet button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxoMMKhpet button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxoMMKhpet button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoMMKhpet button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxoMMKhpet button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxoMMKhpet nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoMMKhpet nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxoMMKhpet nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxoMMKhpet nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxoMMKhpet .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxoMMKhpet a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxoMMKhpet .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxoMMKhpet .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxoMMKhpet .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxoMMKhpet .nav-link:hover,
.cid-uxoMMKhpet .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxoMMKhpet .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxoMMKhpet .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxoMMKhpet .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxoMMKhpet .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxoMMKhpet .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxoMMKhpet .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxoMMKhpet .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxoMMKQYCM {
  background-color: #ffffff;
}
.cid-uxoMMKQYCM .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxoMMKQYCM .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxoMMKQYCM .card-wrap:hover h4,
.cid-uxoMMKQYCM .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxoMMKQYCM h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxoMMKQYCM h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxoMMKQYCM img {
  width: 100%;
}
.cid-uxoMMKQYCM h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoMMKQYCM h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxoMMKQYCM .card-title1,
.cid-uxoMMKQYCM .title-wrap1 {
  color: #ffffff;
}
.cid-uxoMMKQYCM .card-title,
.cid-uxoMMKQYCM .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxoMMKQYCM .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxoMMKQYCM .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxoMMKQYCM H3 {
  color: #767676;
}
.cid-uxoMMKQYCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoMMKQYCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoMMKQYCM .mbr-text,
.cid-uxoMMKQYCM .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxoMMLf3Rg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxoMMLf3Rg .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoMMLf3Rg .item-title,
.cid-uxoMMLf3Rg .card_topic {
  margin-bottom: 12px;
}
.cid-uxoMMLf3Rg .category_content {
  opacity: .8;
}
.cid-uxoMMLf3Rg .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoMMLf3Rg .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxoMMLf3Rg .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoMMLf3Rg .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoMMLf3Rg .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoMMLf3Rg .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoMMLf3Rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoMMLf3Rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoMMLDcX4 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxoMMLDcX4 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxoMMLDcX4 .item-title,
.cid-uxoMMLDcX4 .card_topic {
  margin-bottom: 12px;
}
.cid-uxoMMLDcX4 .category_content {
  opacity: .8;
}
.cid-uxoMMLDcX4 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxoMMLDcX4 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxoMMLDcX4 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxoMMLDcX4 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxoMMLDcX4 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxoMMLDcX4 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxoMMLDcX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoMMLDcX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoMMLUDpU {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxoMMLUDpU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxoMMLUDpU .form-row {
  justify-content: flex-end;
}
.cid-uxoMMLUDpU .form-control,
.cid-uxoMMLUDpU .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxoMMLUDpU .form-control:hover,
.cid-uxoMMLUDpU .field-input:hover,
.cid-uxoMMLUDpU .form-control:focus,
.cid-uxoMMLUDpU .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxoMMLUDpU input::-webkit-input-placeholder,
.cid-uxoMMLUDpU textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxoMMLUDpU input:-moz-placeholder,
.cid-uxoMMLUDpU textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxoMMLUDpU .jq-selectbox li,
.cid-uxoMMLUDpU .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoMMLUDpU .jq-selectbox li:hover,
.cid-uxoMMLUDpU .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxoMMLUDpU .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoMMLUDpU .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxoMMLUDpU span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxoMMLUDpU textarea {
  min-height: 150px;
}
.cid-uxoMMLUDpU h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxoMMLUDpU h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxoMMLUDpU .mbr-text,
.cid-uxoMMLUDpU .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxoMMLUDpU H1 {
  color: #143019;
  text-align: center;
}
.cid-uxoMMMeeXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxoMMMeeXS .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxoMMMeeXS .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxoMMMeeXS .row {
    row-gap: 40px;
  }
}
.cid-uxoMMMeeXS .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxoMMMeeXS .mbr-section-title {
  color: #28432c;
}
.cid-uxoMMMeeXS .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxoMMMeeXS .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxoMMMeeXS .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxoMMMeeXS .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxoMMMeeXS .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxoMMMeeXS .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxoMMMeeXS .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxoMMMeeXS .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxoMMMeeXS .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxoMMMeeXS .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxoMMMeeXS .item-content {
  margin-top: 32px;
}
.cid-uxoMMMeeXS .item-title {
  color: #303030;
}
.cid-uxoMMMeeXS .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxoMMMeeXS .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxoMMMeeXS .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxoMMMeeXS .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxoMMMeeXS .item-text {
  color: #9b8db7;
}
.cid-uxoMMMeeXS .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxoMMMHSis {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxoMMMHSis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxoMMMHSis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxoMMMHSis .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxoMMMHSis .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxoMMMHSis .container {
    padding: 0 26px;
  }
}
.cid-uxoMMMHSis .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxoMMMHSis .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxoMMMHSis .row {
    padding: 26px;
  }
}
.cid-uxoMMMHSis .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxoMMMHSis .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxoMMMHSis .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxoMMMHSis .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxoMMMHSis .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxoMMMHSis .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxoMMMHSis .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxoMMMHSis .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxoMMMHSis .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxoMMMHSis .nav-wrapper .list {
    display: block;
  }
}
.cid-uxoMMMHSis .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxoMMMHSis .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxoMMMHSis .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxoMMMHSis .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxoMMMHSis .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxoMMMHSis .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxoMMMHSis .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxoMMMHSis .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxoMMMHSis .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxoMMMHSis .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxoMMMHSis .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxoMMMHSis .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxoMMMHSis .mbr-section-title,
.cid-uxoMMMHSis .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxoMMMHSis .list {
  color: #ffffff;
}
.cid-uxoMMMHSis .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxoMMMHSis .list,
.cid-uxoMMMHSis .nav-wrapper,
.cid-uxoMMMHSis .soc-wrapper {
  text-align: center;
}
.cid-uxp4BhZlDj .nav-item:focus,
.cid-uxp4BhZlDj .nav-link:focus {
  outline: none;
}
.cid-uxp4BhZlDj a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxp4BhZlDj .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxp4BhZlDj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxp4BhZlDj .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxp4BhZlDj .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxp4BhZlDj .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxp4BhZlDj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxp4BhZlDj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxp4BhZlDj .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxp4BhZlDj .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxp4BhZlDj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxp4BhZlDj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxp4BhZlDj .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxp4BhZlDj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxp4BhZlDj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxp4BhZlDj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxp4BhZlDj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxp4BhZlDj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxp4BhZlDj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxp4BhZlDj .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxp4BhZlDj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxp4BhZlDj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxp4BhZlDj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxp4BhZlDj .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxp4BhZlDj .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxp4BhZlDj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxp4BhZlDj .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxp4BhZlDj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxp4BhZlDj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxp4BhZlDj .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxp4BhZlDj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxp4BhZlDj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxp4BhZlDj .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxp4BhZlDj .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxp4BhZlDj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxp4BhZlDj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxp4BhZlDj .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxp4BhZlDj .dropdown-item.active,
.cid-uxp4BhZlDj .dropdown-item:active {
  background-color: transparent;
}
.cid-uxp4BhZlDj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxp4BhZlDj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxp4BhZlDj .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxp4BhZlDj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxp4BhZlDj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxp4BhZlDj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxp4BhZlDj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxp4BhZlDj .navbar-buttons {
  text-align: center;
}
.cid-uxp4BhZlDj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxp4BhZlDj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxp4BhZlDj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxp4BhZlDj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxp4BhZlDj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxp4BhZlDj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxp4BhZlDj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxp4BhZlDj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxp4BhZlDj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxp4BhZlDj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxp4BhZlDj .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxp4BhZlDj a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxp4BhZlDj .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxp4BhZlDj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxp4BhZlDj .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxp4BhZlDj .nav-link:hover,
.cid-uxp4BhZlDj .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxp4BhZlDj .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxp4BhZlDj .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxp4BhZlDj .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxp4BhZlDj .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxp4BhZlDj .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxp4BhZlDj .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxp4BhZlDj .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxp4BiBrLx {
  background-color: #ffffff;
}
.cid-uxp4BiBrLx .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxp4BiBrLx .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxp4BiBrLx .card-wrap:hover h4,
.cid-uxp4BiBrLx .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxp4BiBrLx h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxp4BiBrLx h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxp4BiBrLx img {
  width: 100%;
}
.cid-uxp4BiBrLx h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxp4BiBrLx h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxp4BiBrLx .card-title1,
.cid-uxp4BiBrLx .title-wrap1 {
  color: #ffffff;
}
.cid-uxp4BiBrLx .card-title,
.cid-uxp4BiBrLx .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxp4BiBrLx .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxp4BiBrLx .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxp4BiBrLx H3 {
  color: #767676;
}
.cid-uxp4BiBrLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp4BiBrLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp4BiBrLx .mbr-text,
.cid-uxp4BiBrLx .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxp4BiXKdw {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxp4BiXKdw .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxp4BiXKdw .item-title,
.cid-uxp4BiXKdw .card_topic {
  margin-bottom: 12px;
}
.cid-uxp4BiXKdw .category_content {
  opacity: .8;
}
.cid-uxp4BiXKdw .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxp4BiXKdw .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxp4BiXKdw .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxp4BiXKdw .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxp4BiXKdw .mbr-section-btn .btn-secondary-outline .active,
.cid-uxp4BiXKdw .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxp4BiXKdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp4BiXKdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp4BjlSI8 {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxp4BjlSI8 .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxp4BjlSI8 .item-title,
.cid-uxp4BjlSI8 .card_topic {
  margin-bottom: 12px;
}
.cid-uxp4BjlSI8 .category_content {
  opacity: .8;
}
.cid-uxp4BjlSI8 .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxp4BjlSI8 .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxp4BjlSI8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxp4BjlSI8 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxp4BjlSI8 .mbr-section-btn .btn-secondary-outline .active,
.cid-uxp4BjlSI8 .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxp4BjlSI8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp4BjlSI8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp4BjKydH {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxp4BjKydH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxp4BjKydH .form-row {
  justify-content: flex-end;
}
.cid-uxp4BjKydH .form-control,
.cid-uxp4BjKydH .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxp4BjKydH .form-control:hover,
.cid-uxp4BjKydH .field-input:hover,
.cid-uxp4BjKydH .form-control:focus,
.cid-uxp4BjKydH .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxp4BjKydH input::-webkit-input-placeholder,
.cid-uxp4BjKydH textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxp4BjKydH input:-moz-placeholder,
.cid-uxp4BjKydH textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxp4BjKydH .jq-selectbox li,
.cid-uxp4BjKydH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxp4BjKydH .jq-selectbox li:hover,
.cid-uxp4BjKydH .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxp4BjKydH .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxp4BjKydH .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxp4BjKydH span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxp4BjKydH textarea {
  min-height: 150px;
}
.cid-uxp4BjKydH h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxp4BjKydH h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxp4BjKydH .mbr-text,
.cid-uxp4BjKydH .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxp4BjKydH H1 {
  color: #143019;
  text-align: center;
}
.cid-uxp4Bk6VBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxp4Bk6VBY .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxp4Bk6VBY .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxp4Bk6VBY .row {
    row-gap: 40px;
  }
}
.cid-uxp4Bk6VBY .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxp4Bk6VBY .mbr-section-title {
  color: #28432c;
}
.cid-uxp4Bk6VBY .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxp4Bk6VBY .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxp4Bk6VBY .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxp4Bk6VBY .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxp4Bk6VBY .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxp4Bk6VBY .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxp4Bk6VBY .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxp4Bk6VBY .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxp4Bk6VBY .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxp4Bk6VBY .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxp4Bk6VBY .item-content {
  margin-top: 32px;
}
.cid-uxp4Bk6VBY .item-title {
  color: #303030;
}
.cid-uxp4Bk6VBY .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxp4Bk6VBY .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxp4Bk6VBY .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxp4Bk6VBY .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxp4Bk6VBY .item-text {
  color: #9b8db7;
}
.cid-uxp4Bk6VBY .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxp4BkxNCC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxp4BkxNCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp4BkxNCC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp4BkxNCC .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxp4BkxNCC .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxp4BkxNCC .container {
    padding: 0 26px;
  }
}
.cid-uxp4BkxNCC .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxp4BkxNCC .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxp4BkxNCC .row {
    padding: 26px;
  }
}
.cid-uxp4BkxNCC .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxp4BkxNCC .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxp4BkxNCC .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxp4BkxNCC .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxp4BkxNCC .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxp4BkxNCC .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxp4BkxNCC .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxp4BkxNCC .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxp4BkxNCC .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxp4BkxNCC .nav-wrapper .list {
    display: block;
  }
}
.cid-uxp4BkxNCC .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxp4BkxNCC .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxp4BkxNCC .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxp4BkxNCC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxp4BkxNCC .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxp4BkxNCC .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxp4BkxNCC .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxp4BkxNCC .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxp4BkxNCC .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxp4BkxNCC .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxp4BkxNCC .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxp4BkxNCC .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxp4BkxNCC .mbr-section-title,
.cid-uxp4BkxNCC .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxp4BkxNCC .list {
  color: #ffffff;
}
.cid-uxp4BkxNCC .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxp4BkxNCC .list,
.cid-uxp4BkxNCC .nav-wrapper,
.cid-uxp4BkxNCC .soc-wrapper {
  text-align: center;
}
.cid-uxp55c0Q8D .nav-item:focus,
.cid-uxp55c0Q8D .nav-link:focus {
  outline: none;
}
.cid-uxp55c0Q8D a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxp55c0Q8D .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxp55c0Q8D .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxp55c0Q8D .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxp55c0Q8D .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxp55c0Q8D .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxp55c0Q8D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxp55c0Q8D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxp55c0Q8D .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxp55c0Q8D .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxp55c0Q8D .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxp55c0Q8D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxp55c0Q8D .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxp55c0Q8D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxp55c0Q8D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxp55c0Q8D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxp55c0Q8D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxp55c0Q8D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxp55c0Q8D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxp55c0Q8D .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxp55c0Q8D .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxp55c0Q8D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxp55c0Q8D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxp55c0Q8D .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxp55c0Q8D .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxp55c0Q8D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxp55c0Q8D .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxp55c0Q8D .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxp55c0Q8D .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxp55c0Q8D .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxp55c0Q8D .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxp55c0Q8D .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxp55c0Q8D .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxp55c0Q8D .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxp55c0Q8D .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxp55c0Q8D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxp55c0Q8D .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxp55c0Q8D .dropdown-item.active,
.cid-uxp55c0Q8D .dropdown-item:active {
  background-color: transparent;
}
.cid-uxp55c0Q8D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxp55c0Q8D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxp55c0Q8D .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxp55c0Q8D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxp55c0Q8D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxp55c0Q8D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxp55c0Q8D ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxp55c0Q8D .navbar-buttons {
  text-align: center;
}
.cid-uxp55c0Q8D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxp55c0Q8D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxp55c0Q8D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxp55c0Q8D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxp55c0Q8D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxp55c0Q8D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxp55c0Q8D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxp55c0Q8D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxp55c0Q8D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxp55c0Q8D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxp55c0Q8D .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxp55c0Q8D a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxp55c0Q8D .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxp55c0Q8D .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxp55c0Q8D .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxp55c0Q8D .nav-link:hover,
.cid-uxp55c0Q8D .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxp55c0Q8D .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxp55c0Q8D .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxp55c0Q8D .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxp55c0Q8D .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxp55c0Q8D .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxp55c0Q8D .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxp55c0Q8D .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxp55cH7Su {
  background-color: #ffffff;
}
.cid-uxp55cH7Su .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxp55cH7Su .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxp55cH7Su .card-wrap:hover h4,
.cid-uxp55cH7Su .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxp55cH7Su h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxp55cH7Su h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxp55cH7Su img {
  width: 100%;
}
.cid-uxp55cH7Su h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxp55cH7Su h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxp55cH7Su .card-title1,
.cid-uxp55cH7Su .title-wrap1 {
  color: #ffffff;
}
.cid-uxp55cH7Su .card-title,
.cid-uxp55cH7Su .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxp55cH7Su .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxp55cH7Su .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxp55cH7Su H3 {
  color: #767676;
}
.cid-uxp55cH7Su .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp55cH7Su .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp55cH7Su .mbr-text,
.cid-uxp55cH7Su .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxp55dahts {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxp55dahts .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxp55dahts .item-title,
.cid-uxp55dahts .card_topic {
  margin-bottom: 12px;
}
.cid-uxp55dahts .category_content {
  opacity: .8;
}
.cid-uxp55dahts .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxp55dahts .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxp55dahts .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxp55dahts .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxp55dahts .mbr-section-btn .btn-secondary-outline .active,
.cid-uxp55dahts .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxp55dahts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp55dahts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp55dGYqU {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxp55dGYqU .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxp55dGYqU .item-title,
.cid-uxp55dGYqU .card_topic {
  margin-bottom: 12px;
}
.cid-uxp55dGYqU .category_content {
  opacity: .8;
}
.cid-uxp55dGYqU .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxp55dGYqU .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxp55dGYqU .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxp55dGYqU .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxp55dGYqU .mbr-section-btn .btn-secondary-outline .active,
.cid-uxp55dGYqU .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxp55dGYqU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp55dGYqU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp55e19yu {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxp55e19yu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxp55e19yu .form-row {
  justify-content: flex-end;
}
.cid-uxp55e19yu .form-control,
.cid-uxp55e19yu .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxp55e19yu .form-control:hover,
.cid-uxp55e19yu .field-input:hover,
.cid-uxp55e19yu .form-control:focus,
.cid-uxp55e19yu .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxp55e19yu input::-webkit-input-placeholder,
.cid-uxp55e19yu textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxp55e19yu input:-moz-placeholder,
.cid-uxp55e19yu textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxp55e19yu .jq-selectbox li,
.cid-uxp55e19yu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxp55e19yu .jq-selectbox li:hover,
.cid-uxp55e19yu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxp55e19yu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxp55e19yu .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxp55e19yu span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxp55e19yu textarea {
  min-height: 150px;
}
.cid-uxp55e19yu h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxp55e19yu h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxp55e19yu .mbr-text,
.cid-uxp55e19yu .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxp55e19yu H1 {
  color: #143019;
  text-align: center;
}
.cid-uxp55eo4Aw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxp55eo4Aw .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxp55eo4Aw .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxp55eo4Aw .row {
    row-gap: 40px;
  }
}
.cid-uxp55eo4Aw .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxp55eo4Aw .mbr-section-title {
  color: #28432c;
}
.cid-uxp55eo4Aw .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxp55eo4Aw .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxp55eo4Aw .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxp55eo4Aw .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxp55eo4Aw .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxp55eo4Aw .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxp55eo4Aw .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxp55eo4Aw .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxp55eo4Aw .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxp55eo4Aw .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxp55eo4Aw .item-content {
  margin-top: 32px;
}
.cid-uxp55eo4Aw .item-title {
  color: #303030;
}
.cid-uxp55eo4Aw .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxp55eo4Aw .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxp55eo4Aw .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxp55eo4Aw .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxp55eo4Aw .item-text {
  color: #9b8db7;
}
.cid-uxp55eo4Aw .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxp55f3f7w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxp55f3f7w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp55f3f7w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp55f3f7w .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxp55f3f7w .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxp55f3f7w .container {
    padding: 0 26px;
  }
}
.cid-uxp55f3f7w .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxp55f3f7w .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxp55f3f7w .row {
    padding: 26px;
  }
}
.cid-uxp55f3f7w .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxp55f3f7w .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxp55f3f7w .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxp55f3f7w .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxp55f3f7w .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxp55f3f7w .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxp55f3f7w .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxp55f3f7w .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxp55f3f7w .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxp55f3f7w .nav-wrapper .list {
    display: block;
  }
}
.cid-uxp55f3f7w .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxp55f3f7w .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxp55f3f7w .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxp55f3f7w .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxp55f3f7w .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxp55f3f7w .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxp55f3f7w .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxp55f3f7w .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxp55f3f7w .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxp55f3f7w .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxp55f3f7w .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxp55f3f7w .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxp55f3f7w .mbr-section-title,
.cid-uxp55f3f7w .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxp55f3f7w .list {
  color: #ffffff;
}
.cid-uxp55f3f7w .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxp55f3f7w .list,
.cid-uxp55f3f7w .nav-wrapper,
.cid-uxp55f3f7w .soc-wrapper {
  text-align: center;
}
.cid-uxp6aXwjh5 .nav-item:focus,
.cid-uxp6aXwjh5 .nav-link:focus {
  outline: none;
}
.cid-uxp6aXwjh5 a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxp6aXwjh5 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxp6aXwjh5 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxp6aXwjh5 .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxp6aXwjh5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxp6aXwjh5 .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxp6aXwjh5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxp6aXwjh5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxp6aXwjh5 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxp6aXwjh5 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxp6aXwjh5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxp6aXwjh5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxp6aXwjh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxp6aXwjh5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxp6aXwjh5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxp6aXwjh5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxp6aXwjh5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxp6aXwjh5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxp6aXwjh5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxp6aXwjh5 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxp6aXwjh5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxp6aXwjh5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxp6aXwjh5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxp6aXwjh5 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxp6aXwjh5 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxp6aXwjh5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxp6aXwjh5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxp6aXwjh5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxp6aXwjh5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxp6aXwjh5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxp6aXwjh5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxp6aXwjh5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxp6aXwjh5 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxp6aXwjh5 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxp6aXwjh5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxp6aXwjh5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxp6aXwjh5 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxp6aXwjh5 .dropdown-item.active,
.cid-uxp6aXwjh5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxp6aXwjh5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxp6aXwjh5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxp6aXwjh5 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxp6aXwjh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxp6aXwjh5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxp6aXwjh5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxp6aXwjh5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxp6aXwjh5 .navbar-buttons {
  text-align: center;
}
.cid-uxp6aXwjh5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxp6aXwjh5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxp6aXwjh5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxp6aXwjh5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxp6aXwjh5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxp6aXwjh5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxp6aXwjh5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxp6aXwjh5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxp6aXwjh5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxp6aXwjh5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxp6aXwjh5 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxp6aXwjh5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxp6aXwjh5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxp6aXwjh5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxp6aXwjh5 .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxp6aXwjh5 .nav-link:hover,
.cid-uxp6aXwjh5 .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxp6aXwjh5 .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxp6aXwjh5 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxp6aXwjh5 .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxp6aXwjh5 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxp6aXwjh5 .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxp6aXwjh5 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxp6aXwjh5 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxp6aYgGTz {
  background-color: #ffffff;
}
.cid-uxp6aYgGTz .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxp6aYgGTz .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxp6aYgGTz .card-wrap:hover h4,
.cid-uxp6aYgGTz .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxp6aYgGTz h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxp6aYgGTz h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxp6aYgGTz img {
  width: 100%;
}
.cid-uxp6aYgGTz h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxp6aYgGTz h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxp6aYgGTz .card-title1,
.cid-uxp6aYgGTz .title-wrap1 {
  color: #ffffff;
}
.cid-uxp6aYgGTz .card-title,
.cid-uxp6aYgGTz .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxp6aYgGTz .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxp6aYgGTz .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxp6aYgGTz H3 {
  color: #767676;
}
.cid-uxp6aYgGTz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp6aYgGTz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp6aYgGTz .mbr-text,
.cid-uxp6aYgGTz .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxp6aYy5QY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxp6aYy5QY .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxp6aYy5QY .item-title,
.cid-uxp6aYy5QY .card_topic {
  margin-bottom: 12px;
}
.cid-uxp6aYy5QY .category_content {
  opacity: .8;
}
.cid-uxp6aYy5QY .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxp6aYy5QY .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxp6aYy5QY .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxp6aYy5QY .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxp6aYy5QY .mbr-section-btn .btn-secondary-outline .active,
.cid-uxp6aYy5QY .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxp6aYy5QY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp6aYy5QY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp6aYVi6n {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxp6aYVi6n .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxp6aYVi6n .item-title,
.cid-uxp6aYVi6n .card_topic {
  margin-bottom: 12px;
}
.cid-uxp6aYVi6n .category_content {
  opacity: .8;
}
.cid-uxp6aYVi6n .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxp6aYVi6n .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxp6aYVi6n .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxp6aYVi6n .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxp6aYVi6n .mbr-section-btn .btn-secondary-outline .active,
.cid-uxp6aYVi6n .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxp6aYVi6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp6aYVi6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp6aZi1l3 {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxp6aZi1l3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxp6aZi1l3 .form-row {
  justify-content: flex-end;
}
.cid-uxp6aZi1l3 .form-control,
.cid-uxp6aZi1l3 .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxp6aZi1l3 .form-control:hover,
.cid-uxp6aZi1l3 .field-input:hover,
.cid-uxp6aZi1l3 .form-control:focus,
.cid-uxp6aZi1l3 .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxp6aZi1l3 input::-webkit-input-placeholder,
.cid-uxp6aZi1l3 textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxp6aZi1l3 input:-moz-placeholder,
.cid-uxp6aZi1l3 textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxp6aZi1l3 .jq-selectbox li,
.cid-uxp6aZi1l3 .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxp6aZi1l3 .jq-selectbox li:hover,
.cid-uxp6aZi1l3 .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxp6aZi1l3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxp6aZi1l3 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxp6aZi1l3 span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxp6aZi1l3 textarea {
  min-height: 150px;
}
.cid-uxp6aZi1l3 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxp6aZi1l3 h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxp6aZi1l3 .mbr-text,
.cid-uxp6aZi1l3 .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxp6aZi1l3 H1 {
  color: #143019;
  text-align: center;
}
.cid-uxp6aZE0Dh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxp6aZE0Dh .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxp6aZE0Dh .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxp6aZE0Dh .row {
    row-gap: 40px;
  }
}
.cid-uxp6aZE0Dh .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxp6aZE0Dh .mbr-section-title {
  color: #28432c;
}
.cid-uxp6aZE0Dh .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxp6aZE0Dh .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxp6aZE0Dh .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxp6aZE0Dh .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxp6aZE0Dh .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxp6aZE0Dh .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxp6aZE0Dh .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxp6aZE0Dh .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxp6aZE0Dh .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxp6aZE0Dh .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxp6aZE0Dh .item-content {
  margin-top: 32px;
}
.cid-uxp6aZE0Dh .item-title {
  color: #303030;
}
.cid-uxp6aZE0Dh .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxp6aZE0Dh .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxp6aZE0Dh .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxp6aZE0Dh .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxp6aZE0Dh .item-text {
  color: #9b8db7;
}
.cid-uxp6aZE0Dh .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxp6b08wmK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxp6b08wmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp6b08wmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp6b08wmK .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxp6b08wmK .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxp6b08wmK .container {
    padding: 0 26px;
  }
}
.cid-uxp6b08wmK .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxp6b08wmK .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxp6b08wmK .row {
    padding: 26px;
  }
}
.cid-uxp6b08wmK .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxp6b08wmK .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxp6b08wmK .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxp6b08wmK .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxp6b08wmK .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxp6b08wmK .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxp6b08wmK .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxp6b08wmK .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxp6b08wmK .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxp6b08wmK .nav-wrapper .list {
    display: block;
  }
}
.cid-uxp6b08wmK .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxp6b08wmK .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxp6b08wmK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxp6b08wmK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxp6b08wmK .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxp6b08wmK .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxp6b08wmK .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxp6b08wmK .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxp6b08wmK .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxp6b08wmK .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxp6b08wmK .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxp6b08wmK .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxp6b08wmK .mbr-section-title,
.cid-uxp6b08wmK .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxp6b08wmK .list {
  color: #ffffff;
}
.cid-uxp6b08wmK .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxp6b08wmK .list,
.cid-uxp6b08wmK .nav-wrapper,
.cid-uxp6b08wmK .soc-wrapper {
  text-align: center;
}
.cid-uxp7uXuB6q .nav-item:focus,
.cid-uxp7uXuB6q .nav-link:focus {
  outline: none;
}
.cid-uxp7uXuB6q a.nav-link:focus {
  color: #1c6b2a !important;
}
.cid-uxp7uXuB6q .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uxp7uXuB6q .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uxp7uXuB6q .navbar .dropdown-item {
  padding: 0.3rem 1.5rem;
}
.cid-uxp7uXuB6q .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uxp7uXuB6q .navbar.collapsed {
  flex-direction: row!important;
}
.cid-uxp7uXuB6q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxp7uXuB6q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.3rem);
  }
}
.cid-uxp7uXuB6q .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uxp7uXuB6q .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uxp7uXuB6q .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uxp7uXuB6q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxp7uXuB6q .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uxp7uXuB6q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxp7uXuB6q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uxp7uXuB6q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxp7uXuB6q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.15rem 1.5rem;
  text-align: center;
}
.cid-uxp7uXuB6q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxp7uXuB6q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxp7uXuB6q .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uxp7uXuB6q .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uxp7uXuB6q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxp7uXuB6q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxp7uXuB6q .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uxp7uXuB6q .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-uxp7uXuB6q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxp7uXuB6q .navbar .dropdown-menu .dropdown-item {
    padding: 0.15rem 1.5rem;
    text-align: center;
  }
  .cid-uxp7uXuB6q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uxp7uXuB6q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxp7uXuB6q .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uxp7uXuB6q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-uxp7uXuB6q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uxp7uXuB6q .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxp7uXuB6q .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uxp7uXuB6q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uxp7uXuB6q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxp7uXuB6q .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uxp7uXuB6q .dropdown-item.active,
.cid-uxp7uXuB6q .dropdown-item:active {
  background-color: transparent;
}
.cid-uxp7uXuB6q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxp7uXuB6q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxp7uXuB6q .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxp7uXuB6q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uxp7uXuB6q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uxp7uXuB6q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxp7uXuB6q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uxp7uXuB6q .navbar-buttons {
  text-align: center;
}
.cid-uxp7uXuB6q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uxp7uXuB6q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1c1c1c;
}
.cid-uxp7uXuB6q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxp7uXuB6q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxp7uXuB6q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxp7uXuB6q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxp7uXuB6q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxp7uXuB6q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxp7uXuB6q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxp7uXuB6q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxp7uXuB6q .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uxp7uXuB6q a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uxp7uXuB6q .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxp7uXuB6q .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uxp7uXuB6q .icons-menu span {
  font-size: 20px;
  color: #28432c;
}
.cid-uxp7uXuB6q .nav-link:hover,
.cid-uxp7uXuB6q .icons-menu .mbr-iconfont:hover {
  color: #1c6b2a !important;
}
.cid-uxp7uXuB6q .dropdown-item:hover {
  color: #1c6b2a !important;
}
.cid-uxp7uXuB6q .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #1c6b2a;
  transition: width 0.3s ease-in;
}
.cid-uxp7uXuB6q .dropdown-menu {
  padding: 0;
  transition: top 0.3s;
}
.cid-uxp7uXuB6q .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uxp7uXuB6q .navbar-expand-lg {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cid-uxp7uXuB6q .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uxp7uXuB6q .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uxp7uY2Fqr {
  background-color: #ffffff;
}
.cid-uxp7uY2Fqr .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-uxp7uY2Fqr .card-wrap {
  background-color: #ffffff;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-uxp7uY2Fqr .card-wrap:hover h4,
.cid-uxp7uY2Fqr .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-uxp7uY2Fqr h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-uxp7uY2Fqr h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-uxp7uY2Fqr img {
  width: 100%;
}
.cid-uxp7uY2Fqr h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxp7uY2Fqr h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-uxp7uY2Fqr .card-title1,
.cid-uxp7uY2Fqr .title-wrap1 {
  color: #ffffff;
}
.cid-uxp7uY2Fqr .card-title,
.cid-uxp7uY2Fqr .title-wrap {
  color: #143019;
}
@media (max-width: 992px) {
  .cid-uxp7uY2Fqr .mdpb {
    padding-bottom: 2rem;
  }
  .cid-uxp7uY2Fqr .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-uxp7uY2Fqr H3 {
  color: #767676;
}
.cid-uxp7uY2Fqr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp7uY2Fqr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp7uY2Fqr .mbr-text,
.cid-uxp7uY2Fqr .mbr-section-btn {
  color: #1c1c1c;
}
.cid-uxp7uYI4Ks {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxp7uYI4Ks .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxp7uYI4Ks .item-title,
.cid-uxp7uYI4Ks .card_topic {
  margin-bottom: 12px;
}
.cid-uxp7uYI4Ks .category_content {
  opacity: .8;
}
.cid-uxp7uYI4Ks .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxp7uYI4Ks .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #ffffff;
}
.cid-uxp7uYI4Ks .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxp7uYI4Ks .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxp7uYI4Ks .mbr-section-btn .btn-secondary-outline .active,
.cid-uxp7uYI4Ks .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxp7uYI4Ks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp7uYI4Ks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp7uZcUTA {
  padding-top: 2rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uxp7uZcUTA .item-wrapper:hover .item-title a {
  color: #28432c !important;
}
.cid-uxp7uZcUTA .item-title,
.cid-uxp7uZcUTA .card_topic {
  margin-bottom: 12px;
}
.cid-uxp7uZcUTA .category_content {
  opacity: .8;
}
.cid-uxp7uZcUTA .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #28432c;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-uxp7uZcUTA .mbr-text {
  margin: 25px 0;
  padding-left: 25px;
  border-left: 5px solid #165120;
}
.cid-uxp7uZcUTA .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 20px;
  border: none !important;
  background-color: transparent !important;
}
.cid-uxp7uZcUTA .mbr-section-btn .btn-secondary-outline:hover,
.cid-uxp7uZcUTA .mbr-section-btn .btn-secondary-outline .active,
.cid-uxp7uZcUTA .mbr-section-btn .btn-secondary-outline:focus {
  color: #143019 !important;
}
.cid-uxp7uZcUTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp7uZcUTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp7uZvUGF {
  padding-top: 165px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uxp7uZvUGF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uxp7uZvUGF .form-row {
  justify-content: flex-end;
}
.cid-uxp7uZvUGF .form-control,
.cid-uxp7uZvUGF .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  border-bottom: 1px solid;
  border-color: #1c1c1c;
  color: #000000 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxp7uZvUGF .form-control:hover,
.cid-uxp7uZvUGF .field-input:hover,
.cid-uxp7uZvUGF .form-control:focus,
.cid-uxp7uZvUGF .field-input:focus {
  background-color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uxp7uZvUGF input::-webkit-input-placeholder,
.cid-uxp7uZvUGF textarea::-webkit-input-placeholder {
  color: #767676;
}
.cid-uxp7uZvUGF input:-moz-placeholder,
.cid-uxp7uZvUGF textarea:-moz-placeholder {
  color: #767676;
}
.cid-uxp7uZvUGF .jq-selectbox li,
.cid-uxp7uZvUGF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxp7uZvUGF .jq-selectbox li:hover,
.cid-uxp7uZvUGF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxp7uZvUGF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxp7uZvUGF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-uxp7uZvUGF span.value.form-control {
  padding: 1rem;
  border-bottom: none;
}
.cid-uxp7uZvUGF textarea {
  min-height: 150px;
}
.cid-uxp7uZvUGF h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 1rem;
  top: 0rem;
}
.cid-uxp7uZvUGF h3:after {
  content: "";
  color: #333;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #232323;
  margin-left: 10px;
}
.cid-uxp7uZvUGF .mbr-text,
.cid-uxp7uZvUGF .mbr-section-btn {
  color: #1c1c1c;
  text-align: left;
}
.cid-uxp7uZvUGF H1 {
  color: #143019;
  text-align: center;
}
.cid-uxp7uZPZpL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
  overflow: hidden;
}
.cid-uxp7uZPZpL .row {
  margin-left: -30px;
  margin-right: -30px;
  justify-content: center;
  row-gap: 60px;
}
.cid-uxp7uZPZpL .row > [class*="col"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .cid-uxp7uZPZpL .row {
    row-gap: 40px;
  }
}
.cid-uxp7uZPZpL .mbr-section-head {
  padding-bottom: 50px;
}
.cid-uxp7uZPZpL .mbr-section-title {
  color: #28432c;
}
.cid-uxp7uZPZpL .mbr-section-subtitle {
  color: #1c1c1c;
  margin-top: 16px;
}
.cid-uxp7uZPZpL .item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.cid-uxp7uZPZpL .item-img img {
  width: 100%;
  aspect-ratio: calc(131 / (59 * 2));
  object-fit: cover;
  transform: scale(1.01);
  transition: all .5s ease;
}
.cid-uxp7uZPZpL .mbr-section-btn {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all .5s ease;
  margin: 0 !important;
}
@media (max-width: 575px) {
  .cid-uxp7uZPZpL .mbr-section-btn {
    transform: translateY(-100%);
  }
}
.cid-uxp7uZPZpL .mbr-section-btn .btn {
  width: 100%;
  margin: 0 !important;
  padding: 10px 34px 10px !important;
}
.cid-uxp7uZPZpL .mbr-section-btn .btn:after {
  bottom: 11px !important;
  width: 50% !important;
}
.cid-uxp7uZPZpL .item-wrapper {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: .3s all;
}
.cid-uxp7uZPZpL .item-wrapper:hover .item-img img {
  transform: scale(1.05);
}
.cid-uxp7uZPZpL .item-wrapper:hover .mbr-section-btn {
  transform: translateY(-100%);
}
.cid-uxp7uZPZpL .item-content {
  margin-top: 32px;
}
.cid-uxp7uZPZpL .item-title {
  color: #303030;
}
.cid-uxp7uZPZpL .mbr-text {
  margin-top: 11px;
  color: #303030;
}
.cid-uxp7uZPZpL .item-number {
  color: #9b8db7;
  margin-top: 22px;
}
.cid-uxp7uZPZpL .item-border {
  width: 100%;
  height: 4px;
  margin-top: 3px;
  border-radius: 5px;
  background-color: #fbfbfb;
}
.cid-uxp7uZPZpL .item-text-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  margin-top: 16px;
}
.cid-uxp7uZPZpL .item-text {
  color: #9b8db7;
}
.cid-uxp7uZPZpL .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uxp7v0nZXd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #143019;
}
.cid-uxp7v0nZXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxp7v0nZXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxp7v0nZXd .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uxp7v0nZXd .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uxp7v0nZXd .container {
    padding: 0 26px;
  }
}
.cid-uxp7v0nZXd .row {
  padding: 60px;
  margin: 0;
  border: 1px solid #143019;
  padding: 120px 60px 60px 30px;
}
@media (max-width: 992px) {
  .cid-uxp7v0nZXd .row {
    padding: 120px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uxp7v0nZXd .row {
    padding: 26px;
  }
}
.cid-uxp7v0nZXd .title-wrapper {
  margin-bottom: 50px;
}
.cid-uxp7v0nZXd .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxp7v0nZXd .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uxp7v0nZXd .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxp7v0nZXd .title-wrapper .title-wrap .logo-wrap {
  margin: 0 16px;
}
.cid-uxp7v0nZXd .title-wrapper .title-wrap .logo-wrap img {
  width: 350px;
  height: 150px;
  object-fit: contain;
  max-width: 100%;
}
@media (max-width: 992px) {
  .cid-uxp7v0nZXd .title-wrapper .title-wrap .logo-wrap img {
    margin: 0 auto;
  }
}
.cid-uxp7v0nZXd .nav-wrapper {
  margin-bottom: 50px;
}
.cid-uxp7v0nZXd .nav-wrapper .list {
  display: inline-flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uxp7v0nZXd .nav-wrapper .list {
    display: block;
  }
}
.cid-uxp7v0nZXd .nav-wrapper .list .item-wrap {
  margin-right: 56px;
  margin-bottom: 0;
  padding-bottom: 2px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uxp7v0nZXd .nav-wrapper .list .item-wrap {
    margin: 0;
  }
}
.cid-uxp7v0nZXd .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uxp7v0nZXd .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uxp7v0nZXd .nav-wrapper .list .item-wrap:last-child {
  margin-right: 0;
}
.cid-uxp7v0nZXd .soc-wrapper {
  margin-bottom: 50px;
}
.cid-uxp7v0nZXd .soc-wrapper .social-row {
  display: inline-flex;
}
.cid-uxp7v0nZXd .soc-wrapper .social-row .soc-item {
  margin-left: 24px;
}
.cid-uxp7v0nZXd .soc-wrapper .social-row .soc-item:first-child {
  margin-left: 0;
}
.cid-uxp7v0nZXd .soc-wrapper .social-row .soc-item a:hover .mbr-iconfont {
  display: inline-flex;
  transform: translateY(-5px);
}
.cid-uxp7v0nZXd .soc-wrapper .social-row .soc-item a .mbr-iconfont {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uxp7v0nZXd .copy-wrapper .copyright {
  margin-bottom: 0;
}
.cid-uxp7v0nZXd .mbr-section-title,
.cid-uxp7v0nZXd .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxp7v0nZXd .list {
  color: #ffffff;
}
.cid-uxp7v0nZXd .copyright {
  color: #cacaca;
  text-align: center;
}
.cid-uxp7v0nZXd .list,
.cid-uxp7v0nZXd .nav-wrapper,
.cid-uxp7v0nZXd .soc-wrapper {
  text-align: center;
}
