@import url(https://fonts.googleapis.com/css?family=IBM+Plex+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i&subset=cyrillic&display=swap);





body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #1b880d !important;
}
.bg-success {
  background-color: #dfa34b !important;
}
.bg-info {
  background-color: #0b5a12 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #467142 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1b880d !important;
  border-color: #1b880d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d4206 !important;
  border-color: #0d4206 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d4206 !important;
  border-color: #0d4206 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cdf1c9 !important;
  border-color: #cdf1c9 !important;
  color: #329527 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #329527 !important;
  background-color: #95e18c !important;
  border-color: #95e18c !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #329527 !important;
  background-color: #95e18c !important;
  border-color: #95e18c !important;
}
.btn-info,
.btn-info:active {
  background-color: #0b5a12 !important;
  border-color: #0b5a12 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #031604 !important;
  border-color: #031604 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #031604 !important;
  border-color: #031604 !important;
}
.btn-success,
.btn-success:active {
  background-color: #dfa34b !important;
  border-color: #dfa34b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #bc7d21 !important;
  border-color: #bc7d21 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bc7d21 !important;
  border-color: #bc7d21 !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: #467142 !important;
  border-color: #467142 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #284126 !important;
  border-color: #284126 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #284126 !important;
  border-color: #284126 !important;
}
.btn-white {
  color: #333333 !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: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #092b04;
  color: #092b04;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #1b880d;
  border-color: #1b880d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b880d !important;
  border-color: #1b880d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #82dc78;
  color: #82dc78;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #329527;
  background-color: #cdf1c9;
  border-color: #cdf1c9;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #329527 !important;
  background-color: #cdf1c9 !important;
  border-color: #cdf1c9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #0b5a12;
  border-color: #0b5a12;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0b5a12 !important;
  border-color: #0b5a12 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a66f1e;
  color: #a66f1e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #dfa34b;
  border-color: #dfa34b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #dfa34b !important;
  border-color: #dfa34b !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: #1e311c;
  color: #1e311c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #467142;
  border-color: #467142;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #467142 !important;
  border-color: #467142 !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: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !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: #1b880d !important;
}
.text-secondary {
  color: #cdf1c9 !important;
}
.text-success {
  color: #dfa34b !important;
}
.text-info {
  color: #0b5a12 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #467142 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #092b04 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #82dc78 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a66f1e !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #1e311c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0b5a12;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #467142;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1b880d;
  border-color: #1b880d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1b880d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #40eb2a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fefcf8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #19cc29;
}
.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: #83b47f;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #1b880d;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #1b880d !important;
  -webkit-box-shadow: 0 6px 16px 0 #1b880d !important;
  background-color: #1b880d !important;
  border-color: #1b880d !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #cdf1c9 !important;
  -webkit-box-shadow: 0 6px 16px 0 #cdf1c9 !important;
  background-color: #cdf1c9 !important;
  border-color: #cdf1c9 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #dfa34b !important;
  -webkit-box-shadow: 0 6px 16px 0 #dfa34b !important;
  background-color: #dfa34b !important;
  border-color: #dfa34b !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1b880d;
  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-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1b880d;
  border-bottom-color: #1b880d;
}
.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: #1b880d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cdf1c9 !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='%231b880d' %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-s7cSwmdbVt .modal-body .close {
  background: #1b1b1b;
}
.cid-s7cSwmdbVt .modal-body .close span {
  font-style: normal;
}
.cid-s7cSwmdbVt .carousel-inner > .active,
.cid-s7cSwmdbVt .carousel-inner > .next,
.cid-s7cSwmdbVt .carousel-inner > .prev {
  display: table;
}
.cid-s7cSwmdbVt .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-s7cSwmdbVt .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-s7cSwmdbVt .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-s7cSwmdbVt .carousel-control,
.cid-s7cSwmdbVt .carousel-indicators li {
  background-color: #1b880d !important;
  opacity: 0.7!important;
  border: none;
}
.cid-s7cSwmdbVt .carousel-control:hover,
.cid-s7cSwmdbVt .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-s7cSwmdbVt .carousel-control .active,
.cid-s7cSwmdbVt .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-s7cSwmdbVt .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-s7cSwmdbVt .carousel-control .icon-next,
.cid-s7cSwmdbVt .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-s7cSwmdbVt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-s7cSwmdbVt .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-s7cSwmdbVt .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-s7cSwmdbVt .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-s7cSwmdbVt .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-s7cSwmdbVt .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s7cSwmdbVt .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-s7cSwmdbVt .boxed-slider > div {
  position: relative;
}
.cid-s7cSwmdbVt .container img {
  width: 100%;
}
.cid-s7cSwmdbVt .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-s7cSwmdbVt .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s7cSwmdbVt .mbr-table-cell {
  padding: 0;
}
.cid-s7cSwmdbVt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-s7cSwmdbVt .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-s7cSwmdbVt .mbr-overlay {
  z-index: 1;
}
.cid-s7cSwmdbVt .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s7cSwmdbVt .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-s7cSwmdbVt .carousel-item .container {
    width: 100%;
  }
}
.cid-s7cSwmdbVt .carousel-item-next.carousel-item-left,
.cid-s7cSwmdbVt .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-s7cSwmdbVt .active.carousel-item-right,
.cid-s7cSwmdbVt .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-s7cSwmdbVt .active.carousel-item-left,
.cid-s7cSwmdbVt .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-s7cSwmdbVt .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-s7cSwmdbVt .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-s7cSwmdbVt .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-s7cSwmdbVt .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-s7cSwmdbVt .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-s7cSwmdbVt .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-s7cSwmdbVt .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: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-s7cSwmdbVt .mbr-slider .carousel-indicators li.active,
.cid-s7cSwmdbVt .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-s7cSwmdbVt .mbr-slider .carousel-indicators li::after,
.cid-s7cSwmdbVt .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-s7cSwmdbVt .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-s7cSwmdbVt .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-s7cSwmdbVt .mbr-slider > .container img {
  width: 100%;
}
.cid-s7cSwmdbVt .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-s7cSwmdbVt .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-s7cSwmdbVt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-s7cSwmdbVt .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-s7cSwmdbVt .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-s7cSwmdbVt .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-s7cSwmdbVt .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-s7cSwmdbVt .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-s7cSwmdbVt .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-s7cSwmdbVt .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-s7cSwmdbVt .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-s7cSwmdbVt .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-s7cSwmdbVt .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-s7cSwmdbVt H2 {
  color: #ffffff;
}
.cid-rx3DuVTvT8 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rx3DuVTvT8 .mbr-text {
  color: #2d5828;
}
.cid-rx3DuVTvT8 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-rx3DuVTvT8 p {
  margin: 0;
}
.cid-rx3DuVTvT8 .card-img .img1 {
  background-color: #0b5a12;
}
.cid-rx3DuVTvT8 .cardcolor:hover {
  background-color: #ebefec;
}
.cid-rx3DuVTvT8 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-rx3DuVTvT8 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-rx3DuVTvT8 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-rx3DuVTvT8 .card-title,
.cid-rx3DuVTvT8 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rx3DuVTvT8 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-rx3DuVTvT8 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-rx3DuVTvT8 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-rx3DuVTvT8 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-rx3DuVTvT8 .card-img span {
    margin-right: 0rem;
  }
  .cid-rx3DuVTvT8 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-rx3DuVTvT8 .card-title {
  color: #0b5a12;
}
.cid-rlfbCDCzHR {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ebefec;
}
.cid-rlfbCDCzHR H1 {
  color: #4d7148;
  text-align: center;
}
.cid-rlfbCDCzHR .mbr-text,
.cid-rlfbCDCzHR .mbr-section-btn {
  color: #716c80;
}
.cid-rlfbCDCzHR H3 {
  color: #716c80;
}
.cid-s7eGOAKVst {
  padding-top: 15px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-s7eGOAKVst .container-fluid {
  padding: 0 3rem;
}
.cid-s7eGOAKVst .table-wrap {
  overflow: hidden;
  border-radius: 3%;
  background-color: #efefef;
  transition: 0.3s ease-out all;
  padding: 0;
  margin-bottom: 1em;
}
.cid-s7eGOAKVst .table-wrap .table-pricing {
  margin: 0 0 0.4em 0;
}
.cid-s7eGOAKVst .table-wrap ul {
  word-wrap: break-word;
  padding: 0 4rem;
  margin: 0 0 2rem 0;
  list-style: none;
  margin: 0;
}
.cid-s7eGOAKVst .table-wrap ul li {
  padding: 0.7em 0;
}
.cid-s7eGOAKVst .table-wrap ul li span {
  font-size: 32px;
  color: #000000;
  vertical-align: bottom;
  display: inline-block;
}
.cid-s7eGOAKVst .table-wrap ul:last-child {
  padding-bottom: 2rem;
}
.cid-s7eGOAKVst .table-wrap:hover {
  box-shadow: 0 7px 24px 0 rgba(49, 84, 58, 0.42);
}
.cid-s7eGOAKVst .table-wrap:hover .table-heading {
  background-color: #2b3f29;
}
.cid-s7eGOAKVst .mbr-iconfont {
  margin: 0 0.5em;
}
.cid-s7eGOAKVst .table-heading {
  transition: 0.3s ease-out all;
  display: block;
  width: 100%;
  padding: 0.6em 4rem;
  background-color: #5c8456;
  color: #ffffff;
  text-align: center;
}
.cid-s7eGOAKVst .table-purchase {
  padding: 0 4rem;
  margin: 2.5em 0 0 0;
}
.cid-s7eGOAKVst .table-purchase .pricing-value {
  vertical-align: top;
  display: inline-block;
}
.cid-s7eGOAKVst .table-purchase .table-pricing {
  display: inline-block;
}
.cid-s7eGOAKVst .table-pricing,
.cid-s7eGOAKVst .pricing-value h1 {
  text-align: left;
}
.cid-s7eGOAKVst .table-pricing {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-s7eGOAKVst .container-fluid {
    padding: 0 1rem;
  }
}
@media (max-width: 992px) {
  .cid-s7eGOAKVst {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}
@media (max-width: 1393px) {
  .cid-s7eGOAKVst ul {
    padding: 1rem !important;
  }
  .cid-s7eGOAKVst .table-purchase {
    padding: 1rem !important;
  }
  .cid-s7eGOAKVst .table-heading {
    padding: 1rem !important;
  }
}
.cid-s7eGOAKVst .list-group LI {
  text-align: left;
}
.cid-s7eGOAKVst .table-purchase,
.cid-s7eGOAKVst .pricing-value {
  color: #405f3c;
  text-align: center;
}
.cid-rlqFCvwlj5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ebefec;
}
.cid-rlqFCvwlj5 H1 {
  color: #0b5a12;
}
.cid-rlqFCvwlj5 .align-left {
  margin: auto;
}
.cid-rlqFCvwlj5 .row {
  justify-content: space-between;
}
.cid-rlqFCvwlj5 .mbr-text,
.cid-rlqFCvwlj5 .mbr-section-btn {
  color: #716c80;
}
.cid-rlqFCvwlj5 .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-rlqFCvwlj5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqFCvwlj5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqFCvwlj5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqFCvwlj5 .link:hover {
  color: #1b880d !important;
}
.cid-rlqFCvwlj5 .link:hover .link-ico {
  color: #1b880d !important;
  padding-left: 10px;
}
.cid-rlqFCvwlj5 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlqFCvwlj5 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-rlqFCvwlj5 h1 {
    padding-bottom: 1rem;
  }
}
.cid-rlqFCvwlj5 .mbr-text,
.cid-rlqFCvwlj5 .media-content {
  color: #6a806e;
}
.cid-rlf7zVPuy8 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ebefec;
}
.cid-rlf7zVPuy8 h4 {
  margin-bottom: 0;
}
.cid-rlf7zVPuy8 p {
  color: #767676;
}
.cid-rlf7zVPuy8 .card:hover img {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlf7zVPuy8 .btn-info-outline {
  border: none;
  color: #0b5a12 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-rlf7zVPuy8 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-rlf7zVPuy8 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-rlf7zVPuy8 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #1b880d !important;
  box-shadow: none!important;
}
.cid-rlf7zVPuy8 .btn-info-outline:active,
.cid-rlf7zVPuy8 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-rlf7zVPuy8 .card-box {
  padding-top: 2rem;
}
.cid-rlf7zVPuy8 .card-wrapper {
  height: 100%;
}
.cid-rlf7zVPuy8 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlf7zVPuy8 img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-rlf7zVPuy8 .card-title {
  color: #2d5828;
}
.cid-rlf7zVPuy8 .main-title {
  color: #57468b;
}
.cid-rlf7zVPuy8 DIV {
  color: #57468b;
}
.cid-rlf7zVPuy8 .mbr-text,
.cid-rlf7zVPuy8 .mbr-section-btn {
  color: #405f3c;
}
.cid-rlqwz5mTmk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #d7e4da;
}
.cid-rlqwz5mTmk .nav-tabs .nav-item.open .nav-link:focus,
.cid-rlqwz5mTmk .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-rlqwz5mTmk .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid lightgray;
  border-bottom: none;
  padding-right: 4rem;
}
.cid-rlqwz5mTmk .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-rlqwz5mTmk p {
  padding-left: 2rem;
}
.cid-rlqwz5mTmk .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-rlqwz5mTmk .nav-tabs .nav-link {
  color: #609459;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-rlqwz5mTmk .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #2b3f29;
}
.cid-rlqwz5mTmk .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #2b3f29;
  font-style: normal;
}
.cid-rlqwz5mTmk P {
  color: #405f3c;
}
.cid-rlqwz5mTmk H2 {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-rlqwz5mTmk .nav-tabs {
    flex-direction: row;
    border-right: 0px;
    padding-right: 0rem;
    border-bottom: 1px solid lightgray;
  }
  .cid-rlqwz5mTmk .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-rlqwz5mTmk p {
    padding-left: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-rlqwz5mTmk .mbr-text,
  .cid-rlqwz5mTmk .nav-link {
    text-align: center;
  }
  .cid-rlqwz5mTmk .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-rlqwz5mTmk .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-rlqwz5mTmk p {
    padding-left: 0rem;
  }
}
.cid-rlfa6AcanJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d7e4da;
}
.cid-rlfa6AcanJ li {
  list-style: none;
}
.cid-rlfa6AcanJ .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cid-rlfa6AcanJ .mbr-iconfont {
  font-size: 16px!important;
  padding-right: 12px;
}
.cid-rlfa6AcanJ h4 {
  margin: 0;
}
.cid-rlfa6AcanJ .item {
  color: #57468b;
}
.cid-rlfa6AcanJ ul {
  padding: 0;
  margin: 0;
}
.cid-rlfa6AcanJ .col-title {
  color: #57468b;
}
.cid-rlfa6AcanJ .col-title1 {
  color: #606fa1;
}
.cid-rlfa6AcanJ .col-title2 {
  color: #5580ff;
}
.cid-rlfa6AcanJ .col-title3 {
  color: #ff8a73;
}
.cid-rlfa6AcanJ .col-title4 {
  color: #57468b;
}
.cid-rlfa6AcanJ .item1 {
  color: #606fa1;
}
.cid-rlfa6AcanJ .item2 {
  color: #716c80;
}
.cid-rlfa6AcanJ .item3 {
  color: #716c80;
}
.cid-rlfa6AcanJ .item4 {
  color: #716c80;
}
@media (max-width: 768px) {
  .cid-rlfa6AcanJ .md-pb {
    padding-bottom: 1rem;
  }
}
.cid-s76XZH9T3b {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/01.jpg");
}
.cid-s76XZH9T3b .mbr-section-title {
  letter-spacing: 0.1em;
  color: #5b686b;
}
.cid-s76XZH9T3b .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-s76XZH9T3b .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-s76XZH9T3b .wrap-img {
  padding-bottom: 1rem;
}
.cid-s76XZH9T3b .wrap-img img {
  max-width: 100%;
}
.cid-s76XZH9T3b .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-rlqH2aBCf6 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rlqH2aBCf6 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rlqH2aBCf6 H1 {
  color: #4d7148;
}
.cid-rlqH2aBCf6 .mbr-text,
.cid-rlqH2aBCf6 .mbr-section-btn {
  color: #716c80;
}
.cid-rlqH2aBCf6 H3 {
  color: #716c80;
}
.cid-rlqH2aBCf6 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rlqH2aBCf6 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rlqH2aBCf6 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rlqH2aBCf6 .link:hover {
  color: #1b880d !important;
}
.cid-rlqH2aBCf6 .link:hover .link-ico {
  color: #1b880d !important;
  padding-left: 10px;
}
.cid-rlqH2aBCf6 DIV {
  color: #57468b;
}
.cid-rlqH2aBCf6 .mbr-text,
.cid-rlqH2aBCf6 .media-content {
  color: #405f3c;
}
.cid-rlfb0Yv10B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rlfb0Yv10B H1 {
  color: #4d7148;
}
.cid-rlfb0Yv10B .mbr-text,
.cid-rlfb0Yv10B .mbr-section-btn {
  color: #405f3c;
}
.cid-rlfb0Yv10B img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-rlfb0Yv10B .col-lg-6 {
    padding: 0 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rlfb0Yv10B img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rlfakgRAMH {
  background-color: #ebefec;
  position: relative;
  overflow: hidden;
}
.cid-rlfakgRAMH svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rlfakgRAMH .mbr-text,
.cid-rlfakgRAMH .mbr-section-btn {
  color: #0b5356;
}
.cid-rlfakgRAMH #e12_areaS3 {
  fill: #31b2b7 !important;
}
.cid-rlfakgRAMH #e19_areaS3 {
  fill: #0e7e83 !important;
}
.cid-rlfakgRAMH H1 {
  color: #0e7e83;
}
.cid-rlfakgRAMH img {
  width: 70%;
  border-radius: 10px;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-rlfakgRAMH .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #efefef;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rlfakgRAMH .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rlfakgRAMH img {
    width: 100%;
  }
}
.cid-rlfakgRAMH H3 {
  color: #0b5356;
}
.cid-sakzd7EHsF {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #366158;
}
.cid-sakzd7EHsF H1 {
  color: #ffffff;
}
.cid-sakzd7EHsF .mbr-text,
.cid-sakzd7EHsF .mbr-section-btn {
  color: #716c80;
}
.cid-sakzd7EHsF H3 {
  color: #716c80;
}
.cid-sakz5TL8KT {
  padding-top: 45px;
  padding-bottom: 30px;
  background: #366158;
}
.cid-sakz5TL8KT img {
  width: 125px;
  margin: auto;
  filter: brightness(250%);
}
.cid-sakz5TL8KT .card {
  transition: opacity 0.3s;
  height: fit-content;
  padding: 1rem 0rem;
  opacity: 0.5;
  margin-bottom: 1rem;
}
.cid-sakz5TL8KT .card:hover {
  opacity: 0.9;
}
.cid-sakz5TL8KT H1 {
  color: #ffffff;
}
.cid-sakz5TL8KT .row {
  justify-content: space-between;
  margin: 20px;
}
@media (min-width: 992px) {
  .cid-sakz5TL8KT .col-lg-1 {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.cid-rx3DZTkR5t {
  padding-top: 105px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-9.jpeg");
}
.cid-rx3DZTkR5t .mbr-overlay {
  background-color: #4d7148;
  opacity: 0.7;
}
.cid-rx3DZTkR5t input,
.cid-rx3DZTkR5t textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rx3DZTkR5t .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rx3DZTkR5t img {
  width: 90%;
  border-radius: 8px;
}
.cid-rx3DZTkR5t .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rx3DZTkR5t textarea {
  min-height: 160px;
}
.cid-rx3DZTkR5t .form-control,
.cid-rx3DZTkR5t .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #4d7148;
  color: #4d7148;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rx3DZTkR5t .form-control:hover,
.cid-rx3DZTkR5t .field-input:hover,
.cid-rx3DZTkR5t .form-control:focus,
.cid-rx3DZTkR5t .field-input:focus {
  background-color: #efefef;
  border-color: #1b880d;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rx3DZTkR5t input::-webkit-input-placeholder,
.cid-rx3DZTkR5t textarea::-webkit-input-placeholder {
  color: #4d7148;
}
.cid-rx3DZTkR5t input:-moz-placeholder,
.cid-rx3DZTkR5t textarea:-moz-placeholder {
  color: #4d7148;
}
.cid-rx3DZTkR5t .jq-selectbox li,
.cid-rx3DZTkR5t .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rx3DZTkR5t .jq-selectbox li:hover,
.cid-rx3DZTkR5t .jq-selectbox li.selected {
  background-color: #efefef;
  color: #000000;
}
.cid-rx3DZTkR5t .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rx3DZTkR5t .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #efefef;
}
.cid-rx3DZTkR5t H5 {
  color: #ffffff;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-rx3DZTkR5t img {
    width: 100%;
  }
}
.cid-rlfauKN24g {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #2d5828;
}
.cid-rlfauKN24g section {
  position: relative;
}
.cid-rlfauKN24g .container {
  max-width: 1400px;
}
.cid-rlfauKN24g .card-img2 span {
  padding-top: 6px;
}
.cid-rlfauKN24g .soc-item a {
  padding-top: 5px;
}
.cid-rlfauKN24g .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rlfauKN24g .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rlfauKN24g .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rlfauKN24g .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rlfauKN24g .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-rlfauKN24g .card-img2 {
  width: 45px;
  height: 45px;
  background: #5c8456;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rlfauKN24g .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rlfauKN24g .soc-item span {
  font-size: 1.4rem;
}
.cid-rlfauKN24g .soc-item:hover span {
  color: #1b880d !important;
}
.cid-rlfauKN24g .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rlfauKN24g .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rlfauKN24g .media-wrap {
  margin-bottom: 1rem;
}
.cid-rlfauKN24g .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rlfauKN24g img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-rlfauKN24g .item {
    justify-content: center;
  }
  .cid-rlfauKN24g .quote::after {
    left: 60px;
  }
}
.cid-rlfauKN24g .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rlfauKN24g .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rlfauKN24g .text1 {
  color: #ffffff;
}
.cid-rlfauKN24g .item-title {
  color: #ffffff;
}
.cid-rlfauKN24g H5 {
  color: #ffffff;
}
.cid-rlfauKN24g .theme {
  color: #ffffff;
}
.cid-rlfauKN24g .copyright > p {
  color: #ff3366;
}
.cid-rlfauKN24g .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-rlfau44JVQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #22421e;
}
.cid-s76S93HUjy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dfa34b;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s76S93HUjy .nav-item,
.cid-s76S93HUjy .nav-link,
.cid-s76S93HUjy .navbar-caption {
  font-weight: normal;
}
.cid-s76S93HUjy .nav-item:focus,
.cid-s76S93HUjy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s76S93HUjy .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s76S93HUjy .nav-item .nav-link {
    position: relative;
  }
  .cid-s76S93HUjy .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dfa34b;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s76S93HUjy .nav-item:hover .nav-link:before,
  .cid-s76S93HUjy .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s76S93HUjy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s76S93HUjy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s76S93HUjy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s76S93HUjy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s76S93HUjy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s76S93HUjy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s76S93HUjy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ebefec;
}
.cid-s76S93HUjy .navbar.opened {
  transition: all .3s;
  background: #ebefec !important;
}
.cid-s76S93HUjy .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s76S93HUjy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s76S93HUjy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s76S93HUjy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s76S93HUjy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s76S93HUjy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s76S93HUjy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s76S93HUjy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s76S93HUjy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s76S93HUjy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s76S93HUjy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s76S93HUjy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s76S93HUjy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s76S93HUjy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s76S93HUjy .navbar.navbar-short {
  background: #ebefec !important;
  min-height: 60px;
}
.cid-s76S93HUjy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s76S93HUjy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s76S93HUjy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s76S93HUjy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s76S93HUjy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s76S93HUjy .dropdown-item.active,
.cid-s76S93HUjy .dropdown-item:active {
  background-color: transparent;
}
.cid-s76S93HUjy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s76S93HUjy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s76S93HUjy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s76S93HUjy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ebefec;
  z-index: 2;
}
.cid-s76S93HUjy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s76S93HUjy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s76S93HUjy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s76S93HUjy .navbar-buttons {
  text-align: center;
}
.cid-s76S93HUjy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s76S93HUjy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b5a12;
}
.cid-s76S93HUjy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s76S93HUjy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s76S93HUjy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s76S93HUjy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s76S93HUjy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s76S93HUjy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s76S93HUjy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s76S93HUjy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s76S93HUjy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s76S93HUjy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s76S93HUjy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #cdf1c9;
  display: inline-flex;
}
.cid-s76S93HUjy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s76S93HUjy .soc-item {
  margin: .5rem .3rem;
}
.cid-s76S93HUjy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s76S93HUjy a.nav-link .mbr-iconfont-btn,
.cid-s76S93HUjy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s76S93HUjy a.nav-link:hover .mbr-iconfont-btn,
.cid-s76S93HUjy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s76S93HUjy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s76S93HUjy .navbar {
    height: 77px;
  }
  .cid-s76S93HUjy .navbar.opened {
    height: auto;
  }
  .cid-s76S93HUjy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s7pmF3Ql6q {
  padding-top: 165px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s7pmF3Ql6q H1 {
  color: #2b3f29;
}
.cid-s7pmF3Ql6q .mbr-text,
.cid-s7pmF3Ql6q .mbr-section-btn {
  color: #716c80;
}
.cid-s7pmF3Ql6q H3 {
  color: #716c80;
}
.cid-s76S93HUjy .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  color: #dfa34b;
  top: 50%;
  font-size: 1rem;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: translateY(-50%) scale(0, 1);
  transform: translateY(-50%) scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s76S93HUjy .nav-item,
.cid-s76S93HUjy .nav-link,
.cid-s76S93HUjy .navbar-caption {
  font-weight: normal;
}
.cid-s76S93HUjy .nav-item:focus,
.cid-s76S93HUjy .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-s76S93HUjy .dropdown-item:hover:before {
    -webkit-transform: translateY(-50%) scale(1, 1);
    transform: translateY(-50%) scale(1, 1);
    width: 1rem;
  }
  .cid-s76S93HUjy .nav-item .nav-link {
    position: relative;
  }
  .cid-s76S93HUjy .nav-item .nav-link:before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    right: 100%;
    bottom: -0.2em;
    background: #dfa34b;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .cid-s76S93HUjy .nav-item:hover .nav-link:before,
  .cid-s76S93HUjy .nav-item.open .nav-link:before {
    right: 0;
  }
}
.cid-s76S93HUjy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-s76S93HUjy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-s76S93HUjy .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 1rem;
  padding-left: 3rem;
}
.cid-s76S93HUjy .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-s76S93HUjy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-s76S93HUjy .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-s76S93HUjy .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ebefec;
}
.cid-s76S93HUjy .navbar.opened {
  transition: all .3s;
  background: #ebefec !important;
}
.cid-s76S93HUjy .navbar .dropdown-item {
  padding: .235rem 2rem;
}
.cid-s76S93HUjy .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-s76S93HUjy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-s76S93HUjy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-s76S93HUjy .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-s76S93HUjy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-s76S93HUjy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-s76S93HUjy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-s76S93HUjy .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-s76S93HUjy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-s76S93HUjy .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-s76S93HUjy .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-s76S93HUjy .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s76S93HUjy .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-s76S93HUjy .navbar.navbar-short {
  background: #ebefec !important;
  min-height: 60px;
}
.cid-s76S93HUjy .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-s76S93HUjy .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s76S93HUjy .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-s76S93HUjy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-s76S93HUjy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s76S93HUjy .dropdown-item.active,
.cid-s76S93HUjy .dropdown-item:active {
  background-color: transparent;
}
.cid-s76S93HUjy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-s76S93HUjy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-s76S93HUjy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-s76S93HUjy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ebefec;
  z-index: 2;
}
.cid-s76S93HUjy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-s76S93HUjy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-s76S93HUjy ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-s76S93HUjy .navbar-buttons {
  text-align: center;
}
.cid-s76S93HUjy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-s76S93HUjy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0b5a12;
}
.cid-s76S93HUjy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s76S93HUjy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s76S93HUjy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s76S93HUjy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s76S93HUjy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s76S93HUjy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s76S93HUjy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s76S93HUjy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s76S93HUjy .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-s76S93HUjy a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s76S93HUjy .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #cdf1c9;
  display: inline-flex;
}
.cid-s76S93HUjy .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-s76S93HUjy .soc-item {
  margin: .5rem .3rem;
}
.cid-s76S93HUjy .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-s76S93HUjy a.nav-link .mbr-iconfont-btn,
.cid-s76S93HUjy a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-s76S93HUjy a.nav-link:hover .mbr-iconfont-btn,
.cid-s76S93HUjy a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-s76S93HUjy a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s76S93HUjy .navbar {
    height: 77px;
  }
  .cid-s76S93HUjy .navbar.opened {
    height: auto;
  }
  .cid-s76S93HUjy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s7oO1ZBD4p {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s7oO1ZBD4p .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-s7oO1ZBD4p .text-block {
  position: relative;
  z-index: 0;
}
.cid-s7oO1ZBD4p .box {
  width: 25%;
  height: 40%;
  background: #85a880;
  position: absolute;
  top: 4%;
}
.cid-s7oO1ZBD4p .box {
  left: 20%;
}
.cid-s7oO1ZBD4p .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-s7oO1ZBD4p .mbr-section-text,
.cid-s7oO1ZBD4p .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-s7oO1ZBD4p .text-box {
    display: none;
  }
  .cid-s7oO1ZBD4p .mbr-section-title,
  .cid-s7oO1ZBD4p .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s7oO1ZBD4p .box {
    display: none;
  }
  .cid-s7oO1ZBD4p .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s7oO1ZBD4p .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7oO1ZBD4p .text-box {
    writing-mode: bt-rl;
  }
}
.cid-s7oO1ZBD4p .mbr-section-text {
  color: #767676;
}
.cid-s7oO1ZBD4p .mbr-section-title {
  color: #2b3f29;
}
.cid-s7oO2ouZoM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s7oO2ouZoM .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-s7oO2ouZoM .text-block {
  position: relative;
  z-index: 0;
}
.cid-s7oO2ouZoM .box {
  width: 25%;
  height: 35%;
  background: #85a880;
  position: absolute;
  top: 4%;
}
.cid-s7oO2ouZoM .row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-s7oO2ouZoM .box {
  right: 20%;
}
.cid-s7oO2ouZoM .text-box {
  right: 0;
}
.cid-s7oO2ouZoM .mbr-section-title,
.cid-s7oO2ouZoM .mbr-section-text {
  margin-right: 31%;
}
@media (max-width: 991px) {
  .cid-s7oO2ouZoM .text-box {
    display: none;
  }
  .cid-s7oO2ouZoM .mbr-section-title,
  .cid-s7oO2ouZoM .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s7oO2ouZoM .box {
    display: none;
  }
  .cid-s7oO2ouZoM .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s7oO2ouZoM .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7oO2ouZoM .text-box {
    writing-mode: bt-rl;
  }
}
.cid-s7oO2ouZoM .mbr-section-text {
  color: #767676;
}
.cid-s7oO3QoxqL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-s7oO3QoxqL .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-s7oO3QoxqL .text-block {
  position: relative;
  z-index: 0;
}
.cid-s7oO3QoxqL .box {
  width: 25%;
  height: 40%;
  background: #85a880;
  position: absolute;
  top: 4%;
}
.cid-s7oO3QoxqL .box {
  left: 20%;
}
.cid-s7oO3QoxqL .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-s7oO3QoxqL .mbr-section-text,
.cid-s7oO3QoxqL .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-s7oO3QoxqL .text-box {
    display: none;
  }
  .cid-s7oO3QoxqL .mbr-section-title,
  .cid-s7oO3QoxqL .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-s7oO3QoxqL .box {
    display: none;
  }
  .cid-s7oO3QoxqL .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-s7oO3QoxqL .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s7oO3QoxqL .text-box {
    writing-mode: bt-rl;
  }
}
.cid-s7oO3QoxqL .mbr-section-text {
  color: #767676;
}
.cid-s7oO3QoxqL .mbr-section-title {
  color: #2b3f29;
  text-align: right;
}
.cid-sa6E8iiJAX {
  background-color: #efeeee;
}
.cid-sa6E8iiJAX img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: contain;
  margin: auto;
}
.cid-sa6E8iiJAX img:hover {
  transform: scale(1.1);
}
.cid-sa6E8iiJAX .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sa6E8iiJAX h2 {
  padding: 0;
  margin: 0;
}
.cid-sa6E8iiJAX .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sa6E8iiJAX .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-sa6E8iiJAX .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sa6E8iiJAX .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sa6E8iiJAX .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sa6E8iiJAX .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sa6E8iiJAX .mbr-iconfont {
  margin: 0!important;
}
.cid-sa6E8iiJAX .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-sa6E8iiJAX .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sa6E8iiJAX .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sa6E8iiJAX .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sa6E8iiJAX .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sa6E8iiJAX H2 {
  color: #333333;
}
.cid-sa6E8iiJAX .mbr-text {
  color: #4d7148;
  text-align: left;
}
.cid-sa6E8iiJAX H1 {
  color: #22421e;
  text-align: center;
}
.cid-sa6E8iiJAX H3 {
  color: #4d7148;
}
.cid-s7pr0AmfIo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #2d5828;
}
.cid-s7pr0AmfIo section {
  position: relative;
}
.cid-s7pr0AmfIo .container {
  max-width: 1400px;
}
.cid-s7pr0AmfIo .card-img2 span {
  padding-top: 6px;
}
.cid-s7pr0AmfIo .soc-item a {
  padding-top: 5px;
}
.cid-s7pr0AmfIo .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-s7pr0AmfIo .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-s7pr0AmfIo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-s7pr0AmfIo .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-s7pr0AmfIo .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-s7pr0AmfIo .card-img2 {
  width: 45px;
  height: 45px;
  background: #5c8456;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s7pr0AmfIo .soc-item {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-s7pr0AmfIo .soc-item span {
  font-size: 1.4rem;
}
.cid-s7pr0AmfIo .soc-item:hover span {
  color: #1b880d !important;
}
.cid-s7pr0AmfIo .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-s7pr0AmfIo .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-s7pr0AmfIo .media-wrap {
  margin-bottom: 1rem;
}
.cid-s7pr0AmfIo .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-s7pr0AmfIo img {
  height: 4rem;
}
@media (max-width: 576px) {
  .cid-s7pr0AmfIo .item {
    justify-content: center;
  }
  .cid-s7pr0AmfIo .quote::after {
    left: 60px;
  }
}
.cid-s7pr0AmfIo .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-s7pr0AmfIo .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-s7pr0AmfIo .text1 {
  color: #ffffff;
}
.cid-s7pr0AmfIo .item-title {
  color: #ffffff;
}
.cid-s7pr0AmfIo H5 {
  color: #ffffff;
}
.cid-s7pr0AmfIo .theme {
  color: #ffffff;
}
.cid-s7pr0AmfIo .copyright > p {
  color: #ff3366;
}
.cid-s7pr0AmfIo .text2 {
  color: #ffffff;
  text-align: left;
}
.cid-rlfau44JVQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #22421e;
}
