body {
  font-family: Epilogue;
}
.display-1 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.825rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.03125rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.66rem;
    font-size: calc( 0.93875rem + (0.825 - 0.93875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93875rem + (0.825 - 0.93875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.125rem 1.875rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #419f00 !important;
}
.bg-success {
  background-color: #72cb10 !important;
}
.bg-info {
  background-color: #a9e159 !important;
}
.bg-warning {
  background-color: #ffffbb !important;
}
.bg-danger {
  background-color: #304b85 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #419f00 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary span:before,
.btn-primary:active span:before {
  color: #f6f6f6;
}
.btn-primary span:after,
.btn-primary:active span:after {
  color: #f6f6f6;
}
.btn-primary:before,
.btn-primary:active:before {
  color: #f6f6f6;
}
.btn-primary:after,
.btn-primary:active:after {
  color: #f6f6f6;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #419f00 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5ab507 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary span:before,
.btn-secondary:active span:before {
  color: #000000;
}
.btn-secondary span:after,
.btn-secondary:active span:after {
  color: #000000;
}
.btn-secondary:before,
.btn-secondary:active:before {
  color: #000000;
}
.btn-secondary:after,
.btn-secondary:active:after {
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #5ab507 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-info,
.btn-info:active {
  background-color: #a9e159 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info span:before,
.btn-info:active span:before {
  color: #000000;
}
.btn-info span:after,
.btn-info:active span:after {
  color: #000000;
}
.btn-info:before,
.btn-info:active:before {
  color: #000000;
}
.btn-info:after,
.btn-info:active:after {
  color: #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #a9e159 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-success,
.btn-success:active {
  background-color: #72cb10 !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success span:before,
.btn-success:active span:before {
  color: #000000;
}
.btn-success span:after,
.btn-success:active span:after {
  color: #000000;
}
.btn-success:before,
.btn-success:active:before {
  color: #000000;
}
.btn-success:after,
.btn-success:active:after {
  color: #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #72cb10 !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffbb !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning span:before,
.btn-warning:active span:before {
  color: #000000;
}
.btn-warning span:after,
.btn-warning:active span:after {
  color: #000000;
}
.btn-warning:before,
.btn-warning:active:before {
  color: #000000;
}
.btn-warning:after,
.btn-warning:active:after {
  color: #000000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffbb !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #304b85 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger span:before,
.btn-danger:active span:before {
  color: #f6f6f6;
}
.btn-danger span:after,
.btn-danger:active span:after {
  color: #f6f6f6;
}
.btn-danger:before,
.btn-danger:active:before {
  color: #f6f6f6;
}
.btn-danger:after,
.btn-danger:active:after {
  color: #f6f6f6;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #304b85 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #000000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white span:before,
.btn-white:active span:before {
  color: #000000;
}
.btn-white span:after,
.btn-white:active span:after {
  color: #000000;
}
.btn-white:before,
.btn-white:active:before {
  color: #000000;
}
.btn-white:after,
.btn-white:active:after {
  color: #000000;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #fafafa !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-black,
.btn-black:active {
  background-color: #1d2c35 !important;
  border-color: #f6f6f6 !important;
  color: #f6f6f6 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black span:before,
.btn-black:active span:before {
  color: #f6f6f6;
}
.btn-black span:after,
.btn-black:active span:after {
  color: #f6f6f6;
}
.btn-black:before,
.btn-black:active:before {
  color: #f6f6f6;
}
.btn-black:after,
.btn-black:active:after {
  color: #f6f6f6;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #1d2c35 !important;
  background-color: #f6f6f6 !important;
  border-color: #f6f6f6 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #f6f6f6 !important;
  background-color: #000000 !important;
  border-color: #1d2c35  !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #419f00;
  color: #419f00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #173900 !important;
  background-color: transparent!important;
  border-color: #173900 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #173900 !important;
  background-color: #173900 !important;
  border-color: #419f00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #5ab507;
  color: #5ab507;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #295303 !important;
  background-color: transparent!important;
  border-color: #295303 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #295303 !important;
  background-color: #295303 !important;
  border-color: #5ab507 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a9e159;
  color: #a9e159;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #77b420 !important;
  background-color: transparent!important;
  border-color: #77b420 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #77b420 !important;
  background-color: #77b420 !important;
  border-color: #a9e159 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #72cb10;
  color: #72cb10;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3d6c09 !important;
  background-color: transparent!important;
  border-color: #3d6c09 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3d6c09 !important;
  background-color: #3d6c09 !important;
  border-color: #72cb10 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffffbb;
  color: #ffffbb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: #f6f6f6 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #f6f6f6 !important;
  background-color: #f6f6f6 !important;
  border-color: #ffffbb !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #304b85;
  color: #304b85;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: #f6f6f6 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #f6f6f6 !important;
  background-color: #f6f6f6 !important;
  border-color: #304b85 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #f6f6f6 !important;
  background-color: transparent!important;
  border-color: #f6f6f6 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #f6f6f6 !important;
  background-color: #f6f6f6 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c7c7c7 !important;
  background-color: transparent!important;
  border-color: #c7c7c7 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #c7c7c7 !important;
  background-color: #c7c7c7 !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #419f00 !important;
}
.text-secondary {
  color: #5ab507 !important;
}
.text-success {
  color: #72cb10 !important;
}
.text-info {
  color: #a9e159 !important;
}
.text-warning {
  color: #ffffbb !important;
}
.text-danger {
  color: #304b85 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #1d2c35 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #173900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #295303 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3d6c09 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #77b420 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffff55 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #15213a !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: #416377 !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: #419f00;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a9e159;
}
.alert-warning {
  background-color: #ffffbb;
}
.alert-danger {
  background-color: #304b85;
}
.mbr-gallery-filter li.active .btn {
  background-color: #419f00;
  border-color: #419f00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #419f00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7bff20;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5f9ae;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #6b89ca;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.825rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.03125rem;
}
.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: #419f00 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 0.825rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.03125rem;
}
blockquote {
  border-color: #419f00;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #419f00;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #419f00;
}
.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: #419f00;
  border-bottom-color: #419f00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #419f00 !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: #5ab507 !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='%23419f00' %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-ss6wZGEoqI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ss6wZGEoqI nav.navbar {
  position: fixed;
}
.cid-ss6wZGEoqI .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-ss6wZGEoqI .btn-padding span {
  line-height: 10px;
}
.cid-ss6wZGEoqI .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-ss6wZGEoqI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ss6wZGEoqI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ss6wZGEoqI .dropdown-item:hover,
.cid-ss6wZGEoqI .dropdown-item:focus {
  background: #419f00 !important;
  color: white !important;
}
.cid-ss6wZGEoqI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ss6wZGEoqI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ss6wZGEoqI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ss6wZGEoqI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ss6wZGEoqI .nav-link {
  position: relative;
}
.cid-ss6wZGEoqI .container {
  display: flex;
  margin: auto;
}
.cid-ss6wZGEoqI .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ss6wZGEoqI .dropdown-menu,
.cid-ss6wZGEoqI .navbar.opened {
  background: #f3f7f9 !important;
}
.cid-ss6wZGEoqI .nav-item:focus,
.cid-ss6wZGEoqI .nav-link:focus {
  outline: none;
}
.cid-ss6wZGEoqI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ss6wZGEoqI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ss6wZGEoqI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ss6wZGEoqI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ss6wZGEoqI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ss6wZGEoqI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ss6wZGEoqI .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: #f3f7f9;
}
.cid-ss6wZGEoqI .navbar.opened {
  transition: all 0.3s;
}
.cid-ss6wZGEoqI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ss6wZGEoqI .navbar .navbar-logo img {
  width: auto;
}
.cid-ss6wZGEoqI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ss6wZGEoqI .navbar.collapsed {
  justify-content: center;
}
.cid-ss6wZGEoqI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ss6wZGEoqI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ss6wZGEoqI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-ss6wZGEoqI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ss6wZGEoqI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ss6wZGEoqI .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-ss6wZGEoqI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ss6wZGEoqI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ss6wZGEoqI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ss6wZGEoqI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ss6wZGEoqI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ss6wZGEoqI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ss6wZGEoqI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ss6wZGEoqI .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-ss6wZGEoqI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ss6wZGEoqI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ss6wZGEoqI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ss6wZGEoqI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ss6wZGEoqI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ss6wZGEoqI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ss6wZGEoqI .navbar.navbar-short {
  min-height: 60px;
}
.cid-ss6wZGEoqI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ss6wZGEoqI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ss6wZGEoqI .navbar-brand {
  display: flex;
  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-ss6wZGEoqI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ss6wZGEoqI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ss6wZGEoqI .dropdown-item.active,
.cid-ss6wZGEoqI .dropdown-item:active {
  background-color: transparent;
}
.cid-ss6wZGEoqI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ss6wZGEoqI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ss6wZGEoqI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ss6wZGEoqI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f7f9;
}
.cid-ss6wZGEoqI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ss6wZGEoqI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ss6wZGEoqI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ss6wZGEoqI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ss6wZGEoqI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ss6wZGEoqI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-ss6wZGEoqI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ss6wZGEoqI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ss6wZGEoqI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ss6wZGEoqI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ss6wZGEoqI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ss6wZGEoqI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ss6wZGEoqI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ss6wZGEoqI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ss6wZGEoqI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ss6wZGEoqI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ss6wZGEoqI .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-ss6wZGEoqI .navbar {
    height: 70px;
  }
  .cid-ss6wZGEoqI .navbar.opened {
    height: auto;
  }
  .cid-ss6wZGEoqI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ss6wZGEoqI SPAN {
  font-size: 14px;
}
.cid-ss6x0h64SY {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-8-1920x1280.jpg");
}
@media (min-width: 992px) {
  .cid-ss6x0h64SY .column {
    margin-left: 4rem;
  }
}
.cid-ss6x0h64SY .mbr-section-title {
  color: #419f00;
}
.cid-ss6x0h64SY .mbr-section-subtitle {
  color: #72cb10;
}
.cid-t0UUvCEV4z {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-t0UUvCEV4z .team-card {
  overflow: hidden;
}
.cid-t0UUvCEV4z .team-card:hover img {
  transform: scale(1.2);
}
.cid-t0UUvCEV4z .mbr-section-subtitle {
  opacity: 0.7;
}
.cid-t0UUvCEV4z .team-card {
  padding: 0rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t0UUvCEV4z .content-wrap {
  position: relative;
}
.cid-t0UUvCEV4z .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t0UUvCEV4z .card-wrap {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-t0UUvCEV4z img {
  filter: brightness(0.4);
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cid-t0UUvCEV4z .main-heading {
  margin-bottom: 2.2rem;
}
.cid-t0UUvCEV4z .btn {
  margin-top: 3rem;
}
.cid-t0UUvCEV4z .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-t0UUvCEV4z .card-wrap {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0UUvCEV4z .card-wrap {
    padding: 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0UUvCEV4z .card-wrap {
    padding: 4.5rem 6rem 3.5rem;
  }
}
.cid-t0UUvCEV4z H6 {
  color: #a9e159;
}
.cid-t0UUwqWmZW {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-t0UUwqWmZW .team-card {
  overflow: hidden;
}
.cid-t0UUwqWmZW .team-card:hover img {
  transform: scale(1.2);
}
.cid-t0UUwqWmZW .mbr-section-subtitle {
  opacity: 0.7;
}
.cid-t0UUwqWmZW .team-card {
  padding: 0rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t0UUwqWmZW .content-wrap {
  position: relative;
}
.cid-t0UUwqWmZW .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t0UUwqWmZW .card-wrap {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-t0UUwqWmZW img {
  filter: brightness(0.3);
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cid-t0UUwqWmZW .main-heading {
  margin-bottom: 2.2rem;
}
.cid-t0UUwqWmZW .btn {
  margin-top: 3rem;
}
.cid-t0UUwqWmZW .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-t0UUwqWmZW .card-wrap {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0UUwqWmZW .card-wrap {
    padding: 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0UUwqWmZW .card-wrap {
    padding: 4.5rem 6rem 3.5rem;
  }
}
.cid-t0UUwqWmZW H6 {
  color: #a9e159;
}
.cid-t0UUuzYxzP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0UUuzYxzP .mbr-section-title {
  text-align: center;
  color: #419f00;
}
.cid-t0UUuzYxzP .mbr-section-subtitle {
  text-align: center;
}
.cid-t0UUtGXqch {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t0UUtGXqch .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #72cb10;
  margin-bottom: 2rem;
}
.cid-t0UUtGXqch .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #d8eee1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t0UUtGXqch .card-title {
  color: #72cb10;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0UUtGXqch .column {
    margin-bottom: 2rem;
  }
  .cid-t0UUtGXqch .last1 {
    margin-bottom: 0;
  }
  .cid-t0UUtGXqch .last2 {
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .cid-t0UUtGXqch .column {
    margin-bottom: 2rem;
  }
  .cid-t0UUtGXqch .last2 {
    margin-bottom: 0;
  }
}
.cid-t0UUtGXqch .card-title,
.cid-t0UUtGXqch .card-box {
  color: #353535;
}
.cid-t0UZvyIKBQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0UZvyIKBQ .mbr-section-title {
  text-align: center;
  color: #419f00;
}
.cid-t0UZvyIKBQ .mbr-section-subtitle {
  text-align: center;
}
.cid-t0UEf6abJU {
  padding-top: 2rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0UEf6abJU img {
  width: 120px;
  margin: auto;
}
.cid-t0UEf6abJU .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t0UEf6abJU .card {
    max-width: 12.5%;
  }
}
.cid-t0V3qsKU31 {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0V3qsKU31 img {
  width: 120px;
  margin: auto;
}
.cid-t0V3qsKU31 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t0V3qsKU31 .card {
    max-width: 12.5%;
  }
}
.cid-t0V6zeioOr {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0V6zeioOr img {
  width: 120px;
  margin: auto;
}
.cid-t0V6zeioOr .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t0V6zeioOr .card {
    max-width: 12.5%;
  }
}
.cid-t0VeQBIlcB {
  padding-top: 0rem;
  margin: 0 auto;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0VeQBIlcB img {
  width: 120px;
  margin: auto;
}
.cid-t0VeQBIlcB .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t0VeQBIlcB .card {
    max-width: 12.5%;
  }
}
.cid-t0UUxDCT7C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0UUxDCT7C .mbr-text,
.cid-t0UUxDCT7C .mbr-section-btn {
  color: #1d2c35;
}
.cid-t0UUxDCT7C .card-title,
.cid-t0UUxDCT7C .card-box {
  color: #419f00;
}
.cid-t0UUxDCT7C .mbr-text,
.cid-t0UUxDCT7C .link-wrap {
  color: #1d2c35;
}
.cid-t0KCciZ54J {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0KCciZ54J .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t0KCciZ54J .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t0KCciZ54J .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t0KCciZ54J .row {
    text-align: center;
  }
  .cid-t0KCciZ54J .row > div {
    margin: auto;
  }
  .cid-t0KCciZ54J .social-row {
    justify-content: center;
  }
}
.cid-t0KCciZ54J .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t0KCciZ54J .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0KCciZ54J .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0KCciZ54J .list {
    margin-bottom: 0rem;
  }
}
.cid-t0KCciZ54J .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;
}
.cid-t0KCciZ54J .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t0KCciZ54J div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t0KCciZ54J .mbr-section-subtitle {
  color: #ffffbb;
}
.cid-t0KNHUIMCD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0KNHUIMCD nav.navbar {
  position: fixed;
}
.cid-t0KNHUIMCD .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-t0KNHUIMCD .btn-padding span {
  line-height: 10px;
}
.cid-t0KNHUIMCD .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-t0KNHUIMCD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0KNHUIMCD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0KNHUIMCD .dropdown-item:hover,
.cid-t0KNHUIMCD .dropdown-item:focus {
  background: #419f00 !important;
  color: white !important;
}
.cid-t0KNHUIMCD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0KNHUIMCD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0KNHUIMCD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0KNHUIMCD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0KNHUIMCD .nav-link {
  position: relative;
}
.cid-t0KNHUIMCD .container {
  display: flex;
  margin: auto;
}
.cid-t0KNHUIMCD .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0KNHUIMCD .dropdown-menu,
.cid-t0KNHUIMCD .navbar.opened {
  background: #f3f7f9 !important;
}
.cid-t0KNHUIMCD .nav-item:focus,
.cid-t0KNHUIMCD .nav-link:focus {
  outline: none;
}
.cid-t0KNHUIMCD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0KNHUIMCD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0KNHUIMCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0KNHUIMCD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0KNHUIMCD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0KNHUIMCD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0KNHUIMCD .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: #f3f7f9;
}
.cid-t0KNHUIMCD .navbar.opened {
  transition: all 0.3s;
}
.cid-t0KNHUIMCD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0KNHUIMCD .navbar .navbar-logo img {
  width: auto;
}
.cid-t0KNHUIMCD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0KNHUIMCD .navbar.collapsed {
  justify-content: center;
}
.cid-t0KNHUIMCD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0KNHUIMCD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0KNHUIMCD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-t0KNHUIMCD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0KNHUIMCD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0KNHUIMCD .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-t0KNHUIMCD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0KNHUIMCD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0KNHUIMCD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0KNHUIMCD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0KNHUIMCD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0KNHUIMCD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0KNHUIMCD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0KNHUIMCD .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-t0KNHUIMCD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0KNHUIMCD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0KNHUIMCD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0KNHUIMCD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0KNHUIMCD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0KNHUIMCD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0KNHUIMCD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0KNHUIMCD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0KNHUIMCD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0KNHUIMCD .navbar-brand {
  display: flex;
  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-t0KNHUIMCD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0KNHUIMCD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0KNHUIMCD .dropdown-item.active,
.cid-t0KNHUIMCD .dropdown-item:active {
  background-color: transparent;
}
.cid-t0KNHUIMCD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0KNHUIMCD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0KNHUIMCD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0KNHUIMCD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f7f9;
}
.cid-t0KNHUIMCD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0KNHUIMCD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0KNHUIMCD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0KNHUIMCD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0KNHUIMCD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0KNHUIMCD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-t0KNHUIMCD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0KNHUIMCD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0KNHUIMCD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0KNHUIMCD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0KNHUIMCD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0KNHUIMCD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0KNHUIMCD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0KNHUIMCD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0KNHUIMCD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0KNHUIMCD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0KNHUIMCD .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-t0KNHUIMCD .navbar {
    height: 70px;
  }
  .cid-t0KNHUIMCD .navbar.opened {
    height: auto;
  }
  .cid-t0KNHUIMCD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0KNHUIMCD SPAN {
  font-size: 14px;
}
.cid-t0PjH6LVnW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-5-1920x1280.jpeg");
}
.cid-t0PjH6LVnW .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-t0PjH6LVnW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0PjH6LVnW .image-wrapper img {
  border-radius: 7px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t0PjH6LVnW .image-wrapper {
    margin-left: 4rem;
  }
  .cid-t0PjH6LVnW .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-t0PjH6LVnW .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-t0PjH6LVnW .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0PjH6LVnW .mbr-section-title {
  color: #419f00;
}
.cid-t0Pnxztryq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0Pnxztryq .mbr-section-title {
  text-align: center;
  color: #419f00;
}
.cid-t0Pnxztryq .mbr-section-subtitle {
  text-align: center;
}
.cid-t0PkGZ0F94 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t0PkGZ0F94 img,
.cid-t0PkGZ0F94 .item-img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-t0PkGZ0F94 .item-img {
  position: relative;
}
.cid-t0PkGZ0F94 .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #dddddd;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-t0PkGZ0F94 .item-img:hover {
  transform: translateY(-7px);
}
.cid-t0PkGZ0F94 .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t0PkGZ0F94 .item:nth-child(1),
  .cid-t0PkGZ0F94 .item:nth-child(2),
  .cid-t0PkGZ0F94 .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-t0PkGZ0F94 .item:nth-child(2),
  .cid-t0PkGZ0F94 .item:nth-child(5),
  .cid-t0PkGZ0F94 .item:nth-child(8),
  .cid-t0PkGZ0F94 .item:nth-child(11),
  .cid-t0PkGZ0F94 .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-t0PkGZ0F94 .item-title {
  margin-bottom: 1rem;
  color: #419f00;
}
.cid-t0PkGZ0F94 .item_content {
  margin-top: 27px;
}
.cid-t0PkGZ0F94 .mbr-text {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-t0PkGZ0F94 .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-t0PkGZ0F94 .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-t0PjGbwWUv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0PjGbwWUv .mbr-text,
.cid-t0PjGbwWUv .mbr-section-btn {
  color: #1d2c35;
}
.cid-t0PjGbwWUv .card-title,
.cid-t0PjGbwWUv .card-box {
  color: #419f00;
}
.cid-t0PjGbwWUv .mbr-text,
.cid-t0PjGbwWUv .link-wrap {
  color: #1d2c35;
}
.cid-t0KNI6epMd {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0KNI6epMd .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t0KNI6epMd .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t0KNI6epMd .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t0KNI6epMd .row {
    text-align: center;
  }
  .cid-t0KNI6epMd .row > div {
    margin: auto;
  }
  .cid-t0KNI6epMd .social-row {
    justify-content: center;
  }
}
.cid-t0KNI6epMd .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t0KNI6epMd .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0KNI6epMd .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0KNI6epMd .list {
    margin-bottom: 0rem;
  }
}
.cid-t0KNI6epMd .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;
}
.cid-t0KNI6epMd .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t0KNI6epMd div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t0KNI6epMd .mbr-section-subtitle {
  color: #ffffbb;
}
.cid-t0KNT6H61r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0KNT6H61r nav.navbar {
  position: fixed;
}
.cid-t0KNT6H61r .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-t0KNT6H61r .btn-padding span {
  line-height: 10px;
}
.cid-t0KNT6H61r .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-t0KNT6H61r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0KNT6H61r .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0KNT6H61r .dropdown-item:hover,
.cid-t0KNT6H61r .dropdown-item:focus {
  background: #419f00 !important;
  color: white !important;
}
.cid-t0KNT6H61r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0KNT6H61r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0KNT6H61r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0KNT6H61r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0KNT6H61r .nav-link {
  position: relative;
}
.cid-t0KNT6H61r .container {
  display: flex;
  margin: auto;
}
.cid-t0KNT6H61r .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0KNT6H61r .dropdown-menu,
.cid-t0KNT6H61r .navbar.opened {
  background: #f3f7f9 !important;
}
.cid-t0KNT6H61r .nav-item:focus,
.cid-t0KNT6H61r .nav-link:focus {
  outline: none;
}
.cid-t0KNT6H61r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0KNT6H61r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0KNT6H61r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0KNT6H61r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0KNT6H61r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0KNT6H61r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0KNT6H61r .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: #f3f7f9;
}
.cid-t0KNT6H61r .navbar.opened {
  transition: all 0.3s;
}
.cid-t0KNT6H61r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0KNT6H61r .navbar .navbar-logo img {
  width: auto;
}
.cid-t0KNT6H61r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0KNT6H61r .navbar.collapsed {
  justify-content: center;
}
.cid-t0KNT6H61r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0KNT6H61r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0KNT6H61r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-t0KNT6H61r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0KNT6H61r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0KNT6H61r .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-t0KNT6H61r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0KNT6H61r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0KNT6H61r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0KNT6H61r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0KNT6H61r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0KNT6H61r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0KNT6H61r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0KNT6H61r .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-t0KNT6H61r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0KNT6H61r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0KNT6H61r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0KNT6H61r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0KNT6H61r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0KNT6H61r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0KNT6H61r .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0KNT6H61r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0KNT6H61r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0KNT6H61r .navbar-brand {
  display: flex;
  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-t0KNT6H61r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0KNT6H61r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0KNT6H61r .dropdown-item.active,
.cid-t0KNT6H61r .dropdown-item:active {
  background-color: transparent;
}
.cid-t0KNT6H61r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0KNT6H61r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0KNT6H61r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0KNT6H61r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f7f9;
}
.cid-t0KNT6H61r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0KNT6H61r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0KNT6H61r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0KNT6H61r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0KNT6H61r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0KNT6H61r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-t0KNT6H61r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0KNT6H61r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0KNT6H61r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0KNT6H61r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0KNT6H61r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0KNT6H61r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0KNT6H61r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0KNT6H61r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0KNT6H61r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0KNT6H61r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0KNT6H61r .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-t0KNT6H61r .navbar {
    height: 70px;
  }
  .cid-t0KNT6H61r .navbar.opened {
    height: auto;
  }
  .cid-t0KNT6H61r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0KNT6H61r SPAN {
  font-size: 14px;
}
.cid-t0KNT7X8Cd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background20.jpg");
}
@media (min-width: 992px) {
  .cid-t0KNT7X8Cd .column {
    margin-left: 4rem;
  }
}
.cid-t0KNT8sAiR {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0KNT8sAiR .content-wrapper {
  background: #d8eee1;
}
@media (max-width: 991px) {
  .cid-t0KNT8sAiR .content-wrapper .row {
    flex-direction: column;
  }
  .cid-t0KNT8sAiR .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t0KNT8sAiR .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0KNT8sAiR .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0KNT8sAiR .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t0KNT8sAiR .content-wrapper .text-wrapper {
    padding-right: 2rem;
    margin-left: 4rem;
  }
}
.cid-t0KNT8sAiR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t0KNT92kE8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0KNT92kE8 .cards-bg1 {
  background: #d8eee1;
}
.cid-t0KNT92kE8 .cards-bg2 {
  background: #f3f7f9;
}
.cid-t0KNT92kE8 .cards-bg3 {
  background: #fef2f2;
}
.cid-t0KNT92kE8 .cards-bg4 {
  background: #fafafa;
}
.cid-t0KNT92kE8 .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-t0KNT92kE8 .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-t0KNT9GIrG {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0KNT9GIrG .mbr-text,
.cid-t0KNT9GIrG .mbr-section-btn {
  color: #212529;
}
.cid-t0KNT9GIrG .card-title,
.cid-t0KNT9GIrG .card-box {
  color: #212529;
}
.cid-t0KNT9GIrG .mbr-text,
.cid-t0KNT9GIrG .link-wrap {
  color: #212529;
}
.cid-t0KNTa7qL0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0KNTa7qL0 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #72cb10;
  margin-bottom: 2rem;
}
.cid-t0KNTa7qL0 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #d8eee1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t0KNTa7qL0 .card-title {
  color: #72cb10;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0KNTa7qL0 .column {
    margin-bottom: 2rem;
  }
  .cid-t0KNTa7qL0 .last1 {
    margin-bottom: 0;
  }
  .cid-t0KNTa7qL0 .last2 {
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .cid-t0KNTa7qL0 .column {
    margin-bottom: 2rem;
  }
  .cid-t0KNTa7qL0 .last2 {
    margin-bottom: 0;
  }
}
.cid-t0KNTaIHOz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0KNTaIHOz .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #72cb10;
  margin-bottom: 2rem;
}
.cid-t0KNTaIHOz .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #d8eee1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t0KNTaIHOz .card-title {
  color: #72cb10;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0KNTaIHOz .column {
    margin-bottom: 2rem;
  }
  .cid-t0KNTaIHOz .last1 {
    margin-bottom: 0;
  }
  .cid-t0KNTaIHOz .last2 {
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .cid-t0KNTaIHOz .column {
    margin-bottom: 2rem;
  }
  .cid-t0KNTaIHOz .last2 {
    margin-bottom: 0;
  }
}
.cid-t0KNTbdEsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0KNTbdEsX .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-t0KNTbdEsX .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-t0KNTbdEsX .panel-group {
  border: none;
}
.cid-t0KNTbdEsX .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t0KNTbdEsX .panel-body,
.cid-t0KNTbdEsX .card-header {
  padding: 1rem 0;
}
.cid-t0KNTbdEsX .panel-title-edit {
  color: #1d2c35;
}
.cid-t0KNTbdEsX .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t0KNTbUpjI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-t0KNTbUpjI svg {
  margin-right: 10px;
  fill: currentColor;
}
.cid-t0KNTbUpjI .item-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-t0KNTbUpjI .item-wrap h4 {
  font-weight: 400;
}
.cid-t0KNTbUpjI .list {
  margin-left: 0;
  padding-left: 0;
}
.cid-t0KNTbUpjI .list-group-item {
  background-color: transparent;
  padding: .5rem 1rem;
}
.cid-t0KNTbUpjI .plan-body {
  padding-bottom: 2rem;
}
.cid-t0KNTbUpjI .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding: 0;
}
.cid-t0KNTbUpjI .price {
  color: #1d2c35;
  line-height: 0.7;
}
.cid-t0KNTbUpjI .price-term {
  color: #bbbbbb;
}
.cid-t0KNTbUpjI .card-bg {
  background: #d8eee1;
}
.cid-t0KNTbUpjI .plan {
  word-break: break-word;
  padding: 2.5rem;
}
.cid-t0KNTbUpjI .plan .list-group-item {
  position: relative;
  justify-content: left;
  border: 0;
}
.cid-t0KNTbUpjI .item {
  color: #519E70;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-t0KNTbUpjI .plan {
    padding: 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-t0KNTbUpjI .plan {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-t0KNTbUpjI .plan {
    padding: 2.5rem;
  }
}
.cid-t0KNTdyIhH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0KNTdyIhH .carousel-item {
  justify-content: center;
}
.cid-t0KNTdyIhH .carousel-item.active,
.cid-t0KNTdyIhH .carousel-item-next,
.cid-t0KNTdyIhH .carousel-item-prev {
  display: flex;
}
.cid-t0KNTdyIhH .carousel-controls a {
  transition: opacity .5s;
  font-size: 30px;
  position: absolute;
  top: 180px;
  bottom: auto;
  height: 60px;
  width: 60px;
  padding: 10px;
  color: #1d2c35;
}
.cid-t0KNTdyIhH .carousel-controls a .mbr-iconfont {
  font-weight: 800;
}
.cid-t0KNTdyIhH .carousel-control-next span {
  padding-left: 5px;
}
.cid-t0KNTdyIhH .carousel-control-prev span {
  padding-right: 5px;
}
.cid-t0KNTdyIhH .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-t0KNTdyIhH .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 230px) {
  .cid-t0KNTdyIhH .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-t0KNTelJpD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-t0KNTelJpD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t0KNTelJpD .team-card:hover {
  transform: translateY(-10px);
}
.cid-t0KNTelJpD .card-wrap {
  background: #d8eee1;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-t0KNTelJpD .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t0KNTelJpD .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-t0KNTelJpD .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t0KNTelJpD .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-t0KNTelJpD .social-row {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.cid-t0KNTelJpD .social-row .socicon {
  font-size: 20px !important;
}
.cid-t0KNTelJpD .social-row .soc-item {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  padding: 0.5rem;
  background-color: #acd7bd;
  transition: all 0.3s;
}
.cid-t0KNTelJpD .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #519e70;
  font-size: 1.5rem;
}
.cid-t0KNTelJpD .social-row .soc-item:hover {
  background-color: #519e70;
}
.cid-t0KNTelJpD .social-row .soc-item:hover .mbr-iconfont {
  color: #acd7bd;
}
.cid-t0KNTfEMfO {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-t0KNTfEMfO .cards-bg1 {
  background: #d8eee1;
}
.cid-t0KNTfEMfO .cards-bg2 {
  background: #f3f7f9;
}
.cid-t0KNTfEMfO .cards-bg3 {
  background: #fef2f2;
}
.cid-t0KNTfEMfO .cards-bg4 {
  background: #fafafa;
}
.cid-t0KNTfEMfO .card-wrapper {
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-t0KNTfEMfO .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-t0KNTgwS2T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background22.jpg");
}
.cid-t0KNTgwS2T .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t0KNTgwS2T form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-t0KNTgwS2T form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-t0KNTgwS2T form.mbr-form {
    padding: 1rem;
  }
}
.cid-t0KNTgwS2T form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t0KNTgwS2T form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-t0KNThd4Gr {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0KNThd4Gr .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t0KNThd4Gr .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t0KNThd4Gr .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t0KNThd4Gr .row {
    text-align: center;
  }
  .cid-t0KNThd4Gr .row > div {
    margin: auto;
  }
  .cid-t0KNThd4Gr .social-row {
    justify-content: center;
  }
}
.cid-t0KNThd4Gr .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t0KNThd4Gr .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0KNThd4Gr .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0KNThd4Gr .list {
    margin-bottom: 0rem;
  }
}
.cid-t0KNThd4Gr .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;
}
.cid-t0KNThd4Gr .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t0KNThd4Gr div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t0KNThd4Gr .mbr-section-subtitle {
  color: #ffffbb;
}
.cid-t0KNVVRVX3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0KNVVRVX3 nav.navbar {
  position: fixed;
}
.cid-t0KNVVRVX3 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-t0KNVVRVX3 .btn-padding span {
  line-height: 10px;
}
.cid-t0KNVVRVX3 .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-t0KNVVRVX3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0KNVVRVX3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0KNVVRVX3 .dropdown-item:hover,
.cid-t0KNVVRVX3 .dropdown-item:focus {
  background: #419f00 !important;
  color: white !important;
}
.cid-t0KNVVRVX3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0KNVVRVX3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0KNVVRVX3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0KNVVRVX3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0KNVVRVX3 .nav-link {
  position: relative;
}
.cid-t0KNVVRVX3 .container {
  display: flex;
  margin: auto;
}
.cid-t0KNVVRVX3 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0KNVVRVX3 .dropdown-menu,
.cid-t0KNVVRVX3 .navbar.opened {
  background: #f3f7f9 !important;
}
.cid-t0KNVVRVX3 .nav-item:focus,
.cid-t0KNVVRVX3 .nav-link:focus {
  outline: none;
}
.cid-t0KNVVRVX3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0KNVVRVX3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0KNVVRVX3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0KNVVRVX3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0KNVVRVX3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0KNVVRVX3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0KNVVRVX3 .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: #f3f7f9;
}
.cid-t0KNVVRVX3 .navbar.opened {
  transition: all 0.3s;
}
.cid-t0KNVVRVX3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0KNVVRVX3 .navbar .navbar-logo img {
  width: auto;
}
.cid-t0KNVVRVX3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0KNVVRVX3 .navbar.collapsed {
  justify-content: center;
}
.cid-t0KNVVRVX3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0KNVVRVX3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0KNVVRVX3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-t0KNVVRVX3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0KNVVRVX3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0KNVVRVX3 .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-t0KNVVRVX3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0KNVVRVX3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0KNVVRVX3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0KNVVRVX3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0KNVVRVX3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0KNVVRVX3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0KNVVRVX3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0KNVVRVX3 .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-t0KNVVRVX3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0KNVVRVX3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0KNVVRVX3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0KNVVRVX3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0KNVVRVX3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0KNVVRVX3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0KNVVRVX3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0KNVVRVX3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0KNVVRVX3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0KNVVRVX3 .navbar-brand {
  display: flex;
  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-t0KNVVRVX3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0KNVVRVX3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0KNVVRVX3 .dropdown-item.active,
.cid-t0KNVVRVX3 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0KNVVRVX3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0KNVVRVX3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0KNVVRVX3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0KNVVRVX3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f7f9;
}
.cid-t0KNVVRVX3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0KNVVRVX3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0KNVVRVX3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0KNVVRVX3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0KNVVRVX3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0KNVVRVX3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-t0KNVVRVX3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0KNVVRVX3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0KNVVRVX3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0KNVVRVX3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0KNVVRVX3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0KNVVRVX3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0KNVVRVX3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0KNVVRVX3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0KNVVRVX3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0KNVVRVX3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0KNVVRVX3 .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-t0KNVVRVX3 .navbar {
    height: 70px;
  }
  .cid-t0KNVVRVX3 .navbar.opened {
    height: auto;
  }
  .cid-t0KNVVRVX3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0KNVVRVX3 SPAN {
  font-size: 14px;
}
.cid-t0KNW5jBy6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-t0KNW5jBy6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.5;
}
.cid-t0KNW5jBy6 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-t0KNW5jBy6 form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-t0KNW5jBy6 form.mbr-form {
    padding: 1rem;
  }
}
.cid-t0KNW5jBy6 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-t0KNW5jBy6 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-t0KNW5jBy6 .mbr-section-title {
  color: #419f00;
}
.cid-t0KNW5jBy6 P {
  text-align: left;
}
.cid-t0L1zcYgio {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0L1ekIHTL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t0L1ekIHTL .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #72cb10;
  margin-bottom: 2rem;
}
.cid-t0L1ekIHTL .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #d8eee1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t0L1ekIHTL .card-title {
  color: #72cb10;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0L1ekIHTL .column {
    margin-bottom: 2rem;
  }
  .cid-t0L1ekIHTL .last1 {
    margin-bottom: 0;
  }
  .cid-t0L1ekIHTL .last2 {
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .cid-t0L1ekIHTL .column {
    margin-bottom: 2rem;
  }
  .cid-t0L1ekIHTL .last2 {
    margin-bottom: 0;
  }
}
.cid-t0KQISCIxM {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-t0KQISCIxM .google-map {
  height: 20rem;
  position: relative;
}
.cid-t0KQISCIxM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t0KQISCIxM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-t0KQISCIxM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0KQISCIxM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-t0P6uTITlg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0P6uTITlg .mbr-text,
.cid-t0P6uTITlg .mbr-section-btn {
  color: #1d2c35;
}
.cid-t0P6uTITlg .card-title,
.cid-t0P6uTITlg .card-box {
  color: #419f00;
}
.cid-t0P6uTITlg .mbr-text,
.cid-t0P6uTITlg .link-wrap {
  color: #1d2c35;
}
.cid-t0KNW5V0r8 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0KNW5V0r8 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t0KNW5V0r8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t0KNW5V0r8 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t0KNW5V0r8 .row {
    text-align: center;
  }
  .cid-t0KNW5V0r8 .row > div {
    margin: auto;
  }
  .cid-t0KNW5V0r8 .social-row {
    justify-content: center;
  }
}
.cid-t0KNW5V0r8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t0KNW5V0r8 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0KNW5V0r8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0KNW5V0r8 .list {
    margin-bottom: 0rem;
  }
}
.cid-t0KNW5V0r8 .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;
}
.cid-t0KNW5V0r8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t0KNW5V0r8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t0KNW5V0r8 .mbr-section-subtitle {
  color: #ffffbb;
}
.cid-t0L3QDrDJm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0L3QDrDJm nav.navbar {
  position: fixed;
}
.cid-t0L3QDrDJm .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-t0L3QDrDJm .btn-padding span {
  line-height: 10px;
}
.cid-t0L3QDrDJm .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-t0L3QDrDJm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0L3QDrDJm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0L3QDrDJm .dropdown-item:hover,
.cid-t0L3QDrDJm .dropdown-item:focus {
  background: #419f00 !important;
  color: white !important;
}
.cid-t0L3QDrDJm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0L3QDrDJm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0L3QDrDJm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0L3QDrDJm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0L3QDrDJm .nav-link {
  position: relative;
}
.cid-t0L3QDrDJm .container {
  display: flex;
  margin: auto;
}
.cid-t0L3QDrDJm .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0L3QDrDJm .dropdown-menu,
.cid-t0L3QDrDJm .navbar.opened {
  background: #f3f7f9 !important;
}
.cid-t0L3QDrDJm .nav-item:focus,
.cid-t0L3QDrDJm .nav-link:focus {
  outline: none;
}
.cid-t0L3QDrDJm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0L3QDrDJm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0L3QDrDJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0L3QDrDJm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0L3QDrDJm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0L3QDrDJm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0L3QDrDJm .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: #f3f7f9;
}
.cid-t0L3QDrDJm .navbar.opened {
  transition: all 0.3s;
}
.cid-t0L3QDrDJm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0L3QDrDJm .navbar .navbar-logo img {
  width: auto;
}
.cid-t0L3QDrDJm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0L3QDrDJm .navbar.collapsed {
  justify-content: center;
}
.cid-t0L3QDrDJm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0L3QDrDJm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0L3QDrDJm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-t0L3QDrDJm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0L3QDrDJm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0L3QDrDJm .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-t0L3QDrDJm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0L3QDrDJm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0L3QDrDJm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0L3QDrDJm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0L3QDrDJm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0L3QDrDJm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0L3QDrDJm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0L3QDrDJm .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-t0L3QDrDJm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0L3QDrDJm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0L3QDrDJm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0L3QDrDJm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0L3QDrDJm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0L3QDrDJm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0L3QDrDJm .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0L3QDrDJm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0L3QDrDJm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0L3QDrDJm .navbar-brand {
  display: flex;
  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-t0L3QDrDJm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0L3QDrDJm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0L3QDrDJm .dropdown-item.active,
.cid-t0L3QDrDJm .dropdown-item:active {
  background-color: transparent;
}
.cid-t0L3QDrDJm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0L3QDrDJm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0L3QDrDJm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0L3QDrDJm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f7f9;
}
.cid-t0L3QDrDJm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0L3QDrDJm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0L3QDrDJm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0L3QDrDJm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0L3QDrDJm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0L3QDrDJm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-t0L3QDrDJm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0L3QDrDJm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0L3QDrDJm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0L3QDrDJm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0L3QDrDJm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0L3QDrDJm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0L3QDrDJm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0L3QDrDJm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0L3QDrDJm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0L3QDrDJm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0L3QDrDJm .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-t0L3QDrDJm .navbar {
    height: 70px;
  }
  .cid-t0L3QDrDJm .navbar.opened {
    height: auto;
  }
  .cid-t0L3QDrDJm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0L3QDrDJm SPAN {
  font-size: 14px;
}
.cid-t0ODTMaU8s {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1210.jpg");
}
.cid-t0ODTMaU8s .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-t0ODTMaU8s .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0ODTMaU8s .image-wrapper img {
  border-radius: 7px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t0ODTMaU8s .image-wrapper {
    margin-left: 4rem;
  }
  .cid-t0ODTMaU8s .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-t0ODTMaU8s .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-t0ODTMaU8s .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0ODTMaU8s .mbr-section-title {
  color: #419f00;
}
.cid-t0LbEPlgNQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0LbEPlgNQ .mbr-text {
  color: #767676;
}
.cid-t0LbEPlgNQ .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-t0LbEPlgNQ .card-box {
    flex-direction: column;
  }
}
.cid-t0LbEPlgNQ .line {
  width: calc(100% - 2rem);
  margin: auto;
  height: 2px;
  background: currentColor;
  margin-bottom: 3rem;
}
.cid-t0LbEPlgNQ .mbr-section-subtitle {
  color: #767676;
}
.cid-t0LbEPlgNQ .title .num {
  white-space: nowrap;
  width: 100%;
  display: block;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-t0LbEPlgNQ .title .num {
    padding-right: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-t0LbEPlgNQ .title .card-title {
  z-index: 1;
}
.cid-t0LbEPlgNQ h4 {
  margin: 0;
}
.cid-t0LbEPlgNQ .num {
  color: #000000;
}
@media (max-width: 992px) {
  .cid-t0LbEPlgNQ .card {
    margin-bottom: 1.5rem;
  }
}
.cid-t0LbEPlgNQ .card-title,
.cid-t0LbEPlgNQ .card-img {
  color: #ffffff;
}
.cid-t0LbEPlgNQ .num,
.cid-t0LbEPlgNQ .line {
  color: #ffffbb;
}
.cid-t0PatJjumP {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t0PatJjumP .content-wrapper {
  background: #f6f6f6;
}
@media (max-width: 991px) {
  .cid-t0PatJjumP .content-wrapper .row {
    flex-direction: column;
  }
  .cid-t0PatJjumP .content-wrapper .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t0PatJjumP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0PatJjumP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0PatJjumP .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t0PatJjumP .content-wrapper .text-wrapper {
    padding-right: 2rem;
    margin-left: 4rem;
  }
}
.cid-t0PatJjumP img {
  border-radius: 7px;
}
.cid-t0PatJjumP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t0L3QHp1oj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0L3QHp1oj .cards-bg1 {
  background: #fbf7f0;
}
.cid-t0L3QHp1oj .cards-bg2 {
  background: #f3f7f9;
}
.cid-t0L3QHp1oj .cards-bg3 {
  background: #fef2f2;
}
.cid-t0L3QHp1oj .cards-bg4 {
  background: #fafafa;
}
.cid-t0L3QHp1oj .card-wrapper {
  padding: 3rem 1rem;
  border-radius: 8px;
  margin-bottom: 1rem;
}
@media (min-width: 0) and (max-width: 1199px) {
  .cid-t0L3QHp1oj .card-wrapper {
    padding: 1rem 0.5rem;
    border-radius: 8px;
  }
}
.cid-t0L3QHp1oj .mbr-section-title {
  color: #419f00;
}
.cid-t0L3QHp1oj .card-title,
.cid-t0L3QHp1oj .card-box {
  color: #232323;
}
.cid-t0L3QHp1oj .mbr-section-subtitle,
.cid-t0L3QHp1oj .link {
  text-align: left;
}
.cid-t0L3QJ5006 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t0L3QJ5006 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #72cb10;
  margin-bottom: 2rem;
}
.cid-t0L3QJ5006 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #d8eee1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t0L3QJ5006 .card-title {
  color: #72cb10;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0L3QJ5006 .column {
    margin-bottom: 2rem;
  }
  .cid-t0L3QJ5006 .last1 {
    margin-bottom: 0;
  }
  .cid-t0L3QJ5006 .last2 {
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .cid-t0L3QJ5006 .column {
    margin-bottom: 2rem;
  }
  .cid-t0L3QJ5006 .last2 {
    margin-bottom: 0;
  }
}
.cid-t0L3QJ5006 .card-title,
.cid-t0L3QJ5006 .card-box {
  color: #353535;
}
.cid-t0L3QGIa8R {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-t0L3QGIa8R .content-wrapper {
  background: #d8eee1;
}
@media (max-width: 991px) {
  .cid-t0L3QGIa8R .content-wrapper .row {
    flex-direction: column;
  }
  .cid-t0L3QGIa8R .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t0L3QGIa8R .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t0L3QGIa8R .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0L3QGIa8R .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t0L3QGIa8R .content-wrapper .text-wrapper {
    padding-right: 2rem;
    margin-left: 4rem;
  }
}
.cid-t0L3QGIa8R .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t0L3QGIa8R .card-title {
  color: #419f00;
}
.cid-t0PfmjLeT0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0PfmjLeT0 .mbr-section-title {
  text-align: center;
  color: #419f00;
}
.cid-t0PdnRKqbi {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t0PdnRKqbi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t0PdnRKqbi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0PdnRKqbi .mbr-iconfont {
  font-size: 2rem;
  color: #419f00;
  padding-right: 1.5rem;
}
.cid-t0PdnRKqbi .card-title {
  color: #72cb10;
}
.cid-t0PdompKYi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0PdompKYi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-t0PdompKYi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0PdompKYi .mbr-iconfont {
  font-size: 2rem;
  color: #419f00;
  padding-right: 1.5rem;
}
.cid-t0PdompKYi .card-title {
  color: #72cb10;
}
.cid-t0L3QKNjSD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t0L3QKNjSD .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-t0L3QKNjSD .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #1d2c35;
  margin-left: 1rem;
}
.cid-t0L3QKNjSD .panel-group {
  border: none;
}
.cid-t0L3QKNjSD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-t0L3QKNjSD .panel-body,
.cid-t0L3QKNjSD .card-header {
  padding: 1rem 0;
}
.cid-t0L3QKNjSD .panel-title-edit {
  color: #1d2c35;
}
.cid-t0L3QKNjSD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-t0L3QKNjSD H3 {
  color: #419f00;
}
.cid-t0OFAFHc6u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0OFAFHc6u .mbr-text,
.cid-t0OFAFHc6u .mbr-section-btn {
  color: #1d2c35;
}
.cid-t0OFAFHc6u .card-title,
.cid-t0OFAFHc6u .card-box {
  color: #419f00;
}
.cid-t0OFAFHc6u .mbr-text,
.cid-t0OFAFHc6u .link-wrap {
  color: #1d2c35;
}
.cid-t0L3QTcUiv {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0L3QTcUiv .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t0L3QTcUiv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t0L3QTcUiv .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t0L3QTcUiv .row {
    text-align: center;
  }
  .cid-t0L3QTcUiv .row > div {
    margin: auto;
  }
  .cid-t0L3QTcUiv .social-row {
    justify-content: center;
  }
}
.cid-t0L3QTcUiv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t0L3QTcUiv .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0L3QTcUiv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0L3QTcUiv .list {
    margin-bottom: 0rem;
  }
}
.cid-t0L3QTcUiv .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;
}
.cid-t0L3QTcUiv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t0L3QTcUiv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t0L3QTcUiv .mbr-section-subtitle {
  color: #ffffbb;
}
.cid-t0PovNwhZZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0PovNwhZZ nav.navbar {
  position: fixed;
}
.cid-t0PovNwhZZ .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-t0PovNwhZZ .btn-padding span {
  line-height: 10px;
}
.cid-t0PovNwhZZ .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-t0PovNwhZZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0PovNwhZZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0PovNwhZZ .dropdown-item:hover,
.cid-t0PovNwhZZ .dropdown-item:focus {
  background: #419f00 !important;
  color: white !important;
}
.cid-t0PovNwhZZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0PovNwhZZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0PovNwhZZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0PovNwhZZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0PovNwhZZ .nav-link {
  position: relative;
}
.cid-t0PovNwhZZ .container {
  display: flex;
  margin: auto;
}
.cid-t0PovNwhZZ .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0PovNwhZZ .dropdown-menu,
.cid-t0PovNwhZZ .navbar.opened {
  background: #f3f7f9 !important;
}
.cid-t0PovNwhZZ .nav-item:focus,
.cid-t0PovNwhZZ .nav-link:focus {
  outline: none;
}
.cid-t0PovNwhZZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0PovNwhZZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0PovNwhZZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0PovNwhZZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0PovNwhZZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0PovNwhZZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0PovNwhZZ .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: #f3f7f9;
}
.cid-t0PovNwhZZ .navbar.opened {
  transition: all 0.3s;
}
.cid-t0PovNwhZZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0PovNwhZZ .navbar .navbar-logo img {
  width: auto;
}
.cid-t0PovNwhZZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0PovNwhZZ .navbar.collapsed {
  justify-content: center;
}
.cid-t0PovNwhZZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0PovNwhZZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0PovNwhZZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-t0PovNwhZZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0PovNwhZZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0PovNwhZZ .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-t0PovNwhZZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0PovNwhZZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0PovNwhZZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0PovNwhZZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0PovNwhZZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0PovNwhZZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0PovNwhZZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0PovNwhZZ .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-t0PovNwhZZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0PovNwhZZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0PovNwhZZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0PovNwhZZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0PovNwhZZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0PovNwhZZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0PovNwhZZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0PovNwhZZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0PovNwhZZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0PovNwhZZ .navbar-brand {
  display: flex;
  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-t0PovNwhZZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0PovNwhZZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0PovNwhZZ .dropdown-item.active,
.cid-t0PovNwhZZ .dropdown-item:active {
  background-color: transparent;
}
.cid-t0PovNwhZZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0PovNwhZZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0PovNwhZZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0PovNwhZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f7f9;
}
.cid-t0PovNwhZZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0PovNwhZZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0PovNwhZZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0PovNwhZZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0PovNwhZZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0PovNwhZZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-t0PovNwhZZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0PovNwhZZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0PovNwhZZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0PovNwhZZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0PovNwhZZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0PovNwhZZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0PovNwhZZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0PovNwhZZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0PovNwhZZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0PovNwhZZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0PovNwhZZ .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-t0PovNwhZZ .navbar {
    height: 70px;
  }
  .cid-t0PovNwhZZ .navbar.opened {
    height: auto;
  }
  .cid-t0PovNwhZZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0PovNwhZZ SPAN {
  font-size: 14px;
}
.cid-t0PovONEYr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1246.jpg");
}
.cid-t0PovONEYr .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-t0PovONEYr .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0PovONEYr .image-wrapper img {
  border-radius: 7px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t0PovONEYr .image-wrapper {
    margin-left: 4rem;
  }
  .cid-t0PovONEYr .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-t0PovONEYr .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-t0PovONEYr .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0PovONEYr .mbr-section-title {
  color: #419f00;
}
.cid-t0PCnl0z2m {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
}
.cid-t0PCnl0z2m .team-card {
  overflow: hidden;
}
.cid-t0PCnl0z2m .team-card:hover img {
  transform: scale(1.2);
}
.cid-t0PCnl0z2m .mbr-section-subtitle {
  opacity: 0.7;
}
.cid-t0PCnl0z2m .team-card {
  padding: 0rem;
  position: relative;
  transition: all 0.3s;
}
.cid-t0PCnl0z2m .content-wrap {
  position: relative;
}
.cid-t0PCnl0z2m .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-t0PCnl0z2m .card-wrap {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.cid-t0PCnl0z2m img {
  filter: brightness(0.4);
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cid-t0PCnl0z2m .main-heading {
  margin-bottom: 2.2rem;
}
.cid-t0PCnl0z2m .btn {
  margin-top: 3rem;
}
.cid-t0PCnl0z2m .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-t0PCnl0z2m .card-wrap {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t0PCnl0z2m .card-wrap {
    padding: 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0PCnl0z2m .card-wrap {
    padding: 4.5rem 6rem 3.5rem;
  }
}
.cid-t0PCnl0z2m H6 {
  color: #a9e159;
}
.cid-t0PovPOkzX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0PovPOkzX .mbr-section-title {
  text-align: center;
  color: #419f00;
}
.cid-t0PovQs7BB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t0PovQs7BB img,
.cid-t0PovQs7BB .item-img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-t0PovQs7BB .item-img {
  position: relative;
}
.cid-t0PovQs7BB .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #dddddd;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-t0PovQs7BB .item-img:hover {
  transform: translateY(-7px);
}
.cid-t0PovQs7BB .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t0PovQs7BB .item:nth-child(1),
  .cid-t0PovQs7BB .item:nth-child(2),
  .cid-t0PovQs7BB .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-t0PovQs7BB .item:nth-child(2),
  .cid-t0PovQs7BB .item:nth-child(5),
  .cid-t0PovQs7BB .item:nth-child(8),
  .cid-t0PovQs7BB .item:nth-child(11),
  .cid-t0PovQs7BB .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-t0PovQs7BB .item-title {
  margin-bottom: 1rem;
  color: #419f00;
}
.cid-t0PovQs7BB .item_content {
  margin-top: 27px;
}
.cid-t0PovQs7BB .mbr-text {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-t0PovQs7BB .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-t0PovQs7BB .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-t0PovRgxOJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0PovRgxOJ .mbr-text,
.cid-t0PovRgxOJ .mbr-section-btn {
  color: #1d2c35;
}
.cid-t0PovRgxOJ .card-title,
.cid-t0PovRgxOJ .card-box {
  color: #419f00;
}
.cid-t0PovRgxOJ .mbr-text,
.cid-t0PovRgxOJ .link-wrap {
  color: #1d2c35;
}
.cid-t0PovRVf8l {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0PovRVf8l .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t0PovRVf8l .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t0PovRVf8l .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t0PovRVf8l .row {
    text-align: center;
  }
  .cid-t0PovRVf8l .row > div {
    margin: auto;
  }
  .cid-t0PovRVf8l .social-row {
    justify-content: center;
  }
}
.cid-t0PovRVf8l .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t0PovRVf8l .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0PovRVf8l .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0PovRVf8l .list {
    margin-bottom: 0rem;
  }
}
.cid-t0PovRVf8l .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;
}
.cid-t0PovRVf8l .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t0PovRVf8l div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t0PovRVf8l .mbr-section-subtitle {
  color: #ffffbb;
}
.cid-t0PMaFQR03 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0PMaFQR03 nav.navbar {
  position: fixed;
}
.cid-t0PMaFQR03 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-t0PMaFQR03 .btn-padding span {
  line-height: 10px;
}
.cid-t0PMaFQR03 .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-t0PMaFQR03 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0PMaFQR03 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0PMaFQR03 .dropdown-item:hover,
.cid-t0PMaFQR03 .dropdown-item:focus {
  background: #419f00 !important;
  color: white !important;
}
.cid-t0PMaFQR03 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0PMaFQR03 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0PMaFQR03 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0PMaFQR03 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0PMaFQR03 .nav-link {
  position: relative;
}
.cid-t0PMaFQR03 .container {
  display: flex;
  margin: auto;
}
.cid-t0PMaFQR03 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0PMaFQR03 .dropdown-menu,
.cid-t0PMaFQR03 .navbar.opened {
  background: #f3f7f9 !important;
}
.cid-t0PMaFQR03 .nav-item:focus,
.cid-t0PMaFQR03 .nav-link:focus {
  outline: none;
}
.cid-t0PMaFQR03 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0PMaFQR03 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0PMaFQR03 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0PMaFQR03 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0PMaFQR03 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0PMaFQR03 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0PMaFQR03 .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: #f3f7f9;
}
.cid-t0PMaFQR03 .navbar.opened {
  transition: all 0.3s;
}
.cid-t0PMaFQR03 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0PMaFQR03 .navbar .navbar-logo img {
  width: auto;
}
.cid-t0PMaFQR03 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0PMaFQR03 .navbar.collapsed {
  justify-content: center;
}
.cid-t0PMaFQR03 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0PMaFQR03 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0PMaFQR03 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-t0PMaFQR03 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0PMaFQR03 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0PMaFQR03 .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-t0PMaFQR03 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0PMaFQR03 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0PMaFQR03 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0PMaFQR03 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0PMaFQR03 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0PMaFQR03 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0PMaFQR03 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0PMaFQR03 .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-t0PMaFQR03 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0PMaFQR03 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0PMaFQR03 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0PMaFQR03 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0PMaFQR03 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0PMaFQR03 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0PMaFQR03 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0PMaFQR03 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0PMaFQR03 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0PMaFQR03 .navbar-brand {
  display: flex;
  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-t0PMaFQR03 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0PMaFQR03 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0PMaFQR03 .dropdown-item.active,
.cid-t0PMaFQR03 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0PMaFQR03 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0PMaFQR03 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0PMaFQR03 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0PMaFQR03 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f7f9;
}
.cid-t0PMaFQR03 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0PMaFQR03 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0PMaFQR03 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0PMaFQR03 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0PMaFQR03 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0PMaFQR03 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-t0PMaFQR03 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0PMaFQR03 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0PMaFQR03 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0PMaFQR03 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0PMaFQR03 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0PMaFQR03 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0PMaFQR03 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0PMaFQR03 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0PMaFQR03 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0PMaFQR03 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0PMaFQR03 .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-t0PMaFQR03 .navbar {
    height: 70px;
  }
  .cid-t0PMaFQR03 .navbar.opened {
    height: auto;
  }
  .cid-t0PMaFQR03 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0PMaFQR03 SPAN {
  font-size: 14px;
}
.cid-t0PMaH1W30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-t0PMaH1W30 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-t0PMaH1W30 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0PMaH1W30 .image-wrapper img {
  border-radius: 7px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t0PMaH1W30 .image-wrapper {
    margin-left: 4rem;
  }
  .cid-t0PMaH1W30 .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-t0PMaH1W30 .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-t0PMaH1W30 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0PMaH1W30 .mbr-section-title {
  color: #419f00;
}
.cid-t0PMaI2FL7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0PMaI2FL7 .mbr-section-title {
  text-align: center;
  color: #419f00;
}
.cid-t0PMaIGSMP {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t0PMaIGSMP img,
.cid-t0PMaIGSMP .item-img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-t0PMaIGSMP .item-img {
  position: relative;
}
.cid-t0PMaIGSMP .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #dddddd;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-t0PMaIGSMP .item-img:hover {
  transform: translateY(-7px);
}
.cid-t0PMaIGSMP .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t0PMaIGSMP .item:nth-child(1),
  .cid-t0PMaIGSMP .item:nth-child(2),
  .cid-t0PMaIGSMP .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-t0PMaIGSMP .item:nth-child(2),
  .cid-t0PMaIGSMP .item:nth-child(5),
  .cid-t0PMaIGSMP .item:nth-child(8),
  .cid-t0PMaIGSMP .item:nth-child(11),
  .cid-t0PMaIGSMP .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-t0PMaIGSMP .item-title {
  margin-bottom: 1rem;
  color: #419f00;
}
.cid-t0PMaIGSMP .item_content {
  margin-top: 27px;
}
.cid-t0PMaIGSMP .mbr-text {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-t0PMaIGSMP .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-t0PMaIGSMP .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-t0PMaJBPJI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0PMaJBPJI .mbr-text,
.cid-t0PMaJBPJI .mbr-section-btn {
  color: #1d2c35;
}
.cid-t0PMaJBPJI .card-title,
.cid-t0PMaJBPJI .card-box {
  color: #419f00;
}
.cid-t0PMaJBPJI .mbr-text,
.cid-t0PMaJBPJI .link-wrap {
  color: #1d2c35;
}
.cid-t0PMaKf3HE {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0PMaKf3HE .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t0PMaKf3HE .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t0PMaKf3HE .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t0PMaKf3HE .row {
    text-align: center;
  }
  .cid-t0PMaKf3HE .row > div {
    margin: auto;
  }
  .cid-t0PMaKf3HE .social-row {
    justify-content: center;
  }
}
.cid-t0PMaKf3HE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t0PMaKf3HE .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0PMaKf3HE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0PMaKf3HE .list {
    margin-bottom: 0rem;
  }
}
.cid-t0PMaKf3HE .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;
}
.cid-t0PMaKf3HE .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t0PMaKf3HE div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t0PMaKf3HE .mbr-section-subtitle {
  color: #ffffbb;
}
.cid-t0R6NDSsq2 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t0R6NDSsq2 nav.navbar {
  position: fixed;
}
.cid-t0R6NDSsq2 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-t0R6NDSsq2 .btn-padding span {
  line-height: 10px;
}
.cid-t0R6NDSsq2 .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-t0R6NDSsq2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0R6NDSsq2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0R6NDSsq2 .dropdown-item:hover,
.cid-t0R6NDSsq2 .dropdown-item:focus {
  background: #419f00 !important;
  color: white !important;
}
.cid-t0R6NDSsq2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0R6NDSsq2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0R6NDSsq2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0R6NDSsq2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0R6NDSsq2 .nav-link {
  position: relative;
}
.cid-t0R6NDSsq2 .container {
  display: flex;
  margin: auto;
}
.cid-t0R6NDSsq2 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0R6NDSsq2 .dropdown-menu,
.cid-t0R6NDSsq2 .navbar.opened {
  background: #f3f7f9 !important;
}
.cid-t0R6NDSsq2 .nav-item:focus,
.cid-t0R6NDSsq2 .nav-link:focus {
  outline: none;
}
.cid-t0R6NDSsq2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0R6NDSsq2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0R6NDSsq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0R6NDSsq2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0R6NDSsq2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0R6NDSsq2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0R6NDSsq2 .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: #f3f7f9;
}
.cid-t0R6NDSsq2 .navbar.opened {
  transition: all 0.3s;
}
.cid-t0R6NDSsq2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0R6NDSsq2 .navbar .navbar-logo img {
  width: auto;
}
.cid-t0R6NDSsq2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0R6NDSsq2 .navbar.collapsed {
  justify-content: center;
}
.cid-t0R6NDSsq2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0R6NDSsq2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0R6NDSsq2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-t0R6NDSsq2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0R6NDSsq2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0R6NDSsq2 .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-t0R6NDSsq2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0R6NDSsq2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0R6NDSsq2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0R6NDSsq2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0R6NDSsq2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0R6NDSsq2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0R6NDSsq2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0R6NDSsq2 .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-t0R6NDSsq2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0R6NDSsq2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0R6NDSsq2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0R6NDSsq2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0R6NDSsq2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0R6NDSsq2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0R6NDSsq2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0R6NDSsq2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0R6NDSsq2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0R6NDSsq2 .navbar-brand {
  display: flex;
  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-t0R6NDSsq2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0R6NDSsq2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0R6NDSsq2 .dropdown-item.active,
.cid-t0R6NDSsq2 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0R6NDSsq2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0R6NDSsq2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0R6NDSsq2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0R6NDSsq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f7f9;
}
.cid-t0R6NDSsq2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0R6NDSsq2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0R6NDSsq2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0R6NDSsq2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0R6NDSsq2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0R6NDSsq2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-t0R6NDSsq2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0R6NDSsq2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0R6NDSsq2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0R6NDSsq2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0R6NDSsq2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0R6NDSsq2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0R6NDSsq2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0R6NDSsq2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0R6NDSsq2 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t0R6NDSsq2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0R6NDSsq2 .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-t0R6NDSsq2 .navbar {
    height: 70px;
  }
  .cid-t0R6NDSsq2 .navbar.opened {
    height: auto;
  }
  .cid-t0R6NDSsq2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0R6NDSsq2 SPAN {
  font-size: 14px;
}
.cid-t0R6NGiDg2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1357.jpg");
}
.cid-t0R6NGiDg2 .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-t0R6NGiDg2 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0R6NGiDg2 .image-wrapper img {
  border-radius: 7px;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-t0R6NGiDg2 .image-wrapper {
    margin-left: 4rem;
  }
  .cid-t0R6NGiDg2 .text-wrapper {
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-t0R6NGiDg2 .text-wrapper {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-t0R6NGiDg2 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0R6NGiDg2 .mbr-section-title {
  color: #419f00;
}
.cid-t0R6NHCjWK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t0R6NHCjWK .mbr-section-title {
  text-align: center;
  color: #419f00;
}
.cid-t0R6NIrePB {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t0R6NIrePB img,
.cid-t0R6NIrePB .item-img {
  width: 100%;
  object-fit: cover;
  height: 300px;
  transition: all 0.35s cubic-bezier(0.4, 0.12, 0.4, 0.85);
}
.cid-t0R6NIrePB .item-img {
  position: relative;
}
.cid-t0R6NIrePB .item-img:before {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  border: 1px solid #dddddd;
  top: -0.5%;
  left: -0.5%;
  pointer-events: none;
}
.cid-t0R6NIrePB .item-img:hover {
  transform: translateY(-7px);
}
.cid-t0R6NIrePB .item {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .cid-t0R6NIrePB .item:nth-child(1),
  .cid-t0R6NIrePB .item:nth-child(2),
  .cid-t0R6NIrePB .item:nth-child(3) {
    margin-top: 70px;
  }
  .cid-t0R6NIrePB .item:nth-child(2),
  .cid-t0R6NIrePB .item:nth-child(5),
  .cid-t0R6NIrePB .item:nth-child(8),
  .cid-t0R6NIrePB .item:nth-child(11),
  .cid-t0R6NIrePB .item:nth-child(15) {
    transform: translateY(-70px);
  }
}
.cid-t0R6NIrePB .item-title {
  margin-bottom: 1rem;
  color: #419f00;
}
.cid-t0R6NIrePB .item_content {
  margin-top: 27px;
}
.cid-t0R6NIrePB .mbr-text {
  margin-bottom: 1rem;
  text-align: left;
}
.cid-t0R6NIrePB .item-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  overflow: visible;
}
@media (min-width: 992px) {
  .cid-t0R6NIrePB .item-wrapper {
    padding: 0 1.5rem;
  }
}
.cid-t0R6NJDRQ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0R6NJDRQ8 .mbr-text,
.cid-t0R6NJDRQ8 .mbr-section-btn {
  color: #1d2c35;
}
.cid-t0R6NJDRQ8 .card-title,
.cid-t0R6NJDRQ8 .card-box {
  color: #419f00;
}
.cid-t0R6NJDRQ8 .mbr-text,
.cid-t0R6NJDRQ8 .link-wrap {
  color: #1d2c35;
}
.cid-t0R6NKvDb8 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-t0R6NKvDb8 .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t0R6NKvDb8 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t0R6NKvDb8 .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t0R6NKvDb8 .row {
    text-align: center;
  }
  .cid-t0R6NKvDb8 .row > div {
    margin: auto;
  }
  .cid-t0R6NKvDb8 .social-row {
    justify-content: center;
  }
}
.cid-t0R6NKvDb8 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t0R6NKvDb8 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0R6NKvDb8 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0R6NKvDb8 .list {
    margin-bottom: 0rem;
  }
}
.cid-t0R6NKvDb8 .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;
}
.cid-t0R6NKvDb8 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t0R6NKvDb8 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t0R6NKvDb8 .mbr-section-subtitle {
  color: #ffffbb;
}
.cid-tSixT4FRe6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tSixT4FRe6 nav.navbar {
  position: fixed;
}
.cid-tSixT4FRe6 .btn-padding {
  line-height: 10px;
  padding: 18px 30px;
}
.cid-tSixT4FRe6 .btn-padding span {
  line-height: 10px;
}
.cid-tSixT4FRe6 .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-tSixT4FRe6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tSixT4FRe6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tSixT4FRe6 .dropdown-item:hover,
.cid-tSixT4FRe6 .dropdown-item:focus {
  background: #419f00 !important;
  color: white !important;
}
.cid-tSixT4FRe6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tSixT4FRe6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tSixT4FRe6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tSixT4FRe6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tSixT4FRe6 .nav-link {
  position: relative;
}
.cid-tSixT4FRe6 .container {
  display: flex;
  margin: auto;
}
.cid-tSixT4FRe6 .iconfont-wrapper {
  color: #1d2c35 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tSixT4FRe6 .dropdown-menu,
.cid-tSixT4FRe6 .navbar.opened {
  background: #f3f7f9 !important;
}
.cid-tSixT4FRe6 .nav-item:focus,
.cid-tSixT4FRe6 .nav-link:focus {
  outline: none;
}
.cid-tSixT4FRe6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tSixT4FRe6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tSixT4FRe6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tSixT4FRe6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tSixT4FRe6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSixT4FRe6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tSixT4FRe6 .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: #f3f7f9;
}
.cid-tSixT4FRe6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tSixT4FRe6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tSixT4FRe6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tSixT4FRe6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tSixT4FRe6 .navbar.collapsed {
  justify-content: center;
}
.cid-tSixT4FRe6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSixT4FRe6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSixT4FRe6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.4rem);
  }
}
.cid-tSixT4FRe6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSixT4FRe6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tSixT4FRe6 .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-tSixT4FRe6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tSixT4FRe6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tSixT4FRe6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tSixT4FRe6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSixT4FRe6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSixT4FRe6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tSixT4FRe6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tSixT4FRe6 .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-tSixT4FRe6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tSixT4FRe6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tSixT4FRe6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tSixT4FRe6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tSixT4FRe6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tSixT4FRe6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tSixT4FRe6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tSixT4FRe6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tSixT4FRe6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tSixT4FRe6 .navbar-brand {
  display: flex;
  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-tSixT4FRe6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tSixT4FRe6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSixT4FRe6 .dropdown-item.active,
.cid-tSixT4FRe6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tSixT4FRe6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tSixT4FRe6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tSixT4FRe6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tSixT4FRe6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f3f7f9;
}
.cid-tSixT4FRe6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tSixT4FRe6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tSixT4FRe6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tSixT4FRe6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tSixT4FRe6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tSixT4FRe6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1d2c35;
}
.cid-tSixT4FRe6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tSixT4FRe6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSixT4FRe6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tSixT4FRe6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tSixT4FRe6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSixT4FRe6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tSixT4FRe6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tSixT4FRe6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tSixT4FRe6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tSixT4FRe6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tSixT4FRe6 .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-tSixT4FRe6 .navbar {
    height: 70px;
  }
  .cid-tSixT4FRe6 .navbar.opened {
    height: auto;
  }
  .cid-tSixT4FRe6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSixT4FRe6 SPAN {
  font-size: 14px;
}
.cid-tSixT68q64 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSixT68q64 .mbr-section-title {
  color: #419f00;
}
.cid-tSixT6sh59 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tSixT6sh59 .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #72cb10;
  margin-bottom: 2rem;
}
.cid-tSixT6sh59 .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #d8eee1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tSixT6sh59 .card-title {
  color: #72cb10;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tSixT6sh59 .column {
    margin-bottom: 2rem;
  }
  .cid-tSixT6sh59 .last1 {
    margin-bottom: 0;
  }
  .cid-tSixT6sh59 .last2 {
    margin-bottom: 0;
  }
}
@media (min-width: 0) and (max-width: 767px) {
  .cid-tSixT6sh59 .column {
    margin-bottom: 2rem;
  }
  .cid-tSixT6sh59 .last2 {
    margin-bottom: 0;
  }
}
.cid-tSixT7LzKN {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tSixT7LzKN .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tSixT7LzKN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tSixT7LzKN .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tSixT7LzKN .row {
    text-align: center;
  }
  .cid-tSixT7LzKN .row > div {
    margin: auto;
  }
  .cid-tSixT7LzKN .social-row {
    justify-content: center;
  }
}
.cid-tSixT7LzKN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tSixT7LzKN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tSixT7LzKN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tSixT7LzKN .list {
    margin-bottom: 0rem;
  }
}
.cid-tSixT7LzKN .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;
}
.cid-tSixT7LzKN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tSixT7LzKN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tSixT7LzKN .mbr-section-subtitle {
  color: #ffffbb;
}
.cid-tSiybEkRQo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tSiybEkRQo img {
  width: 100%;
  object-fit: cover;
}
.cid-tSiybEkRQo .quote {
  color: #333333;
  font-weight: 700;
}
.cid-tSiybEkRQo .img-card {
  justify-content: center;
}
.cid-tSiybEkRQo .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-tSiybEkRQo .card-title {
  margin-bottom: 1.2rem;
}
.cid-tSiybEkRQo .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-tSiybEkRQo .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-tSiybEkRQo .wrapper {
    padding: 0rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tSiybEkRQo .wrapper {
    padding: 0rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-tSiybEkRQo .wrapper {
    padding: 0rem 0rem 0rem 0rem;
  }
}
