body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Sanchez', serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.68rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.49rem + (2.4 - 1.49) * ((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.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #64b334 !important;
}
.bg-success {
  background-color: #4479d9 !important;
}
.bg-info {
  background-color: #bbbbbb !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #39661e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #64b334 !important;
  border-color: #64b334 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3e7020 !important;
  border-color: #3e7020 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3e7020 !important;
  border-color: #3e7020 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #64b334 !important;
  border-color: #64b334 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3e7020 !important;
  border-color: #3e7020 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3e7020 !important;
  border-color: #3e7020 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2150a5 !important;
  border-color: #2150a5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #39661e !important;
  border-color: #39661e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #14230a !important;
  border-color: #14230a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #14230a !important;
  border-color: #14230a !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.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-color: transparent !important;
  border-color: transparent;
  color: #64b334;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3e7020 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #64b334 !important;
  border-color: #64b334 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #64b334;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3e7020 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #64b334 !important;
  border-color: #64b334 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #4479d9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2150a5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #39661e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #14230a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #39661e !important;
  border-color: #39661e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #64b334 !important;
}
.text-secondary {
  color: #64b334 !important;
}
.text-success {
  color: #4479d9 !important;
}
.text-info {
  color: #bbbbbb !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #39661e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #38641d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #38641d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f4a98 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #888888 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0d1707 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #64b334;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bbbbbb;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #39661e;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #64b334;
  border-color: #64b334;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #64b334;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a9dd8a;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbfbfb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #71c63d;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #64b334 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #64b334;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #64b334;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #64b334;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #64b334;
  border-bottom-color: #64b334;
}
.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: #000000 !important;
  background-color: #64b334 !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: #64b334 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2364b334' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uvqM1HZbep {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvqM1HZbep nav.navbar {
  position: fixed;
}
.cid-uvqM1HZbep .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqM1HZbep .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvqM1HZbep .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvqM1HZbep .dropdown-item:hover,
.cid-uvqM1HZbep .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uvqM1HZbep .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvqM1HZbep .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvqM1HZbep .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvqM1HZbep .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvqM1HZbep .nav-link {
  position: relative;
}
.cid-uvqM1HZbep .container {
  display: flex;
  margin: auto;
}
.cid-uvqM1HZbep .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvqM1HZbep .dropdown-menu,
.cid-uvqM1HZbep .navbar.opened {
  background: #ffffff !important;
}
.cid-uvqM1HZbep .nav-item:focus,
.cid-uvqM1HZbep .nav-link:focus {
  outline: none;
}
.cid-uvqM1HZbep .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvqM1HZbep .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqM1HZbep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvqM1HZbep .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqM1HZbep .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqM1HZbep .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqM1HZbep .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvqM1HZbep .navbar.opened {
  transition: all 0.3s;
}
.cid-uvqM1HZbep .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvqM1HZbep .navbar .navbar-logo img {
  width: auto;
}
.cid-uvqM1HZbep .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqM1HZbep .navbar.collapsed {
  justify-content: center;
}
.cid-uvqM1HZbep .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqM1HZbep .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvqM1HZbep .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uvqM1HZbep .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqM1HZbep .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqM1HZbep .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvqM1HZbep .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqM1HZbep .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvqM1HZbep .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvqM1HZbep .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqM1HZbep .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqM1HZbep .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqM1HZbep .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqM1HZbep .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvqM1HZbep .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvqM1HZbep .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqM1HZbep .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqM1HZbep .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvqM1HZbep .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvqM1HZbep .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvqM1HZbep .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvqM1HZbep .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvqM1HZbep .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvqM1HZbep .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqM1HZbep .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqM1HZbep .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqM1HZbep .dropdown-item.active,
.cid-uvqM1HZbep .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqM1HZbep .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqM1HZbep .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqM1HZbep .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqM1HZbep .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqM1HZbep .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqM1HZbep .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvqM1HZbep ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvqM1HZbep .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvqM1HZbep button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvqM1HZbep button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uvqM1HZbep button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvqM1HZbep button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqM1HZbep button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqM1HZbep button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvqM1HZbep nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqM1HZbep nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvqM1HZbep nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvqM1HZbep nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqM1HZbep .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvqM1HZbep a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvqM1HZbep .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqM1HZbep .navbar {
    height: 70px;
  }
  .cid-uvqM1HZbep .navbar.opened {
    height: auto;
  }
  .cid-uvqM1HZbep .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqM1IH1fL {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uvqM1IH1fL .mbr-text,
.cid-uvqM1IH1fL .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uvqM1IH1fL .mbr-section-title {
  text-align: left;
}
.cid-uvqM1JdcTY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-uvqM1JdcTY .card-wrapper {
  background: #e6c63b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvqM1JdcTY .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqM1JdcTY .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqM1JdcTY .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvqM1JdcTY .mbr-text,
.cid-uvqM1JdcTY .mbr-section-btn {
  color: #ffffff;
}
.cid-uvqM1JdcTY .card-title,
.cid-uvqM1JdcTY .card-box {
  text-align: center;
  color: #353535;
}
.cid-uvqM1Jtdrp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #39661e;
}
.cid-uvqM1Jtdrp .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uvqM1Jtdrp .plan-body {
  padding-bottom: 2rem;
}
.cid-uvqM1Jtdrp .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvqM1Jtdrp .price {
  color: #64b334;
}
.cid-uvqM1Jtdrp .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uvqM1Jtdrp .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uvqM1Jtdrp .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uvqM1Jtdrp .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uvqM1Jtdrp .plan {
    margin-bottom: 2rem;
  }
}
.cid-uvqM1JIYt4 {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uvqM1JRWWE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uvqM1JRWWE .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uvqM1JRWWE .mbr-section-title DIV {
  text-align: center;
}
.cid-uvqM1K1llh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uvqM1K8MSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uvqM1K8MSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvqM1K8MSv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvqM1K8MSv .row {
    text-align: center;
  }
  .cid-uvqM1K8MSv .social-row {
    justify-content: center;
  }
}
.cid-uvqM1K8MSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvqM1K8MSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqM1K8MSv .list {
    margin-bottom: 0rem;
  }
}
.cid-uvqM1K8MSv .mbr-text {
  color: #bbbbbb;
}
.cid-uvqM1K8MSv .mbr-iconfont {
  color: black;
}
.cid-uvqM1K8MSv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvqM1K8MSv H5 {
  color: #abe587;
}
.cid-uvqMgeYCd4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvqMgeYCd4 nav.navbar {
  position: fixed;
}
.cid-uvqMgeYCd4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqMgeYCd4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvqMgeYCd4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvqMgeYCd4 .dropdown-item:hover,
.cid-uvqMgeYCd4 .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uvqMgeYCd4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvqMgeYCd4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvqMgeYCd4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvqMgeYCd4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvqMgeYCd4 .nav-link {
  position: relative;
}
.cid-uvqMgeYCd4 .container {
  display: flex;
  margin: auto;
}
.cid-uvqMgeYCd4 .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvqMgeYCd4 .dropdown-menu,
.cid-uvqMgeYCd4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvqMgeYCd4 .nav-item:focus,
.cid-uvqMgeYCd4 .nav-link:focus {
  outline: none;
}
.cid-uvqMgeYCd4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvqMgeYCd4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqMgeYCd4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvqMgeYCd4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqMgeYCd4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqMgeYCd4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqMgeYCd4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvqMgeYCd4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvqMgeYCd4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvqMgeYCd4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvqMgeYCd4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqMgeYCd4 .navbar.collapsed {
  justify-content: center;
}
.cid-uvqMgeYCd4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqMgeYCd4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvqMgeYCd4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uvqMgeYCd4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqMgeYCd4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqMgeYCd4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvqMgeYCd4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqMgeYCd4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvqMgeYCd4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvqMgeYCd4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqMgeYCd4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqMgeYCd4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqMgeYCd4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqMgeYCd4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvqMgeYCd4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvqMgeYCd4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqMgeYCd4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqMgeYCd4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvqMgeYCd4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvqMgeYCd4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvqMgeYCd4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvqMgeYCd4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvqMgeYCd4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvqMgeYCd4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqMgeYCd4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqMgeYCd4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqMgeYCd4 .dropdown-item.active,
.cid-uvqMgeYCd4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqMgeYCd4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqMgeYCd4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqMgeYCd4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqMgeYCd4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqMgeYCd4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqMgeYCd4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvqMgeYCd4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvqMgeYCd4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvqMgeYCd4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvqMgeYCd4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uvqMgeYCd4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvqMgeYCd4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqMgeYCd4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqMgeYCd4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvqMgeYCd4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqMgeYCd4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvqMgeYCd4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvqMgeYCd4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqMgeYCd4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvqMgeYCd4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvqMgeYCd4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqMgeYCd4 .navbar {
    height: 70px;
  }
  .cid-uvqMgeYCd4 .navbar.opened {
    height: auto;
  }
  .cid-uvqMgeYCd4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqMgfAN0F {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uvqMgfAN0F .mbr-text,
.cid-uvqMgfAN0F .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uvqMgfAN0F .mbr-section-title {
  text-align: left;
}
.cid-uvqMgfNuy4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-uvqMgfNuy4 .card-wrapper {
  background: #e6c63b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvqMgfNuy4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqMgfNuy4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqMgfNuy4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvqMgfNuy4 .mbr-text,
.cid-uvqMgfNuy4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvqMgfNuy4 .card-title,
.cid-uvqMgfNuy4 .card-box {
  text-align: center;
  color: #353535;
}
.cid-uvqMgfXgX5 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #39661e;
}
.cid-uvqMgfXgX5 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uvqMgfXgX5 .plan-body {
  padding-bottom: 2rem;
}
.cid-uvqMgfXgX5 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvqMgfXgX5 .price {
  color: #64b334;
}
.cid-uvqMgfXgX5 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uvqMgfXgX5 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uvqMgfXgX5 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uvqMgfXgX5 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uvqMgfXgX5 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uvqMggcaf1 {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uvqMggkrBt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uvqMggkrBt .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uvqMggkrBt .mbr-section-title DIV {
  text-align: center;
}
.cid-uvqMggrWW8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uvqMggz3dr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uvqMggz3dr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvqMggz3dr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvqMggz3dr .row {
    text-align: center;
  }
  .cid-uvqMggz3dr .social-row {
    justify-content: center;
  }
}
.cid-uvqMggz3dr .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvqMggz3dr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqMggz3dr .list {
    margin-bottom: 0rem;
  }
}
.cid-uvqMggz3dr .mbr-text {
  color: #bbbbbb;
}
.cid-uvqMggz3dr .mbr-iconfont {
  color: black;
}
.cid-uvqMggz3dr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvqMggz3dr H5 {
  color: #abe587;
}
.cid-uvw4x9UlqS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvw4x9UlqS nav.navbar {
  position: fixed;
}
.cid-uvw4x9UlqS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvw4x9UlqS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvw4x9UlqS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvw4x9UlqS .dropdown-item:hover,
.cid-uvw4x9UlqS .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uvw4x9UlqS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvw4x9UlqS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvw4x9UlqS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvw4x9UlqS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvw4x9UlqS .nav-link {
  position: relative;
}
.cid-uvw4x9UlqS .container {
  display: flex;
  margin: auto;
}
.cid-uvw4x9UlqS .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvw4x9UlqS .dropdown-menu,
.cid-uvw4x9UlqS .navbar.opened {
  background: #ffffff !important;
}
.cid-uvw4x9UlqS .nav-item:focus,
.cid-uvw4x9UlqS .nav-link:focus {
  outline: none;
}
.cid-uvw4x9UlqS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvw4x9UlqS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvw4x9UlqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvw4x9UlqS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvw4x9UlqS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvw4x9UlqS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvw4x9UlqS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvw4x9UlqS .navbar.opened {
  transition: all 0.3s;
}
.cid-uvw4x9UlqS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvw4x9UlqS .navbar .navbar-logo img {
  width: auto;
}
.cid-uvw4x9UlqS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvw4x9UlqS .navbar.collapsed {
  justify-content: center;
}
.cid-uvw4x9UlqS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvw4x9UlqS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvw4x9UlqS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uvw4x9UlqS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvw4x9UlqS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvw4x9UlqS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvw4x9UlqS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvw4x9UlqS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvw4x9UlqS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvw4x9UlqS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvw4x9UlqS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvw4x9UlqS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvw4x9UlqS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvw4x9UlqS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvw4x9UlqS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvw4x9UlqS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvw4x9UlqS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvw4x9UlqS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvw4x9UlqS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvw4x9UlqS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvw4x9UlqS .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvw4x9UlqS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvw4x9UlqS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvw4x9UlqS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvw4x9UlqS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvw4x9UlqS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvw4x9UlqS .dropdown-item.active,
.cid-uvw4x9UlqS .dropdown-item:active {
  background-color: transparent;
}
.cid-uvw4x9UlqS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvw4x9UlqS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvw4x9UlqS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvw4x9UlqS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvw4x9UlqS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvw4x9UlqS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvw4x9UlqS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvw4x9UlqS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvw4x9UlqS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvw4x9UlqS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uvw4x9UlqS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvw4x9UlqS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvw4x9UlqS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvw4x9UlqS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvw4x9UlqS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvw4x9UlqS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvw4x9UlqS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvw4x9UlqS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvw4x9UlqS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvw4x9UlqS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvw4x9UlqS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvw4x9UlqS .navbar {
    height: 70px;
  }
  .cid-uvw4x9UlqS .navbar.opened {
    height: auto;
  }
  .cid-uvw4x9UlqS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvw4xalGKu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uvw4xalGKu .mbr-text,
.cid-uvw4xalGKu .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uvw4xalGKu .mbr-section-title {
  text-align: left;
}
.cid-uvw4xauIpn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-uvw4xauIpn .card-wrapper {
  background: #e6c63b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvw4xauIpn .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvw4xauIpn .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvw4xauIpn .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvw4xauIpn .mbr-text,
.cid-uvw4xauIpn .mbr-section-btn {
  color: #ffffff;
}
.cid-uvw4xauIpn .card-title,
.cid-uvw4xauIpn .card-box {
  text-align: center;
  color: #353535;
}
.cid-uvw4xaC4qz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #39661e;
}
.cid-uvw4xaC4qz .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uvw4xaC4qz .plan-body {
  padding-bottom: 2rem;
}
.cid-uvw4xaC4qz .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvw4xaC4qz .price {
  color: #64b334;
}
.cid-uvw4xaC4qz .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uvw4xaC4qz .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uvw4xaC4qz .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uvw4xaC4qz .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uvw4xaC4qz .plan {
    margin-bottom: 2rem;
  }
}
.cid-uvw4xaQ3gB {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uvw4xaZNoU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uvw4xaZNoU .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uvw4xaZNoU .mbr-section-title DIV {
  text-align: center;
}
.cid-uvw4xb9lWF {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uvw4xbhknI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uvw4xbhknI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvw4xbhknI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvw4xbhknI .row {
    text-align: center;
  }
  .cid-uvw4xbhknI .social-row {
    justify-content: center;
  }
}
.cid-uvw4xbhknI .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvw4xbhknI .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvw4xbhknI .list {
    margin-bottom: 0rem;
  }
}
.cid-uvw4xbhknI .mbr-text {
  color: #bbbbbb;
}
.cid-uvw4xbhknI .mbr-iconfont {
  color: black;
}
.cid-uvw4xbhknI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvw4xbhknI H5 {
  color: #abe587;
}
.cid-uvwmgKZo32 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvwmgKZo32 nav.navbar {
  position: fixed;
}
.cid-uvwmgKZo32 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvwmgKZo32 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvwmgKZo32 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvwmgKZo32 .dropdown-item:hover,
.cid-uvwmgKZo32 .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uvwmgKZo32 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvwmgKZo32 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvwmgKZo32 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvwmgKZo32 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvwmgKZo32 .nav-link {
  position: relative;
}
.cid-uvwmgKZo32 .container {
  display: flex;
  margin: auto;
}
.cid-uvwmgKZo32 .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvwmgKZo32 .dropdown-menu,
.cid-uvwmgKZo32 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvwmgKZo32 .nav-item:focus,
.cid-uvwmgKZo32 .nav-link:focus {
  outline: none;
}
.cid-uvwmgKZo32 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvwmgKZo32 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvwmgKZo32 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvwmgKZo32 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvwmgKZo32 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvwmgKZo32 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvwmgKZo32 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvwmgKZo32 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvwmgKZo32 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvwmgKZo32 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvwmgKZo32 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvwmgKZo32 .navbar.collapsed {
  justify-content: center;
}
.cid-uvwmgKZo32 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvwmgKZo32 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvwmgKZo32 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uvwmgKZo32 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvwmgKZo32 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvwmgKZo32 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvwmgKZo32 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvwmgKZo32 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvwmgKZo32 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvwmgKZo32 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvwmgKZo32 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvwmgKZo32 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvwmgKZo32 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvwmgKZo32 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvwmgKZo32 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvwmgKZo32 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvwmgKZo32 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvwmgKZo32 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvwmgKZo32 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvwmgKZo32 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvwmgKZo32 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvwmgKZo32 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvwmgKZo32 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvwmgKZo32 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvwmgKZo32 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvwmgKZo32 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvwmgKZo32 .dropdown-item.active,
.cid-uvwmgKZo32 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvwmgKZo32 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvwmgKZo32 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvwmgKZo32 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvwmgKZo32 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvwmgKZo32 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvwmgKZo32 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvwmgKZo32 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvwmgKZo32 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvwmgKZo32 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvwmgKZo32 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uvwmgKZo32 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvwmgKZo32 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvwmgKZo32 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvwmgKZo32 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvwmgKZo32 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvwmgKZo32 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvwmgKZo32 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvwmgKZo32 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvwmgKZo32 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvwmgKZo32 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvwmgKZo32 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvwmgKZo32 .navbar {
    height: 70px;
  }
  .cid-uvwmgKZo32 .navbar.opened {
    height: auto;
  }
  .cid-uvwmgKZo32 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvwmgLCuK6 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uvwmgLCuK6 .mbr-text,
.cid-uvwmgLCuK6 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uvwmgLCuK6 .mbr-section-title {
  text-align: left;
}
.cid-uvwmgLVowT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-uvwmgLVowT .card-wrapper {
  background: #e6c63b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvwmgLVowT .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvwmgLVowT .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvwmgLVowT .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvwmgLVowT .mbr-text,
.cid-uvwmgLVowT .mbr-section-btn {
  color: #ffffff;
}
.cid-uvwmgLVowT .card-title,
.cid-uvwmgLVowT .card-box {
  text-align: center;
  color: #353535;
}
.cid-uvwmgM7575 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #39661e;
}
.cid-uvwmgM7575 .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uvwmgM7575 .plan-body {
  padding-bottom: 2rem;
}
.cid-uvwmgM7575 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvwmgM7575 .price {
  color: #64b334;
}
.cid-uvwmgM7575 .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uvwmgM7575 .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uvwmgM7575 .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uvwmgM7575 .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uvwmgM7575 .plan {
    margin-bottom: 2rem;
  }
}
.cid-uvwmgMndrp {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uvwmgMyyx5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uvwmgMyyx5 .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uvwmgMyyx5 .mbr-section-title DIV {
  text-align: center;
}
.cid-uvwmgMFSrx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uvwmgMMo4e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uvwmgMMo4e .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvwmgMMo4e .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvwmgMMo4e .row {
    text-align: center;
  }
  .cid-uvwmgMMo4e .social-row {
    justify-content: center;
  }
}
.cid-uvwmgMMo4e .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvwmgMMo4e .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvwmgMMo4e .list {
    margin-bottom: 0rem;
  }
}
.cid-uvwmgMMo4e .mbr-text {
  color: #bbbbbb;
}
.cid-uvwmgMMo4e .mbr-iconfont {
  color: black;
}
.cid-uvwmgMMo4e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvwmgMMo4e H5 {
  color: #abe587;
}
.cid-uvwmNCfIXB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvwmNCfIXB nav.navbar {
  position: fixed;
}
.cid-uvwmNCfIXB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvwmNCfIXB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvwmNCfIXB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvwmNCfIXB .dropdown-item:hover,
.cid-uvwmNCfIXB .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uvwmNCfIXB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvwmNCfIXB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvwmNCfIXB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvwmNCfIXB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvwmNCfIXB .nav-link {
  position: relative;
}
.cid-uvwmNCfIXB .container {
  display: flex;
  margin: auto;
}
.cid-uvwmNCfIXB .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvwmNCfIXB .dropdown-menu,
.cid-uvwmNCfIXB .navbar.opened {
  background: #ffffff !important;
}
.cid-uvwmNCfIXB .nav-item:focus,
.cid-uvwmNCfIXB .nav-link:focus {
  outline: none;
}
.cid-uvwmNCfIXB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvwmNCfIXB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvwmNCfIXB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvwmNCfIXB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvwmNCfIXB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvwmNCfIXB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvwmNCfIXB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvwmNCfIXB .navbar.opened {
  transition: all 0.3s;
}
.cid-uvwmNCfIXB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvwmNCfIXB .navbar .navbar-logo img {
  width: auto;
}
.cid-uvwmNCfIXB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvwmNCfIXB .navbar.collapsed {
  justify-content: center;
}
.cid-uvwmNCfIXB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvwmNCfIXB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvwmNCfIXB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uvwmNCfIXB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvwmNCfIXB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvwmNCfIXB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvwmNCfIXB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvwmNCfIXB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvwmNCfIXB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvwmNCfIXB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvwmNCfIXB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvwmNCfIXB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvwmNCfIXB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvwmNCfIXB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvwmNCfIXB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvwmNCfIXB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvwmNCfIXB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvwmNCfIXB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvwmNCfIXB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvwmNCfIXB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvwmNCfIXB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvwmNCfIXB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvwmNCfIXB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvwmNCfIXB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvwmNCfIXB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvwmNCfIXB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvwmNCfIXB .dropdown-item.active,
.cid-uvwmNCfIXB .dropdown-item:active {
  background-color: transparent;
}
.cid-uvwmNCfIXB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvwmNCfIXB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvwmNCfIXB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvwmNCfIXB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvwmNCfIXB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvwmNCfIXB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvwmNCfIXB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvwmNCfIXB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvwmNCfIXB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvwmNCfIXB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uvwmNCfIXB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvwmNCfIXB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvwmNCfIXB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvwmNCfIXB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvwmNCfIXB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvwmNCfIXB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvwmNCfIXB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvwmNCfIXB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvwmNCfIXB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvwmNCfIXB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvwmNCfIXB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvwmNCfIXB .navbar {
    height: 70px;
  }
  .cid-uvwmNCfIXB .navbar.opened {
    height: auto;
  }
  .cid-uvwmNCfIXB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvwmNCHYgH {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uvwmNCHYgH .mbr-text,
.cid-uvwmNCHYgH .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uvwmNCHYgH .mbr-section-title {
  text-align: left;
}
.cid-uvwn1HYtAK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #39661e;
}
.cid-uvwn1HYtAK .mbr-section-title {
  color: #ffffff;
}
.cid-uvwmND5iuU {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uvwmNDdOf9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uvwmNDdOf9 .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uvwmNDdOf9 .mbr-section-title DIV {
  text-align: center;
}
.cid-uvwmNDkMDQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uvwmNDsNPW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uvwmNDsNPW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvwmNDsNPW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvwmNDsNPW .row {
    text-align: center;
  }
  .cid-uvwmNDsNPW .social-row {
    justify-content: center;
  }
}
.cid-uvwmNDsNPW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvwmNDsNPW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvwmNDsNPW .list {
    margin-bottom: 0rem;
  }
}
.cid-uvwmNDsNPW .mbr-text {
  color: #bbbbbb;
}
.cid-uvwmNDsNPW .mbr-iconfont {
  color: black;
}
.cid-uvwmNDsNPW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvwmNDsNPW H5 {
  color: #abe587;
}
.cid-uvwndAFof0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvwndAFof0 nav.navbar {
  position: fixed;
}
.cid-uvwndAFof0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvwndAFof0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvwndAFof0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvwndAFof0 .dropdown-item:hover,
.cid-uvwndAFof0 .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uvwndAFof0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvwndAFof0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvwndAFof0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvwndAFof0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvwndAFof0 .nav-link {
  position: relative;
}
.cid-uvwndAFof0 .container {
  display: flex;
  margin: auto;
}
.cid-uvwndAFof0 .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvwndAFof0 .dropdown-menu,
.cid-uvwndAFof0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uvwndAFof0 .nav-item:focus,
.cid-uvwndAFof0 .nav-link:focus {
  outline: none;
}
.cid-uvwndAFof0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvwndAFof0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvwndAFof0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvwndAFof0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvwndAFof0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvwndAFof0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvwndAFof0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvwndAFof0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvwndAFof0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvwndAFof0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvwndAFof0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvwndAFof0 .navbar.collapsed {
  justify-content: center;
}
.cid-uvwndAFof0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvwndAFof0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvwndAFof0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uvwndAFof0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvwndAFof0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvwndAFof0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvwndAFof0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvwndAFof0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvwndAFof0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvwndAFof0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvwndAFof0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvwndAFof0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvwndAFof0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvwndAFof0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvwndAFof0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvwndAFof0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvwndAFof0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvwndAFof0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvwndAFof0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvwndAFof0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvwndAFof0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvwndAFof0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvwndAFof0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvwndAFof0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvwndAFof0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvwndAFof0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvwndAFof0 .dropdown-item.active,
.cid-uvwndAFof0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvwndAFof0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvwndAFof0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvwndAFof0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvwndAFof0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvwndAFof0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvwndAFof0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvwndAFof0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvwndAFof0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvwndAFof0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvwndAFof0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uvwndAFof0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvwndAFof0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvwndAFof0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvwndAFof0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvwndAFof0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvwndAFof0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvwndAFof0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvwndAFof0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvwndAFof0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvwndAFof0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvwndAFof0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvwndAFof0 .navbar {
    height: 70px;
  }
  .cid-uvwndAFof0 .navbar.opened {
    height: auto;
  }
  .cid-uvwndAFof0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvwndBjYxZ {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uvwndBjYxZ .mbr-text,
.cid-uvwndBjYxZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uvwndBjYxZ .mbr-section-title {
  text-align: left;
}
.cid-uvwndBCK73 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #39661e;
}
.cid-uvwndBCK73 .mbr-section-title {
  color: #ffffff;
}
.cid-uvwndBQbCs {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uvwndC0v3o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uvwndC0v3o .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uvwndC0v3o .mbr-section-title DIV {
  text-align: center;
}
.cid-uvwndC92OM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uvwndCkTAx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uvwndCkTAx .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvwndCkTAx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvwndCkTAx .row {
    text-align: center;
  }
  .cid-uvwndCkTAx .social-row {
    justify-content: center;
  }
}
.cid-uvwndCkTAx .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvwndCkTAx .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvwndCkTAx .list {
    margin-bottom: 0rem;
  }
}
.cid-uvwndCkTAx .mbr-text {
  color: #bbbbbb;
}
.cid-uvwndCkTAx .mbr-iconfont {
  color: black;
}
.cid-uvwndCkTAx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvwndCkTAx H5 {
  color: #abe587;
}
.cid-uxdvY3VM4p {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxdvY3VM4p nav.navbar {
  position: fixed;
}
.cid-uxdvY3VM4p .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxdvY3VM4p .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxdvY3VM4p .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxdvY3VM4p .dropdown-item:hover,
.cid-uxdvY3VM4p .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uxdvY3VM4p .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxdvY3VM4p .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxdvY3VM4p .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxdvY3VM4p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxdvY3VM4p .nav-link {
  position: relative;
}
.cid-uxdvY3VM4p .container {
  display: flex;
  margin: auto;
}
.cid-uxdvY3VM4p .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxdvY3VM4p .dropdown-menu,
.cid-uxdvY3VM4p .navbar.opened {
  background: #ffffff !important;
}
.cid-uxdvY3VM4p .nav-item:focus,
.cid-uxdvY3VM4p .nav-link:focus {
  outline: none;
}
.cid-uxdvY3VM4p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxdvY3VM4p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxdvY3VM4p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxdvY3VM4p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxdvY3VM4p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxdvY3VM4p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxdvY3VM4p .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uxdvY3VM4p .navbar.opened {
  transition: all 0.3s;
}
.cid-uxdvY3VM4p .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxdvY3VM4p .navbar .navbar-logo img {
  width: auto;
}
.cid-uxdvY3VM4p .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxdvY3VM4p .navbar.collapsed {
  justify-content: center;
}
.cid-uxdvY3VM4p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxdvY3VM4p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxdvY3VM4p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uxdvY3VM4p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxdvY3VM4p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxdvY3VM4p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxdvY3VM4p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxdvY3VM4p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxdvY3VM4p .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxdvY3VM4p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxdvY3VM4p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxdvY3VM4p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxdvY3VM4p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxdvY3VM4p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxdvY3VM4p .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxdvY3VM4p .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxdvY3VM4p .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxdvY3VM4p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxdvY3VM4p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxdvY3VM4p .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxdvY3VM4p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxdvY3VM4p .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxdvY3VM4p .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxdvY3VM4p .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxdvY3VM4p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxdvY3VM4p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxdvY3VM4p .dropdown-item.active,
.cid-uxdvY3VM4p .dropdown-item:active {
  background-color: transparent;
}
.cid-uxdvY3VM4p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxdvY3VM4p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxdvY3VM4p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxdvY3VM4p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxdvY3VM4p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxdvY3VM4p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxdvY3VM4p ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxdvY3VM4p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxdvY3VM4p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxdvY3VM4p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uxdvY3VM4p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxdvY3VM4p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxdvY3VM4p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxdvY3VM4p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxdvY3VM4p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxdvY3VM4p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxdvY3VM4p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxdvY3VM4p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxdvY3VM4p .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxdvY3VM4p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxdvY3VM4p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxdvY3VM4p .navbar {
    height: 70px;
  }
  .cid-uxdvY3VM4p .navbar.opened {
    height: auto;
  }
  .cid-uxdvY3VM4p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxdvY4G2qD {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uxdvY4G2qD .mbr-text,
.cid-uxdvY4G2qD .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxdvY4G2qD .mbr-section-title {
  text-align: left;
}
.cid-uxdvY5gr6i {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #39661e;
}
.cid-uxdvY5gr6i .mbr-section-title {
  color: #ffffff;
}
.cid-uxdvY5wcuZ {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uxdvY5FUvd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uxdvY5FUvd .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uxdvY5FUvd .mbr-section-title DIV {
  text-align: center;
}
.cid-uxdvY5QsHq {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uxdvY658B5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uxdvY658B5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uxdvY658B5 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxdvY658B5 .row {
    text-align: center;
  }
  .cid-uxdvY658B5 .social-row {
    justify-content: center;
  }
}
.cid-uxdvY658B5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uxdvY658B5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxdvY658B5 .list {
    margin-bottom: 0rem;
  }
}
.cid-uxdvY658B5 .mbr-text {
  color: #bbbbbb;
}
.cid-uxdvY658B5 .mbr-iconfont {
  color: black;
}
.cid-uxdvY658B5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxdvY658B5 H5 {
  color: #abe587;
}
.cid-uxdw0gU1FB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxdw0gU1FB nav.navbar {
  position: fixed;
}
.cid-uxdw0gU1FB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxdw0gU1FB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxdw0gU1FB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxdw0gU1FB .dropdown-item:hover,
.cid-uxdw0gU1FB .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uxdw0gU1FB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxdw0gU1FB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxdw0gU1FB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxdw0gU1FB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxdw0gU1FB .nav-link {
  position: relative;
}
.cid-uxdw0gU1FB .container {
  display: flex;
  margin: auto;
}
.cid-uxdw0gU1FB .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxdw0gU1FB .dropdown-menu,
.cid-uxdw0gU1FB .navbar.opened {
  background: #ffffff !important;
}
.cid-uxdw0gU1FB .nav-item:focus,
.cid-uxdw0gU1FB .nav-link:focus {
  outline: none;
}
.cid-uxdw0gU1FB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxdw0gU1FB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxdw0gU1FB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxdw0gU1FB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxdw0gU1FB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxdw0gU1FB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxdw0gU1FB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uxdw0gU1FB .navbar.opened {
  transition: all 0.3s;
}
.cid-uxdw0gU1FB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxdw0gU1FB .navbar .navbar-logo img {
  width: auto;
}
.cid-uxdw0gU1FB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxdw0gU1FB .navbar.collapsed {
  justify-content: center;
}
.cid-uxdw0gU1FB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxdw0gU1FB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxdw0gU1FB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uxdw0gU1FB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxdw0gU1FB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxdw0gU1FB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxdw0gU1FB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxdw0gU1FB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxdw0gU1FB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxdw0gU1FB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxdw0gU1FB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxdw0gU1FB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxdw0gU1FB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxdw0gU1FB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxdw0gU1FB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxdw0gU1FB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxdw0gU1FB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxdw0gU1FB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxdw0gU1FB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxdw0gU1FB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxdw0gU1FB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxdw0gU1FB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxdw0gU1FB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxdw0gU1FB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxdw0gU1FB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxdw0gU1FB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxdw0gU1FB .dropdown-item.active,
.cid-uxdw0gU1FB .dropdown-item:active {
  background-color: transparent;
}
.cid-uxdw0gU1FB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxdw0gU1FB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxdw0gU1FB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxdw0gU1FB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxdw0gU1FB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxdw0gU1FB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxdw0gU1FB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxdw0gU1FB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxdw0gU1FB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxdw0gU1FB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uxdw0gU1FB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxdw0gU1FB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxdw0gU1FB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxdw0gU1FB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxdw0gU1FB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxdw0gU1FB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxdw0gU1FB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxdw0gU1FB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxdw0gU1FB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxdw0gU1FB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxdw0gU1FB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxdw0gU1FB .navbar {
    height: 70px;
  }
  .cid-uxdw0gU1FB .navbar.opened {
    height: auto;
  }
  .cid-uxdw0gU1FB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxdw0hvCpf {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uxdw0hvCpf .mbr-text,
.cid-uxdw0hvCpf .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxdw0hvCpf .mbr-section-title {
  text-align: left;
}
.cid-uxdw0hM8ug {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #39661e;
}
.cid-uxdw0hM8ug .mbr-section-title {
  color: #ffffff;
}
.cid-uxdw0hTdDg {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uxdw0i03gX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uxdw0i03gX .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uxdw0i03gX .mbr-section-title DIV {
  text-align: center;
}
.cid-uxdw0i6yKy {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uxdw0ieirE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uxdw0ieirE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uxdw0ieirE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxdw0ieirE .row {
    text-align: center;
  }
  .cid-uxdw0ieirE .social-row {
    justify-content: center;
  }
}
.cid-uxdw0ieirE .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uxdw0ieirE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxdw0ieirE .list {
    margin-bottom: 0rem;
  }
}
.cid-uxdw0ieirE .mbr-text {
  color: #bbbbbb;
}
.cid-uxdw0ieirE .mbr-iconfont {
  color: black;
}
.cid-uxdw0ieirE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxdw0ieirE H5 {
  color: #abe587;
}
.cid-uxdw1JLHtr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxdw1JLHtr nav.navbar {
  position: fixed;
}
.cid-uxdw1JLHtr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxdw1JLHtr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxdw1JLHtr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxdw1JLHtr .dropdown-item:hover,
.cid-uxdw1JLHtr .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uxdw1JLHtr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxdw1JLHtr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxdw1JLHtr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxdw1JLHtr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxdw1JLHtr .nav-link {
  position: relative;
}
.cid-uxdw1JLHtr .container {
  display: flex;
  margin: auto;
}
.cid-uxdw1JLHtr .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxdw1JLHtr .dropdown-menu,
.cid-uxdw1JLHtr .navbar.opened {
  background: #ffffff !important;
}
.cid-uxdw1JLHtr .nav-item:focus,
.cid-uxdw1JLHtr .nav-link:focus {
  outline: none;
}
.cid-uxdw1JLHtr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxdw1JLHtr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxdw1JLHtr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxdw1JLHtr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxdw1JLHtr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxdw1JLHtr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxdw1JLHtr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uxdw1JLHtr .navbar.opened {
  transition: all 0.3s;
}
.cid-uxdw1JLHtr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxdw1JLHtr .navbar .navbar-logo img {
  width: auto;
}
.cid-uxdw1JLHtr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxdw1JLHtr .navbar.collapsed {
  justify-content: center;
}
.cid-uxdw1JLHtr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxdw1JLHtr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxdw1JLHtr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uxdw1JLHtr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxdw1JLHtr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxdw1JLHtr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxdw1JLHtr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxdw1JLHtr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxdw1JLHtr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxdw1JLHtr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxdw1JLHtr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxdw1JLHtr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxdw1JLHtr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxdw1JLHtr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxdw1JLHtr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxdw1JLHtr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxdw1JLHtr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxdw1JLHtr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxdw1JLHtr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxdw1JLHtr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxdw1JLHtr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxdw1JLHtr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxdw1JLHtr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxdw1JLHtr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxdw1JLHtr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxdw1JLHtr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxdw1JLHtr .dropdown-item.active,
.cid-uxdw1JLHtr .dropdown-item:active {
  background-color: transparent;
}
.cid-uxdw1JLHtr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxdw1JLHtr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxdw1JLHtr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxdw1JLHtr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxdw1JLHtr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxdw1JLHtr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxdw1JLHtr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxdw1JLHtr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxdw1JLHtr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxdw1JLHtr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uxdw1JLHtr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxdw1JLHtr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxdw1JLHtr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxdw1JLHtr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxdw1JLHtr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxdw1JLHtr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxdw1JLHtr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxdw1JLHtr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxdw1JLHtr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxdw1JLHtr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxdw1JLHtr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxdw1JLHtr .navbar {
    height: 70px;
  }
  .cid-uxdw1JLHtr .navbar.opened {
    height: auto;
  }
  .cid-uxdw1JLHtr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxdw1KIj02 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uxdw1KIj02 .mbr-text,
.cid-uxdw1KIj02 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxdw1KIj02 .mbr-section-title {
  text-align: left;
}
.cid-uxdw1KViqi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #39661e;
}
.cid-uxdw1KViqi .mbr-section-title {
  color: #ffffff;
}
.cid-uxdw1L1clV {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uxdw1L9POc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uxdw1L9POc .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uxdw1L9POc .mbr-section-title DIV {
  text-align: center;
}
.cid-uxdw1Lhaxx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uxdw1LnHaS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uxdw1LnHaS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uxdw1LnHaS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxdw1LnHaS .row {
    text-align: center;
  }
  .cid-uxdw1LnHaS .social-row {
    justify-content: center;
  }
}
.cid-uxdw1LnHaS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uxdw1LnHaS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxdw1LnHaS .list {
    margin-bottom: 0rem;
  }
}
.cid-uxdw1LnHaS .mbr-text {
  color: #bbbbbb;
}
.cid-uxdw1LnHaS .mbr-iconfont {
  color: black;
}
.cid-uxdw1LnHaS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxdw1LnHaS H5 {
  color: #abe587;
}
.cid-uxdw37bGhq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxdw37bGhq nav.navbar {
  position: fixed;
}
.cid-uxdw37bGhq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxdw37bGhq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxdw37bGhq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxdw37bGhq .dropdown-item:hover,
.cid-uxdw37bGhq .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uxdw37bGhq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxdw37bGhq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxdw37bGhq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxdw37bGhq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxdw37bGhq .nav-link {
  position: relative;
}
.cid-uxdw37bGhq .container {
  display: flex;
  margin: auto;
}
.cid-uxdw37bGhq .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxdw37bGhq .dropdown-menu,
.cid-uxdw37bGhq .navbar.opened {
  background: #ffffff !important;
}
.cid-uxdw37bGhq .nav-item:focus,
.cid-uxdw37bGhq .nav-link:focus {
  outline: none;
}
.cid-uxdw37bGhq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxdw37bGhq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxdw37bGhq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxdw37bGhq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxdw37bGhq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxdw37bGhq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxdw37bGhq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uxdw37bGhq .navbar.opened {
  transition: all 0.3s;
}
.cid-uxdw37bGhq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxdw37bGhq .navbar .navbar-logo img {
  width: auto;
}
.cid-uxdw37bGhq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxdw37bGhq .navbar.collapsed {
  justify-content: center;
}
.cid-uxdw37bGhq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxdw37bGhq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxdw37bGhq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uxdw37bGhq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxdw37bGhq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxdw37bGhq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxdw37bGhq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxdw37bGhq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxdw37bGhq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxdw37bGhq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxdw37bGhq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxdw37bGhq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxdw37bGhq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxdw37bGhq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxdw37bGhq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxdw37bGhq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxdw37bGhq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxdw37bGhq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxdw37bGhq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxdw37bGhq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxdw37bGhq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxdw37bGhq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxdw37bGhq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uxdw37bGhq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxdw37bGhq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxdw37bGhq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxdw37bGhq .dropdown-item.active,
.cid-uxdw37bGhq .dropdown-item:active {
  background-color: transparent;
}
.cid-uxdw37bGhq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxdw37bGhq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxdw37bGhq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxdw37bGhq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxdw37bGhq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxdw37bGhq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxdw37bGhq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxdw37bGhq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxdw37bGhq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxdw37bGhq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uxdw37bGhq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxdw37bGhq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxdw37bGhq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxdw37bGhq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxdw37bGhq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxdw37bGhq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxdw37bGhq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxdw37bGhq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxdw37bGhq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxdw37bGhq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxdw37bGhq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxdw37bGhq .navbar {
    height: 70px;
  }
  .cid-uxdw37bGhq .navbar.opened {
    height: auto;
  }
  .cid-uxdw37bGhq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxdw37uXNn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uxdw37uXNn .mbr-text,
.cid-uxdw37uXNn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uxdw37uXNn .mbr-section-title {
  text-align: left;
}
.cid-uxdw37EEN9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #39661e;
}
.cid-uxdw37EEN9 .mbr-section-title {
  color: #ffffff;
}
.cid-uxdw37MxOU {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uxdw37T4Nb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uxdw37T4Nb .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uxdw37T4Nb .mbr-section-title DIV {
  text-align: center;
}
.cid-uxdw37Zp1W {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uxdw385hzU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uxdw385hzU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uxdw385hzU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uxdw385hzU .row {
    text-align: center;
  }
  .cid-uxdw385hzU .social-row {
    justify-content: center;
  }
}
.cid-uxdw385hzU .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uxdw385hzU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uxdw385hzU .list {
    margin-bottom: 0rem;
  }
}
.cid-uxdw385hzU .mbr-text {
  color: #bbbbbb;
}
.cid-uxdw385hzU .mbr-iconfont {
  color: black;
}
.cid-uxdw385hzU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uxdw385hzU H5 {
  color: #abe587;
}
.cid-unvL1Wt98o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unvL1Wt98o nav.navbar {
  position: fixed;
}
.cid-unvL1Wt98o .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unvL1Wt98o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unvL1Wt98o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unvL1Wt98o .dropdown-item:hover,
.cid-unvL1Wt98o .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-unvL1Wt98o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unvL1Wt98o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unvL1Wt98o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unvL1Wt98o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unvL1Wt98o .nav-link {
  position: relative;
}
.cid-unvL1Wt98o .container {
  display: flex;
  margin: auto;
}
.cid-unvL1Wt98o .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unvL1Wt98o .dropdown-menu,
.cid-unvL1Wt98o .navbar.opened {
  background: #ffffff !important;
}
.cid-unvL1Wt98o .nav-item:focus,
.cid-unvL1Wt98o .nav-link:focus {
  outline: none;
}
.cid-unvL1Wt98o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unvL1Wt98o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unvL1Wt98o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unvL1Wt98o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unvL1Wt98o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unvL1Wt98o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unvL1Wt98o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-unvL1Wt98o .navbar.opened {
  transition: all 0.3s;
}
.cid-unvL1Wt98o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unvL1Wt98o .navbar .navbar-logo img {
  width: auto;
}
.cid-unvL1Wt98o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unvL1Wt98o .navbar.collapsed {
  justify-content: center;
}
.cid-unvL1Wt98o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unvL1Wt98o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unvL1Wt98o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-unvL1Wt98o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unvL1Wt98o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unvL1Wt98o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unvL1Wt98o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unvL1Wt98o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unvL1Wt98o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unvL1Wt98o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unvL1Wt98o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unvL1Wt98o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unvL1Wt98o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unvL1Wt98o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unvL1Wt98o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unvL1Wt98o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unvL1Wt98o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unvL1Wt98o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unvL1Wt98o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unvL1Wt98o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unvL1Wt98o .navbar.navbar-short {
  min-height: 60px;
}
.cid-unvL1Wt98o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unvL1Wt98o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unvL1Wt98o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unvL1Wt98o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unvL1Wt98o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unvL1Wt98o .dropdown-item.active,
.cid-unvL1Wt98o .dropdown-item:active {
  background-color: transparent;
}
.cid-unvL1Wt98o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unvL1Wt98o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unvL1Wt98o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unvL1Wt98o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-unvL1Wt98o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unvL1Wt98o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unvL1Wt98o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unvL1Wt98o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unvL1Wt98o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unvL1Wt98o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-unvL1Wt98o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unvL1Wt98o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unvL1Wt98o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unvL1Wt98o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unvL1Wt98o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unvL1Wt98o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unvL1Wt98o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unvL1Wt98o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unvL1Wt98o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unvL1Wt98o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unvL1Wt98o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unvL1Wt98o .navbar {
    height: 70px;
  }
  .cid-unvL1Wt98o .navbar.opened {
    height: auto;
  }
  .cid-unvL1Wt98o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJQP1Pp8pw {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uJQP1Pp8pw .mbr-text,
.cid-uJQP1Pp8pw .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uJQP1Pp8pw .mbr-section-title {
  text-align: left;
}
.cid-uJQTcR26g5 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #64b334;
}
.cid-uJQTcR26g5 img,
.cid-uJQTcR26g5 .item-img {
  width: 100%;
}
.cid-uJQTcR26g5 .item:focus,
.cid-uJQTcR26g5 span:focus {
  outline: none;
}
.cid-uJQTcR26g5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uJQTcR26g5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJQTcR26g5 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uJQTcR26g5 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJQTcR26g5 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uJQTcR26g5 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uJQTcR26g5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJQTcR26g5 .mbr-section-title {
  color: #ffffff;
}
.cid-uJQTcR26g5 .mbr-text,
.cid-uJQTcR26g5 .mbr-section-btn {
  text-align: center;
}
.cid-uJQTcR26g5 .item-title {
  text-align: center;
}
.cid-uJQTcR26g5 .item-subtitle {
  text-align: left;
}
.cid-uJQTcR26g5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJQOJzbJKZ {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uJQOOh7bD6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uJQOOh7bD6 .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uJQOOh7bD6 .mbr-section-title DIV {
  text-align: center;
}
.cid-uJQOYC14GK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-unvL1YybjC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-unvL1YybjC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unvL1YybjC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unvL1YybjC .row {
    text-align: center;
  }
  .cid-unvL1YybjC .social-row {
    justify-content: center;
  }
}
.cid-unvL1YybjC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-unvL1YybjC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unvL1YybjC .list {
    margin-bottom: 0rem;
  }
}
.cid-unvL1YybjC .mbr-text {
  color: #bbbbbb;
}
.cid-unvL1YybjC .mbr-iconfont {
  color: black;
}
.cid-unvL1YybjC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unvL1YybjC H5 {
  color: #abe587;
}
.cid-uJQU1EjgDL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uJQU1EjgDL nav.navbar {
  position: fixed;
}
.cid-uJQU1EjgDL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQU1EjgDL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJQU1EjgDL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJQU1EjgDL .dropdown-item:hover,
.cid-uJQU1EjgDL .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uJQU1EjgDL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJQU1EjgDL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJQU1EjgDL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJQU1EjgDL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJQU1EjgDL .nav-link {
  position: relative;
}
.cid-uJQU1EjgDL .container {
  display: flex;
  margin: auto;
}
.cid-uJQU1EjgDL .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJQU1EjgDL .dropdown-menu,
.cid-uJQU1EjgDL .navbar.opened {
  background: #ffffff !important;
}
.cid-uJQU1EjgDL .nav-item:focus,
.cid-uJQU1EjgDL .nav-link:focus {
  outline: none;
}
.cid-uJQU1EjgDL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJQU1EjgDL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJQU1EjgDL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJQU1EjgDL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJQU1EjgDL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJQU1EjgDL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJQU1EjgDL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uJQU1EjgDL .navbar.opened {
  transition: all 0.3s;
}
.cid-uJQU1EjgDL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJQU1EjgDL .navbar .navbar-logo img {
  width: auto;
}
.cid-uJQU1EjgDL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJQU1EjgDL .navbar.collapsed {
  justify-content: center;
}
.cid-uJQU1EjgDL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJQU1EjgDL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJQU1EjgDL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uJQU1EjgDL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJQU1EjgDL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJQU1EjgDL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJQU1EjgDL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJQU1EjgDL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJQU1EjgDL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJQU1EjgDL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJQU1EjgDL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJQU1EjgDL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJQU1EjgDL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJQU1EjgDL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJQU1EjgDL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJQU1EjgDL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJQU1EjgDL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJQU1EjgDL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJQU1EjgDL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJQU1EjgDL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJQU1EjgDL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJQU1EjgDL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJQU1EjgDL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJQU1EjgDL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJQU1EjgDL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJQU1EjgDL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJQU1EjgDL .dropdown-item.active,
.cid-uJQU1EjgDL .dropdown-item:active {
  background-color: transparent;
}
.cid-uJQU1EjgDL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJQU1EjgDL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJQU1EjgDL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJQU1EjgDL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uJQU1EjgDL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJQU1EjgDL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJQU1EjgDL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJQU1EjgDL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJQU1EjgDL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJQU1EjgDL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uJQU1EjgDL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJQU1EjgDL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJQU1EjgDL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJQU1EjgDL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJQU1EjgDL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQU1EjgDL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJQU1EjgDL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJQU1EjgDL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJQU1EjgDL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJQU1EjgDL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJQU1EjgDL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJQU1EjgDL .navbar {
    height: 70px;
  }
  .cid-uJQU1EjgDL .navbar.opened {
    height: auto;
  }
  .cid-uJQU1EjgDL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJQU1D50JT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #ffffff 10%, #abe587 100%) !important;
}
.cid-uJQU1D50JT .mbr-text,
.cid-uJQU1D50JT .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uJQU1D50JT .mbr-section-title {
  text-align: left;
}
.cid-uKpLYVCWe3 {
  background-image: url("../../../assets/images/zeichenflache-12.jpg");
}
.cid-uKpLYVCWe3 .mbr-section-title DIV {
  text-align: left;
}
.cid-uJQU9wkcZH {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #64b334;
}
.cid-uJQU9wkcZH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uJQU9wkcZH .img-item {
  position: relative;
}
.cid-uJQU9wkcZH .img-item img {
  width: 100%;
  object-fit: cover;
}
.cid-uJQU9wkcZH .img-item .img-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding: .5rem 1rem .5rem;
  word-break: break-word;
}
.cid-uJQU9wkcZH .img-item .img-description p {
  margin-bottom: 0;
}
.cid-uKpMI9GimE {
  background-image: url("../../../assets/images/zeichenflache-5.jpeg");
}
.cid-uKpMI9GimE .mbr-section-title DIV {
  text-align: left;
}
.cid-uKpMI9GimE .mbr-text,
.cid-uKpMI9GimE .mbr-section-btn {
  text-align: center;
}
.cid-uUvCYMZEUj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #39661e;
}
.cid-uUvCYMZEUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUvCYMZEUj .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-uUvCYMZEUj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUvCYMZEUj .row {
  flex-direction: row-reverse;
}
.cid-uUvCYMZEUj img {
  width: 100%;
}
.cid-uJQU1E1rgF {
  background-image: url("../../../assets/images/zeichenflache-71.png");
}
.cid-uJQU1EbzYq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uJQU1EbzYq .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uJQU1EbzYq .mbr-section-title DIV {
  text-align: center;
}
.cid-uJQU1EHqVR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uJQU1ERSoH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uJQU1ERSoH .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJQU1ERSoH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJQU1ERSoH .row {
    text-align: center;
  }
  .cid-uJQU1ERSoH .social-row {
    justify-content: center;
  }
}
.cid-uJQU1ERSoH .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJQU1ERSoH .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJQU1ERSoH .list {
    margin-bottom: 0rem;
  }
}
.cid-uJQU1ERSoH .mbr-text {
  color: #bbbbbb;
}
.cid-uJQU1ERSoH .mbr-iconfont {
  color: black;
}
.cid-uJQU1ERSoH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJQU1ERSoH H5 {
  color: #abe587;
}
.cid-uptLVUaV1Z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uptLVUaV1Z nav.navbar {
  position: fixed;
}
.cid-uptLVUaV1Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uptLVUaV1Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uptLVUaV1Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uptLVUaV1Z .dropdown-item:hover,
.cid-uptLVUaV1Z .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uptLVUaV1Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uptLVUaV1Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uptLVUaV1Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uptLVUaV1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uptLVUaV1Z .nav-link {
  position: relative;
}
.cid-uptLVUaV1Z .container {
  display: flex;
  margin: auto;
}
.cid-uptLVUaV1Z .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uptLVUaV1Z .dropdown-menu,
.cid-uptLVUaV1Z .navbar.opened {
  background: #ffffff !important;
}
.cid-uptLVUaV1Z .nav-item:focus,
.cid-uptLVUaV1Z .nav-link:focus {
  outline: none;
}
.cid-uptLVUaV1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uptLVUaV1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uptLVUaV1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uptLVUaV1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uptLVUaV1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uptLVUaV1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uptLVUaV1Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uptLVUaV1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uptLVUaV1Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uptLVUaV1Z .navbar .navbar-logo img {
  width: auto;
}
.cid-uptLVUaV1Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uptLVUaV1Z .navbar.collapsed {
  justify-content: center;
}
.cid-uptLVUaV1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uptLVUaV1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uptLVUaV1Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uptLVUaV1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uptLVUaV1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uptLVUaV1Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uptLVUaV1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uptLVUaV1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uptLVUaV1Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uptLVUaV1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uptLVUaV1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uptLVUaV1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uptLVUaV1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uptLVUaV1Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uptLVUaV1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uptLVUaV1Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uptLVUaV1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uptLVUaV1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uptLVUaV1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uptLVUaV1Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uptLVUaV1Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uptLVUaV1Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uptLVUaV1Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uptLVUaV1Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uptLVUaV1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uptLVUaV1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uptLVUaV1Z .dropdown-item.active,
.cid-uptLVUaV1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uptLVUaV1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uptLVUaV1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uptLVUaV1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uptLVUaV1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uptLVUaV1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uptLVUaV1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uptLVUaV1Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uptLVUaV1Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uptLVUaV1Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uptLVUaV1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uptLVUaV1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uptLVUaV1Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptLVUaV1Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptLVUaV1Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uptLVUaV1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptLVUaV1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uptLVUaV1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uptLVUaV1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptLVUaV1Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uptLVUaV1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uptLVUaV1Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uptLVUaV1Z .navbar {
    height: 70px;
  }
  .cid-uptLVUaV1Z .navbar.opened {
    height: auto;
  }
  .cid-uptLVUaV1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uuFAS3evnt {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uuFAS3evnt .mbr-text,
.cid-uuFAS3evnt .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uuFAS3evnt .mbr-section-title {
  text-align: center;
}
.cid-uuFCoSAw57 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #39661e;
}
.cid-uuFCoSAw57 .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uuFCoSAw57 .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uuFCoSAw57 .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uuFCoSAw57 .wrapper {
  padding: 30px 0;
}
.cid-uuFCoSAw57 .mbr-section-title {
  color: #fafafa;
}
.cid-uuFCoSAw57 .mbr-text,
.cid-uuFCoSAw57 .mbr-section-btn {
  color: #ffffff;
}
.cid-uuFzG5w2dX {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uuFB9Fwz8t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uuFB9Fwz8t .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uuFB9Fwz8t .mbr-section-title DIV {
  text-align: center;
}
.cid-uuFB6DpBZ2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uptLVVZUs2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uptLVVZUs2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uptLVVZUs2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uptLVVZUs2 .row {
    text-align: center;
  }
  .cid-uptLVVZUs2 .social-row {
    justify-content: center;
  }
}
.cid-uptLVVZUs2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uptLVVZUs2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uptLVVZUs2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uptLVVZUs2 .mbr-text {
  color: #bbbbbb;
}
.cid-uptLVVZUs2 .mbr-iconfont {
  color: black;
}
.cid-uptLVVZUs2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uptLVVZUs2 H5 {
  color: #abe587;
}
.cid-uHGk6ngnZC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGk6ngnZC nav.navbar {
  position: fixed;
}
.cid-uHGk6ngnZC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGk6ngnZC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGk6ngnZC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGk6ngnZC .dropdown-item:hover,
.cid-uHGk6ngnZC .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uHGk6ngnZC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGk6ngnZC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGk6ngnZC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGk6ngnZC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGk6ngnZC .nav-link {
  position: relative;
}
.cid-uHGk6ngnZC .container {
  display: flex;
  margin: auto;
}
.cid-uHGk6ngnZC .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGk6ngnZC .dropdown-menu,
.cid-uHGk6ngnZC .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGk6ngnZC .nav-item:focus,
.cid-uHGk6ngnZC .nav-link:focus {
  outline: none;
}
.cid-uHGk6ngnZC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGk6ngnZC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGk6ngnZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGk6ngnZC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGk6ngnZC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGk6ngnZC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGk6ngnZC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGk6ngnZC .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGk6ngnZC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGk6ngnZC .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGk6ngnZC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGk6ngnZC .navbar.collapsed {
  justify-content: center;
}
.cid-uHGk6ngnZC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGk6ngnZC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGk6ngnZC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGk6ngnZC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGk6ngnZC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGk6ngnZC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHGk6ngnZC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGk6ngnZC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGk6ngnZC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGk6ngnZC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGk6ngnZC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGk6ngnZC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGk6ngnZC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGk6ngnZC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHGk6ngnZC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGk6ngnZC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGk6ngnZC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGk6ngnZC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGk6ngnZC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGk6ngnZC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHGk6ngnZC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGk6ngnZC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGk6ngnZC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGk6ngnZC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHGk6ngnZC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGk6ngnZC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGk6ngnZC .dropdown-item.active,
.cid-uHGk6ngnZC .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGk6ngnZC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGk6ngnZC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGk6ngnZC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGk6ngnZC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGk6ngnZC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGk6ngnZC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGk6ngnZC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGk6ngnZC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGk6ngnZC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGk6ngnZC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uHGk6ngnZC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGk6ngnZC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGk6ngnZC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGk6ngnZC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGk6ngnZC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGk6ngnZC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGk6ngnZC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGk6ngnZC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGk6ngnZC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGk6ngnZC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGk6ngnZC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHGk6ngnZC .navbar {
    height: 70px;
  }
  .cid-uHGk6ngnZC .navbar.opened {
    height: auto;
  }
  .cid-uHGk6ngnZC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGk6nFeve {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uHGk6nFeve .mbr-text,
.cid-uHGk6nFeve .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uHGk6nFeve .mbr-section-title {
  text-align: center;
}
.cid-uHGk6nRvfT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #39661e;
}
.cid-uHGk6nRvfT .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uHGk6nRvfT .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uHGk6nRvfT .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uHGk6nRvfT .wrapper {
  padding: 30px 0;
}
.cid-uHGk6nRvfT .mbr-section-title {
  color: #fafafa;
}
.cid-uHGk6nRvfT .mbr-text,
.cid-uHGk6nRvfT .mbr-section-btn {
  color: #ffffff;
}
.cid-uHGk6o1s59 {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uHGk6o8fHf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uHGk6o8fHf .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uHGk6o8fHf .mbr-section-title DIV {
  text-align: center;
}
.cid-uHGk6oeuxv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uHGk6ol2Ar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uHGk6ol2Ar .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHGk6ol2Ar .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHGk6ol2Ar .row {
    text-align: center;
  }
  .cid-uHGk6ol2Ar .social-row {
    justify-content: center;
  }
}
.cid-uHGk6ol2Ar .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHGk6ol2Ar .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHGk6ol2Ar .list {
    margin-bottom: 0rem;
  }
}
.cid-uHGk6ol2Ar .mbr-text {
  color: #bbbbbb;
}
.cid-uHGk6ol2Ar .mbr-iconfont {
  color: black;
}
.cid-uHGk6ol2Ar .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHGk6ol2Ar H5 {
  color: #abe587;
}
.cid-uvqGH671Wq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvqGH671Wq nav.navbar {
  position: fixed;
}
.cid-uvqGH671Wq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqGH671Wq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvqGH671Wq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvqGH671Wq .dropdown-item:hover,
.cid-uvqGH671Wq .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uvqGH671Wq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvqGH671Wq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvqGH671Wq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvqGH671Wq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvqGH671Wq .nav-link {
  position: relative;
}
.cid-uvqGH671Wq .container {
  display: flex;
  margin: auto;
}
.cid-uvqGH671Wq .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvqGH671Wq .dropdown-menu,
.cid-uvqGH671Wq .navbar.opened {
  background: #ffffff !important;
}
.cid-uvqGH671Wq .nav-item:focus,
.cid-uvqGH671Wq .nav-link:focus {
  outline: none;
}
.cid-uvqGH671Wq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvqGH671Wq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqGH671Wq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvqGH671Wq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqGH671Wq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqGH671Wq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqGH671Wq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uvqGH671Wq .navbar.opened {
  transition: all 0.3s;
}
.cid-uvqGH671Wq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvqGH671Wq .navbar .navbar-logo img {
  width: auto;
}
.cid-uvqGH671Wq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqGH671Wq .navbar.collapsed {
  justify-content: center;
}
.cid-uvqGH671Wq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqGH671Wq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvqGH671Wq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uvqGH671Wq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqGH671Wq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqGH671Wq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvqGH671Wq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqGH671Wq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvqGH671Wq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvqGH671Wq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqGH671Wq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqGH671Wq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqGH671Wq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqGH671Wq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvqGH671Wq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvqGH671Wq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqGH671Wq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqGH671Wq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvqGH671Wq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvqGH671Wq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvqGH671Wq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvqGH671Wq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvqGH671Wq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvqGH671Wq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqGH671Wq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqGH671Wq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqGH671Wq .dropdown-item.active,
.cid-uvqGH671Wq .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqGH671Wq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqGH671Wq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqGH671Wq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqGH671Wq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uvqGH671Wq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqGH671Wq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvqGH671Wq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvqGH671Wq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvqGH671Wq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvqGH671Wq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uvqGH671Wq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvqGH671Wq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqGH671Wq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqGH671Wq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvqGH671Wq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqGH671Wq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvqGH671Wq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvqGH671Wq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqGH671Wq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvqGH671Wq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvqGH671Wq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqGH671Wq .navbar {
    height: 70px;
  }
  .cid-uvqGH671Wq .navbar.opened {
    height: auto;
  }
  .cid-uvqGH671Wq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqGH6Av7I {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uvqGH6Av7I .mbr-text,
.cid-uvqGH6Av7I .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uvqGH6Av7I .mbr-section-title {
  text-align: left;
}
.cid-uvqJK5A2Cw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-uvqJK5A2Cw .card-wrapper {
  background: #e6c63b;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvqJK5A2Cw .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvqJK5A2Cw .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqJK5A2Cw .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvqJK5A2Cw .mbr-text,
.cid-uvqJK5A2Cw .mbr-section-btn {
  color: #ffffff;
}
.cid-uvqJK5A2Cw .card-title,
.cid-uvqJK5A2Cw .card-box {
  text-align: center;
  color: #353535;
}
.cid-uvqIWoauRK {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #39661e;
}
.cid-uvqIWoauRK .list-group-item {
  background-color: transparent;
  padding: .5rem 3.25rem;
}
.cid-uvqIWoauRK .plan-body {
  padding-bottom: 2rem;
}
.cid-uvqIWoauRK .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uvqIWoauRK .price {
  color: #64b334;
}
.cid-uvqIWoauRK .plan {
  word-break: break-word;
  background-color: #ffffff;
}
.cid-uvqIWoauRK .plan .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
}
.cid-uvqIWoauRK .plan .list-group-item::after {
  position: absolute;
  bottom: 1px;
  left: 25%;
  width: 50%;
  height: 1px;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
}
.cid-uvqIWoauRK .plan .list-group-item:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  .cid-uvqIWoauRK .plan {
    margin-bottom: 2rem;
  }
}
.cid-uvqGH709Kv {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uvqGH7e6d6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uvqGH7e6d6 .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uvqGH7e6d6 .mbr-section-title DIV {
  text-align: center;
}
.cid-uvqGH7qgwZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uvqGH7Dfof {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uvqGH7Dfof .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uvqGH7Dfof .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uvqGH7Dfof .row {
    text-align: center;
  }
  .cid-uvqGH7Dfof .social-row {
    justify-content: center;
  }
}
.cid-uvqGH7Dfof .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uvqGH7Dfof .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvqGH7Dfof .list {
    margin-bottom: 0rem;
  }
}
.cid-uvqGH7Dfof .mbr-text {
  color: #bbbbbb;
}
.cid-uvqGH7Dfof .mbr-iconfont {
  color: black;
}
.cid-uvqGH7Dfof .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvqGH7Dfof H5 {
  color: #abe587;
}
.cid-udv3faD5PX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udv3faD5PX nav.navbar {
  position: fixed;
}
.cid-udv3faD5PX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udv3faD5PX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udv3faD5PX .dropdown-item:hover,
.cid-udv3faD5PX .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-udv3faD5PX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udv3faD5PX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udv3faD5PX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udv3faD5PX .nav-link {
  position: relative;
}
.cid-udv3faD5PX .container {
  display: flex;
  margin: auto;
}
.cid-udv3faD5PX .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udv3faD5PX .dropdown-menu,
.cid-udv3faD5PX .navbar.opened {
  background: #ffffff !important;
}
.cid-udv3faD5PX .nav-item:focus,
.cid-udv3faD5PX .nav-link:focus {
  outline: none;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udv3faD5PX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udv3faD5PX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-udv3faD5PX .navbar.opened {
  transition: all 0.3s;
}
.cid-udv3faD5PX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udv3faD5PX .navbar .navbar-logo img {
  width: auto;
}
.cid-udv3faD5PX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udv3faD5PX .navbar.collapsed {
  justify-content: center;
}
.cid-udv3faD5PX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udv3faD5PX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udv3faD5PX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udv3faD5PX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udv3faD5PX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udv3faD5PX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udv3faD5PX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udv3faD5PX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udv3faD5PX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udv3faD5PX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udv3faD5PX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udv3faD5PX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udv3faD5PX .navbar.navbar-short {
  min-height: 60px;
}
.cid-udv3faD5PX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udv3faD5PX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udv3faD5PX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udv3faD5PX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udv3faD5PX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udv3faD5PX .dropdown-item.active,
.cid-udv3faD5PX .dropdown-item:active {
  background-color: transparent;
}
.cid-udv3faD5PX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udv3faD5PX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udv3faD5PX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udv3faD5PX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udv3faD5PX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udv3faD5PX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udv3faD5PX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udv3faD5PX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udv3faD5PX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udv3faD5PX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udv3faD5PX .navbar {
    height: 70px;
  }
  .cid-udv3faD5PX .navbar.opened {
    height: auto;
  }
  .cid-udv3faD5PX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhhiZUXoNH {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #abe587;
}
.cid-uhhiZUXoNH [class^="socicon-"]:before,
.cid-uhhiZUXoNH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uhhiZUXoNH .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #6592e6;
  border-width: 2px;
  transition: all .3s;
  border-color: #6592e6;
}
.cid-uhhiZUXoNH .btn-social:hover {
  background: #6592e6;
}
.cid-uhhiZUXoNH .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uhhiZUXoNH .mbr-section-title,
.cid-uhhiZUXoNH .mbr-social-likes {
  color: #ffffff;
}
.cid-uhhkLI7iqm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/zeichenflache-16.jpeg");
}
.cid-uhhkLI7iqm .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uhhkLI7iqm .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uhhkLI7iqm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhhkLI7iqm .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uhhkLI7iqm .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uhhkLI7iqm .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uhhkLI7iqm .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uhhkLI7iqm .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uhhkLI7iqm .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhhkLI7iqm .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uhhkLI7iqm .card-subtitle {
  color: #232323;
}
.cid-uhhkLI7iqm .card-title {
  color: #64b334;
}
.cid-uhhkLI7iqm .mbr-text,
.cid-uhhkLI7iqm .social-row {
  color: #64b334;
}
.cid-uhhfWlNw4g {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/zeichenflache-70.png");
}
.cid-uhhfWlNw4g .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uhhfWlNw4g .team-card:hover {
  transform: translateY(-10px);
}
.cid-uhhfWlNw4g .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uhhfWlNw4g .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uhhfWlNw4g .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uhhfWlNw4g .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhhfWlNw4g .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uhhfWlNw4g .social-row {
  text-align: center;
}
.cid-uhhfWlNw4g .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uhhfWlNw4g .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uhhfWlNw4g .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uhhfWlNw4g .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uhhfWlNw4g .card-title,
.cid-uhhfWlNw4g .social-row {
  color: #64b334;
}
.cid-uhhfWlNw4g .mbr-role,
.cid-uhhfWlNw4g .social-row {
  color: #64b334;
}
.cid-uhhfWlNw4g .card-text,
.cid-uhhfWlNw4g .mbr-section-btn,
.cid-uhhfWlNw4g .social-row {
  color: #64b334;
}
.cid-uhhgClnYHU {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #39661e;
}
.cid-uhhgClnYHU .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uhhgClnYHU .team-card:hover {
  transform: translateY(-10px);
}
.cid-uhhgClnYHU .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uhhgClnYHU .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uhhgClnYHU .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uhhgClnYHU .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhhgClnYHU .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uhhgClnYHU .social-row {
  text-align: center;
}
.cid-uhhgClnYHU .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uhhgClnYHU .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uhhgClnYHU .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uhhgClnYHU .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uhhgClnYHU .card-title,
.cid-uhhgClnYHU .social-row {
  color: #64b334;
  text-align: center;
}
.cid-uhhgClnYHU .mbr-role,
.cid-uhhgClnYHU .social-row {
  color: #64b334;
}
.cid-uhhgClnYHU .card-text,
.cid-uhhgClnYHU .mbr-section-btn,
.cid-uhhgClnYHU .social-row {
  color: #64b334;
}
.cid-uhhg6fYuv3 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/zeichenflache-87.png");
}
.cid-uhhg6fYuv3 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uhhg6fYuv3 .team-card:hover {
  transform: translateY(-10px);
}
.cid-uhhg6fYuv3 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uhhg6fYuv3 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uhhg6fYuv3 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uhhg6fYuv3 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uhhg6fYuv3 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uhhg6fYuv3 .social-row {
  text-align: center;
}
.cid-uhhg6fYuv3 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uhhg6fYuv3 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uhhg6fYuv3 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uhhg6fYuv3 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uhhg6fYuv3 .card-title,
.cid-uhhg6fYuv3 .social-row {
  color: #64b334;
}
.cid-uhhg6fYuv3 .card-text,
.cid-uhhg6fYuv3 .mbr-section-btn,
.cid-uhhg6fYuv3 .social-row {
  color: #64b334;
}
.cid-uhhg6fYuv3 .mbr-role,
.cid-uhhg6fYuv3 .social-row {
  color: #64b334;
}
.cid-uxdFzmQJ1D {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #122009;
}
.cid-uxdFzmQJ1D .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uxdFzmQJ1D .team-card:hover {
  transform: translateY(-10px);
}
.cid-uxdFzmQJ1D .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-uxdFzmQJ1D .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uxdFzmQJ1D .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-uxdFzmQJ1D .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uxdFzmQJ1D .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-uxdFzmQJ1D .social-row {
  text-align: center;
}
.cid-uxdFzmQJ1D .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uxdFzmQJ1D .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-uxdFzmQJ1D .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uxdFzmQJ1D .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uxdFzmQJ1D .card-title,
.cid-uxdFzmQJ1D .social-row {
  color: #64b334;
}
.cid-uxdFzmQJ1D .card-text,
.cid-uxdFzmQJ1D .mbr-section-btn,
.cid-uxdFzmQJ1D .social-row {
  color: #64b334;
}
.cid-uxdFzmQJ1D .mbr-role,
.cid-uxdFzmQJ1D .social-row {
  color: #64b334;
}
.cid-ujVvNYNBkl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-ujVvNYNBkl .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-ujVvNYNBkl .mbr-section-title DIV {
  text-align: center;
}
.cid-usvU9RCuQM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uhnrvwFRMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uhnrvwFRMp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhnrvwFRMp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhnrvwFRMp .row {
    text-align: center;
  }
  .cid-uhnrvwFRMp .social-row {
    justify-content: center;
  }
}
.cid-uhnrvwFRMp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhnrvwFRMp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhnrvwFRMp .list {
    margin-bottom: 0rem;
  }
}
.cid-uhnrvwFRMp .mbr-text {
  color: #bbbbbb;
}
.cid-uhnrvwFRMp .mbr-iconfont {
  color: black;
}
.cid-uhnrvwFRMp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhnrvwFRMp H5 {
  color: #abe587;
}
.cid-udv3faD5PX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udv3faD5PX nav.navbar {
  position: fixed;
}
.cid-udv3faD5PX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udv3faD5PX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udv3faD5PX .dropdown-item:hover,
.cid-udv3faD5PX .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-udv3faD5PX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udv3faD5PX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udv3faD5PX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udv3faD5PX .nav-link {
  position: relative;
}
.cid-udv3faD5PX .container {
  display: flex;
  margin: auto;
}
.cid-udv3faD5PX .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udv3faD5PX .dropdown-menu,
.cid-udv3faD5PX .navbar.opened {
  background: #ffffff !important;
}
.cid-udv3faD5PX .nav-item:focus,
.cid-udv3faD5PX .nav-link:focus {
  outline: none;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udv3faD5PX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udv3faD5PX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-udv3faD5PX .navbar.opened {
  transition: all 0.3s;
}
.cid-udv3faD5PX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udv3faD5PX .navbar .navbar-logo img {
  width: auto;
}
.cid-udv3faD5PX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udv3faD5PX .navbar.collapsed {
  justify-content: center;
}
.cid-udv3faD5PX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udv3faD5PX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udv3faD5PX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udv3faD5PX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udv3faD5PX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udv3faD5PX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udv3faD5PX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udv3faD5PX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udv3faD5PX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udv3faD5PX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udv3faD5PX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udv3faD5PX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udv3faD5PX .navbar.navbar-short {
  min-height: 60px;
}
.cid-udv3faD5PX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udv3faD5PX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udv3faD5PX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udv3faD5PX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udv3faD5PX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udv3faD5PX .dropdown-item.active,
.cid-udv3faD5PX .dropdown-item:active {
  background-color: transparent;
}
.cid-udv3faD5PX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udv3faD5PX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udv3faD5PX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udv3faD5PX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udv3faD5PX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udv3faD5PX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udv3faD5PX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udv3faD5PX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udv3faD5PX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udv3faD5PX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udv3faD5PX .navbar {
    height: 70px;
  }
  .cid-udv3faD5PX .navbar.opened {
    height: auto;
  }
  .cid-udv3faD5PX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo4AGquJlR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #ffffff 10%, #abe587 100%) !important;
}
.cid-uo4AGquJlR .mbr-text,
.cid-uo4AGquJlR .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uo4AGquJlR .mbr-section-title {
  text-align: left;
}
.cid-uQxZPuTavZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #abe587;
}
.cid-ui1jlau0VO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #abe587;
}
.cid-ui1jlau0VO .card-wrapper {
  background: #39661e;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ui1jlau0VO .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ui1jlau0VO .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui1jlau0VO .card-wrapper {
    padding: 4rem;
  }
}
.cid-ui1jlau0VO .mbr-text,
.cid-ui1jlau0VO .mbr-section-btn {
  color: #ffffff;
}
.cid-ui1jlau0VO .card-title,
.cid-ui1jlau0VO .card-box {
  text-align: left;
}
.cid-ulCcvCSDPW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-ulCcvCSDPW .mbr-text,
.cid-ulCcvCSDPW .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulCcvCSDPW .mbr-section-title {
  text-align: left;
}
.cid-ui1sb7LduH {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #64b334;
}
@media (min-width: 1500px) {
  .cid-ui1sb7LduH .container {
    max-width: 1400px;
  }
}
.cid-ui1sb7LduH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-ui1sb7LduH .card-wrapper {
  margin-top: 3rem;
}
.cid-ui1sb7LduH .row {
  justify-content: center;
}
.cid-ui1sb7LduH .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-ui1sb7LduH .mbr-section-title {
  color: #ffffff;
}
.cid-ui1sb7LduH .card-title,
.cid-ui1sb7LduH .iconfont-wrapper {
  color: #ffe161;
}
.cid-ujVvoMNjZs {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #64b334;
}
.cid-ujVvoMNjZs .mbr-section-title {
  color: #39661e;
  text-align: center;
}
.cid-ujVvoMNjZs .mbr-section-title DIV {
  text-align: center;
}
.cid-uijnocWopn {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/timeline-1.jpg");
}
.cid-uijnocWopn .timeline-element {
  position: relative;
}
.cid-uijnocWopn .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uijnocWopn .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uijnocWopn .mbr-section-title,
.cid-uijnocWopn .mbr-section-subtitle,
.cid-uijnocWopn .timeline-date {
  text-align: center;
}
.cid-uijnocWopn .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e6c63b;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-uijnocWopn .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-uijnocWopn .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-uijnocWopn .row:after {
  content: "";
  position: absolute;
  background-color: #e6c63b;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uijnocWopn .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uijnocWopn .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uijnocWopn .timeline-date-wrapper,
  .cid-uijnocWopn .timeline-text-wrapper,
  .cid-uijnocWopn .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uijnocWopn .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uijnocWopn .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uijnocWopn .timeline-date-wrapper,
  .cid-uijnocWopn .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uijnocWopn .timeline-date-wrapper,
  .cid-uijnocWopn .timeline-text-wrapper,
  .cid-uijnocWopn .image-wrapper {
    padding: 2rem;
  }
}
.cid-uijnocWopn .mbr-section-title {
  color: #64b334;
}
.cid-uijnocWopn .mbr-timeline-title {
  color: #64b334;
}
.cid-uijnocWopn .mbr-text {
  color: #39661e;
}
.cid-uijnocWopn .mbr-timeline-date {
  color: #64b334;
}
.cid-uijnocWopn .mbr-section-subtitle {
  color: #64b334;
}
.cid-ujVv2W86hW {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-ujVv2W86hW .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-ujVv2W86hW .mbr-section-title DIV {
  text-align: center;
}
.cid-uRAeRsw3k5 {
  background-image: url("../../../assets/images/bg-zeichenflache-1.png");
}
.cid-uPTyJS1cIv {
  background-color: #39661e;
}
.cid-uPTyJS1cIv .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uPTyJS1cIv .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPTyJS1cIv .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPTyJS1cIv .card-wrapper {
    padding: 4rem;
  }
}
.cid-uPTyJS1cIv .mbr-text,
.cid-uPTyJS1cIv .mbr-section-btn {
  color: #39661e;
  text-align: center;
}
.cid-uPTyJS1cIv .card-title,
.cid-uPTyJS1cIv .card-box {
  text-align: center;
  color: #64b334;
}
.cid-uijhf2zOqu {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-uijhf2zOqu .mbr-text {
  color: #c1c1c1;
}
.cid-uijhf2zOqu .mbr-text,
.cid-uijhf2zOqu .mbr-section-btn {
  color: #abe587;
  text-align: center;
}
.cid-uijhf2zOqu H3 {
  color: #abe587;
  text-align: center;
}
.cid-uijhfccnEY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-ukX7cf64bv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-ukX7cf64bv .mbr-section-title {
  color: #39661e;
  text-align: center;
}
.cid-ukX7cf64bv .mbr-section-title DIV {
  text-align: center;
}
.cid-uijhfqkWte {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #39661e;
}
.cid-uijhfqkWte .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uijhfqkWte .container {
    max-width: 1400px;
  }
}
.cid-uijhfqkWte .card {
  margin: auto;
}
.cid-uijhfqkWte .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #abe587;
  margin-bottom: 2rem;
}
.cid-uijhfqkWte .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uijhfqkWte .row {
  justify-content: center;
}
.cid-uijhfqkWte .card-title,
.cid-uijhfqkWte .card-box {
  color: #abe587;
}
.cid-ulCcsnHBs9 {
  background-image: linear-gradient(180deg, #39661e 10%, #122009 100%) !important;
}
.cid-ulCcsnHBs9 .mbr-text,
.cid-ulCcsnHBs9 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulCcsnHBs9 .mbr-section-title {
  text-align: left;
}
.cid-ulZgMZFppa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-ulZgMZFppa .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-ulZgMZFppa .mbr-section-title DIV {
  text-align: center;
}
.cid-usvUnw1jHX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uhnrvwFRMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uhnrvwFRMp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhnrvwFRMp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhnrvwFRMp .row {
    text-align: center;
  }
  .cid-uhnrvwFRMp .social-row {
    justify-content: center;
  }
}
.cid-uhnrvwFRMp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhnrvwFRMp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhnrvwFRMp .list {
    margin-bottom: 0rem;
  }
}
.cid-uhnrvwFRMp .mbr-text {
  color: #bbbbbb;
}
.cid-uhnrvwFRMp .mbr-iconfont {
  color: black;
}
.cid-uhnrvwFRMp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhnrvwFRMp H5 {
  color: #abe587;
}
.cid-uij7CX4gw1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uij7CX4gw1 nav.navbar {
  position: fixed;
}
.cid-uij7CX4gw1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uij7CX4gw1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uij7CX4gw1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uij7CX4gw1 .dropdown-item:hover,
.cid-uij7CX4gw1 .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uij7CX4gw1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uij7CX4gw1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uij7CX4gw1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uij7CX4gw1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uij7CX4gw1 .nav-link {
  position: relative;
}
.cid-uij7CX4gw1 .container {
  display: flex;
  margin: auto;
}
.cid-uij7CX4gw1 .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uij7CX4gw1 .dropdown-menu,
.cid-uij7CX4gw1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uij7CX4gw1 .nav-item:focus,
.cid-uij7CX4gw1 .nav-link:focus {
  outline: none;
}
.cid-uij7CX4gw1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uij7CX4gw1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uij7CX4gw1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uij7CX4gw1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uij7CX4gw1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uij7CX4gw1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uij7CX4gw1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uij7CX4gw1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uij7CX4gw1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uij7CX4gw1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uij7CX4gw1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uij7CX4gw1 .navbar.collapsed {
  justify-content: center;
}
.cid-uij7CX4gw1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uij7CX4gw1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uij7CX4gw1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uij7CX4gw1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uij7CX4gw1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uij7CX4gw1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uij7CX4gw1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uij7CX4gw1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uij7CX4gw1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uij7CX4gw1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uij7CX4gw1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uij7CX4gw1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uij7CX4gw1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uij7CX4gw1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uij7CX4gw1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uij7CX4gw1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uij7CX4gw1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uij7CX4gw1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uij7CX4gw1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uij7CX4gw1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uij7CX4gw1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uij7CX4gw1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uij7CX4gw1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uij7CX4gw1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uij7CX4gw1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uij7CX4gw1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uij7CX4gw1 .dropdown-item.active,
.cid-uij7CX4gw1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uij7CX4gw1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uij7CX4gw1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uij7CX4gw1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uij7CX4gw1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uij7CX4gw1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uij7CX4gw1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uij7CX4gw1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uij7CX4gw1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uij7CX4gw1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uij7CX4gw1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uij7CX4gw1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uij7CX4gw1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uij7CX4gw1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uij7CX4gw1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uij7CX4gw1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uij7CX4gw1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uij7CX4gw1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uij7CX4gw1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uij7CX4gw1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uij7CX4gw1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uij7CX4gw1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uij7CX4gw1 .navbar {
    height: 70px;
  }
  .cid-uij7CX4gw1 .navbar.opened {
    height: auto;
  }
  .cid-uij7CX4gw1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo4AOOxRsa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #ffffff 10%, #abe587 100%) !important;
}
.cid-uo4AOOxRsa .mbr-text,
.cid-uo4AOOxRsa .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uo4AOOxRsa .mbr-section-title {
  text-align: left;
}
.cid-uQy0gZXOYV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #abe587;
}
.cid-uij7CVC45o {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #abe587;
}
.cid-uij7CVC45o .card-wrapper {
  background: #39661e;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uij7CVC45o .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uij7CVC45o .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uij7CVC45o .card-wrapper {
    padding: 4rem;
  }
}
.cid-uij7CVC45o .mbr-text,
.cid-uij7CVC45o .mbr-section-btn {
  color: #ffffff;
}
.cid-uij7CVC45o .card-title,
.cid-uij7CVC45o .card-box {
  text-align: left;
}
.cid-ulCcgVN3xi {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-ulCcgVN3xi .mbr-text,
.cid-ulCcgVN3xi .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulCcgVN3xi .mbr-section-title {
  text-align: left;
}
.cid-uij7CVMJ8t {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #64b334;
}
@media (min-width: 1500px) {
  .cid-uij7CVMJ8t .container {
    max-width: 1400px;
  }
}
.cid-uij7CVMJ8t .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-uij7CVMJ8t .card-wrapper {
  margin-top: 3rem;
}
.cid-uij7CVMJ8t .row {
  justify-content: center;
}
.cid-uij7CVMJ8t .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-uij7CVMJ8t .mbr-section-title {
  color: #ffffff;
}
.cid-uij7CVMJ8t .card-title,
.cid-uij7CVMJ8t .iconfont-wrapper {
  color: #ffe161;
}
.cid-ujVvXISBKn {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #64b334;
}
.cid-ujVvXISBKn .mbr-section-title {
  color: #39661e;
  text-align: center;
}
.cid-ujVvXISBKn .mbr-section-title DIV {
  text-align: center;
}
.cid-uijp2Xwvwo {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/timeline-1.jpg");
}
.cid-uijp2Xwvwo .timeline-element {
  position: relative;
}
.cid-uijp2Xwvwo .timelines-container {
  display: flex;
  flex-wrap: wrap;
}
.cid-uijp2Xwvwo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uijp2Xwvwo .mbr-section-title,
.cid-uijp2Xwvwo .mbr-section-subtitle,
.cid-uijp2Xwvwo .timeline-date {
  text-align: center;
}
.cid-uijp2Xwvwo .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e6c63b;
  margin-left: -9px;
}
@media (max-width: 767px) {
  .cid-uijp2Xwvwo .iconBackground {
    left: 15px;
    top: 30px;
  }
}
@media (min-width: 768px) {
  .cid-uijp2Xwvwo .iconBackground {
    top: 70px;
    left: 50%;
  }
}
.cid-uijp2Xwvwo .row:after {
  content: "";
  position: absolute;
  background-color: #e6c63b;
  width: 2px;
}
@media (max-width: 767px) {
  .cid-uijp2Xwvwo .row:after {
    height: calc(100% + 30px);
    top: 50px;
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-uijp2Xwvwo .row:after {
    height: calc(100% + 28px);
    top: 90px;
    left: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uijp2Xwvwo .timeline-date-wrapper,
  .cid-uijp2Xwvwo .timeline-text-wrapper,
  .cid-uijp2Xwvwo .image-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-uijp2Xwvwo .mbr-timeline-date {
    text-align: left !important;
  }
  .cid-uijp2Xwvwo .mbr-timeline-title {
    text-align: left;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uijp2Xwvwo .timeline-date-wrapper,
  .cid-uijp2Xwvwo .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uijp2Xwvwo .timeline-date-wrapper,
  .cid-uijp2Xwvwo .timeline-text-wrapper,
  .cid-uijp2Xwvwo .image-wrapper {
    padding: 2rem;
  }
}
.cid-uijp2Xwvwo .mbr-section-title {
  color: #64b334;
}
.cid-uijp2Xwvwo .mbr-timeline-title {
  color: #64b334;
}
.cid-uijp2Xwvwo .mbr-text {
  color: #39661e;
}
.cid-uijp2Xwvwo .mbr-timeline-date {
  color: #122009;
}
.cid-uijp2Xwvwo .mbr-section-subtitle {
  color: #64b334;
}
.cid-ujVvYGI0IM {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-ujVvYGI0IM .mbr-section-title {
  color: #39661e;
  text-align: center;
}
.cid-ujVvYGI0IM .mbr-section-title DIV {
  text-align: center;
}
.cid-uRFmDNJd3d {
  background-image: url("../../../assets/images/bg-zeichenflache-1.png");
}
.cid-uPTzgvghYG {
  background-color: #39661e;
}
.cid-uPTzgvghYG .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uPTzgvghYG .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPTzgvghYG .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPTzgvghYG .card-wrapper {
    padding: 4rem;
  }
}
.cid-uPTzgvghYG .mbr-text,
.cid-uPTzgvghYG .mbr-section-btn {
  color: #39661e;
  text-align: center;
}
.cid-uPTzgvghYG .card-title,
.cid-uPTzgvghYG .card-box {
  text-align: center;
  color: #64b334;
}
.cid-uij7CWtFiU {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-uij7CWtFiU .mbr-text {
  color: #c1c1c1;
}
.cid-uij7CWtFiU .mbr-text,
.cid-uij7CWtFiU .mbr-section-btn {
  color: #abe587;
  text-align: center;
}
.cid-uij7CWtFiU H3 {
  color: #abe587;
  text-align: center;
}
.cid-uij7CWFx19 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-ukX6VNj0g3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-ukX6VNj0g3 .mbr-section-title {
  color: #39661e;
  text-align: center;
}
.cid-ukX6VNj0g3 .mbr-section-title DIV {
  text-align: center;
}
.cid-uij7CWMyET {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #39661e;
}
.cid-uij7CWMyET .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uij7CWMyET .container {
    max-width: 1400px;
  }
}
.cid-uij7CWMyET .card {
  margin: auto;
}
.cid-uij7CWMyET .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #abe587;
  margin-bottom: 2rem;
}
.cid-uij7CWMyET .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uij7CWMyET .row {
  justify-content: center;
}
.cid-uij7CWMyET .card-title,
.cid-uij7CWMyET .card-box {
  color: #abe587;
}
.cid-ulCboy6xw3 {
  background-image: linear-gradient(180deg, #39661e 10%, #122009 100%) !important;
}
.cid-ulCboy6xw3 .mbr-text,
.cid-ulCboy6xw3 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulCboy6xw3 .mbr-section-title {
  text-align: left;
}
.cid-ulZduB3GO7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-ulZduB3GO7 .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-ulZduB3GO7 .mbr-section-title DIV {
  text-align: center;
}
.cid-usvUCn8X1l {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uij7CXnhZh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uij7CXnhZh .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uij7CXnhZh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uij7CXnhZh .row {
    text-align: center;
  }
  .cid-uij7CXnhZh .social-row {
    justify-content: center;
  }
}
.cid-uij7CXnhZh .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uij7CXnhZh .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uij7CXnhZh .list {
    margin-bottom: 0rem;
  }
}
.cid-uij7CXnhZh .mbr-text {
  color: #bbbbbb;
}
.cid-uij7CXnhZh .mbr-iconfont {
  color: black;
}
.cid-uij7CXnhZh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uij7CXnhZh H5 {
  color: #abe587;
}
.cid-ujxJCVHhPT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ujxJCVHhPT nav.navbar {
  position: fixed;
}
.cid-ujxJCVHhPT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujxJCVHhPT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ujxJCVHhPT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ujxJCVHhPT .dropdown-item:hover,
.cid-ujxJCVHhPT .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-ujxJCVHhPT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ujxJCVHhPT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ujxJCVHhPT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ujxJCVHhPT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ujxJCVHhPT .nav-link {
  position: relative;
}
.cid-ujxJCVHhPT .container {
  display: flex;
  margin: auto;
}
.cid-ujxJCVHhPT .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ujxJCVHhPT .dropdown-menu,
.cid-ujxJCVHhPT .navbar.opened {
  background: #ffffff !important;
}
.cid-ujxJCVHhPT .nav-item:focus,
.cid-ujxJCVHhPT .nav-link:focus {
  outline: none;
}
.cid-ujxJCVHhPT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ujxJCVHhPT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ujxJCVHhPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ujxJCVHhPT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ujxJCVHhPT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ujxJCVHhPT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ujxJCVHhPT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ujxJCVHhPT .navbar.opened {
  transition: all 0.3s;
}
.cid-ujxJCVHhPT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ujxJCVHhPT .navbar .navbar-logo img {
  width: auto;
}
.cid-ujxJCVHhPT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ujxJCVHhPT .navbar.collapsed {
  justify-content: center;
}
.cid-ujxJCVHhPT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ujxJCVHhPT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ujxJCVHhPT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ujxJCVHhPT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ujxJCVHhPT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ujxJCVHhPT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ujxJCVHhPT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ujxJCVHhPT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ujxJCVHhPT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ujxJCVHhPT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ujxJCVHhPT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ujxJCVHhPT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ujxJCVHhPT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ujxJCVHhPT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ujxJCVHhPT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ujxJCVHhPT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ujxJCVHhPT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ujxJCVHhPT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ujxJCVHhPT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ujxJCVHhPT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ujxJCVHhPT .navbar.navbar-short {
  min-height: 60px;
}
.cid-ujxJCVHhPT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ujxJCVHhPT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ujxJCVHhPT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ujxJCVHhPT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ujxJCVHhPT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ujxJCVHhPT .dropdown-item.active,
.cid-ujxJCVHhPT .dropdown-item:active {
  background-color: transparent;
}
.cid-ujxJCVHhPT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ujxJCVHhPT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ujxJCVHhPT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ujxJCVHhPT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ujxJCVHhPT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ujxJCVHhPT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ujxJCVHhPT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ujxJCVHhPT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ujxJCVHhPT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ujxJCVHhPT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-ujxJCVHhPT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ujxJCVHhPT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujxJCVHhPT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ujxJCVHhPT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ujxJCVHhPT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujxJCVHhPT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ujxJCVHhPT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ujxJCVHhPT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ujxJCVHhPT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ujxJCVHhPT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ujxJCVHhPT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ujxJCVHhPT .navbar {
    height: 70px;
  }
  .cid-ujxJCVHhPT .navbar.opened {
    height: auto;
  }
  .cid-ujxJCVHhPT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo4AXfUBXk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #ffffff 10%, #abe587 100%) !important;
}
.cid-uo4AXfUBXk .mbr-text,
.cid-uo4AXfUBXk .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uo4AXfUBXk .mbr-section-title {
  text-align: left;
}
.cid-uQy0rw3urQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #abe587;
}
.cid-ujxJCUhUu2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #abe587;
}
.cid-ujxJCUhUu2 .card-wrapper {
  background: #39661e;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-ujxJCUhUu2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ujxJCUhUu2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujxJCUhUu2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-ujxJCUhUu2 .mbr-text,
.cid-ujxJCUhUu2 .mbr-section-btn {
  color: #ffffff;
}
.cid-ujxJCUhUu2 .card-title,
.cid-ujxJCUhUu2 .card-box {
  text-align: left;
}
.cid-ulBKw1GmeZ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-ulBKw1GmeZ .mbr-text,
.cid-ulBKw1GmeZ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulBKw1GmeZ .mbr-section-title {
  text-align: left;
}
.cid-ujxJCUsalF {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #64b334;
}
@media (min-width: 1500px) {
  .cid-ujxJCUsalF .container {
    max-width: 1400px;
  }
}
.cid-ujxJCUsalF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-ujxJCUsalF .card-wrapper {
  margin-top: 3rem;
}
.cid-ujxJCUsalF .row {
  justify-content: center;
}
.cid-ujxJCUsalF .card-text {
  text-align: center;
  color: #fafafa;
}
.cid-ujxJCUsalF .mbr-section-title {
  color: #ffffff;
}
.cid-ujxJCUsalF .card-title,
.cid-ujxJCUsalF .iconfont-wrapper {
  color: #ffe161;
}
.cid-ukX6NirZjE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #64b334;
}
.cid-ukX6NirZjE .mbr-section-title {
  color: #39661e;
  text-align: center;
}
.cid-ukX6NirZjE .mbr-section-title DIV {
  text-align: center;
}
.cid-uQyncdwtBG {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uQyncdwtBG ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uQyncdwtBG li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uQyncdwtBG ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #ffe161;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uQyncdwtBG H3 {
  text-align: center;
  color: #64b334;
}
.cid-uQyncdwtBG .list {
  color: #64b334;
  text-align: left;
}
.cid-ukX6LCGFLO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #39661e;
}
.cid-ukX6LCGFLO .mbr-section-title {
  color: #39661e;
  text-align: center;
}
.cid-ukX6LCGFLO .mbr-section-title DIV {
  text-align: center;
}
.cid-uRFmKqZX2T {
  background-image: url("../../../assets/images/bglernhilfewebsite-4.png");
}
.cid-uPTzpi2NBN {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #39661e;
}
.cid-uPTzpi2NBN .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uPTzpi2NBN .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPTzpi2NBN .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uPTzpi2NBN .card-wrapper {
    padding: 4rem;
  }
}
.cid-uPTzpi2NBN .mbr-text,
.cid-uPTzpi2NBN .mbr-section-btn {
  color: #39661e;
  text-align: center;
}
.cid-uPTzpi2NBN .card-title,
.cid-uPTzpi2NBN .card-box {
  text-align: center;
  color: #64b334;
}
.cid-ujxJCVg6bx {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-ujxJCVg6bx .mbr-text {
  color: #c1c1c1;
}
.cid-ujxJCVg6bx .mbr-text,
.cid-ujxJCVg6bx .mbr-section-btn {
  color: #abe587;
  text-align: center;
}
.cid-ujxJCVg6bx H3 {
  color: #abe587;
  text-align: center;
}
.cid-ujxJCVpXW5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-ukX7goP8vj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #39661e;
}
.cid-ukX7goP8vj .mbr-section-title {
  color: #39661e;
  text-align: center;
}
.cid-ukX7goP8vj .mbr-section-title DIV {
  text-align: center;
}
.cid-ujxJCVvR1N {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #39661e;
}
.cid-ujxJCVvR1N .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-ujxJCVvR1N .container {
    max-width: 1400px;
  }
}
.cid-ujxJCVvR1N .card {
  margin: auto;
}
.cid-ujxJCVvR1N .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #abe587;
  margin-bottom: 2rem;
}
.cid-ujxJCVvR1N .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-ujxJCVvR1N .row {
  justify-content: center;
}
.cid-ujxJCVvR1N .card-title,
.cid-ujxJCVvR1N .card-box {
  color: #abe587;
}
.cid-ulBKLJJKfc {
  background-image: linear-gradient(180deg, #39661e 10%, #122009 100%) !important;
}
.cid-ulBKLJJKfc .mbr-text,
.cid-ulBKLJJKfc .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulBKLJJKfc .mbr-section-title {
  text-align: left;
}
.cid-ukX6ng0TGt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-ukX6ng0TGt .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-ukX6ng0TGt .mbr-section-title DIV {
  text-align: center;
}
.cid-usvUG3C8tj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-ujxJCW4aoF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-ujxJCW4aoF .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ujxJCW4aoF .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ujxJCW4aoF .row {
    text-align: center;
  }
  .cid-ujxJCW4aoF .social-row {
    justify-content: center;
  }
}
.cid-ujxJCW4aoF .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ujxJCW4aoF .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ujxJCW4aoF .list {
    margin-bottom: 0rem;
  }
}
.cid-ujxJCW4aoF .mbr-text {
  color: #bbbbbb;
}
.cid-ujxJCW4aoF .mbr-iconfont {
  color: black;
}
.cid-ujxJCW4aoF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ujxJCW4aoF H5 {
  color: #abe587;
}
.cid-uHGjMLrEUu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGjMLrEUu nav.navbar {
  position: fixed;
}
.cid-uHGjMLrEUu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGjMLrEUu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGjMLrEUu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGjMLrEUu .dropdown-item:hover,
.cid-uHGjMLrEUu .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uHGjMLrEUu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGjMLrEUu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGjMLrEUu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGjMLrEUu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGjMLrEUu .nav-link {
  position: relative;
}
.cid-uHGjMLrEUu .container {
  display: flex;
  margin: auto;
}
.cid-uHGjMLrEUu .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGjMLrEUu .dropdown-menu,
.cid-uHGjMLrEUu .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGjMLrEUu .nav-item:focus,
.cid-uHGjMLrEUu .nav-link:focus {
  outline: none;
}
.cid-uHGjMLrEUu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGjMLrEUu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGjMLrEUu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGjMLrEUu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGjMLrEUu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGjMLrEUu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGjMLrEUu .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGjMLrEUu .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGjMLrEUu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGjMLrEUu .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGjMLrEUu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGjMLrEUu .navbar.collapsed {
  justify-content: center;
}
.cid-uHGjMLrEUu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGjMLrEUu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGjMLrEUu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGjMLrEUu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGjMLrEUu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGjMLrEUu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHGjMLrEUu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGjMLrEUu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGjMLrEUu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGjMLrEUu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGjMLrEUu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGjMLrEUu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGjMLrEUu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGjMLrEUu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHGjMLrEUu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGjMLrEUu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGjMLrEUu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGjMLrEUu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGjMLrEUu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGjMLrEUu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHGjMLrEUu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGjMLrEUu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGjMLrEUu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGjMLrEUu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHGjMLrEUu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGjMLrEUu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGjMLrEUu .dropdown-item.active,
.cid-uHGjMLrEUu .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGjMLrEUu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGjMLrEUu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGjMLrEUu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGjMLrEUu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGjMLrEUu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGjMLrEUu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGjMLrEUu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGjMLrEUu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGjMLrEUu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGjMLrEUu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uHGjMLrEUu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGjMLrEUu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGjMLrEUu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGjMLrEUu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGjMLrEUu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGjMLrEUu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGjMLrEUu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGjMLrEUu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGjMLrEUu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGjMLrEUu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGjMLrEUu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHGjMLrEUu .navbar {
    height: 70px;
  }
  .cid-uHGjMLrEUu .navbar.opened {
    height: auto;
  }
  .cid-uHGjMLrEUu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGjML4uLY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uHGjML4uLY .mbr-text,
.cid-uHGjML4uLY .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uHGjML4uLY .mbr-section-title {
  text-align: left;
}
.cid-uKpIolbDw3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #64b334;
}
.cid-uHGjMLKzUZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #64b334;
}
.cid-uHGjMLKzUZ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHGjMLKzUZ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uHGjMLKzUZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHGjMLKzUZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHGjMLKzUZ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHGjMLKzUZ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHGjMLKzUZ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uHGjMLKzUZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHGjMLKzUZ .card-title {
  color: #64b334;
}
.cid-uHGjMLKzUZ .mbr-text,
.cid-uHGjMLKzUZ .mbr-section-btn {
  color: #39661e;
}
.cid-uHGjMLVsRh {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #39661e 10%, #64b334 100%) !important;
}
.cid-uHGjMM2ZpL {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #39661e;
}
@media (min-width: 1500px) {
  .cid-uHGjMM2ZpL .container {
    max-width: 1400px;
  }
}
.cid-uHGjMM2ZpL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-uHGjMM2ZpL .card-wrapper {
  margin-top: 3rem;
}
.cid-uHGjMM2ZpL .row {
  justify-content: center;
}
.cid-uHGjMM2ZpL .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHGjMM2ZpL .mbr-section-title {
  color: #ffffff;
}
.cid-uHGjMM2ZpL .card-title,
.cid-uHGjMM2ZpL .iconfont-wrapper {
  color: #ffe161;
}
.cid-uHGzK1Chg3 {
  background-image: linear-gradient(360deg, #122009 10%, #39661e 100%) !important;
}
.cid-uHGzK1Chg3 .mbr-text,
.cid-uHGzK1Chg3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uHGzK1Chg3 .mbr-section-title {
  text-align: center;
}
.cid-uHGjMMoU4E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uHGjMMoU4E .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uHGjMMoU4E .mbr-section-title DIV {
  text-align: center;
}
.cid-uHGjMMvOKA {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uHGjMMCFbl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uHGjMMCFbl .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHGjMMCFbl .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHGjMMCFbl .row {
    text-align: center;
  }
  .cid-uHGjMMCFbl .social-row {
    justify-content: center;
  }
}
.cid-uHGjMMCFbl .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHGjMMCFbl .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHGjMMCFbl .list {
    margin-bottom: 0rem;
  }
}
.cid-uHGjMMCFbl .mbr-text {
  color: #bbbbbb;
}
.cid-uHGjMMCFbl .mbr-iconfont {
  color: black;
}
.cid-uHGjMMCFbl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHGjMMCFbl H5 {
  color: #abe587;
}
.cid-uHGjWweX3W {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uHGjWweX3W nav.navbar {
  position: fixed;
}
.cid-uHGjWweX3W .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGjWweX3W .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHGjWweX3W .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uHGjWweX3W .dropdown-item:hover,
.cid-uHGjWweX3W .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uHGjWweX3W .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uHGjWweX3W .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uHGjWweX3W .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uHGjWweX3W .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHGjWweX3W .nav-link {
  position: relative;
}
.cid-uHGjWweX3W .container {
  display: flex;
  margin: auto;
}
.cid-uHGjWweX3W .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uHGjWweX3W .dropdown-menu,
.cid-uHGjWweX3W .navbar.opened {
  background: #ffffff !important;
}
.cid-uHGjWweX3W .nav-item:focus,
.cid-uHGjWweX3W .nav-link:focus {
  outline: none;
}
.cid-uHGjWweX3W .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHGjWweX3W .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHGjWweX3W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHGjWweX3W .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHGjWweX3W .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHGjWweX3W .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHGjWweX3W .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uHGjWweX3W .navbar.opened {
  transition: all 0.3s;
}
.cid-uHGjWweX3W .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uHGjWweX3W .navbar .navbar-logo img {
  width: auto;
}
.cid-uHGjWweX3W .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHGjWweX3W .navbar.collapsed {
  justify-content: center;
}
.cid-uHGjWweX3W .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHGjWweX3W .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHGjWweX3W .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uHGjWweX3W .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHGjWweX3W .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHGjWweX3W .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uHGjWweX3W .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHGjWweX3W .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uHGjWweX3W .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uHGjWweX3W .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHGjWweX3W .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHGjWweX3W .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHGjWweX3W .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHGjWweX3W .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uHGjWweX3W .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHGjWweX3W .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHGjWweX3W .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHGjWweX3W .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHGjWweX3W .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHGjWweX3W .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uHGjWweX3W .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHGjWweX3W .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHGjWweX3W .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHGjWweX3W .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHGjWweX3W .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHGjWweX3W .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHGjWweX3W .dropdown-item.active,
.cid-uHGjWweX3W .dropdown-item:active {
  background-color: transparent;
}
.cid-uHGjWweX3W .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHGjWweX3W .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHGjWweX3W .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHGjWweX3W .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHGjWweX3W .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHGjWweX3W .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHGjWweX3W ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHGjWweX3W .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHGjWweX3W button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uHGjWweX3W button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uHGjWweX3W button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHGjWweX3W button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGjWweX3W button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHGjWweX3W button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHGjWweX3W nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGjWweX3W nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHGjWweX3W nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHGjWweX3W nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHGjWweX3W .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uHGjWweX3W a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHGjWweX3W .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHGjWweX3W .navbar {
    height: 70px;
  }
  .cid-uHGjWweX3W .navbar.opened {
    height: auto;
  }
  .cid-uHGjWweX3W .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHGjWvAz8H {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uHGjWvAz8H .mbr-text,
.cid-uHGjWvAz8H .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uHGjWvAz8H .mbr-section-title {
  text-align: left;
}
.cid-uKpJ1Bjm0g {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #64b334;
}
.cid-uHGjWwERid {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #64b334;
}
.cid-uHGjWwERid .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHGjWwERid .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uHGjWwERid .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHGjWwERid .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHGjWwERid .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHGjWwERid .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uHGjWwERid .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uHGjWwERid .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uHGjWwERid .card-title {
  color: #64b334;
}
.cid-uHGjWwERid .mbr-text,
.cid-uHGjWwERid .mbr-section-btn {
  color: #39661e;
}
.cid-uHGjWwNmfC {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #39661e 10%, #64b334 100%) !important;
}
.cid-uHGjWwV7OS {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #39661e;
}
@media (min-width: 1500px) {
  .cid-uHGjWwV7OS .container {
    max-width: 1400px;
  }
}
.cid-uHGjWwV7OS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-uHGjWwV7OS .card-wrapper {
  margin-top: 3rem;
}
.cid-uHGjWwV7OS .row {
  justify-content: center;
}
.cid-uHGjWwV7OS .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-uHGjWwV7OS .mbr-section-title {
  color: #ffffff;
}
.cid-uHGjWwV7OS .card-title,
.cid-uHGjWwV7OS .iconfont-wrapper {
  color: #ffe161;
}
.cid-uHGzPxENQj {
  background-image: linear-gradient(360deg, #122009 10%, #39661e 100%) !important;
}
.cid-uHGzPxENQj .mbr-text,
.cid-uHGzPxENQj .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uHGzPxENQj .mbr-section-title {
  text-align: center;
}
.cid-uHGjWxfDRd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uHGjWxfDRd .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uHGjWxfDRd .mbr-section-title DIV {
  text-align: center;
}
.cid-uHGjWxmQvt {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uHGjWxuZJ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uHGjWxuZJ2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uHGjWxuZJ2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHGjWxuZJ2 .row {
    text-align: center;
  }
  .cid-uHGjWxuZJ2 .social-row {
    justify-content: center;
  }
}
.cid-uHGjWxuZJ2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uHGjWxuZJ2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uHGjWxuZJ2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uHGjWxuZJ2 .mbr-text {
  color: #bbbbbb;
}
.cid-uHGjWxuZJ2 .mbr-iconfont {
  color: black;
}
.cid-uHGjWxuZJ2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHGjWxuZJ2 H5 {
  color: #abe587;
}
.cid-ugIBlrwFAs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ugIBlrwFAs nav.navbar {
  position: fixed;
}
.cid-ugIBlrwFAs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugIBlrwFAs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ugIBlrwFAs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ugIBlrwFAs .dropdown-item:hover,
.cid-ugIBlrwFAs .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-ugIBlrwFAs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ugIBlrwFAs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ugIBlrwFAs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ugIBlrwFAs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugIBlrwFAs .nav-link {
  position: relative;
}
.cid-ugIBlrwFAs .container {
  display: flex;
  margin: auto;
}
.cid-ugIBlrwFAs .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ugIBlrwFAs .dropdown-menu,
.cid-ugIBlrwFAs .navbar.opened {
  background: #ffffff !important;
}
.cid-ugIBlrwFAs .nav-item:focus,
.cid-ugIBlrwFAs .nav-link:focus {
  outline: none;
}
.cid-ugIBlrwFAs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ugIBlrwFAs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugIBlrwFAs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ugIBlrwFAs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ugIBlrwFAs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugIBlrwFAs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugIBlrwFAs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ugIBlrwFAs .navbar.opened {
  transition: all 0.3s;
}
.cid-ugIBlrwFAs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ugIBlrwFAs .navbar .navbar-logo img {
  width: auto;
}
.cid-ugIBlrwFAs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ugIBlrwFAs .navbar.collapsed {
  justify-content: center;
}
.cid-ugIBlrwFAs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugIBlrwFAs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugIBlrwFAs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ugIBlrwFAs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugIBlrwFAs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugIBlrwFAs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ugIBlrwFAs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugIBlrwFAs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ugIBlrwFAs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ugIBlrwFAs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugIBlrwFAs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugIBlrwFAs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugIBlrwFAs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugIBlrwFAs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ugIBlrwFAs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ugIBlrwFAs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugIBlrwFAs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugIBlrwFAs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugIBlrwFAs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ugIBlrwFAs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ugIBlrwFAs .navbar.navbar-short {
  min-height: 60px;
}
.cid-ugIBlrwFAs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ugIBlrwFAs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ugIBlrwFAs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugIBlrwFAs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugIBlrwFAs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugIBlrwFAs .dropdown-item.active,
.cid-ugIBlrwFAs .dropdown-item:active {
  background-color: transparent;
}
.cid-ugIBlrwFAs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugIBlrwFAs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugIBlrwFAs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ugIBlrwFAs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ugIBlrwFAs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugIBlrwFAs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugIBlrwFAs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ugIBlrwFAs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugIBlrwFAs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ugIBlrwFAs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-ugIBlrwFAs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ugIBlrwFAs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugIBlrwFAs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ugIBlrwFAs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ugIBlrwFAs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugIBlrwFAs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ugIBlrwFAs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ugIBlrwFAs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ugIBlrwFAs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ugIBlrwFAs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ugIBlrwFAs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugIBlrwFAs .navbar {
    height: 70px;
  }
  .cid-ugIBlrwFAs .navbar.opened {
    height: auto;
  }
  .cid-ugIBlrwFAs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulwadHWMq2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(360deg, #64b334 10%, #abe587 100%) !important;
}
.cid-uhzu0DVCZi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #64b334;
}
.cid-uhzu0DVCZi .item:focus,
.cid-uhzu0DVCZi span:focus {
  outline: none;
}
.cid-uhzu0DVCZi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uhzu0DVCZi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uhzu0DVCZi .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uhzu0DVCZi .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uhzu0DVCZi .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uhzu0DVCZi .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uhzu0DVCZi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uhzu0DVCZi .mbr-section-title {
  color: #ffffff;
}
.cid-uhzu0DVCZi .mbr-text,
.cid-uhzu0DVCZi .mbr-section-btn {
  text-align: center;
  color: #39661e;
}
.cid-uhzu0DVCZi .item-title {
  text-align: center;
  color: #64b334;
}
.cid-uhzu0DVCZi .item-subtitle {
  text-align: center;
  color: #64b334;
}
.cid-uhzu0DVCZi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulw9UxYNHA {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-ulZgZJTRQd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-ulZgZJTRQd .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-ulZgZJTRQd .mbr-section-title DIV {
  text-align: center;
}
.cid-usvUPfE40H {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uhnrvwFRMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uhnrvwFRMp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhnrvwFRMp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhnrvwFRMp .row {
    text-align: center;
  }
  .cid-uhnrvwFRMp .social-row {
    justify-content: center;
  }
}
.cid-uhnrvwFRMp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhnrvwFRMp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhnrvwFRMp .list {
    margin-bottom: 0rem;
  }
}
.cid-uhnrvwFRMp .mbr-text {
  color: #bbbbbb;
}
.cid-uhnrvwFRMp .mbr-iconfont {
  color: black;
}
.cid-uhnrvwFRMp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhnrvwFRMp H5 {
  color: #abe587;
}
.cid-ukXcDoa3rv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ukXcDoa3rv nav.navbar {
  position: fixed;
}
.cid-ukXcDoa3rv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukXcDoa3rv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukXcDoa3rv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukXcDoa3rv .dropdown-item:hover,
.cid-ukXcDoa3rv .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-ukXcDoa3rv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukXcDoa3rv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukXcDoa3rv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukXcDoa3rv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukXcDoa3rv .nav-link {
  position: relative;
}
.cid-ukXcDoa3rv .container {
  display: flex;
  margin: auto;
}
.cid-ukXcDoa3rv .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukXcDoa3rv .dropdown-menu,
.cid-ukXcDoa3rv .navbar.opened {
  background: #ffffff !important;
}
.cid-ukXcDoa3rv .nav-item:focus,
.cid-ukXcDoa3rv .nav-link:focus {
  outline: none;
}
.cid-ukXcDoa3rv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukXcDoa3rv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukXcDoa3rv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukXcDoa3rv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukXcDoa3rv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukXcDoa3rv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukXcDoa3rv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ukXcDoa3rv .navbar.opened {
  transition: all 0.3s;
}
.cid-ukXcDoa3rv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukXcDoa3rv .navbar .navbar-logo img {
  width: auto;
}
.cid-ukXcDoa3rv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukXcDoa3rv .navbar.collapsed {
  justify-content: center;
}
.cid-ukXcDoa3rv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukXcDoa3rv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukXcDoa3rv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ukXcDoa3rv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukXcDoa3rv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukXcDoa3rv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukXcDoa3rv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukXcDoa3rv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukXcDoa3rv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukXcDoa3rv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukXcDoa3rv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukXcDoa3rv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukXcDoa3rv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukXcDoa3rv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukXcDoa3rv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukXcDoa3rv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukXcDoa3rv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukXcDoa3rv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukXcDoa3rv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukXcDoa3rv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukXcDoa3rv .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukXcDoa3rv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukXcDoa3rv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukXcDoa3rv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukXcDoa3rv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukXcDoa3rv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukXcDoa3rv .dropdown-item.active,
.cid-ukXcDoa3rv .dropdown-item:active {
  background-color: transparent;
}
.cid-ukXcDoa3rv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukXcDoa3rv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukXcDoa3rv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukXcDoa3rv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukXcDoa3rv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukXcDoa3rv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukXcDoa3rv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukXcDoa3rv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukXcDoa3rv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukXcDoa3rv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-ukXcDoa3rv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukXcDoa3rv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukXcDoa3rv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukXcDoa3rv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukXcDoa3rv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukXcDoa3rv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukXcDoa3rv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukXcDoa3rv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukXcDoa3rv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukXcDoa3rv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukXcDoa3rv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukXcDoa3rv .navbar {
    height: 70px;
  }
  .cid-ukXcDoa3rv .navbar.opened {
    height: auto;
  }
  .cid-ukXcDoa3rv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulwcfYXxUE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-ulwcfYXxUE .mbr-text,
.cid-ulwcfYXxUE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulwcfYXxUE .mbr-section-title {
  text-align: left;
}
.cid-uKpIQZnQNi {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #64b334;
}
.cid-ukXcDoy5fX {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #64b334;
}
.cid-ukXcDoy5fX .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukXcDoy5fX .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ukXcDoy5fX .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukXcDoy5fX .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukXcDoy5fX .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukXcDoy5fX .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ukXcDoy5fX .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukXcDoy5fX .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukXcDoy5fX .card-title {
  color: #64b334;
}
.cid-ukXcDoy5fX .mbr-text,
.cid-ukXcDoy5fX .mbr-section-btn {
  color: #39661e;
}
.cid-ulwcm2tWgl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #39661e 10%, #64b334 100%) !important;
}
.cid-ukXcDoJlgo {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #39661e;
}
@media (min-width: 1500px) {
  .cid-ukXcDoJlgo .container {
    max-width: 1400px;
  }
}
.cid-ukXcDoJlgo .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-ukXcDoJlgo .card-wrapper {
  margin-top: 3rem;
}
.cid-ukXcDoJlgo .row {
  justify-content: center;
}
.cid-ukXcDoJlgo .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-ukXcDoJlgo .mbr-section-title {
  color: #ffffff;
}
.cid-ukXcDoJlgo .card-title,
.cid-ukXcDoJlgo .iconfont-wrapper {
  color: #ffe161;
}
.cid-ukXcDoYkqV {
  background-image: linear-gradient(360deg, #122009 10%, #39661e 100%) !important;
}
.cid-ukXcDoYkqV .mbr-text,
.cid-ukXcDoYkqV .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ukXcDoYkqV .mbr-section-title {
  text-align: center;
}
.cid-ulZlmsYkyh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-ulZlmsYkyh .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-ulZlmsYkyh .mbr-section-title DIV {
  text-align: center;
}
.cid-usvURWCIg8 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-ukXcDpbiLS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-ukXcDpbiLS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukXcDpbiLS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukXcDpbiLS .row {
    text-align: center;
  }
  .cid-ukXcDpbiLS .social-row {
    justify-content: center;
  }
}
.cid-ukXcDpbiLS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ukXcDpbiLS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukXcDpbiLS .list {
    margin-bottom: 0rem;
  }
}
.cid-ukXcDpbiLS .mbr-text {
  color: #bbbbbb;
}
.cid-ukXcDpbiLS .mbr-iconfont {
  color: black;
}
.cid-ukXcDpbiLS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukXcDpbiLS H5 {
  color: #abe587;
}
.cid-uptLVUaV1Z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uptLVUaV1Z nav.navbar {
  position: fixed;
}
.cid-uptLVUaV1Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uptLVUaV1Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uptLVUaV1Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uptLVUaV1Z .dropdown-item:hover,
.cid-uptLVUaV1Z .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uptLVUaV1Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uptLVUaV1Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uptLVUaV1Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uptLVUaV1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uptLVUaV1Z .nav-link {
  position: relative;
}
.cid-uptLVUaV1Z .container {
  display: flex;
  margin: auto;
}
.cid-uptLVUaV1Z .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uptLVUaV1Z .dropdown-menu,
.cid-uptLVUaV1Z .navbar.opened {
  background: #ffffff !important;
}
.cid-uptLVUaV1Z .nav-item:focus,
.cid-uptLVUaV1Z .nav-link:focus {
  outline: none;
}
.cid-uptLVUaV1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uptLVUaV1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uptLVUaV1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uptLVUaV1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uptLVUaV1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uptLVUaV1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uptLVUaV1Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uptLVUaV1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uptLVUaV1Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uptLVUaV1Z .navbar .navbar-logo img {
  width: auto;
}
.cid-uptLVUaV1Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uptLVUaV1Z .navbar.collapsed {
  justify-content: center;
}
.cid-uptLVUaV1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uptLVUaV1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uptLVUaV1Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uptLVUaV1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uptLVUaV1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uptLVUaV1Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uptLVUaV1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uptLVUaV1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uptLVUaV1Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uptLVUaV1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uptLVUaV1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uptLVUaV1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uptLVUaV1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uptLVUaV1Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uptLVUaV1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uptLVUaV1Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uptLVUaV1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uptLVUaV1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uptLVUaV1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uptLVUaV1Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uptLVUaV1Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uptLVUaV1Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uptLVUaV1Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uptLVUaV1Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uptLVUaV1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uptLVUaV1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uptLVUaV1Z .dropdown-item.active,
.cid-uptLVUaV1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uptLVUaV1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uptLVUaV1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uptLVUaV1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uptLVUaV1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uptLVUaV1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uptLVUaV1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uptLVUaV1Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uptLVUaV1Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uptLVUaV1Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uptLVUaV1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uptLVUaV1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uptLVUaV1Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptLVUaV1Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uptLVUaV1Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uptLVUaV1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptLVUaV1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uptLVUaV1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uptLVUaV1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uptLVUaV1Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uptLVUaV1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uptLVUaV1Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uptLVUaV1Z .navbar {
    height: 70px;
  }
  .cid-uptLVUaV1Z .navbar.opened {
    height: auto;
  }
  .cid-uptLVUaV1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uptLVUO0OQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uptLVUO0OQ .mbr-text,
.cid-uptLVUO0OQ .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uptLVUO0OQ .mbr-section-title {
  text-align: left;
}
.cid-uKpIOBEFaQ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #64b334;
}
.cid-uptLVVfrsy {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #64b334;
}
.cid-uptLVVfrsy .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uptLVVfrsy .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-uptLVVfrsy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uptLVVfrsy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uptLVVfrsy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uptLVVfrsy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uptLVVfrsy .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-uptLVVfrsy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uptLVVfrsy .card-title {
  color: #64b334;
}
.cid-uptLVVfrsy .mbr-text,
.cid-uptLVVfrsy .mbr-section-btn {
  color: #39661e;
}
.cid-uptLVVnbv5 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #39661e 10%, #64b334 100%) !important;
}
.cid-uptLVVxbAy {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #39661e;
}
@media (min-width: 1500px) {
  .cid-uptLVVxbAy .container {
    max-width: 1400px;
  }
}
.cid-uptLVVxbAy .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-uptLVVxbAy .card-wrapper {
  margin-top: 3rem;
}
.cid-uptLVVxbAy .row {
  justify-content: center;
}
.cid-uptLVVxbAy .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-uptLVVxbAy .mbr-section-title {
  color: #ffffff;
}
.cid-uptLVVxbAy .card-title,
.cid-uptLVVxbAy .iconfont-wrapper {
  color: #ffe161;
  text-align: center;
}
.cid-uptLVVKyUx {
  background-image: linear-gradient(360deg, #122009 10%, #39661e 100%) !important;
}
.cid-uptLVVKyUx .mbr-text,
.cid-uptLVVKyUx .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uptLVVKyUx .mbr-section-title {
  text-align: center;
}
.cid-uptLVVSUbc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uptLVVSUbc .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uptLVVSUbc .mbr-section-title DIV {
  text-align: center;
}
.cid-usvUUjocDx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uptLVVZUs2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uptLVVZUs2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uptLVVZUs2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uptLVVZUs2 .row {
    text-align: center;
  }
  .cid-uptLVVZUs2 .social-row {
    justify-content: center;
  }
}
.cid-uptLVVZUs2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uptLVVZUs2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uptLVVZUs2 .list {
    margin-bottom: 0rem;
  }
}
.cid-uptLVVZUs2 .mbr-text {
  color: #bbbbbb;
}
.cid-uptLVVZUs2 .mbr-iconfont {
  color: black;
}
.cid-uptLVVZUs2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uptLVVZUs2 H5 {
  color: #abe587;
}
.cid-uk11ycJEnF {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uk11ycJEnF nav.navbar {
  position: fixed;
}
.cid-uk11ycJEnF .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uk11ycJEnF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uk11ycJEnF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uk11ycJEnF .dropdown-item:hover,
.cid-uk11ycJEnF .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uk11ycJEnF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uk11ycJEnF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uk11ycJEnF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uk11ycJEnF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uk11ycJEnF .nav-link {
  position: relative;
}
.cid-uk11ycJEnF .container {
  display: flex;
  margin: auto;
}
.cid-uk11ycJEnF .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk11ycJEnF .dropdown-menu,
.cid-uk11ycJEnF .navbar.opened {
  background: #ffffff !important;
}
.cid-uk11ycJEnF .nav-item:focus,
.cid-uk11ycJEnF .nav-link:focus {
  outline: none;
}
.cid-uk11ycJEnF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uk11ycJEnF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk11ycJEnF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk11ycJEnF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uk11ycJEnF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk11ycJEnF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk11ycJEnF .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uk11ycJEnF .navbar.opened {
  transition: all 0.3s;
}
.cid-uk11ycJEnF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk11ycJEnF .navbar .navbar-logo img {
  width: auto;
}
.cid-uk11ycJEnF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk11ycJEnF .navbar.collapsed {
  justify-content: center;
}
.cid-uk11ycJEnF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk11ycJEnF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk11ycJEnF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uk11ycJEnF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk11ycJEnF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk11ycJEnF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uk11ycJEnF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk11ycJEnF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uk11ycJEnF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uk11ycJEnF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk11ycJEnF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk11ycJEnF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk11ycJEnF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk11ycJEnF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uk11ycJEnF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uk11ycJEnF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk11ycJEnF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk11ycJEnF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uk11ycJEnF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk11ycJEnF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uk11ycJEnF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uk11ycJEnF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uk11ycJEnF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uk11ycJEnF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk11ycJEnF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk11ycJEnF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk11ycJEnF .dropdown-item.active,
.cid-uk11ycJEnF .dropdown-item:active {
  background-color: transparent;
}
.cid-uk11ycJEnF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk11ycJEnF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk11ycJEnF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk11ycJEnF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uk11ycJEnF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uk11ycJEnF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk11ycJEnF ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk11ycJEnF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uk11ycJEnF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk11ycJEnF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uk11ycJEnF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk11ycJEnF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk11ycJEnF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk11ycJEnF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk11ycJEnF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk11ycJEnF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk11ycJEnF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk11ycJEnF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk11ycJEnF .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uk11ycJEnF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk11ycJEnF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uk11ycJEnF .navbar {
    height: 70px;
  }
  .cid-uk11ycJEnF .navbar.opened {
    height: auto;
  }
  .cid-uk11ycJEnF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukX3TU78TK {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-ukX3TU78TK .mbr-text,
.cid-ukX3TU78TK .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ukX3TU78TK .mbr-section-title {
  text-align: left;
}
.cid-uKpHpiaPpm {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #64b334;
}
.cid-ukXbIFYkxR {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #64b334;
}
.cid-ukXbIFYkxR .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukXbIFYkxR .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ukXbIFYkxR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukXbIFYkxR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukXbIFYkxR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukXbIFYkxR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ukXbIFYkxR .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukXbIFYkxR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukXbIFYkxR .card-title {
  color: #64b334;
}
.cid-ukXbIFYkxR .mbr-text,
.cid-ukXbIFYkxR .mbr-section-btn {
  color: #39661e;
}
.cid-ulwbqJF3Dl {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #39661e 10%, #64b334 100%) !important;
}
.cid-ukX7tSiaBM {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #39661e;
}
@media (min-width: 1500px) {
  .cid-ukX7tSiaBM .container {
    max-width: 1400px;
  }
}
.cid-ukX7tSiaBM .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-ukX7tSiaBM .card-wrapper {
  margin-top: 3rem;
}
.cid-ukX7tSiaBM .row {
  justify-content: center;
}
.cid-ukX7tSiaBM .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-ukX7tSiaBM .mbr-section-title {
  color: #ffffff;
}
.cid-ukX7tSiaBM .card-title,
.cid-ukX7tSiaBM .iconfont-wrapper {
  color: #ffe161;
}
.cid-ukX9sa0tx5 {
  background-image: linear-gradient(360deg, #122009 10%, #39661e 100%) !important;
}
.cid-ukX9sa0tx5 .mbr-text,
.cid-ukX9sa0tx5 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ukX9sa0tx5 .mbr-section-title {
  text-align: center;
}
.cid-ulZlh1Eczp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-ulZlh1Eczp .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-ulZlh1Eczp .mbr-section-title DIV {
  text-align: center;
}
.cid-usvUIBQVkR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uk11yd4C72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uk11yd4C72 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uk11yd4C72 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uk11yd4C72 .row {
    text-align: center;
  }
  .cid-uk11yd4C72 .social-row {
    justify-content: center;
  }
}
.cid-uk11yd4C72 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uk11yd4C72 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uk11yd4C72 .list {
    margin-bottom: 0rem;
  }
}
.cid-uk11yd4C72 .mbr-text {
  color: #bbbbbb;
}
.cid-uk11yd4C72 .mbr-iconfont {
  color: black;
}
.cid-uk11yd4C72 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uk11yd4C72 H5 {
  color: #abe587;
}
.cid-ukXcEvIbem {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ukXcEvIbem nav.navbar {
  position: fixed;
}
.cid-ukXcEvIbem .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukXcEvIbem .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukXcEvIbem .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukXcEvIbem .dropdown-item:hover,
.cid-ukXcEvIbem .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-ukXcEvIbem .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukXcEvIbem .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukXcEvIbem .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukXcEvIbem .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukXcEvIbem .nav-link {
  position: relative;
}
.cid-ukXcEvIbem .container {
  display: flex;
  margin: auto;
}
.cid-ukXcEvIbem .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukXcEvIbem .dropdown-menu,
.cid-ukXcEvIbem .navbar.opened {
  background: #ffffff !important;
}
.cid-ukXcEvIbem .nav-item:focus,
.cid-ukXcEvIbem .nav-link:focus {
  outline: none;
}
.cid-ukXcEvIbem .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukXcEvIbem .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukXcEvIbem .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukXcEvIbem .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukXcEvIbem .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukXcEvIbem .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukXcEvIbem .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-ukXcEvIbem .navbar.opened {
  transition: all 0.3s;
}
.cid-ukXcEvIbem .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukXcEvIbem .navbar .navbar-logo img {
  width: auto;
}
.cid-ukXcEvIbem .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukXcEvIbem .navbar.collapsed {
  justify-content: center;
}
.cid-ukXcEvIbem .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukXcEvIbem .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ukXcEvIbem .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-ukXcEvIbem .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukXcEvIbem .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukXcEvIbem .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukXcEvIbem .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukXcEvIbem .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukXcEvIbem .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukXcEvIbem .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukXcEvIbem .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukXcEvIbem .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukXcEvIbem .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukXcEvIbem .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukXcEvIbem .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukXcEvIbem .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukXcEvIbem .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukXcEvIbem .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukXcEvIbem .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukXcEvIbem .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukXcEvIbem .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukXcEvIbem .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukXcEvIbem .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukXcEvIbem .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukXcEvIbem .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukXcEvIbem .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukXcEvIbem .dropdown-item.active,
.cid-ukXcEvIbem .dropdown-item:active {
  background-color: transparent;
}
.cid-ukXcEvIbem .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukXcEvIbem .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukXcEvIbem .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukXcEvIbem .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ukXcEvIbem .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukXcEvIbem .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukXcEvIbem ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukXcEvIbem .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukXcEvIbem button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukXcEvIbem button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-ukXcEvIbem button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukXcEvIbem button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukXcEvIbem button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukXcEvIbem button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukXcEvIbem nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukXcEvIbem nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukXcEvIbem nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukXcEvIbem nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukXcEvIbem .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ukXcEvIbem a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukXcEvIbem .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukXcEvIbem .navbar {
    height: 70px;
  }
  .cid-ukXcEvIbem .navbar.opened {
    height: auto;
  }
  .cid-ukXcEvIbem .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulwcEru1gX {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-ulwcEru1gX .mbr-text,
.cid-ulwcEru1gX .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-ulwcEru1gX .mbr-section-title {
  text-align: left;
}
.cid-uKpIKLQHLY {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #64b334;
}
.cid-ukXcEw2dfS {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #64b334;
}
.cid-ukXcEw2dfS .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-ukXcEw2dfS .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ukXcEw2dfS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ukXcEw2dfS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ukXcEw2dfS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukXcEw2dfS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ukXcEw2dfS .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ukXcEw2dfS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ukXcEw2dfS .card-title {
  color: #64b334;
}
.cid-ukXcEw2dfS .mbr-text,
.cid-ukXcEw2dfS .mbr-section-btn {
  color: #39661e;
}
.cid-ulwcJTRDxY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #39661e 10%, #64b334 100%) !important;
}
.cid-ukXcEweFD8 {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #39661e;
}
@media (min-width: 1500px) {
  .cid-ukXcEweFD8 .container {
    max-width: 1400px;
  }
}
.cid-ukXcEweFD8 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-ukXcEweFD8 .card-wrapper {
  margin-top: 3rem;
}
.cid-ukXcEweFD8 .row {
  justify-content: center;
}
.cid-ukXcEweFD8 .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-ukXcEweFD8 .mbr-section-title {
  color: #ffffff;
}
.cid-ukXcEweFD8 .card-title,
.cid-ukXcEweFD8 .iconfont-wrapper {
  color: #ffe161;
}
.cid-ukXcEwx2vv {
  background-image: linear-gradient(360deg, #122009 10%, #39661e 100%) !important;
}
.cid-ukXcEwx2vv .mbr-text,
.cid-ukXcEwx2vv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ukXcEwx2vv .mbr-section-title {
  text-align: center;
}
.cid-ulZlpRFIo5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-ulZlpRFIo5 .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-ulZlpRFIo5 .mbr-section-title DIV {
  text-align: center;
}
.cid-usvUWhvMpf {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-ukXcEwHtwD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-ukXcEwHtwD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ukXcEwHtwD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukXcEwHtwD .row {
    text-align: center;
  }
  .cid-ukXcEwHtwD .social-row {
    justify-content: center;
  }
}
.cid-ukXcEwHtwD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-ukXcEwHtwD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ukXcEwHtwD .list {
    margin-bottom: 0rem;
  }
}
.cid-ukXcEwHtwD .mbr-text {
  color: #bbbbbb;
}
.cid-ukXcEwHtwD .mbr-iconfont {
  color: black;
}
.cid-ukXcEwHtwD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukXcEwHtwD H5 {
  color: #abe587;
}
.cid-umK2WZkWxl {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-umK2WZkWxl nav.navbar {
  position: fixed;
}
.cid-umK2WZkWxl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umK2WZkWxl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-umK2WZkWxl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-umK2WZkWxl .dropdown-item:hover,
.cid-umK2WZkWxl .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-umK2WZkWxl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-umK2WZkWxl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-umK2WZkWxl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-umK2WZkWxl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-umK2WZkWxl .nav-link {
  position: relative;
}
.cid-umK2WZkWxl .container {
  display: flex;
  margin: auto;
}
.cid-umK2WZkWxl .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-umK2WZkWxl .dropdown-menu,
.cid-umK2WZkWxl .navbar.opened {
  background: #ffffff !important;
}
.cid-umK2WZkWxl .nav-item:focus,
.cid-umK2WZkWxl .nav-link:focus {
  outline: none;
}
.cid-umK2WZkWxl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-umK2WZkWxl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-umK2WZkWxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-umK2WZkWxl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-umK2WZkWxl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-umK2WZkWxl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-umK2WZkWxl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-umK2WZkWxl .navbar.opened {
  transition: all 0.3s;
}
.cid-umK2WZkWxl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-umK2WZkWxl .navbar .navbar-logo img {
  width: auto;
}
.cid-umK2WZkWxl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-umK2WZkWxl .navbar.collapsed {
  justify-content: center;
}
.cid-umK2WZkWxl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-umK2WZkWxl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-umK2WZkWxl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-umK2WZkWxl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-umK2WZkWxl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-umK2WZkWxl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-umK2WZkWxl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-umK2WZkWxl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-umK2WZkWxl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-umK2WZkWxl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-umK2WZkWxl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-umK2WZkWxl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-umK2WZkWxl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-umK2WZkWxl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-umK2WZkWxl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-umK2WZkWxl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-umK2WZkWxl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-umK2WZkWxl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-umK2WZkWxl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-umK2WZkWxl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-umK2WZkWxl .navbar.navbar-short {
  min-height: 60px;
}
.cid-umK2WZkWxl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-umK2WZkWxl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-umK2WZkWxl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-umK2WZkWxl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-umK2WZkWxl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-umK2WZkWxl .dropdown-item.active,
.cid-umK2WZkWxl .dropdown-item:active {
  background-color: transparent;
}
.cid-umK2WZkWxl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-umK2WZkWxl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-umK2WZkWxl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-umK2WZkWxl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-umK2WZkWxl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-umK2WZkWxl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-umK2WZkWxl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-umK2WZkWxl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-umK2WZkWxl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-umK2WZkWxl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-umK2WZkWxl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-umK2WZkWxl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umK2WZkWxl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-umK2WZkWxl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-umK2WZkWxl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umK2WZkWxl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-umK2WZkWxl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-umK2WZkWxl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-umK2WZkWxl .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-umK2WZkWxl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-umK2WZkWxl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-umK2WZkWxl .navbar {
    height: 70px;
  }
  .cid-umK2WZkWxl .navbar.opened {
    height: auto;
  }
  .cid-umK2WZkWxl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoP6FWGO53 {
  background-image: linear-gradient(180deg, #ffffff 10%, #64b334 100%) !important;
}
.cid-uoP6FWGO53 .mbr-text,
.cid-uoP6FWGO53 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uoP6FWGO53 .mbr-section-title {
  text-align: left;
}
.cid-uoP6FWGO53 .mbr-section-subtitle {
  color: #39661e;
}
.cid-uDrxwdIYih {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uDlwfcOI3g {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #64b334;
}
.cid-uDlwfcOI3g .img-wrapper {
  text-align: center;
}
.cid-uDlwfcOI3g img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uDlwfcOI3g .row {
  align-items: flex-start;
}
.cid-uDlwfcOI3g .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDlwfcOI3g .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uDlwfcOI3g .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDlwfcOI3g .card-wrapper {
    padding: 1rem;
  }
}
.cid-uDrxuXQqej {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uDlwNp3pcd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uDlwNp3pcd .img-wrapper {
  text-align: center;
}
.cid-uDlwNp3pcd img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uDlwNp3pcd .row {
  align-items: flex-start;
}
.cid-uDlwNp3pcd .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDlwNp3pcd .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uDlwNp3pcd .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDlwNp3pcd .card-wrapper {
    padding: 1rem;
  }
}
.cid-uHdhRag7QF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uHdhRag7QF .img-wrapper {
  text-align: center;
}
.cid-uHdhRag7QF img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uHdhRag7QF .row {
  align-items: flex-start;
}
.cid-uHdhRag7QF .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHdhRag7QF .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uHdhRag7QF .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHdhRag7QF .card-wrapper {
    padding: 1rem;
  }
}
.cid-uDrx9MblPs {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uDrg2CtFQ2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uDrg2CtFQ2 .img-wrapper {
  text-align: center;
}
.cid-uDrg2CtFQ2 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uDrg2CtFQ2 .row {
  align-items: flex-start;
}
.cid-uDrg2CtFQ2 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDrg2CtFQ2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uDrg2CtFQ2 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDrg2CtFQ2 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uDrg3l8ZxB {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uDrg3l8ZxB .img-wrapper {
  text-align: center;
}
.cid-uDrg3l8ZxB img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uDrg3l8ZxB .row {
  align-items: flex-start;
}
.cid-uDrg3l8ZxB .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDrg3l8ZxB .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uDrg3l8ZxB .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDrg3l8ZxB .card-wrapper {
    padding: 1rem;
  }
}
.cid-uDrg3WYKhj {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uDrg3WYKhj .img-wrapper {
  text-align: center;
}
.cid-uDrg3WYKhj img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uDrg3WYKhj .row {
  align-items: flex-start;
}
.cid-uDrg3WYKhj .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uDrg3WYKhj .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uDrg3WYKhj .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDrg3WYKhj .card-wrapper {
    padding: 1rem;
  }
}
.cid-uHdpcWkZU5 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uHdpcWkZU5 .img-wrapper {
  text-align: center;
}
.cid-uHdpcWkZU5 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uHdpcWkZU5 .row {
  align-items: flex-start;
}
.cid-uHdpcWkZU5 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHdpcWkZU5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uHdpcWkZU5 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHdpcWkZU5 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uHdwnOyQhv {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uHdwnOyQhv .img-wrapper {
  text-align: center;
}
.cid-uHdwnOyQhv img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uHdwnOyQhv .row {
  align-items: flex-start;
}
.cid-uHdwnOyQhv .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHdwnOyQhv .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uHdwnOyQhv .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHdwnOyQhv .card-wrapper {
    padding: 1rem;
  }
}
.cid-uHdwnOyQhv .card-title {
  color: #232323;
}
.cid-uHdB0KFli1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uHdB0KFli1 .img-wrapper {
  text-align: center;
}
.cid-uHdB0KFli1 img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uHdB0KFli1 .row {
  align-items: flex-start;
}
.cid-uHdB0KFli1 .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHdB0KFli1 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uHdB0KFli1 .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHdB0KFli1 .card-wrapper {
    padding: 1rem;
  }
}
.cid-uHdCf8qWFG {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uHdCf8qWFG .img-wrapper {
  text-align: center;
}
.cid-uHdCf8qWFG img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uHdCf8qWFG .row {
  align-items: flex-start;
}
.cid-uHdCf8qWFG .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHdCf8qWFG .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uHdCf8qWFG .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHdCf8qWFG .card-wrapper {
    padding: 1rem;
  }
}
.cid-uLJxsA0uLt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #64b334;
}
.cid-uLJxsA0uLt .img-wrapper {
  text-align: center;
}
.cid-uLJxsA0uLt img {
  margin: auto;
  width: 140px;
  padding-bottom: 2rem;
}
.cid-uLJxsA0uLt .row {
  align-items: flex-start;
}
.cid-uLJxsA0uLt .card-wrapper {
  border-radius: 4px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-uLJxsA0uLt .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-uLJxsA0uLt .card-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uLJxsA0uLt .card-wrapper {
    padding: 1rem;
  }
}
.cid-unvgxr5CyP {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-umK2X0Q0Zt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-umK2X0Q0Zt .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-umK2X0Q0Zt .mbr-section-title DIV {
  text-align: center;
}
.cid-usvUYnyBhU {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-umK2X0XfbB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-umK2X0XfbB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-umK2X0XfbB .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-umK2X0XfbB .row {
    text-align: center;
  }
  .cid-umK2X0XfbB .social-row {
    justify-content: center;
  }
}
.cid-umK2X0XfbB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-umK2X0XfbB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-umK2X0XfbB .list {
    margin-bottom: 0rem;
  }
}
.cid-umK2X0XfbB .mbr-text {
  color: #bbbbbb;
}
.cid-umK2X0XfbB .mbr-iconfont {
  color: black;
}
.cid-umK2X0XfbB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-umK2X0XfbB H5 {
  color: #abe587;
}
.cid-uqHJT30sit {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqHJT30sit nav.navbar {
  position: fixed;
}
.cid-uqHJT30sit .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqHJT30sit .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqHJT30sit .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqHJT30sit .dropdown-item:hover,
.cid-uqHJT30sit .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uqHJT30sit .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqHJT30sit .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqHJT30sit .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqHJT30sit .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqHJT30sit .nav-link {
  position: relative;
}
.cid-uqHJT30sit .container {
  display: flex;
  margin: auto;
}
.cid-uqHJT30sit .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqHJT30sit .dropdown-menu,
.cid-uqHJT30sit .navbar.opened {
  background: #ffffff !important;
}
.cid-uqHJT30sit .nav-item:focus,
.cid-uqHJT30sit .nav-link:focus {
  outline: none;
}
.cid-uqHJT30sit .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqHJT30sit .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqHJT30sit .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqHJT30sit .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqHJT30sit .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqHJT30sit .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqHJT30sit .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uqHJT30sit .navbar.opened {
  transition: all 0.3s;
}
.cid-uqHJT30sit .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqHJT30sit .navbar .navbar-logo img {
  width: auto;
}
.cid-uqHJT30sit .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqHJT30sit .navbar.collapsed {
  justify-content: center;
}
.cid-uqHJT30sit .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqHJT30sit .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqHJT30sit .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uqHJT30sit .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqHJT30sit .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqHJT30sit .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqHJT30sit .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqHJT30sit .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqHJT30sit .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqHJT30sit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqHJT30sit .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqHJT30sit .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqHJT30sit .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqHJT30sit .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqHJT30sit .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqHJT30sit .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqHJT30sit .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqHJT30sit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqHJT30sit .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqHJT30sit .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqHJT30sit .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqHJT30sit .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqHJT30sit .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqHJT30sit .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqHJT30sit .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqHJT30sit .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqHJT30sit .dropdown-item.active,
.cid-uqHJT30sit .dropdown-item:active {
  background-color: transparent;
}
.cid-uqHJT30sit .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqHJT30sit .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqHJT30sit .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqHJT30sit .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqHJT30sit .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqHJT30sit .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqHJT30sit ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqHJT30sit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqHJT30sit button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqHJT30sit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uqHJT30sit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqHJT30sit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqHJT30sit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqHJT30sit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqHJT30sit nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqHJT30sit nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqHJT30sit nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqHJT30sit nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqHJT30sit .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqHJT30sit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqHJT30sit .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqHJT30sit .navbar {
    height: 70px;
  }
  .cid-uqHJT30sit .navbar.opened {
    height: auto;
  }
  .cid-uqHJT30sit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqHONH5zWn {
  background-color: #fafafa;
}
.cid-uqHONH5zWn .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uqHONH5zWn .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uqHONH5zWn .mbr-section-title {
  color: #4479d9;
}
.cid-uqHQ9rogAw {
  background-image: linear-gradient(360deg, #4479d9 10%, #fafafa 100%) !important;
}
.cid-uqHQ9rogAw .mbr-section-title {
  color: #ffffff;
}
.cid-uztIRR46kP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-uztIRR46kP .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uztIRR46kP .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uztIRR46kP .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uztIRR46kP .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uztIRR46kP .mbr-text,
.cid-uztIRR46kP .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uztJRfs5ea {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #4479d9;
}
.cid-uztJRfs5ea .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uztJRfs5ea .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uztJRfs5ea .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uztJRfs5ea .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uztJRfs5ea .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uztJRfs5ea .mbr-text,
.cid-uztJRfs5ea .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uztJRfs5ea .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-uLgekC7ZXt {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #4479d9 10%, #4479d9 100%) !important;
}
.cid-uuLHZGDpH5 {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-color: #4479d9;
}
@media (min-width: 1500px) {
  .cid-uuLHZGDpH5 .container {
    max-width: 1400px;
  }
}
.cid-uuLHZGDpH5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-uuLHZGDpH5 .card-wrapper {
  margin-top: 3rem;
}
.cid-uuLHZGDpH5 .row {
  justify-content: center;
}
.cid-uuLHZGDpH5 .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-uuLHZGDpH5 .mbr-section-title {
  color: #ffffff;
}
.cid-uuLHZGDpH5 .card-title,
.cid-uuLHZGDpH5 .iconfont-wrapper {
  color: #ffffff;
}
.cid-uuLIiTdFaT {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #4479d9 10%, #4479d9 100%) !important;
}
.cid-uuLHIwf0Hw {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uuLHIwf0Hw ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uuLHIwf0Hw li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uuLHIwf0Hw ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #4479d9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uuLHIwf0Hw H3 {
  text-align: center;
  color: #4479d9;
}
.cid-uuLHIwf0Hw .list {
  color: #4479d9;
}
.cid-uqHR6UB8uR {
  background-image: linear-gradient(360deg, #121212 10%, #4479d9 100%) !important;
}
.cid-uqHJT3tJGX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-uqHJT3tJGX .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-uqHJT3tJGX .mbr-section-title DIV {
  text-align: center;
}
.cid-uqHJT3Fmpm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uqHJT3Fmpm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHJT3Fmpm .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqHJT3Fmpm .row {
    text-align: center;
  }
  .cid-uqHJT3Fmpm .social-row {
    justify-content: center;
  }
}
.cid-uqHJT3Fmpm .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uqHJT3Fmpm .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHJT3Fmpm .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHJT3Fmpm .mbr-text {
  color: #bbbbbb;
}
.cid-uqHJT3Fmpm .mbr-iconfont {
  color: black;
}
.cid-uqHJT3Fmpm .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHJT3Fmpm H5 {
  color: #abe587;
}
.cid-uqHTUf9AqO {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uqHTUf9AqO nav.navbar {
  position: fixed;
}
.cid-uqHTUf9AqO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqHTUf9AqO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uqHTUf9AqO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uqHTUf9AqO .dropdown-item:hover,
.cid-uqHTUf9AqO .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uqHTUf9AqO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uqHTUf9AqO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uqHTUf9AqO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uqHTUf9AqO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uqHTUf9AqO .nav-link {
  position: relative;
}
.cid-uqHTUf9AqO .container {
  display: flex;
  margin: auto;
}
.cid-uqHTUf9AqO .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uqHTUf9AqO .dropdown-menu,
.cid-uqHTUf9AqO .navbar.opened {
  background: #ffffff !important;
}
.cid-uqHTUf9AqO .nav-item:focus,
.cid-uqHTUf9AqO .nav-link:focus {
  outline: none;
}
.cid-uqHTUf9AqO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uqHTUf9AqO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uqHTUf9AqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uqHTUf9AqO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uqHTUf9AqO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uqHTUf9AqO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uqHTUf9AqO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uqHTUf9AqO .navbar.opened {
  transition: all 0.3s;
}
.cid-uqHTUf9AqO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uqHTUf9AqO .navbar .navbar-logo img {
  width: auto;
}
.cid-uqHTUf9AqO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uqHTUf9AqO .navbar.collapsed {
  justify-content: center;
}
.cid-uqHTUf9AqO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uqHTUf9AqO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uqHTUf9AqO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uqHTUf9AqO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uqHTUf9AqO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uqHTUf9AqO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uqHTUf9AqO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uqHTUf9AqO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uqHTUf9AqO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uqHTUf9AqO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uqHTUf9AqO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uqHTUf9AqO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uqHTUf9AqO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uqHTUf9AqO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uqHTUf9AqO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uqHTUf9AqO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uqHTUf9AqO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uqHTUf9AqO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uqHTUf9AqO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uqHTUf9AqO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uqHTUf9AqO .navbar.navbar-short {
  min-height: 60px;
}
.cid-uqHTUf9AqO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uqHTUf9AqO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uqHTUf9AqO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uqHTUf9AqO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uqHTUf9AqO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uqHTUf9AqO .dropdown-item.active,
.cid-uqHTUf9AqO .dropdown-item:active {
  background-color: transparent;
}
.cid-uqHTUf9AqO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uqHTUf9AqO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uqHTUf9AqO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uqHTUf9AqO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uqHTUf9AqO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uqHTUf9AqO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uqHTUf9AqO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uqHTUf9AqO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uqHTUf9AqO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uqHTUf9AqO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uqHTUf9AqO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uqHTUf9AqO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqHTUf9AqO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uqHTUf9AqO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uqHTUf9AqO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqHTUf9AqO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uqHTUf9AqO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uqHTUf9AqO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uqHTUf9AqO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uqHTUf9AqO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uqHTUf9AqO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uqHTUf9AqO .navbar {
    height: 70px;
  }
  .cid-uqHTUf9AqO .navbar.opened {
    height: auto;
  }
  .cid-uqHTUf9AqO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uqI8Trk5Ty {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #fff0b0 10%, #ffe161 100%) !important;
}
.cid-uqI8Trk5Ty .mbr-text,
.cid-uqI8Trk5Ty .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uqI8Trk5Ty .mbr-section-title {
  text-align: left;
}
.cid-uqHWiLbxSl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqHWiLbxSl .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uqHWiLbxSl .icon-box {
  background: #ffe161;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uqHWiLbxSl .mbr-iconfont {
  font-size: 2rem;
  color: #614f00;
}
@media (max-width: 991px) {
  .cid-uqHWiLbxSl .card {
    margin-bottom: 2rem;
  }
  .cid-uqHWiLbxSl .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uqHWiLbxSl .mbr-text,
.cid-uqHWiLbxSl .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-uqHWiLbxSl .card-title,
.cid-uqHWiLbxSl .card-box {
  color: #e6c63b;
}
.cid-uqHWiLbxSl .icon-title {
  color: #e6c63b;
  text-align: left;
}
.cid-uqHWiLbxSl .icon-text {
  color: #353535;
}
.cid-uDgbWEAMN4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-uDgbWEAMN4 .mbr-section-title {
  color: #39661e;
  text-align: center;
}
.cid-uDgbWEAMN4 .mbr-section-title DIV {
  text-align: center;
}
.cid-uDgbUqBw7z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uDgbUqBw7z .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uDgbUqBw7z .icon-box {
  background: #ffe161;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uDgbUqBw7z .mbr-iconfont {
  font-size: 2rem;
  color: #614f00;
}
@media (max-width: 991px) {
  .cid-uDgbUqBw7z .card {
    margin-bottom: 2rem;
  }
  .cid-uDgbUqBw7z .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uDgbUqBw7z .mbr-text,
.cid-uDgbUqBw7z .mbr-section-btn {
  text-align: left;
  color: #353535;
}
.cid-uDgbUqBw7z .card-title,
.cid-uDgbUqBw7z .card-box {
  color: #e6c63b;
}
.cid-uDgbUqBw7z .icon-title {
  color: #e6c63b;
  text-align: left;
}
.cid-uDgbUqBw7z .icon-text {
  color: #353535;
}
.cid-uqI8dTkcxe {
  background-image: linear-gradient(360deg, #121212 10%, #ffe161 100%) !important;
}
.cid-uqHTUg5IlT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-uqHTUg5IlT .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-uqHTUg5IlT .mbr-section-title DIV {
  text-align: center;
}
.cid-uqHTUgdoRp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uqHTUgdoRp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uqHTUgdoRp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqHTUgdoRp .row {
    text-align: center;
  }
  .cid-uqHTUgdoRp .social-row {
    justify-content: center;
  }
}
.cid-uqHTUgdoRp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uqHTUgdoRp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqHTUgdoRp .list {
    margin-bottom: 0rem;
  }
}
.cid-uqHTUgdoRp .mbr-text {
  color: #bbbbbb;
}
.cid-uqHTUgdoRp .mbr-iconfont {
  color: black;
}
.cid-uqHTUgdoRp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uqHTUgdoRp H5 {
  color: #abe587;
}
.cid-unvL1Wt98o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unvL1Wt98o nav.navbar {
  position: fixed;
}
.cid-unvL1Wt98o .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unvL1Wt98o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unvL1Wt98o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unvL1Wt98o .dropdown-item:hover,
.cid-unvL1Wt98o .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-unvL1Wt98o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unvL1Wt98o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unvL1Wt98o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unvL1Wt98o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unvL1Wt98o .nav-link {
  position: relative;
}
.cid-unvL1Wt98o .container {
  display: flex;
  margin: auto;
}
.cid-unvL1Wt98o .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unvL1Wt98o .dropdown-menu,
.cid-unvL1Wt98o .navbar.opened {
  background: #ffffff !important;
}
.cid-unvL1Wt98o .nav-item:focus,
.cid-unvL1Wt98o .nav-link:focus {
  outline: none;
}
.cid-unvL1Wt98o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unvL1Wt98o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unvL1Wt98o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unvL1Wt98o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unvL1Wt98o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unvL1Wt98o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unvL1Wt98o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-unvL1Wt98o .navbar.opened {
  transition: all 0.3s;
}
.cid-unvL1Wt98o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unvL1Wt98o .navbar .navbar-logo img {
  width: auto;
}
.cid-unvL1Wt98o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unvL1Wt98o .navbar.collapsed {
  justify-content: center;
}
.cid-unvL1Wt98o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unvL1Wt98o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unvL1Wt98o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-unvL1Wt98o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unvL1Wt98o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unvL1Wt98o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unvL1Wt98o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unvL1Wt98o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unvL1Wt98o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unvL1Wt98o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unvL1Wt98o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unvL1Wt98o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unvL1Wt98o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unvL1Wt98o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unvL1Wt98o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unvL1Wt98o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unvL1Wt98o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unvL1Wt98o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unvL1Wt98o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unvL1Wt98o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unvL1Wt98o .navbar.navbar-short {
  min-height: 60px;
}
.cid-unvL1Wt98o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unvL1Wt98o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unvL1Wt98o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unvL1Wt98o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unvL1Wt98o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unvL1Wt98o .dropdown-item.active,
.cid-unvL1Wt98o .dropdown-item:active {
  background-color: transparent;
}
.cid-unvL1Wt98o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unvL1Wt98o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unvL1Wt98o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unvL1Wt98o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-unvL1Wt98o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unvL1Wt98o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unvL1Wt98o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unvL1Wt98o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unvL1Wt98o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unvL1Wt98o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-unvL1Wt98o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unvL1Wt98o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unvL1Wt98o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unvL1Wt98o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unvL1Wt98o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unvL1Wt98o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unvL1Wt98o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unvL1Wt98o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unvL1Wt98o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unvL1Wt98o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unvL1Wt98o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unvL1Wt98o .navbar {
    height: 70px;
  }
  .cid-unvL1Wt98o .navbar.opened {
    height: auto;
  }
  .cid-unvL1Wt98o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uoP1JKCKz5 {
  background-color: #ffffff;
}
.cid-uoP1JKCKz5 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uoP1JKCKz5 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoP1JKCKz5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uoP1JKCKz5 .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uoP1JKCKz5 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uoP1JKCKz5 .mbr-section-title {
  color: #64b334;
}
.cid-uoP1JKCKz5 .mbr-text,
.cid-uoP1JKCKz5 .mbr-section-btn {
  color: #64b334;
}
.cid-uB5AvM5Slk {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB5AvM5Slk .mbr-section-title {
  color: #64b334;
}
.cid-uqHMyj4NyA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uqHMyj4NyA .carousel {
    min-height: 800px;
  }
  .cid-uqHMyj4NyA .carousel img {
    max-height: 800px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uqHMyj4NyA .carousel {
    min-height: 520px;
  }
  .cid-uqHMyj4NyA .carousel img {
    max-height: 520px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uqHMyj4NyA .carousel {
    min-height: 440px;
  }
  .cid-uqHMyj4NyA .carousel img {
    max-height: 440px;
    object-fit: contain;
  }
  .cid-uqHMyj4NyA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uqHMyj4NyA .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uqHMyj4NyA .carousel,
.cid-uqHMyj4NyA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uqHMyj4NyA .item-wrapper {
  width: 100%;
}
.cid-uqHMyj4NyA .carousel-caption {
  bottom: 40px;
}
.cid-uqHMyj4NyA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uqHMyj4NyA .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uqHMyj4NyA .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uqHMyj4NyA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uqHMyj4NyA .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uqHMyj4NyA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uqHMyj4NyA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uqHMyj4NyA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uqHMyj4NyA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uqHMyj4NyA .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uqHMyj4NyA .carousel-indicators li.active,
.cid-uqHMyj4NyA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uqHMyj4NyA .carousel-indicators li::after,
.cid-uqHMyj4NyA .carousel-indicators li::before {
  content: none;
}
.cid-uqHMyj4NyA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uqHMyj4NyA .carousel-indicators {
    display: none !important;
  }
}
.cid-uoP2WeepGk {
  background-image: linear-gradient(360deg, #64b334 10%, #ffffff 100%) !important;
}
.cid-uoP2WeepGk .mbr-section-subtitle {
  color: #39661e;
}
.cid-uoP2WeepGk .mbr-text,
.cid-uoP2WeepGk .mbr-section-btn {
  color: #122009;
}
.cid-uoP53XpKRB {
  background-image: linear-gradient(180deg, #64b334 10%, #122009 100%) !important;
}
.cid-uoP53XpKRB .mbr-text,
.cid-uoP53XpKRB .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uoP53XpKRB .mbr-section-title {
  text-align: left;
}
.cid-unvL1YnrL6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-unvL1YnrL6 .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-unvL1YnrL6 .mbr-section-title DIV {
  text-align: center;
}
.cid-usvV0BBG7X {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-unvL1YybjC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-unvL1YybjC .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unvL1YybjC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unvL1YybjC .row {
    text-align: center;
  }
  .cid-unvL1YybjC .social-row {
    justify-content: center;
  }
}
.cid-unvL1YybjC .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-unvL1YybjC .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unvL1YybjC .list {
    margin-bottom: 0rem;
  }
}
.cid-unvL1YybjC .mbr-text {
  color: #bbbbbb;
}
.cid-unvL1YybjC .mbr-iconfont {
  color: black;
}
.cid-unvL1YybjC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unvL1YybjC H5 {
  color: #abe587;
}
.cid-unvBidEk0s {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-unvBidEk0s nav.navbar {
  position: fixed;
}
.cid-unvBidEk0s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unvBidEk0s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-unvBidEk0s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-unvBidEk0s .dropdown-item:hover,
.cid-unvBidEk0s .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-unvBidEk0s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-unvBidEk0s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-unvBidEk0s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-unvBidEk0s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-unvBidEk0s .nav-link {
  position: relative;
}
.cid-unvBidEk0s .container {
  display: flex;
  margin: auto;
}
.cid-unvBidEk0s .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-unvBidEk0s .dropdown-menu,
.cid-unvBidEk0s .navbar.opened {
  background: #ffffff !important;
}
.cid-unvBidEk0s .nav-item:focus,
.cid-unvBidEk0s .nav-link:focus {
  outline: none;
}
.cid-unvBidEk0s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unvBidEk0s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unvBidEk0s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unvBidEk0s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unvBidEk0s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unvBidEk0s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unvBidEk0s .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-unvBidEk0s .navbar.opened {
  transition: all 0.3s;
}
.cid-unvBidEk0s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-unvBidEk0s .navbar .navbar-logo img {
  width: auto;
}
.cid-unvBidEk0s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-unvBidEk0s .navbar.collapsed {
  justify-content: center;
}
.cid-unvBidEk0s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unvBidEk0s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-unvBidEk0s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-unvBidEk0s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unvBidEk0s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unvBidEk0s .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-unvBidEk0s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unvBidEk0s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-unvBidEk0s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-unvBidEk0s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unvBidEk0s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unvBidEk0s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unvBidEk0s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-unvBidEk0s .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-unvBidEk0s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unvBidEk0s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-unvBidEk0s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-unvBidEk0s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-unvBidEk0s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unvBidEk0s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-unvBidEk0s .navbar.navbar-short {
  min-height: 60px;
}
.cid-unvBidEk0s .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unvBidEk0s .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unvBidEk0s .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unvBidEk0s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-unvBidEk0s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unvBidEk0s .dropdown-item.active,
.cid-unvBidEk0s .dropdown-item:active {
  background-color: transparent;
}
.cid-unvBidEk0s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-unvBidEk0s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unvBidEk0s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unvBidEk0s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-unvBidEk0s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unvBidEk0s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unvBidEk0s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-unvBidEk0s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unvBidEk0s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-unvBidEk0s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-unvBidEk0s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unvBidEk0s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unvBidEk0s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unvBidEk0s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unvBidEk0s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unvBidEk0s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unvBidEk0s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unvBidEk0s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unvBidEk0s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-unvBidEk0s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-unvBidEk0s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unvBidEk0s .navbar {
    height: 70px;
  }
  .cid-unvBidEk0s .navbar.opened {
    height: auto;
  }
  .cid-unvBidEk0s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unvBic8Rpq {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(360deg, #64b334 10%, #abe587 100%) !important;
}
.cid-uo4mtq1Fx5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #64b334;
}
.cid-uo4mtq1Fx5 .nav-tabs .nav-item.open .nav-link:focus,
.cid-uo4mtq1Fx5 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uo4mtq1Fx5 .nav-tabs {
  flex-wrap: wrap;
  border-bottom: 1px solid #abe587;
}
@media (max-width: 767px) {
  .cid-uo4mtq1Fx5 .nav-item {
    width: 100%;
    margin: 0;
  }
}
.cid-uo4mtq1Fx5 .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0 !important;
}
.cid-uo4mtq1Fx5 .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uo4mtq1Fx5 .nav-tabs .nav-item {
  margin-right: 1.5rem;
}
.cid-uo4mtq1Fx5 .nav-link,
.cid-uo4mtq1Fx5 .nav-link.active {
  padding: 1rem 0;
  background-color: transparent;
}
.cid-uo4mtq1Fx5 .nav-tabs .nav-link.active {
  color: #abe587;
  border-bottom: 3px solid #abe587;
}
.cid-uo4mtq1Fx5 H4 {
  text-align: center;
}
.cid-uo4mtq1Fx5 H3 {
  text-align: center;
  color: #ffffff;
}
.cid-uo4mtq1Fx5 P {
  color: #ffffff;
}
.cid-unvBidh1L7 {
  background-image: linear-gradient(360deg, #121212 10%, #64b334 100%) !important;
}
.cid-unvBidvKE0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #121212;
}
.cid-unvBidvKE0 .mbr-section-title {
  color: #121212;
  text-align: center;
}
.cid-unvBidvKE0 .mbr-section-title DIV {
  text-align: center;
}
.cid-unvBie2q1J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-unvBie2q1J .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-unvBie2q1J .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-unvBie2q1J .row {
    text-align: center;
  }
  .cid-unvBie2q1J .social-row {
    justify-content: center;
  }
}
.cid-unvBie2q1J .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-unvBie2q1J .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-unvBie2q1J .list {
    margin-bottom: 0rem;
  }
}
.cid-unvBie2q1J .mbr-text {
  color: #bbbbbb;
}
.cid-unvBie2q1J .mbr-iconfont {
  color: black;
}
.cid-unvBie2q1J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-unvBie2q1J H5 {
  color: #abe587;
}
.cid-udv3faD5PX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udv3faD5PX nav.navbar {
  position: fixed;
}
.cid-udv3faD5PX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udv3faD5PX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udv3faD5PX .dropdown-item:hover,
.cid-udv3faD5PX .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-udv3faD5PX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udv3faD5PX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udv3faD5PX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udv3faD5PX .nav-link {
  position: relative;
}
.cid-udv3faD5PX .container {
  display: flex;
  margin: auto;
}
.cid-udv3faD5PX .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udv3faD5PX .dropdown-menu,
.cid-udv3faD5PX .navbar.opened {
  background: #ffffff !important;
}
.cid-udv3faD5PX .nav-item:focus,
.cid-udv3faD5PX .nav-link:focus {
  outline: none;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udv3faD5PX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udv3faD5PX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-udv3faD5PX .navbar.opened {
  transition: all 0.3s;
}
.cid-udv3faD5PX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udv3faD5PX .navbar .navbar-logo img {
  width: auto;
}
.cid-udv3faD5PX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udv3faD5PX .navbar.collapsed {
  justify-content: center;
}
.cid-udv3faD5PX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udv3faD5PX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udv3faD5PX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udv3faD5PX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udv3faD5PX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udv3faD5PX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udv3faD5PX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udv3faD5PX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udv3faD5PX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udv3faD5PX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udv3faD5PX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udv3faD5PX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udv3faD5PX .navbar.navbar-short {
  min-height: 60px;
}
.cid-udv3faD5PX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udv3faD5PX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udv3faD5PX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udv3faD5PX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udv3faD5PX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udv3faD5PX .dropdown-item.active,
.cid-udv3faD5PX .dropdown-item:active {
  background-color: transparent;
}
.cid-udv3faD5PX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udv3faD5PX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udv3faD5PX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udv3faD5PX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udv3faD5PX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udv3faD5PX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udv3faD5PX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udv3faD5PX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udv3faD5PX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udv3faD5PX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udv3faD5PX .navbar {
    height: 70px;
  }
  .cid-udv3faD5PX .navbar.opened {
    height: auto;
  }
  .cid-udv3faD5PX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udB9ElfT34 {
  background-image: url("../../../assets/images/zeichenflache-85.png");
}
.cid-udB9ElfT34 .mbr-section-title {
  color: #64b334;
  text-align: right;
}
.cid-udB9ElfT34 .mbr-text,
.cid-udB9ElfT34 .mbr-section-btn {
  color: #39661e;
  text-align: right;
}
.cid-udBBLd8ZPI {
  display: flex;
  background-image: url("../../../assets/images/zeichenflache-13.jpeg");
}
.cid-udBBLd8ZPI .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-udBBLd8ZPI .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-udBBLd8ZPI {
    align-items: flex-end;
  }
  .cid-udBBLd8ZPI .row {
    justify-content: flex-start;
  }
  .cid-udBBLd8ZPI .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-udBBLd8ZPI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-udBBLd8ZPI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-udBBLd8ZPI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-udBBLd8ZPI .content-wrap {
    width: 100%;
  }
}
.cid-udBBLd8ZPI .mbr-text,
.cid-udBBLd8ZPI .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
.cid-udBBLd8ZPI .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-ugOoiiHh1n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #64b334;
}
.cid-ugOoiiHh1n .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ugOoiiHh1n [class^="socicon-"]:before,
.cid-ugOoiiHh1n [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-udv9yJ5WuR {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/zeichenflache-5.jpeg");
}
.cid-udv9yJ5WuR img,
.cid-udv9yJ5WuR .item-img {
  width: 100%;
}
.cid-udv9yJ5WuR .item:focus,
.cid-udv9yJ5WuR span:focus {
  outline: none;
}
.cid-udv9yJ5WuR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-udv9yJ5WuR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udv9yJ5WuR .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-udv9yJ5WuR .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udv9yJ5WuR .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-udv9yJ5WuR .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-udv9yJ5WuR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udv9yJ5WuR .mbr-section-title {
  color: #ffffff;
}
.cid-udv9yJ5WuR .mbr-text,
.cid-udv9yJ5WuR .mbr-section-btn {
  text-align: left;
}
.cid-udv9yJ5WuR .item-title {
  text-align: left;
  color: #64b334;
}
.cid-udv9yJ5WuR .item-subtitle {
  text-align: left;
  color: #39661e;
}
.cid-uRFvEqv9Jx {
  background-image: url("../../../assets/images/bg-5.png");
}
.cid-uRFvEqv9Jx .mbr-section-title {
  color: #ffe161;
}
.cid-ugOq8HaTWt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #39661e;
}
.cid-ugOq8HaTWt .media-container-row {
  justify-content: space-between;
}
.cid-ugOq8HaTWt .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-ugOq8HaTWt .text-content {
    max-width: none;
  }
}
.cid-ugOq8HaTWt .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #abe587;
  border: 2px solid #abe587;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ugOq8HaTWt .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-ugOq8HaTWt .mbr-iconfont-social:hover {
  background-color: #abe587;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-ugOq8HaTWt .icons {
    justify-content: center !important;
  }
  .cid-ugOq8HaTWt .text-content * {
    text-align: center;
  }
}
.cid-ugOq8HaTWt .mbr-section-title {
  color: #abe587;
}
.cid-ugOq8HaTWt P {
  color: #abe587;
  text-align: left;
}
.cid-uAC8LLFW5M {
  background-image: linear-gradient(360deg, #4479d9 10%, #39661e 100%) !important;
}
.cid-uAC9IlHHxc {
  background-color: #4479d9;
}
.cid-uAC9IlHHxc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uAC9IlHHxc .image-wrap img {
    display: block;
    margin: auto;
    width: 50%;
  }
}
.cid-uAC9IlHHxc .mbr-section-title {
  color: #ffffff;
}
.cid-uAC9PcuADm {
  background-image: linear-gradient(360deg, #39661e 10%, #4479d9 100%) !important;
}
.cid-uUuFU0nCma {
  background-image: url("../../../assets/images/zeichenflache-71.png");
}
.cid-uUuFU0nCma .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uUuFU0nCma .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUuFU0nCma .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUuFU0nCma .card-wrapper {
    padding: 4rem;
  }
}
.cid-uUuFU0nCma .mbr-text,
.cid-uUuFU0nCma .mbr-section-btn {
  color: #39661e;
  text-align: center;
}
.cid-uUuFU0nCma .card-title,
.cid-uUuFU0nCma .card-box {
  text-align: center;
  color: #64b334;
}
.cid-ujVwdF7qUD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-ujVwdF7qUD .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-ujVwdF7qUD .mbr-section-title DIV {
  text-align: center;
}
.cid-umJZdPEbpT {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uhnrvwFRMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uhnrvwFRMp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhnrvwFRMp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhnrvwFRMp .row {
    text-align: center;
  }
  .cid-uhnrvwFRMp .social-row {
    justify-content: center;
  }
}
.cid-uhnrvwFRMp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhnrvwFRMp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhnrvwFRMp .list {
    margin-bottom: 0rem;
  }
}
.cid-uhnrvwFRMp .mbr-text {
  color: #bbbbbb;
}
.cid-uhnrvwFRMp .mbr-iconfont {
  color: black;
}
.cid-uhnrvwFRMp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhnrvwFRMp H5 {
  color: #abe587;
}
.cid-uQyciFiVL4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uQyciFiVL4 nav.navbar {
  position: fixed;
}
.cid-uQyciFiVL4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQyciFiVL4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uQyciFiVL4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uQyciFiVL4 .dropdown-item:hover,
.cid-uQyciFiVL4 .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-uQyciFiVL4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQyciFiVL4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQyciFiVL4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQyciFiVL4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQyciFiVL4 .nav-link {
  position: relative;
}
.cid-uQyciFiVL4 .container {
  display: flex;
  margin: auto;
}
.cid-uQyciFiVL4 .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uQyciFiVL4 .dropdown-menu,
.cid-uQyciFiVL4 .navbar.opened {
  background: #ffffff !important;
}
.cid-uQyciFiVL4 .nav-item:focus,
.cid-uQyciFiVL4 .nav-link:focus {
  outline: none;
}
.cid-uQyciFiVL4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQyciFiVL4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uQyciFiVL4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQyciFiVL4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQyciFiVL4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQyciFiVL4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQyciFiVL4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uQyciFiVL4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uQyciFiVL4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uQyciFiVL4 .navbar .navbar-logo img {
  width: auto;
}
.cid-uQyciFiVL4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uQyciFiVL4 .navbar.collapsed {
  justify-content: center;
}
.cid-uQyciFiVL4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQyciFiVL4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQyciFiVL4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-uQyciFiVL4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQyciFiVL4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQyciFiVL4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uQyciFiVL4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQyciFiVL4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQyciFiVL4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQyciFiVL4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQyciFiVL4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQyciFiVL4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQyciFiVL4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQyciFiVL4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uQyciFiVL4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQyciFiVL4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQyciFiVL4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uQyciFiVL4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uQyciFiVL4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQyciFiVL4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQyciFiVL4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uQyciFiVL4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uQyciFiVL4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uQyciFiVL4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uQyciFiVL4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uQyciFiVL4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQyciFiVL4 .dropdown-item.active,
.cid-uQyciFiVL4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uQyciFiVL4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQyciFiVL4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQyciFiVL4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQyciFiVL4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uQyciFiVL4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uQyciFiVL4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQyciFiVL4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uQyciFiVL4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uQyciFiVL4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uQyciFiVL4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-uQyciFiVL4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uQyciFiVL4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQyciFiVL4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uQyciFiVL4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uQyciFiVL4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQyciFiVL4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQyciFiVL4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQyciFiVL4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQyciFiVL4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uQyciFiVL4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQyciFiVL4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uQyciFiVL4 .navbar {
    height: 70px;
  }
  .cid-uQyciFiVL4 .navbar.opened {
    height: auto;
  }
  .cid-uQyciFiVL4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQyciFWDpq {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-uQyciFWDpq .mbr-text,
.cid-uQyciFWDpq .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQyciFWDpq .mbr-section-title {
  text-align: center;
}
.cid-uQyciGipvj {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #39661e;
}
.cid-uQyciGipvj .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uQyciGipvj .card {
    border-right: 1px solid white;
  }
}
@media (max-width: 991px) {
  .cid-uQyciGipvj .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
}
.cid-uQyciGipvj .wrapper {
  padding: 30px 0;
}
.cid-uQyciGipvj .mbr-section-title {
  color: #fafafa;
}
.cid-uQyciGipvj .mbr-text,
.cid-uQyciGipvj .mbr-section-btn {
  color: #ffffff;
}
.cid-uQyciGA5Fy {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-uQyciGOImI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-uQyciGOImI .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-uQyciGOImI .mbr-section-title DIV {
  text-align: center;
}
.cid-uQyciH7xcp {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-uQyciHomNK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uQyciHomNK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uQyciHomNK .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uQyciHomNK .row {
    text-align: center;
  }
  .cid-uQyciHomNK .social-row {
    justify-content: center;
  }
}
.cid-uQyciHomNK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uQyciHomNK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uQyciHomNK .list {
    margin-bottom: 0rem;
  }
}
.cid-uQyciHomNK .mbr-text {
  color: #bbbbbb;
}
.cid-uQyciHomNK .mbr-iconfont {
  color: black;
}
.cid-uQyciHomNK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uQyciHomNK H5 {
  color: #abe587;
}
.cid-udv3faD5PX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udv3faD5PX nav.navbar {
  position: fixed;
}
.cid-udv3faD5PX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udv3faD5PX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udv3faD5PX .dropdown-item:hover,
.cid-udv3faD5PX .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-udv3faD5PX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udv3faD5PX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udv3faD5PX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udv3faD5PX .nav-link {
  position: relative;
}
.cid-udv3faD5PX .container {
  display: flex;
  margin: auto;
}
.cid-udv3faD5PX .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udv3faD5PX .dropdown-menu,
.cid-udv3faD5PX .navbar.opened {
  background: #ffffff !important;
}
.cid-udv3faD5PX .nav-item:focus,
.cid-udv3faD5PX .nav-link:focus {
  outline: none;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udv3faD5PX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udv3faD5PX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-udv3faD5PX .navbar.opened {
  transition: all 0.3s;
}
.cid-udv3faD5PX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udv3faD5PX .navbar .navbar-logo img {
  width: auto;
}
.cid-udv3faD5PX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udv3faD5PX .navbar.collapsed {
  justify-content: center;
}
.cid-udv3faD5PX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udv3faD5PX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udv3faD5PX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udv3faD5PX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udv3faD5PX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udv3faD5PX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udv3faD5PX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udv3faD5PX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udv3faD5PX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udv3faD5PX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udv3faD5PX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udv3faD5PX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udv3faD5PX .navbar.navbar-short {
  min-height: 60px;
}
.cid-udv3faD5PX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udv3faD5PX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udv3faD5PX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udv3faD5PX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udv3faD5PX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udv3faD5PX .dropdown-item.active,
.cid-udv3faD5PX .dropdown-item:active {
  background-color: transparent;
}
.cid-udv3faD5PX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udv3faD5PX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udv3faD5PX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udv3faD5PX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udv3faD5PX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udv3faD5PX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udv3faD5PX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udv3faD5PX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udv3faD5PX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udv3faD5PX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udv3faD5PX .navbar {
    height: 70px;
  }
  .cid-udv3faD5PX .navbar.opened {
    height: auto;
  }
  .cid-udv3faD5PX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZS67keuAv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #ffffff 10%, #64b334 100%) !important;
}
.cid-uZS67keuAv .mbr-text,
.cid-uZS67keuAv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uZS67keuAv .mbr-section-title {
  text-align: left;
}
.cid-uZS9sTiL4o {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #64b334;
}
.cid-uZS9sTiL4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZS9sTiL4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZS9sTiL4o .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uZS9sTiL4o .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uZS9sTiL4o .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uZS9sTiL4o .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uZS9sTiL4o .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uZS9sTiL4o .row {
  flex-direction: row-reverse;
}
.cid-uZS9sTiL4o .image-wrapper {
  padding: 0 1rem;
}
.cid-uZS9sTiL4o img,
.cid-uZS9sTiL4o .image-wrapper {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uZS9sTiL4o img,
  .cid-uZS9sTiL4o .image-wrapper {
    max-height: 350px;
  }
}
.cid-uZS9sTiL4o .mbr-section-title {
  color: #000000;
}
.cid-uZS9sTiL4o .mbr-text {
  color: #000000;
}
.cid-uZSa9olq6Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #64b334;
}
.cid-uZSa9olq6Q .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uZSa9olq6Q .panel-group {
  border: none;
}
.cid-uZSa9olq6Q .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uZSa9olq6Q .card-header {
    padding: 0rem;
  }
}
.cid-uZSa9olq6Q .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uZSa9olq6Q .img-col {
  padding: 0;
}
.cid-uZSa9olq6Q .img-item {
  height: 100%;
}
.cid-uZSa9olq6Q img {
  height: 100%;
  object-fit: cover;
}
.cid-uZSa9olq6Q .collapsed span {
  transform: rotate(0deg);
}
.cid-uZSa9olq6Q .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uZSa9olq6Q p {
  margin-bottom: 0.3rem;
}
.cid-uZSa9olq6Q .panel-title-edit {
  color: #000000;
}
.cid-uZSa9olq6Q .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uZSa9olq6Q .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uZSa9olq6Q .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZSa9olq6Q .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uZSa9olq6Q .panel-text {
  color: #000000;
}
.cid-uZSa9olq6Q .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uZSa9olq6Q .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uZSa9olq6Q .panel-title-edit,
.cid-uZSa9olq6Q .mbr-iconfont {
  color: #000000;
}
.cid-uZS6fscnvu {
  background-image: linear-gradient(360deg, #121212 10%, #64b334 100%) !important;
}
.cid-uhnrvwFRMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uhnrvwFRMp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhnrvwFRMp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhnrvwFRMp .row {
    text-align: center;
  }
  .cid-uhnrvwFRMp .social-row {
    justify-content: center;
  }
}
.cid-uhnrvwFRMp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhnrvwFRMp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhnrvwFRMp .list {
    margin-bottom: 0rem;
  }
}
.cid-uhnrvwFRMp .mbr-text {
  color: #bbbbbb;
}
.cid-uhnrvwFRMp .mbr-iconfont {
  color: black;
}
.cid-uhnrvwFRMp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhnrvwFRMp H5 {
  color: #abe587;
}
.cid-v92MpmRCUG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-v92MpmRCUG nav.navbar {
  position: fixed;
}
.cid-v92MpmRCUG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v92MpmRCUG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v92MpmRCUG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v92MpmRCUG .dropdown-item:hover,
.cid-v92MpmRCUG .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-v92MpmRCUG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v92MpmRCUG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v92MpmRCUG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v92MpmRCUG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v92MpmRCUG .nav-link {
  position: relative;
}
.cid-v92MpmRCUG .container {
  display: flex;
  margin: auto;
}
.cid-v92MpmRCUG .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v92MpmRCUG .dropdown-menu,
.cid-v92MpmRCUG .navbar.opened {
  background: #ffffff !important;
}
.cid-v92MpmRCUG .nav-item:focus,
.cid-v92MpmRCUG .nav-link:focus {
  outline: none;
}
.cid-v92MpmRCUG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v92MpmRCUG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v92MpmRCUG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v92MpmRCUG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v92MpmRCUG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v92MpmRCUG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v92MpmRCUG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v92MpmRCUG .navbar.opened {
  transition: all 0.3s;
}
.cid-v92MpmRCUG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v92MpmRCUG .navbar .navbar-logo img {
  width: auto;
}
.cid-v92MpmRCUG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v92MpmRCUG .navbar.collapsed {
  justify-content: center;
}
.cid-v92MpmRCUG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v92MpmRCUG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v92MpmRCUG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-v92MpmRCUG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v92MpmRCUG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v92MpmRCUG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v92MpmRCUG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v92MpmRCUG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v92MpmRCUG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v92MpmRCUG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v92MpmRCUG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v92MpmRCUG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v92MpmRCUG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v92MpmRCUG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v92MpmRCUG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v92MpmRCUG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v92MpmRCUG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v92MpmRCUG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v92MpmRCUG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v92MpmRCUG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v92MpmRCUG .navbar.navbar-short {
  min-height: 60px;
}
.cid-v92MpmRCUG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v92MpmRCUG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v92MpmRCUG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v92MpmRCUG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v92MpmRCUG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v92MpmRCUG .dropdown-item.active,
.cid-v92MpmRCUG .dropdown-item:active {
  background-color: transparent;
}
.cid-v92MpmRCUG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v92MpmRCUG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v92MpmRCUG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v92MpmRCUG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v92MpmRCUG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v92MpmRCUG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v92MpmRCUG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v92MpmRCUG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v92MpmRCUG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v92MpmRCUG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-v92MpmRCUG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v92MpmRCUG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v92MpmRCUG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v92MpmRCUG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v92MpmRCUG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v92MpmRCUG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v92MpmRCUG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v92MpmRCUG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v92MpmRCUG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v92MpmRCUG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v92MpmRCUG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v92MpmRCUG .navbar {
    height: 70px;
  }
  .cid-v92MpmRCUG .navbar.opened {
    height: auto;
  }
  .cid-v92MpmRCUG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v92MpnzFAp {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: linear-gradient(360deg, #64b334 10%, #abe587 100%) !important;
}
.cid-v92MpnMVpI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #64b334;
}
.cid-v92MpnMVpI .item:focus,
.cid-v92MpnMVpI span:focus {
  outline: none;
}
.cid-v92MpnMVpI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v92MpnMVpI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v92MpnMVpI .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-v92MpnMVpI .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v92MpnMVpI .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-v92MpnMVpI .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-v92MpnMVpI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v92MpnMVpI .mbr-section-title {
  color: #ffffff;
}
.cid-v92MpnMVpI .mbr-text,
.cid-v92MpnMVpI .mbr-section-btn {
  text-align: center;
  color: #39661e;
}
.cid-v92MpnMVpI .item-title {
  text-align: center;
  color: #64b334;
}
.cid-v92MpnMVpI .item-subtitle {
  text-align: center;
  color: #64b334;
}
.cid-v92MpnMVpI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-valPk2H7SQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #64b334;
}
.cid-valPk2H7SQ .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-valPk2H7SQ .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-valPk2H7SQ .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-valPk2H7SQ .mbr-section-text {
  color: #64b334;
}
.cid-valPk2H7SQ .mbr-section-title {
  color: #64b334;
}
.cid-valPk2H7SQ .mbr-section-maintitle {
  color: #ffffff;
}
.cid-valPk2H7SQ .mbr-section-maintext,
.cid-valPk2H7SQ .btn-move {
  color: #ffffff;
}
.cid-valP9pUN8o {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #64b334;
}
.cid-valP9pUN8o .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-valP9pUN8o .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-valP9pUN8o .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-valP9pUN8o .mbr-section-title {
  color: #64b334;
}
.cid-valP9pUN8o .mbr-section-text {
  color: #64b334;
}
.cid-v92MpoatlF {
  background-image: linear-gradient(360deg, #122009 10%, #64b334 100%) !important;
}
.cid-v92MpoqPEt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-v92MpoqPEt .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-v92MpoqPEt .mbr-section-title DIV {
  text-align: center;
}
.cid-v92MpoEbKR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-v92MpoSBPG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-v92MpoSBPG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-v92MpoSBPG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v92MpoSBPG .row {
    text-align: center;
  }
  .cid-v92MpoSBPG .social-row {
    justify-content: center;
  }
}
.cid-v92MpoSBPG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-v92MpoSBPG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v92MpoSBPG .list {
    margin-bottom: 0rem;
  }
}
.cid-v92MpoSBPG .mbr-text {
  color: #bbbbbb;
}
.cid-v92MpoSBPG .mbr-iconfont {
  color: black;
}
.cid-v92MpoSBPG .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v92MpoSBPG H5 {
  color: #abe587;
}
.cid-vamhSZi6oK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-vamhSZi6oK nav.navbar {
  position: fixed;
}
.cid-vamhSZi6oK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vamhSZi6oK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vamhSZi6oK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vamhSZi6oK .dropdown-item:hover,
.cid-vamhSZi6oK .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-vamhSZi6oK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vamhSZi6oK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vamhSZi6oK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vamhSZi6oK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vamhSZi6oK .nav-link {
  position: relative;
}
.cid-vamhSZi6oK .container {
  display: flex;
  margin: auto;
}
.cid-vamhSZi6oK .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vamhSZi6oK .dropdown-menu,
.cid-vamhSZi6oK .navbar.opened {
  background: #ffffff !important;
}
.cid-vamhSZi6oK .nav-item:focus,
.cid-vamhSZi6oK .nav-link:focus {
  outline: none;
}
.cid-vamhSZi6oK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vamhSZi6oK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vamhSZi6oK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vamhSZi6oK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vamhSZi6oK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vamhSZi6oK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vamhSZi6oK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-vamhSZi6oK .navbar.opened {
  transition: all 0.3s;
}
.cid-vamhSZi6oK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vamhSZi6oK .navbar .navbar-logo img {
  width: auto;
}
.cid-vamhSZi6oK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vamhSZi6oK .navbar.collapsed {
  justify-content: center;
}
.cid-vamhSZi6oK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vamhSZi6oK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vamhSZi6oK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-vamhSZi6oK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vamhSZi6oK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vamhSZi6oK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vamhSZi6oK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vamhSZi6oK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vamhSZi6oK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vamhSZi6oK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vamhSZi6oK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vamhSZi6oK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vamhSZi6oK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vamhSZi6oK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vamhSZi6oK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vamhSZi6oK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vamhSZi6oK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vamhSZi6oK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vamhSZi6oK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vamhSZi6oK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vamhSZi6oK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vamhSZi6oK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vamhSZi6oK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vamhSZi6oK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vamhSZi6oK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vamhSZi6oK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vamhSZi6oK .dropdown-item.active,
.cid-vamhSZi6oK .dropdown-item:active {
  background-color: transparent;
}
.cid-vamhSZi6oK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vamhSZi6oK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vamhSZi6oK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vamhSZi6oK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vamhSZi6oK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vamhSZi6oK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vamhSZi6oK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vamhSZi6oK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vamhSZi6oK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vamhSZi6oK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-vamhSZi6oK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vamhSZi6oK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vamhSZi6oK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vamhSZi6oK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vamhSZi6oK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vamhSZi6oK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vamhSZi6oK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vamhSZi6oK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vamhSZi6oK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vamhSZi6oK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vamhSZi6oK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vamhSZi6oK .navbar {
    height: 70px;
  }
  .cid-vamhSZi6oK .navbar.opened {
    height: auto;
  }
  .cid-vamhSZi6oK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vamhT0bsSE {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(180deg, #abe587 10%, #64b334 100%) !important;
}
.cid-vamhT0bsSE .mbr-text,
.cid-vamhT0bsSE .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-vamhT0bsSE .mbr-section-title {
  text-align: left;
}
.cid-vamhT0qAzo {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #64b334;
}
.cid-vas7S9UjLi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #64b334;
}
.cid-vas7S9UjLi .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-vas7S9UjLi .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-vas7S9UjLi .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vas7S9UjLi .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vas7S9UjLi .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vas7S9UjLi .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vas7S9UjLi .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-vas7S9UjLi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vas7S9UjLi .card-title {
  color: #64b334;
}
.cid-vas7S9UjLi .mbr-text,
.cid-vas7S9UjLi .mbr-section-btn {
  color: #39661e;
}
.cid-vamhT0F0N1 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #39661e 10%, #64b334 100%) !important;
}
.cid-vamhT0O7yf {
  padding-top: 4rem;
  padding-bottom: 9rem;
  background-color: #39661e;
}
@media (min-width: 1500px) {
  .cid-vamhT0O7yf .container {
    max-width: 1400px;
  }
}
.cid-vamhT0O7yf .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ffe161;
  margin-bottom: 2rem;
}
.cid-vamhT0O7yf .card-wrapper {
  margin-top: 3rem;
}
.cid-vamhT0O7yf .row {
  justify-content: center;
}
.cid-vamhT0O7yf .card-text {
  text-align: center;
  color: #ffffff;
}
.cid-vamhT0O7yf .mbr-section-title {
  color: #ffffff;
}
.cid-vamhT0O7yf .card-title,
.cid-vamhT0O7yf .iconfont-wrapper {
  color: #ffe161;
}
.cid-vamhT13wSh {
  background-image: linear-gradient(360deg, #122009 10%, #39661e 100%) !important;
}
.cid-vamhT13wSh .mbr-text,
.cid-vamhT13wSh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vamhT13wSh .mbr-section-title {
  text-align: center;
}
.cid-vamhT1bbTy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #122009;
}
.cid-vamhT1bbTy .mbr-section-title {
  color: #122009;
  text-align: center;
}
.cid-vamhT1bbTy .mbr-section-title DIV {
  text-align: center;
}
.cid-vamhT1PHRO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #121212 10%, #122009 100%) !important;
}
.cid-vamhT2j3ub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-vamhT2j3ub .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-vamhT2j3ub .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vamhT2j3ub .row {
    text-align: center;
  }
  .cid-vamhT2j3ub .social-row {
    justify-content: center;
  }
}
.cid-vamhT2j3ub .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-vamhT2j3ub .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vamhT2j3ub .list {
    margin-bottom: 0rem;
  }
}
.cid-vamhT2j3ub .mbr-text {
  color: #bbbbbb;
}
.cid-vamhT2j3ub .mbr-iconfont {
  color: black;
}
.cid-vamhT2j3ub .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vamhT2j3ub H5 {
  color: #abe587;
}
.cid-udv3faD5PX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-udv3faD5PX nav.navbar {
  position: fixed;
}
.cid-udv3faD5PX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udv3faD5PX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udv3faD5PX .dropdown-item:hover,
.cid-udv3faD5PX .dropdown-item:focus {
  background: #64b334 !important;
  color: white !important;
}
.cid-udv3faD5PX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udv3faD5PX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udv3faD5PX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udv3faD5PX .nav-link {
  position: relative;
}
.cid-udv3faD5PX .container {
  display: flex;
  margin: auto;
}
.cid-udv3faD5PX .iconfont-wrapper {
  color: #64b334 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udv3faD5PX .dropdown-menu,
.cid-udv3faD5PX .navbar.opened {
  background: #ffffff !important;
}
.cid-udv3faD5PX .nav-item:focus,
.cid-udv3faD5PX .nav-link:focus {
  outline: none;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udv3faD5PX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udv3faD5PX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udv3faD5PX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udv3faD5PX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-udv3faD5PX .navbar.opened {
  transition: all 0.3s;
}
.cid-udv3faD5PX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udv3faD5PX .navbar .navbar-logo img {
  width: auto;
}
.cid-udv3faD5PX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udv3faD5PX .navbar.collapsed {
  justify-content: center;
}
.cid-udv3faD5PX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udv3faD5PX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udv3faD5PX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.9rem);
  }
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udv3faD5PX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udv3faD5PX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udv3faD5PX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udv3faD5PX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udv3faD5PX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udv3faD5PX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udv3faD5PX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udv3faD5PX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udv3faD5PX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udv3faD5PX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udv3faD5PX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udv3faD5PX .navbar.navbar-short {
  min-height: 60px;
}
.cid-udv3faD5PX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udv3faD5PX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udv3faD5PX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udv3faD5PX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udv3faD5PX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udv3faD5PX .dropdown-item.active,
.cid-udv3faD5PX .dropdown-item:active {
  background-color: transparent;
}
.cid-udv3faD5PX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udv3faD5PX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udv3faD5PX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-udv3faD5PX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udv3faD5PX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udv3faD5PX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udv3faD5PX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udv3faD5PX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #64b334;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udv3faD5PX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udv3faD5PX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udv3faD5PX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udv3faD5PX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udv3faD5PX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udv3faD5PX .navbar {
    height: 70px;
  }
  .cid-udv3faD5PX .navbar.opened {
    height: auto;
  }
  .cid-udv3faD5PX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcZTWA5WJQ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: linear-gradient(360deg, #ffe161 10%, #ffffff 100%) !important;
}
.cid-vdKcS8fvLD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-vdKcS8fvLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdKcS8fvLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdKcS8fvLD .card-wrapper {
  background: #635727;
}
@media (max-width: 767px) {
  .cid-vdKcS8fvLD .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdKcS8fvLD .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vdKcS8fvLD .card-wrapper {
    padding: 4rem;
  }
}
.cid-vdKcS8fvLD .mbr-text,
.cid-vdKcS8fvLD .mbr-section-btn {
  text-align: center;
  color: #ffe161;
}
.cid-vdKcS8fvLD .card-title {
  color: #ffe161;
}
.cid-vcZRaOtCVy {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #ffe161;
}
.cid-vcZRaOtCVy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcZRaOtCVy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcZRaOtCVy .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vcZRaOtCVy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcZRaOtCVy .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-vcZRaOtCVy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcZRaOtCVy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vcZRaOtCVy .mbr-section-title {
  color: #000000;
}
.cid-vcZRaOtCVy .mbr-text,
.cid-vcZRaOtCVy .mbr-section-btn {
  color: #000000;
}
.cid-vcZRaOtCVy img {
  width: 100%;
  height: 100%;
}
.cid-vdK3Q8wEtQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-vdK3Q8wEtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdK3Q8wEtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdK3Q8wEtQ .mbr-description {
  text-align: left;
}
.cid-vdK3Q8wEtQ .item-wrapper {
  background: #635727;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-vdK3Q8wEtQ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdK3Q8wEtQ .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-vdK3Q8wEtQ .card-title,
.cid-vdK3Q8wEtQ .iconfont-wrapper {
  color: #ffe161;
}
.cid-vdK3Q8wEtQ .card-text {
  color: #000000;
}
.cid-vdK3Q8wEtQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdK3Q8wEtQ .mbr-number {
  color: #9fe870;
}
.cid-vdK3Q8wEtQ .mbr-text,
.cid-vdK3Q8wEtQ .mbr-section-btn {
  text-align: center;
}
.cid-vdK3Q8wEtQ .card-text,
.cid-vdK3Q8wEtQ .item .mbr-section-btn {
  text-align: left;
  color: #ffe161;
}
.cid-vdK3Q8wEtQ .mbr-section-btn {
  margin-top: 1rem;
}
.cid-vdK3Q8wEtQ .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vdK3Q8wEtQ .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vdK3Q8wEtQ .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-vdK3Q8wEtQ .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vdK3Q8wEtQ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vdK3Q8wEtQ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vdK3Q8wEtQ .card-title {
  text-align: left;
}
.cid-vdK3Q8wEtQ .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vdK3Q8wEtQ .item-content .item-footer {
  margin-top: auto;
}
.cid-vcZU2c2I0b {
  background-image: linear-gradient(360deg, #121212 10%, #ffe161 100%) !important;
}
.cid-uhnrvwFRMp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #121212;
}
.cid-uhnrvwFRMp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uhnrvwFRMp .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uhnrvwFRMp .row {
    text-align: center;
  }
  .cid-uhnrvwFRMp .social-row {
    justify-content: center;
  }
}
.cid-uhnrvwFRMp .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uhnrvwFRMp .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhnrvwFRMp .list {
    margin-bottom: 0rem;
  }
}
.cid-uhnrvwFRMp .mbr-text {
  color: #bbbbbb;
}
.cid-uhnrvwFRMp .mbr-iconfont {
  color: black;
}
.cid-uhnrvwFRMp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uhnrvwFRMp H5 {
  color: #abe587;
}
