body {
  font-family: 'Libre Baskerville', serif;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 3.6rem;
  line-height: 0.9;
}
.display-1 > .mbr-iconfont {
  font-size: 4.5rem;
}
.display-2 {
  font-family: 'Lora', serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Lora', serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Libre Baskerville', 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.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.52rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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: 0.8rem 1.8rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #356625 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #95ea74 !important;
}
.bg-warning {
  background-color: #f27c41 !important;
}
.bg-danger {
  background-color: #e43f3f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #356625 !important;
  border-color: #356625 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #14260e !important;
  border-color: #14260e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #273422 !important;
  border-color: #273422 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #95ea74 !important;
  border-color: #95ea74 !important;
  color: #20530c !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #20530c !important;
  background-color: #5cdf29 !important;
  border-color: #5cdf29 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f27c41 !important;
  border-color: #f27c41 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ce4e0e !important;
  border-color: #ce4e0e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: white !important;
  background-color: black  !important;
  border-color: black  !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #356625;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #14260e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #356625 !important;
  border-color: #356625 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #273422;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #273422 !important;
  border-color: #273422 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #95ea74;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #5cdf29 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #20530c !important;
  background-color: #95ea74 !important;
  border-color: #95ea74 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f27c41;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ce4e0e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f27c41 !important;
  border-color: #f27c41 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #356625 !important;
}
.text-secondary {
  color: #273422 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #95ea74 !important;
}
.text-warning {
  color: #f27c41 !important;
}
.text-danger {
  color: #e43f3f !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #356625 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #54d721 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c0490d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a61717 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: none;
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #356625;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #95ea74;
}
.alert-warning {
  background-color: #f27c41;
}
.alert-danger {
  background-color: #e43f3f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #356625;
  border-color: #356625;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #356625;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #68be4c;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #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: #fdf2f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lora', serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #356625 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lora', serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #356625;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #356625;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #356625;
}
.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: #356625;
  border-bottom-color: #356625;
}
.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: #356625 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #273422 !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='%23356625' %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-t0pQmq4nMM .navbar-dropdown {
  position: relative !important;
}
.cid-t0pQmq4nMM .show .link,
.cid-t0pQmq4nMM .show .mbr-iconfont,
.cid-t0pQmq4nMM .show .phone {
  color: #000000 !important;
}
.cid-t0pQmq4nMM .opened .navbar-caption {
  color: #000000 !important;
}
.cid-t0pQmq4nMM .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-t0pQmq4nMM .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-t0pQmq4nMM .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-t0pQmq4nMM .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-t0pQmq4nMM .dropdown-menu {
  padding: 1rem 0;
}
.cid-t0pQmq4nMM .dropdown-item {
  color: #000000 !important;
}
.cid-t0pQmq4nMM .dropdown-item span {
  color: #000000 !important;
}
.cid-t0pQmq4nMM .dropdown-item:hover,
.cid-t0pQmq4nMM .dropdown-item:focus {
  color: #356625 !important;
}
.cid-t0pQmq4nMM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0pQmq4nMM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0pQmq4nMM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0pQmq4nMM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0pQmq4nMM .nav-link {
  position: relative;
}
.cid-t0pQmq4nMM .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t0pQmq4nMM .container {
    flex-wrap: nowrap;
  }
}
.cid-t0pQmq4nMM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0pQmq4nMM .dropdown-menu,
.cid-t0pQmq4nMM .navbar.opened {
  background: #ffffff !important;
}
.cid-t0pQmq4nMM .nav-item:focus,
.cid-t0pQmq4nMM .nav-link:focus {
  outline: none;
}
.cid-t0pQmq4nMM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0pQmq4nMM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0pQmq4nMM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0pQmq4nMM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0pQmq4nMM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0pQmq4nMM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0pQmq4nMM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-t0pQmq4nMM .navbar.opened {
  transition: all 0.3s;
}
.cid-t0pQmq4nMM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0pQmq4nMM .navbar .navbar-logo img {
  width: auto;
}
.cid-t0pQmq4nMM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0pQmq4nMM .navbar.collapsed {
  justify-content: center;
}
.cid-t0pQmq4nMM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0pQmq4nMM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0pQmq4nMM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.7rem);
  }
}
.cid-t0pQmq4nMM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0pQmq4nMM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0pQmq4nMM .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-t0pQmq4nMM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0pQmq4nMM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0pQmq4nMM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0pQmq4nMM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0pQmq4nMM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0pQmq4nMM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0pQmq4nMM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0pQmq4nMM .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-t0pQmq4nMM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0pQmq4nMM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0pQmq4nMM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0pQmq4nMM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0pQmq4nMM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0pQmq4nMM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0pQmq4nMM .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0pQmq4nMM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0pQmq4nMM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0pQmq4nMM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0pQmq4nMM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0pQmq4nMM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0pQmq4nMM .dropdown-item.active,
.cid-t0pQmq4nMM .dropdown-item:active {
  background-color: transparent;
}
.cid-t0pQmq4nMM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0pQmq4nMM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0pQmq4nMM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0pQmq4nMM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t0pQmq4nMM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0pQmq4nMM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0pQmq4nMM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0pQmq4nMM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0pQmq4nMM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0pQmq4nMM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-t0pQmq4nMM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0pQmq4nMM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0pQmq4nMM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0pQmq4nMM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0pQmq4nMM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0pQmq4nMM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0pQmq4nMM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0pQmq4nMM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0pQmq4nMM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t0pQmq4nMM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0pQmq4nMM .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-t0pQmq4nMM .navbar {
    height: 70px;
  }
  .cid-t0pQmq4nMM .navbar.opened {
    height: auto;
  }
  .cid-t0pQmq4nMM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v28yjlo8Oa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/adobestock-64809735-2000x1333.jpg");
}
@media (max-width: 767px) {
  .cid-v28yjlo8Oa {
    padding-top: 2.7rem;
  }
}
.cid-v28yjlo8Oa .mbr-section-title {
  color: #000000;
}
.cid-v28yjlo8Oa .row {
  padding-top: 30rem;
}
@media (max-width: 767px) {
  .cid-v28yjlo8Oa .row {
    padding-top: 5rem;
  }
}
.cid-v28yjlo8Oa .d-flex {
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-v28yjlo8Oa .d-flex {
    justify-content: center;
  }
}
.cid-v28yjlo8Oa .link-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  margin-top: 2rem;
}
.cid-v28yjlo8Oa .link-wrapper .link-icon {
  font-size: 6rem;
  transform: rotate(-45deg) translate(-20px, 30px);
  padding-left: 1rem;
  transition: all 0.3s;
  transform-origin: left;
}
@media (max-width: 767px) {
  .cid-v28yjlo8Oa .link-wrapper {
    justify-content: center;
    transform: rotate(0deg);
  }
}
.cid-v28yjlo8Oa .link-wrapper:hover .link-icon {
  transform: rotate(-45deg) scale(0.5) translate(-30px, 50px);
}
.cid-v28yjlo8Oa .mbr-section-subtitle {
  width: fit-content;
  text-align: center;
  background: #000000;
  cursor: pointer;
  transform: rotate(-90deg);
  display: block;
  transform-origin: left;
  margin-left: 4.1rem;
  padding: 2rem 4rem;
  padding-bottom: 2.5rem;
  margin-bottom: 0;
  color: #ffffff;
  transition: all 0.3s;
}
.cid-v28yjlo8Oa .mbr-section-subtitle:hover {
  background: #356625;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v28yjlo8Oa .mbr-section-subtitle {
    width: auto;
    transform: rotate(0deg);
    margin: auto;
    padding: 1rem;
    margin-bottom: 2rem;
  }
}
.cid-v28yjlo8Oa .link,
.cid-v28yjlo8Oa .link-icon {
  color: #000000;
}
.cid-v28yjlo8Oa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28yjlo8Oa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LG3l6DXK {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v1LG3l6DXK .row {
  position: relative;
}
.cid-v1LG3l6DXK .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-v1LG3l6DXK .row {
    margin: 0 2rem;
  }
}
.cid-v1LG3l6DXK h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-v1LG3l6DXK .content-wrapper {
  max-width: 600px;
}
.cid-v1LG3l6DXK H1 {
  color: #333333;
}
.cid-v1LG3l6DXK .mbr-text,
.cid-v1LG3l6DXK .mbr-section-btn {
  color: #333333;
}
.cid-v1LG3l6DXK H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-v1LG3l6DXK h4 {
    left: 3rem;
  }
}
.cid-v1LJ6NqVjA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f8f8;
}
.cid-v1LJ6NqVjA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LJ6NqVjA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LJ6NqVjA .card {
  justify-content: center;
}
.cid-v1LJ6NqVjA .images-wrapper {
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  min-height: 465px;
}
@media (max-width: 1440px) {
  .cid-v1LJ6NqVjA .images-wrapper {
    display: grid;
    min-height: auto;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
@media (max-width: 992px) {
  .cid-v1LJ6NqVjA .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .cid-v1LJ6NqVjA .images-wrapper {
    display: block;
  }
}
.cid-v1LJ6NqVjA .images-wrapper .image_1 img {
  bottom: 0;
  left: 30%;
  width: 300px;
  height: 300px;
  z-index: 1;
}
.cid-v1LJ6NqVjA .images-wrapper .image_2 img {
  top: 25%;
  left: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-v1LJ6NqVjA .images-wrapper .image_3 img {
  top: 20%;
  right: 0;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.cid-v1LJ6NqVjA .images-wrapper .image_4 img {
  top: 0;
  left: 10%;
  width: 200px;
  height: 200px;
}
.cid-v1LJ6NqVjA .images-wrapper .image_5 img {
  top: 0;
  right: 15%;
  width: 200px;
  height: 200px;
}
.cid-v1LJ6NqVjA .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v1LJ6NqVjA .images-wrapper .image-wrap img {
    position: static;
    height: 200px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v1LJ6NqVjA .images-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v1LJ6NqVjA .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1LJ6NqVjA .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v1LJ6NqVjA .content-wrapper .mbr-section-title {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1LJ6NqVjA .content-wrapper .mbr-section-title {
    margin-bottom: 15px;
  }
}
.cid-v1LJ6NqVjA .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1LJ6NqVjA .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v1LJ6NqVjA .mbr-label {
  color: #000000;
}
.cid-v1LJ6NqVjA .mbr-section-title {
  color: #000000;
}
.cid-v1LJ6NqVjA .mbr-text {
  color: #000000;
}
.cid-v1LMfDouMk {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1LMfDouMk .row {
  position: relative;
}
.cid-v1LMfDouMk .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-v1LMfDouMk .row {
    margin: 0 2rem;
  }
}
.cid-v1LMfDouMk h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-v1LMfDouMk .content-wrapper {
  max-width: 600px;
}
.cid-v1LMfDouMk H1 {
  color: #333333;
}
.cid-v1LMfDouMk .mbr-text,
.cid-v1LMfDouMk .mbr-section-btn {
  color: #333333;
}
.cid-v1LMfDouMk H3 {
  color: #333333;
}
@media (max-width: 767px) {
  .cid-v1LMfDouMk h4 {
    left: 3rem;
  }
}
.cid-v1LLRybHci {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1LLRybHci .mbr-media {
  position: relative;
}
.cid-v1LLRybHci .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-v1LLRybHci a:hover {
  background-image: none !important;
}
.cid-v1LLRybHci .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v1LLRybHci .card-wrapper {
  border: 1px solid #356625;
  padding: 0;
  overflow: hidden;
}
.cid-v1LLRybHci .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #356625;
}
.cid-v1LLRybHci .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v1LLRybHci .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v1LLRybHci .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v1LLRybHci .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v1LLRybHci .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v1LLRybHci .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LLRybHci .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LLRybHci .mbr-section-title {
  color: #221b35;
}
.cid-v28WPDs7Hc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v28WPDs7Hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28WPDs7Hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v28WPDs7Hc .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v28WPDs7Hc .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v28WPDs7Hc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v28WPDs7Hc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v28WPDs7Hc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v28WPDs7Hc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v28WPDs7Hc .mbr-label {
  color: #000000;
}
.cid-v28WPDs7Hc .mbr-section-title {
  color: #000000;
}
.cid-v28WPDs7Hc .mbr-text {
  color: #000000;
}
.cid-v293U7k3kE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8f8f8;
}
.cid-v293U7k3kE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v293U7k3kE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v293U7k3kE .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v293U7k3kE .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v293U7k3kE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v293U7k3kE .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v293U7k3kE .embla__slide .slide-content {
  width: 100%;
}
.cid-v293U7k3kE .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #d1e0be;
}
@media (max-width: 992px) {
  .cid-v293U7k3kE .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v293U7k3kE .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #1e4d2b;
  margin-bottom: 54px;
}
.cid-v293U7k3kE .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v293U7k3kE .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v293U7k3kE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v293U7k3kE .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v293U7k3kE .embla__button--next,
.cid-v293U7k3kE .embla__button--prev {
  display: flex;
}
.cid-v293U7k3kE .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v293U7k3kE .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v293U7k3kE .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v293U7k3kE .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v293U7k3kE .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v293U7k3kE .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v293U7k3kE .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v293U7k3kE .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v293U7k3kE .embla__viewport {
    padding: 0;
  }
}
.cid-v293U7k3kE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v293U7k3kE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v293U7k3kE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v293U7k3kE .mbr-section-title,
.cid-v293U7k3kE .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v293U7k3kE .card-number {
  color: #e6eddc;
}
.cid-v293U7k3kE .card-title {
  color: #323432;
}
.cid-v293U7k3kE .card-text {
  color: #323432;
}
.cid-v293U7k3kE .card-title,
.cid-v293U7k3kE .mbr-section-btn {
  color: #356625;
}
.cid-v28XdMFHPW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v28XdMFHPW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28XdMFHPW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v28XdMFHPW .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v28XdMFHPW .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v28XdMFHPW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v28XdMFHPW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-v28XdMFHPW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v28XdMFHPW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-v28XdMFHPW .mbr-label {
  color: #000000;
}
.cid-v28XdMFHPW .mbr-section-title {
  color: #000000;
}
.cid-v28XdMFHPW .mbr-text {
  color: #000000;
}
.cid-v28KkfkzU5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-v28KkfkzU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28KkfkzU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v28KkfkzU5 .container {
    padding: 0 16px;
  }
}
.cid-v28KkfkzU5 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v28KkfkzU5 .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v28KkfkzU5 .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-v28KkfkzU5 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v28KkfkzU5 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 16px;
  row-gap: 48px;
}
@media (max-width: 992px) {
  .cid-v28KkfkzU5 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v28KkfkzU5 .item {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-v28KkfkzU5 .item:hover .item-wrapper .item-img,
.cid-v28KkfkzU5 .item:focus .item-wrapper .item-img {
  box-shadow: inset 0 -445px 0 #f2f2f2;
}
.cid-v28KkfkzU5 .item:hover .item-wrapper .item-img .card-text,
.cid-v28KkfkzU5 .item:focus .item-wrapper .item-img .card-text {
  opacity: 1;
}
.cid-v28KkfkzU5 .item:hover .item-wrapper .item-img::before,
.cid-v28KkfkzU5 .item:focus .item-wrapper .item-img::before {
  opacity: .9;
}
.cid-v28KkfkzU5 .item:hover .item-wrapper .item-content .name-wrapper .mbr-iconfont,
.cid-v28KkfkzU5 .item:focus .item-wrapper .item-content .name-wrapper .mbr-iconfont {
  box-shadow: inset 0 -31px 0 #becdc2;
  transform: rotate(180deg);
}
.cid-v28KkfkzU5 .item .item-wrapper {
  height: 100%;
}
.cid-v28KkfkzU5 .item .item-wrapper .item-img {
  position: relative;
  min-height: 440px;
  margin-bottom: 20px;
  padding: 24px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v28KkfkzU5 .item .item-wrapper .item-img {
    padding: 16px;
  }
}
.cid-v28KkfkzU5 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v28KkfkzU5 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.cid-v28KkfkzU5 .item .item-wrapper .item-img .card-text {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v28KkfkzU5 .item .item-wrapper .item-content .name-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.cid-v28KkfkzU5 .item .item-wrapper .item-content .name-wrapper .card-name {
  margin-bottom: 0;
}
.cid-v28KkfkzU5 .item .item-wrapper .item-content .name-wrapper .mbr-iconfont {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 100%;
  background-color: #ffffff;
  color: #000000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v28KkfkzU5 .item .item-wrapper .item-content .card-role {
  margin-bottom: 8px;
}
.cid-v28KkfkzU5 .item .item-wrapper .item-content .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v28KkfkzU5 .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  margin: 0 16px 0 0;
}
.cid-v28KkfkzU5 .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v28KkfkzU5 .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #706cff;
}
.cid-v28KkfkzU5 .item .item-wrapper .item-content .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #becdc2;
  transition: all 0.3s ease-in-out;
}
.cid-v28KkfkzU5 .mbr-section-title {
  color: #000000;
}
.cid-v28KkfkzU5 .mbr-desc {
  color: #000000;
}
.cid-v28KkfkzU5 .card-text {
  color: #000000;
}
.cid-v28KkfkzU5 .card-name {
  color: #000000;
}
.cid-v28KkfkzU5 .card-role {
  color: #becdc2;
}
.cid-v28KkfkzU5 .card-role,
.cid-v28KkfkzU5 .social-wrapper {
  color: #000000;
}
.cid-v29RPlCp4L {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-897072-1-2-2000x1330.jpg");
}
.cid-v29RPlCp4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29RPlCp4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29RPlCp4L .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v29RPlCp4L .row {
    padding: 0 12px;
  }
}
.cid-v29RPlCp4L .item {
  z-index: 1;
}
.cid-v29RPlCp4L .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v29RPlCp4L .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v29RPlCp4L .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v29RPlCp4L .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v29RPlCp4L .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v29RPlCp4L .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v29RPlCp4L .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v29RPlCp4L .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v29RPlCp4L .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v29RPlCp4L .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v29RPlCp4L .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v29RPlCp4L .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v29RPlCp4L .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v29RPlCp4L .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v29RPlCp4L .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v29RPlCp4L .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v29RPlCp4L .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v29RPlCp4L .mbr-card-title {
  color: #181818;
}
.cid-v29RPlCp4L .mbr-card-title,
.cid-v29RPlCp4L .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v1LwU9nrax {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1LwU9nrax .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1LwU9nrax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1LwU9nrax .row {
  justify-content: space-between;
}
.cid-v1LwU9nrax .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1LwU9nrax .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1LwU9nrax .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1LwU9nrax .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v1LwU9nrax .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v1LwU9nrax .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1LwU9nrax .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1LwU9nrax .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1LwU9nrax .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v1LwU9nrax .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v1LwU9nrax .list-wrapper .list .item-wrap:hover,
.cid-v1LwU9nrax .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v1LwU9nrax .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1LwU9nrax .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1LwU9nrax .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1LwU9nrax .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v1LwU9nrax .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v1LwU9nrax .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v1LwU9nrax .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v1LwU9nrax .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v1LwU9nrax .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v1LwU9nrax .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v1LwU9nrax .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1LwU9nrax .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v1LwU9nrax .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v1LwU9nrax .mbr-section-title {
  color: #000000;
}
.cid-v1LwU9nrax .mbr-text {
  color: #000000;
}
.cid-v1LwU9nrax .list {
  color: #000000;
}
.cid-v1LwU9nrax .mbr-desc {
  color: #000000;
}
.cid-v1LwU9nrax .mbr-copy {
  color: #000000;
}
.cid-v1LwU9nrax .mbr-desc,
.cid-v1LwU9nrax .social-wrapper {
  text-align: center;
}
.cid-v1LwU9nrax .mbr-copy,
.cid-v1LwU9nrax .mbr-section-btn-main {
  text-align: center;
}
.cid-v1LwU9nrax .list,
.cid-v1LwU9nrax .item-wrap {
  color: #000000;
}
.cid-v1SSFPPBLi .navbar-dropdown {
  position: relative !important;
}
.cid-v1SSFPPBLi .show .link,
.cid-v1SSFPPBLi .show .mbr-iconfont,
.cid-v1SSFPPBLi .show .phone {
  color: #000000 !important;
}
.cid-v1SSFPPBLi .opened .navbar-caption {
  color: #000000 !important;
}
.cid-v1SSFPPBLi .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-v1SSFPPBLi .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v1SSFPPBLi .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-v1SSFPPBLi .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-v1SSFPPBLi .dropdown-menu {
  padding: 1rem 0;
}
.cid-v1SSFPPBLi .dropdown-item {
  color: #000000 !important;
}
.cid-v1SSFPPBLi .dropdown-item span {
  color: #000000 !important;
}
.cid-v1SSFPPBLi .dropdown-item:hover,
.cid-v1SSFPPBLi .dropdown-item:focus {
  color: #356625 !important;
}
.cid-v1SSFPPBLi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1SSFPPBLi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1SSFPPBLi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1SSFPPBLi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1SSFPPBLi .nav-link {
  position: relative;
}
.cid-v1SSFPPBLi .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1SSFPPBLi .container {
    flex-wrap: nowrap;
  }
}
.cid-v1SSFPPBLi .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v1SSFPPBLi .dropdown-menu,
.cid-v1SSFPPBLi .navbar.opened {
  background: #ffffff !important;
}
.cid-v1SSFPPBLi .nav-item:focus,
.cid-v1SSFPPBLi .nav-link:focus {
  outline: none;
}
.cid-v1SSFPPBLi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1SSFPPBLi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1SSFPPBLi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1SSFPPBLi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1SSFPPBLi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1SSFPPBLi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1SSFPPBLi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v1SSFPPBLi .navbar.opened {
  transition: all 0.3s;
}
.cid-v1SSFPPBLi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1SSFPPBLi .navbar .navbar-logo img {
  width: auto;
}
.cid-v1SSFPPBLi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1SSFPPBLi .navbar.collapsed {
  justify-content: center;
}
.cid-v1SSFPPBLi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1SSFPPBLi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1SSFPPBLi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-v1SSFPPBLi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1SSFPPBLi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1SSFPPBLi .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-v1SSFPPBLi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1SSFPPBLi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1SSFPPBLi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1SSFPPBLi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1SSFPPBLi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1SSFPPBLi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1SSFPPBLi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1SSFPPBLi .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-v1SSFPPBLi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1SSFPPBLi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1SSFPPBLi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v1SSFPPBLi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v1SSFPPBLi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1SSFPPBLi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1SSFPPBLi .navbar.navbar-short {
  min-height: 60px;
}
.cid-v1SSFPPBLi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v1SSFPPBLi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v1SSFPPBLi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1SSFPPBLi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1SSFPPBLi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1SSFPPBLi .dropdown-item.active,
.cid-v1SSFPPBLi .dropdown-item:active {
  background-color: transparent;
}
.cid-v1SSFPPBLi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1SSFPPBLi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1SSFPPBLi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1SSFPPBLi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1SSFPPBLi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1SSFPPBLi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1SSFPPBLi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1SSFPPBLi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1SSFPPBLi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v1SSFPPBLi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v1SSFPPBLi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v1SSFPPBLi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1SSFPPBLi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v1SSFPPBLi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1SSFPPBLi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1SSFPPBLi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1SSFPPBLi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1SSFPPBLi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1SSFPPBLi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1SSFPPBLi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1SSFPPBLi .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-v1SSFPPBLi .navbar {
    height: 70px;
  }
  .cid-v1SSFPPBLi .navbar.opened {
    height: auto;
  }
  .cid-v1SSFPPBLi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v28YA4MK5u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-35489867-2000x1333.jpg");
}
.cid-v28YA4MK5u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28YA4MK5u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v28YA4MK5u .row {
  margin: 0 -8px;
}
.cid-v28YA4MK5u .row .card {
  padding: 0 8px;
}
.cid-v28YA4MK5u .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v28YA4MK5u .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v28YA4MK5u .card-wrapper {
    padding: 24px;
  }
}
.cid-v28YA4MK5u .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-v28YA4MK5u .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  opacity: .6;
}
.cid-v28YA4MK5u .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v28YA4MK5u .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-v28YA4MK5u .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v28YA4MK5u .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v28YA4MK5u .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v28YA4MK5u .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v28YA4MK5u .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v28YA4MK5u .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v28YA4MK5u .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-v28YA4MK5u .mbr-text,
.cid-v28YA4MK5u .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v290K2mdUy {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-v290K2mdUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v290K2mdUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v290K2mdUy .card {
  justify-content: center;
}
.cid-v290K2mdUy .image-wrapper {
  padding-right: 70px;
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .cid-v290K2mdUy .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v290K2mdUy .image-wrapper {
    padding-left: 0;
  }
}
.cid-v290K2mdUy .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v290K2mdUy .image-wrapper img {
    height: 350px;
  }
}
.cid-v290K2mdUy .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v290K2mdUy .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v290K2mdUy .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v290K2mdUy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v290K2mdUy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v290K2mdUy .mbr-section-title {
  color: #000000;
}
.cid-v290K2mdUy .mbr-section-subtitle {
  color: #000000;
}
.cid-v290K2mdUy .mbr-text,
.cid-v290K2mdUy .text-wrapper {
  color: #356625;
  text-align: justify;
}
.cid-v295H8o79p {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v295H8o79p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v295H8o79p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v295H8o79p .items-wrapper {
  justify-content: center;
}
.cid-v295H8o79p .mbr-text,
.cid-v295H8o79p .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-v292yGpfUx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v292yGpfUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v292yGpfUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v292yGpfUx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v292yGpfUx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v292yGpfUx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-v292yGpfUx .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-v292yGpfUx .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v292yGpfUx .item {
    margin-bottom: 20px;
  }
}
.cid-v292yGpfUx .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-v292yGpfUx .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v292yGpfUx .item .item-wrapper .card-box .card-title_1,
.cid-v292yGpfUx .item .item-wrapper .card-box .card-title_2,
.cid-v292yGpfUx .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-v292yGpfUx .item .item-wrapper .card-box .card-text_1,
.cid-v292yGpfUx .item .item-wrapper .card-box .card-text_2,
.cid-v292yGpfUx .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-v292yGpfUx .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v292yGpfUx .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v292yGpfUx .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v292yGpfUx .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-v292yGpfUx .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-v292yGpfUx .item .card_1 {
  background-color: #1e4d2b;
}
.cid-v292yGpfUx .item .card_2 {
  background-color: #d1e0be;
}
.cid-v292yGpfUx .item .card_3 {
  background-color: #e6eddc;
}
.cid-v292yGpfUx .btn-wrapper {
  margin-top: -6%;
}
.cid-v292yGpfUx .mbr-section-title,
.cid-v292yGpfUx .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v292yGpfUx .card-title_1 {
  color: #f1f5eb;
}
.cid-v292yGpfUx .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-v292yGpfUx .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-v292yGpfUx .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-v292yGpfUx .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-v292yGpfUx .card-text_3 {
  color: #356625;
  text-align: center;
}
.cid-v292yGpfUx .card-title_1,
.cid-v292yGpfUx .mbr-section-btn {
  text-align: center;
}
.cid-v292yGpfUx .card-title_3,
.cid-v292yGpfUx .mbr-section-btn {
  color: #356625;
}
.cid-v2lLkXCHX7 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-897072-1-2-2000x1330.jpg");
}
.cid-v2lLkXCHX7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lLkXCHX7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lLkXCHX7 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v2lLkXCHX7 .row {
    padding: 0 12px;
  }
}
.cid-v2lLkXCHX7 .item {
  z-index: 1;
}
.cid-v2lLkXCHX7 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2lLkXCHX7 .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v2lLkXCHX7 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2lLkXCHX7 .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v2lLkXCHX7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lLkXCHX7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2lLkXCHX7 .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v2lLkXCHX7 .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v2lLkXCHX7 .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v2lLkXCHX7 .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v2lLkXCHX7 .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v2lLkXCHX7 .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v2lLkXCHX7 .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v2lLkXCHX7 .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2lLkXCHX7 .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v2lLkXCHX7 .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v2lLkXCHX7 .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v2lLkXCHX7 .mbr-card-title {
  color: #181818;
}
.cid-v2lLkXCHX7 .mbr-card-title,
.cid-v2lLkXCHX7 .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v1SSFSYz5y {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v1SSFSYz5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1SSFSYz5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1SSFSYz5y .row {
  justify-content: space-between;
}
.cid-v1SSFSYz5y .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1SSFSYz5y .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1SSFSYz5y .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1SSFSYz5y .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v1SSFSYz5y .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v1SSFSYz5y .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1SSFSYz5y .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1SSFSYz5y .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v1SSFSYz5y .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v1SSFSYz5y .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v1SSFSYz5y .list-wrapper .list .item-wrap:hover,
.cid-v1SSFSYz5y .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v1SSFSYz5y .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v1SSFSYz5y .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v1SSFSYz5y .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v1SSFSYz5y .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v1SSFSYz5y .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v1SSFSYz5y .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v1SSFSYz5y .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v1SSFSYz5y .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v1SSFSYz5y .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v1SSFSYz5y .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v1SSFSYz5y .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v1SSFSYz5y .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v1SSFSYz5y .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v1SSFSYz5y .mbr-section-title {
  color: #000000;
}
.cid-v1SSFSYz5y .mbr-text {
  color: #000000;
}
.cid-v1SSFSYz5y .list {
  color: #000000;
}
.cid-v1SSFSYz5y .mbr-desc {
  color: #000000;
}
.cid-v1SSFSYz5y .mbr-copy {
  color: #000000;
}
.cid-v1SSFSYz5y .mbr-desc,
.cid-v1SSFSYz5y .social-wrapper {
  text-align: center;
}
.cid-v1SSFSYz5y .mbr-copy,
.cid-v1SSFSYz5y .mbr-section-btn-main {
  text-align: center;
}
.cid-v1SSFSYz5y .list,
.cid-v1SSFSYz5y .item-wrap {
  color: #000000;
}
.cid-v296I2JId5 .navbar-dropdown {
  position: relative !important;
}
.cid-v296I2JId5 .show .link,
.cid-v296I2JId5 .show .mbr-iconfont,
.cid-v296I2JId5 .show .phone {
  color: #000000 !important;
}
.cid-v296I2JId5 .opened .navbar-caption {
  color: #000000 !important;
}
.cid-v296I2JId5 .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-v296I2JId5 .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v296I2JId5 .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-v296I2JId5 .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-v296I2JId5 .dropdown-menu {
  padding: 1rem 0;
}
.cid-v296I2JId5 .dropdown-item {
  color: #000000 !important;
}
.cid-v296I2JId5 .dropdown-item span {
  color: #000000 !important;
}
.cid-v296I2JId5 .dropdown-item:hover,
.cid-v296I2JId5 .dropdown-item:focus {
  color: #356625 !important;
}
.cid-v296I2JId5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v296I2JId5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v296I2JId5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v296I2JId5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v296I2JId5 .nav-link {
  position: relative;
}
.cid-v296I2JId5 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v296I2JId5 .container {
    flex-wrap: nowrap;
  }
}
.cid-v296I2JId5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v296I2JId5 .dropdown-menu,
.cid-v296I2JId5 .navbar.opened {
  background: #ffffff !important;
}
.cid-v296I2JId5 .nav-item:focus,
.cid-v296I2JId5 .nav-link:focus {
  outline: none;
}
.cid-v296I2JId5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v296I2JId5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v296I2JId5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v296I2JId5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v296I2JId5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v296I2JId5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v296I2JId5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v296I2JId5 .navbar.opened {
  transition: all 0.3s;
}
.cid-v296I2JId5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v296I2JId5 .navbar .navbar-logo img {
  width: auto;
}
.cid-v296I2JId5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v296I2JId5 .navbar.collapsed {
  justify-content: center;
}
.cid-v296I2JId5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v296I2JId5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v296I2JId5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-v296I2JId5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v296I2JId5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v296I2JId5 .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-v296I2JId5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v296I2JId5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v296I2JId5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v296I2JId5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v296I2JId5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v296I2JId5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v296I2JId5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v296I2JId5 .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-v296I2JId5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v296I2JId5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v296I2JId5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v296I2JId5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v296I2JId5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v296I2JId5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v296I2JId5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-v296I2JId5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v296I2JId5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v296I2JId5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v296I2JId5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v296I2JId5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v296I2JId5 .dropdown-item.active,
.cid-v296I2JId5 .dropdown-item:active {
  background-color: transparent;
}
.cid-v296I2JId5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v296I2JId5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v296I2JId5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v296I2JId5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v296I2JId5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v296I2JId5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v296I2JId5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v296I2JId5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v296I2JId5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v296I2JId5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v296I2JId5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v296I2JId5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v296I2JId5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v296I2JId5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v296I2JId5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v296I2JId5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v296I2JId5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v296I2JId5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v296I2JId5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v296I2JId5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v296I2JId5 .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-v296I2JId5 .navbar {
    height: 70px;
  }
  .cid-v296I2JId5 .navbar.opened {
    height: auto;
  }
  .cid-v296I2JId5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v296I3EU7y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-317473394-2000x1250.jpg");
}
.cid-v296I3EU7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v296I3EU7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v296I3EU7y .row {
  margin: 0 -8px;
}
.cid-v296I3EU7y .row .card {
  padding: 0 8px;
}
.cid-v296I3EU7y .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v296I3EU7y .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v296I3EU7y .card-wrapper {
    padding: 24px;
  }
}
.cid-v296I3EU7y .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-v296I3EU7y .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  opacity: .6;
}
.cid-v296I3EU7y .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v296I3EU7y .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-v296I3EU7y .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v296I3EU7y .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v296I3EU7y .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v296I3EU7y .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v296I3EU7y .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v296I3EU7y .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v296I3EU7y .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-v296I3EU7y .mbr-text,
.cid-v296I3EU7y .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v296I41x6I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-v296I41x6I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v296I41x6I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v296I41x6I .card {
  justify-content: center;
}
.cid-v296I41x6I .image-wrapper {
  padding-right: 70px;
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .cid-v296I41x6I .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v296I41x6I .image-wrapper {
    padding-left: 0;
  }
}
.cid-v296I41x6I .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v296I41x6I .image-wrapper img {
    height: 350px;
  }
}
.cid-v296I41x6I .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v296I41x6I .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v296I41x6I .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v296I41x6I .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v296I41x6I .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v296I41x6I .mbr-section-title {
  color: #000000;
}
.cid-v296I41x6I .mbr-section-subtitle {
  color: #000000;
}
.cid-v296I41x6I .mbr-text,
.cid-v296I41x6I .text-wrapper {
  color: #356625;
  text-align: justify;
}
.cid-v29bciVTGu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v29bciVTGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29bciVTGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29bciVTGu .items-wrapper {
  justify-content: center;
}
.cid-v29bciVTGu .mbr-text,
.cid-v29bciVTGu .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-v29g5oNo8P {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v29g5oNo8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29g5oNo8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29g5oNo8P .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v29g5oNo8P .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v29g5oNo8P .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v29g5oNo8P .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v29g5oNo8P .embla__slide .slide-content {
  width: 100%;
}
.cid-v29g5oNo8P .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #d1e0be;
}
@media (max-width: 992px) {
  .cid-v29g5oNo8P .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v29g5oNo8P .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #1e4d2b;
  margin-bottom: 54px;
}
.cid-v29g5oNo8P .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v29g5oNo8P .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v29g5oNo8P .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v29g5oNo8P .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v29g5oNo8P .embla__button--next,
.cid-v29g5oNo8P .embla__button--prev {
  display: flex;
}
.cid-v29g5oNo8P .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v29g5oNo8P .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v29g5oNo8P .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v29g5oNo8P .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v29g5oNo8P .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v29g5oNo8P .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v29g5oNo8P .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v29g5oNo8P .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v29g5oNo8P .embla__viewport {
    padding: 0;
  }
}
.cid-v29g5oNo8P .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v29g5oNo8P .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v29g5oNo8P .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v29g5oNo8P .mbr-section-title,
.cid-v29g5oNo8P .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v29g5oNo8P .card-number {
  color: #e6eddc;
}
.cid-v29g5oNo8P .card-title {
  color: #323432;
}
.cid-v29g5oNo8P .card-text {
  color: #323432;
}
.cid-v29g5oNo8P .card-title,
.cid-v29g5oNo8P .mbr-section-btn {
  color: #356625;
}
.cid-v2lLw00hbn {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-897072-1-2-2000x1330.jpg");
}
.cid-v2lLw00hbn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lLw00hbn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lLw00hbn .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v2lLw00hbn .row {
    padding: 0 12px;
  }
}
.cid-v2lLw00hbn .item {
  z-index: 1;
}
.cid-v2lLw00hbn .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2lLw00hbn .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v2lLw00hbn .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2lLw00hbn .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v2lLw00hbn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lLw00hbn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2lLw00hbn .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v2lLw00hbn .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v2lLw00hbn .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v2lLw00hbn .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v2lLw00hbn .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v2lLw00hbn .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v2lLw00hbn .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v2lLw00hbn .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2lLw00hbn .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v2lLw00hbn .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v2lLw00hbn .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v2lLw00hbn .mbr-card-title {
  color: #181818;
}
.cid-v2lLw00hbn .mbr-card-title,
.cid-v2lLw00hbn .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v296I5sRN4 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v296I5sRN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v296I5sRN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v296I5sRN4 .row {
  justify-content: space-between;
}
.cid-v296I5sRN4 .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v296I5sRN4 .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v296I5sRN4 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v296I5sRN4 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v296I5sRN4 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v296I5sRN4 .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v296I5sRN4 .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v296I5sRN4 .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v296I5sRN4 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v296I5sRN4 .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v296I5sRN4 .list-wrapper .list .item-wrap:hover,
.cid-v296I5sRN4 .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v296I5sRN4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v296I5sRN4 .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v296I5sRN4 .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v296I5sRN4 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v296I5sRN4 .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v296I5sRN4 .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v296I5sRN4 .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v296I5sRN4 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v296I5sRN4 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v296I5sRN4 .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v296I5sRN4 .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v296I5sRN4 .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v296I5sRN4 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v296I5sRN4 .mbr-section-title {
  color: #000000;
}
.cid-v296I5sRN4 .mbr-text {
  color: #000000;
}
.cid-v296I5sRN4 .list {
  color: #000000;
}
.cid-v296I5sRN4 .mbr-desc {
  color: #000000;
}
.cid-v296I5sRN4 .mbr-copy {
  color: #000000;
}
.cid-v296I5sRN4 .mbr-desc,
.cid-v296I5sRN4 .social-wrapper {
  text-align: center;
}
.cid-v296I5sRN4 .mbr-copy,
.cid-v296I5sRN4 .mbr-section-btn-main {
  text-align: center;
}
.cid-v296I5sRN4 .list,
.cid-v296I5sRN4 .item-wrap {
  color: #000000;
}
.cid-v29yQiQBjW .navbar-dropdown {
  position: relative !important;
}
.cid-v29yQiQBjW .show .link,
.cid-v29yQiQBjW .show .mbr-iconfont,
.cid-v29yQiQBjW .show .phone {
  color: #000000 !important;
}
.cid-v29yQiQBjW .opened .navbar-caption {
  color: #000000 !important;
}
.cid-v29yQiQBjW .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-v29yQiQBjW .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v29yQiQBjW .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-v29yQiQBjW .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-v29yQiQBjW .dropdown-menu {
  padding: 1rem 0;
}
.cid-v29yQiQBjW .dropdown-item {
  color: #000000 !important;
}
.cid-v29yQiQBjW .dropdown-item span {
  color: #000000 !important;
}
.cid-v29yQiQBjW .dropdown-item:hover,
.cid-v29yQiQBjW .dropdown-item:focus {
  color: #356625 !important;
}
.cid-v29yQiQBjW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v29yQiQBjW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v29yQiQBjW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v29yQiQBjW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v29yQiQBjW .nav-link {
  position: relative;
}
.cid-v29yQiQBjW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v29yQiQBjW .container {
    flex-wrap: nowrap;
  }
}
.cid-v29yQiQBjW .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v29yQiQBjW .dropdown-menu,
.cid-v29yQiQBjW .navbar.opened {
  background: #ffffff !important;
}
.cid-v29yQiQBjW .nav-item:focus,
.cid-v29yQiQBjW .nav-link:focus {
  outline: none;
}
.cid-v29yQiQBjW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v29yQiQBjW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v29yQiQBjW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v29yQiQBjW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29yQiQBjW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v29yQiQBjW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v29yQiQBjW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v29yQiQBjW .navbar.opened {
  transition: all 0.3s;
}
.cid-v29yQiQBjW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v29yQiQBjW .navbar .navbar-logo img {
  width: auto;
}
.cid-v29yQiQBjW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v29yQiQBjW .navbar.collapsed {
  justify-content: center;
}
.cid-v29yQiQBjW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v29yQiQBjW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v29yQiQBjW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-v29yQiQBjW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v29yQiQBjW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v29yQiQBjW .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-v29yQiQBjW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v29yQiQBjW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v29yQiQBjW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v29yQiQBjW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v29yQiQBjW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v29yQiQBjW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v29yQiQBjW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v29yQiQBjW .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-v29yQiQBjW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v29yQiQBjW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v29yQiQBjW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v29yQiQBjW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v29yQiQBjW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v29yQiQBjW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v29yQiQBjW .navbar.navbar-short {
  min-height: 60px;
}
.cid-v29yQiQBjW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v29yQiQBjW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v29yQiQBjW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v29yQiQBjW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v29yQiQBjW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v29yQiQBjW .dropdown-item.active,
.cid-v29yQiQBjW .dropdown-item:active {
  background-color: transparent;
}
.cid-v29yQiQBjW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v29yQiQBjW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v29yQiQBjW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v29yQiQBjW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v29yQiQBjW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v29yQiQBjW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v29yQiQBjW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v29yQiQBjW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v29yQiQBjW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v29yQiQBjW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v29yQiQBjW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v29yQiQBjW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29yQiQBjW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29yQiQBjW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v29yQiQBjW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29yQiQBjW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v29yQiQBjW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v29yQiQBjW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29yQiQBjW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v29yQiQBjW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v29yQiQBjW .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-v29yQiQBjW .navbar {
    height: 70px;
  }
  .cid-v29yQiQBjW .navbar.opened {
    height: auto;
  }
  .cid-v29yQiQBjW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v29yQjv443 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-317473394-2000x1250.jpg");
}
.cid-v29yQjv443 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29yQjv443 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29yQjv443 .row {
  margin: 0 -8px;
}
.cid-v29yQjv443 .row .card {
  padding: 0 8px;
}
.cid-v29yQjv443 .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v29yQjv443 .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v29yQjv443 .card-wrapper {
    padding: 24px;
  }
}
.cid-v29yQjv443 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-v29yQjv443 .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  opacity: .6;
}
.cid-v29yQjv443 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v29yQjv443 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-v29yQjv443 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v29yQjv443 .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v29yQjv443 .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v29yQjv443 .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v29yQjv443 .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v29yQjv443 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v29yQjv443 .mbr-label {
  color: #000000;
  text-align: justify;
}
.cid-v29yQjv443 .mbr-text,
.cid-v29yQjv443 .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v29yQjv443 .mbr-section-title,
.cid-v29yQjv443 .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-v29yQjQZ4z {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-v29yQjQZ4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29yQjQZ4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29yQjQZ4z .card {
  justify-content: center;
}
.cid-v29yQjQZ4z .image-wrapper {
  padding-right: 70px;
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .cid-v29yQjQZ4z .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v29yQjQZ4z .image-wrapper {
    padding-left: 0;
  }
}
.cid-v29yQjQZ4z .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v29yQjQZ4z .image-wrapper img {
    height: 350px;
  }
}
.cid-v29yQjQZ4z .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v29yQjQZ4z .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v29yQjQZ4z .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v29yQjQZ4z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v29yQjQZ4z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v29yQjQZ4z .mbr-section-title {
  color: #000000;
}
.cid-v29yQjQZ4z .mbr-section-subtitle {
  color: #000000;
}
.cid-v29yQjQZ4z .mbr-text,
.cid-v29yQjQZ4z .text-wrapper {
  color: #356625;
  text-align: justify;
}
.cid-v29zq0vAeL {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v29zq0vAeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29zq0vAeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29zq0vAeL .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v29zq0vAeL .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v29zq0vAeL .title-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v29zq0vAeL .title-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-v29zq0vAeL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v29zq0vAeL .card {
  justify-content: flex-end;
}
.cid-v29zq0vAeL .image-wrapper {
  padding-right: 240px;
}
@media (max-width: 1640px) {
  .cid-v29zq0vAeL .image-wrapper {
    padding-right: 140px;
  }
}
@media (max-width: 1440px) {
  .cid-v29zq0vAeL .image-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-v29zq0vAeL .image-wrapper {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.cid-v29zq0vAeL .image-wrapper img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v29zq0vAeL .image-wrapper img {
    height: 300px;
  }
}
.cid-v29zq0vAeL .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v29zq0vAeL .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v29zq0vAeL .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v29zq0vAeL .mbr-label {
  color: #000000;
}
.cid-v29zq0vAeL .mbr-section-title {
  color: #000000;
}
.cid-v29zq0vAeL .mbr-text {
  color: #000000;
}
.cid-v29CqaOUgH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-v29CqaOUgH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29CqaOUgH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29CqaOUgH .items-wrapper {
  justify-content: center;
}
.cid-v29CqaOUgH .mbr-text,
.cid-v29CqaOUgH .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v29E4ahJi1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-v29E4ahJi1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29E4ahJi1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29E4ahJi1 .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 64px;
  background-color: #f8f8f8;
}
@media (max-width: 992px) {
  .cid-v29E4ahJi1 .card-wrapper {
    display: block;
    padding: 16px;
  }
}
.cid-v29E4ahJi1 .card-wrapper .tabs-wrapper {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v29E4ahJi1 .card-wrapper .tabs-wrapper {
    width: 100%;
  }
}
.cid-v29E4ahJi1 .card-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none !important;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
.cid-v29E4ahJi1 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin-bottom: 0;
}
.cid-v29E4ahJi1 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v29E4ahJi1 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    margin-bottom: 22px;
  }
}
.cid-v29E4ahJi1 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1rem;
  width: 6px;
  height: 0;
  background-image: linear-gradient(0deg, #000000, #356625 70%);
  transition: all 1s ease-in-out;
}
.cid-v29E4ahJi1 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-image: linear-gradient(90deg, #000000, #356625 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-color: transparent;
  border: none;
  padding: 0 0 0 32px;
}
.cid-v29E4ahJi1 .card-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active::before {
  height: 100%;
}
.cid-v29E4ahJi1 .card-wrapper .tab-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v29E4ahJi1 .card-wrapper .tab-content {
    width: 100%;
  }
}
.cid-v29E4ahJi1 .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 490px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v29E4ahJi1 .card-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-v29E4ahJi1 P {
  color: #000000;
}
.cid-v29J9TJBdr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v29J9TJBdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29J9TJBdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29J9TJBdr .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v29J9TJBdr .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v29J9TJBdr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v29J9TJBdr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v29J9TJBdr .embla__slide .slide-content {
  width: 100%;
}
.cid-v29J9TJBdr .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #d1e0be;
}
@media (max-width: 992px) {
  .cid-v29J9TJBdr .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v29J9TJBdr .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #1e4d2b;
  margin-bottom: 54px;
}
.cid-v29J9TJBdr .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v29J9TJBdr .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v29J9TJBdr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v29J9TJBdr .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v29J9TJBdr .embla__button--next,
.cid-v29J9TJBdr .embla__button--prev {
  display: flex;
}
.cid-v29J9TJBdr .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v29J9TJBdr .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v29J9TJBdr .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v29J9TJBdr .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v29J9TJBdr .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v29J9TJBdr .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v29J9TJBdr .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v29J9TJBdr .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v29J9TJBdr .embla__viewport {
    padding: 0;
  }
}
.cid-v29J9TJBdr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v29J9TJBdr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v29J9TJBdr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v29J9TJBdr .mbr-section-title,
.cid-v29J9TJBdr .title-wrapper {
  color: #323432;
  text-align: justify;
}
.cid-v29J9TJBdr .card-number {
  color: #e6eddc;
}
.cid-v29J9TJBdr .card-title {
  color: #323432;
}
.cid-v29J9TJBdr .card-text {
  color: #323432;
}
.cid-v29J9TJBdr .card-title,
.cid-v29J9TJBdr .mbr-section-btn {
  color: #356625;
}
.cid-v2eHb5h8rr {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-v2eHb5h8rr img,
.cid-v2eHb5h8rr .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  background-color: white;
  min-height: 200px;
  height: 200px;
}
.cid-v2eHb5h8rr .image-wrapper {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v2eHb5h8rr .item:focus,
.cid-v2eHb5h8rr span:focus {
  outline: none;
}
.cid-v2eHb5h8rr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2eHb5h8rr .item {
    margin-bottom: 1rem;
  }
}
.cid-v2eHb5h8rr .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v2eHb5h8rr .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v2eHb5h8rr .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v2eHb5h8rr .item-wrapper:hover .image-wrapper {
  margin: 10px;
}
.cid-v2eHb5h8rr .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-v2eHb5h8rr .item-wrapper {
    height: auto;
  }
}
.cid-v2eHb5h8rr .mbr-section-title {
  color: #282124;
  text-align: justify;
}
.cid-v2eHb5h8rr .item-title {
  text-align: left;
  color: #282124;
}
.cid-v2eHb5h8rr .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v2eHb5h8rr .mbr-text,
.cid-v2eHb5h8rr .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v2eHb5h8rr .mbr-section-subtitle,
.cid-v2eHb5h8rr .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-v2lLzcSnAI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-897072-1-2-2000x1330.jpg");
}
.cid-v2lLzcSnAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lLzcSnAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lLzcSnAI .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v2lLzcSnAI .row {
    padding: 0 12px;
  }
}
.cid-v2lLzcSnAI .item {
  z-index: 1;
}
.cid-v2lLzcSnAI .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2lLzcSnAI .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v2lLzcSnAI .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2lLzcSnAI .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v2lLzcSnAI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lLzcSnAI .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2lLzcSnAI .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v2lLzcSnAI .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v2lLzcSnAI .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v2lLzcSnAI .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v2lLzcSnAI .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v2lLzcSnAI .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v2lLzcSnAI .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v2lLzcSnAI .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2lLzcSnAI .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v2lLzcSnAI .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v2lLzcSnAI .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v2lLzcSnAI .mbr-card-title {
  color: #181818;
}
.cid-v2lLzcSnAI .mbr-card-title,
.cid-v2lLzcSnAI .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v29yQli4QK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v29yQli4QK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29yQli4QK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29yQli4QK .row {
  justify-content: space-between;
}
.cid-v29yQli4QK .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v29yQli4QK .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v29yQli4QK .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v29yQli4QK .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v29yQli4QK .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v29yQli4QK .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v29yQli4QK .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v29yQli4QK .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v29yQli4QK .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v29yQli4QK .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v29yQli4QK .list-wrapper .list .item-wrap:hover,
.cid-v29yQli4QK .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v29yQli4QK .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v29yQli4QK .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v29yQli4QK .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v29yQli4QK .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v29yQli4QK .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v29yQli4QK .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v29yQli4QK .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v29yQli4QK .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v29yQli4QK .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v29yQli4QK .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v29yQli4QK .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v29yQli4QK .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v29yQli4QK .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v29yQli4QK .mbr-section-title {
  color: #000000;
}
.cid-v29yQli4QK .mbr-text {
  color: #000000;
}
.cid-v29yQli4QK .list {
  color: #000000;
}
.cid-v29yQli4QK .mbr-desc {
  color: #000000;
}
.cid-v29yQli4QK .mbr-copy {
  color: #000000;
}
.cid-v29yQli4QK .mbr-desc,
.cid-v29yQli4QK .social-wrapper {
  text-align: center;
}
.cid-v29yQli4QK .mbr-copy,
.cid-v29yQli4QK .mbr-section-btn-main {
  text-align: center;
}
.cid-v29yQli4QK .list,
.cid-v29yQli4QK .item-wrap {
  color: #000000;
}
.cid-v29T6d9Flz .navbar-dropdown {
  position: relative !important;
}
.cid-v29T6d9Flz .show .link,
.cid-v29T6d9Flz .show .mbr-iconfont,
.cid-v29T6d9Flz .show .phone {
  color: #000000 !important;
}
.cid-v29T6d9Flz .opened .navbar-caption {
  color: #000000 !important;
}
.cid-v29T6d9Flz .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-v29T6d9Flz .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v29T6d9Flz .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-v29T6d9Flz .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-v29T6d9Flz .dropdown-menu {
  padding: 1rem 0;
}
.cid-v29T6d9Flz .dropdown-item {
  color: #000000 !important;
}
.cid-v29T6d9Flz .dropdown-item span {
  color: #000000 !important;
}
.cid-v29T6d9Flz .dropdown-item:hover,
.cid-v29T6d9Flz .dropdown-item:focus {
  color: #356625 !important;
}
.cid-v29T6d9Flz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v29T6d9Flz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v29T6d9Flz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v29T6d9Flz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v29T6d9Flz .nav-link {
  position: relative;
}
.cid-v29T6d9Flz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v29T6d9Flz .container {
    flex-wrap: nowrap;
  }
}
.cid-v29T6d9Flz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v29T6d9Flz .dropdown-menu,
.cid-v29T6d9Flz .navbar.opened {
  background: #ffffff !important;
}
.cid-v29T6d9Flz .nav-item:focus,
.cid-v29T6d9Flz .nav-link:focus {
  outline: none;
}
.cid-v29T6d9Flz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v29T6d9Flz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v29T6d9Flz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v29T6d9Flz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v29T6d9Flz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v29T6d9Flz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v29T6d9Flz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v29T6d9Flz .navbar.opened {
  transition: all 0.3s;
}
.cid-v29T6d9Flz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v29T6d9Flz .navbar .navbar-logo img {
  width: auto;
}
.cid-v29T6d9Flz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v29T6d9Flz .navbar.collapsed {
  justify-content: center;
}
.cid-v29T6d9Flz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v29T6d9Flz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v29T6d9Flz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-v29T6d9Flz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v29T6d9Flz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v29T6d9Flz .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-v29T6d9Flz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v29T6d9Flz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v29T6d9Flz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v29T6d9Flz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v29T6d9Flz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v29T6d9Flz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v29T6d9Flz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v29T6d9Flz .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-v29T6d9Flz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v29T6d9Flz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v29T6d9Flz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v29T6d9Flz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v29T6d9Flz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v29T6d9Flz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v29T6d9Flz .navbar.navbar-short {
  min-height: 60px;
}
.cid-v29T6d9Flz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v29T6d9Flz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v29T6d9Flz .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v29T6d9Flz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v29T6d9Flz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v29T6d9Flz .dropdown-item.active,
.cid-v29T6d9Flz .dropdown-item:active {
  background-color: transparent;
}
.cid-v29T6d9Flz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v29T6d9Flz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v29T6d9Flz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v29T6d9Flz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v29T6d9Flz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v29T6d9Flz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v29T6d9Flz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v29T6d9Flz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v29T6d9Flz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v29T6d9Flz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v29T6d9Flz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v29T6d9Flz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29T6d9Flz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v29T6d9Flz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v29T6d9Flz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29T6d9Flz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v29T6d9Flz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v29T6d9Flz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v29T6d9Flz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v29T6d9Flz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v29T6d9Flz .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-v29T6d9Flz .navbar {
    height: 70px;
  }
  .cid-v29T6d9Flz .navbar.opened {
    height: auto;
  }
  .cid-v29T6d9Flz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v29T6dLnXP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-316663619-2000x1333.jpg");
}
.cid-v29T6dLnXP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29T6dLnXP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29T6dLnXP .row {
  margin: 0 -8px;
}
.cid-v29T6dLnXP .row .card {
  padding: 0 8px;
}
.cid-v29T6dLnXP .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v29T6dLnXP .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v29T6dLnXP .card-wrapper {
    padding: 24px;
  }
}
.cid-v29T6dLnXP .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-v29T6dLnXP .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  opacity: .6;
}
.cid-v29T6dLnXP .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v29T6dLnXP .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-v29T6dLnXP .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v29T6dLnXP .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v29T6dLnXP .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v29T6dLnXP .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v29T6dLnXP .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v29T6dLnXP .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v29T6dLnXP .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-v29T6dLnXP .mbr-text,
.cid-v29T6dLnXP .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v29T6dYsVq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-v29T6dYsVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29T6dYsVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29T6dYsVq .card {
  justify-content: center;
}
.cid-v29T6dYsVq .image-wrapper {
  padding-right: 70px;
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .cid-v29T6dYsVq .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v29T6dYsVq .image-wrapper {
    padding-left: 0;
  }
}
.cid-v29T6dYsVq .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v29T6dYsVq .image-wrapper img {
    height: 350px;
  }
}
.cid-v29T6dYsVq .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v29T6dYsVq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v29T6dYsVq .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v29T6dYsVq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v29T6dYsVq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v29T6dYsVq .mbr-section-title {
  color: #000000;
}
.cid-v29T6dYsVq .mbr-section-subtitle {
  color: #000000;
}
.cid-v29T6dYsVq .mbr-text,
.cid-v29T6dYsVq .text-wrapper {
  color: #356625;
  text-align: justify;
}
.cid-v2lrvnTVJU {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v2lrvnTVJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lrvnTVJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lrvnTVJU .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v2lrvnTVJU .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-v2lrvnTVJU .content-wrapper {
    width: 100%;
  }
}
.cid-v2lrvnTVJU .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lrvnTVJU .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-v2lrvnTVJU .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-v2lrvnTVJU .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-v2lrvnTVJU .mbr-section-title {
  color: #181824;
}
.cid-v2lrvnTVJU .mbr-text,
.cid-v2lrvnTVJU .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-v2lrvnTVJU .mbr-section-title,
.cid-v2lrvnTVJU .mbr-section-btn,
.cid-v2lrvnTVJU .icon-wrapper {
  text-align: center;
}
.cid-v2a7ITiwhM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efeeee;
}
.cid-v2a7ITiwhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2a7ITiwhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2a7ITiwhM .container {
    padding: 0 6px;
  }
}
.cid-v2a7ITiwhM .row {
  margin: 0;
  padding: 150px;
}
@media (max-width: 1440px) {
  .cid-v2a7ITiwhM .row {
    padding: 150px 32px;
  }
}
@media (max-width: 1200px) {
  .cid-v2a7ITiwhM .row {
    padding: 150px 8px;
  }
}
@media (max-width: 992px) {
  .cid-v2a7ITiwhM .row {
    padding: 70px 60px;
  }
}
@media (max-width: 768px) {
  .cid-v2a7ITiwhM .row {
    padding: 70px 16px;
  }
}
.cid-v2a7ITiwhM .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-v2a7ITiwhM .title-wrapper {
  margin-bottom: 64px;
}
.cid-v2a7ITiwhM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2a7ITiwhM .title-wrapper .mbr-section-title span {
  color: #009472;
}
.cid-v2a7ITiwhM .tabs-wrap {
  text-align: center;
  margin-bottom: 60px;
}
.cid-v2a7ITiwhM .tabs-wrap .nav.nav-tabs {
  display: inline-flex;
  border: none;
}
.cid-v2a7ITiwhM .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: 1px solid #d1e0be;
  border-radius: 0 !important;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-v2a7ITiwhM .tabs-wrap .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-v2a7ITiwhM .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #333333;
  border-radius: 0 !important;
  padding: 12px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.cid-v2a7ITiwhM .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #418128;
  background-color: #ccdbc7;
}
.cid-v2a7ITiwhM .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 40px;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-v2a7ITiwhM .content-wrapper {
    display: block;
  }
}
.cid-v2a7ITiwhM .content-wrapper .item {
  position: relative;
  margin-bottom: 90px;
}
.cid-v2a7ITiwhM .content-wrapper .item:hover,
.cid-v2a7ITiwhM .content-wrapper .item:focus {
  cursor: pointer;
}
.cid-v2a7ITiwhM .content-wrapper .item:nth-child(3n) .item-decor {
  background-color: #325027;
}
.cid-v2a7ITiwhM .content-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #325027;
}
.cid-v2a7ITiwhM .content-wrapper .item .item-wrapper {
  border-radius: 16px !important;
  background-color: #143408;
  height: 100%;
}
.cid-v2a7ITiwhM .content-wrapper .item .item-wrapper .item-img {
  padding: 150px 30px 30px;
  background-color: #325027;
  margin-bottom: 40px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2a7ITiwhM .content-wrapper .item .item-wrapper .item-img {
    padding: 150px 22px 22px;
  }
}
.cid-v2a7ITiwhM .content-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: -2rem;
  right: -1rem;
  height: 180px;
  width: 180px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-v2a7ITiwhM .content-wrapper .item .item-wrapper .item-img .card-title {
  margin: 0;
}
.cid-v2a7ITiwhM .content-wrapper .item .item-wrapper .item-content {
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2a7ITiwhM .content-wrapper .item .item-wrapper .item-content {
    padding: 0 22px 22px;
  }
}
.cid-v2a7ITiwhM .content-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-v2a7ITiwhM .mbr-section-title {
  color: #131313;
}
.cid-v2a7ITiwhM .card-title {
  color: #ffffff;
}
.cid-v2a7ITiwhM .card-text {
  color: #131313;
}
.cid-v2a7ITiwhM .mbr-section-title,
.cid-v2a7ITiwhM .mbr-section-btn {
  text-align: justify;
}
.cid-v2a7ITiwhM .card-title,
.cid-v2a7ITiwhM .mbr-section-btn {
  color: #000000;
}
.cid-v2lLKo6vgc {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-897072-1-2-2000x1330.jpg");
}
.cid-v2lLKo6vgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lLKo6vgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lLKo6vgc .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v2lLKo6vgc .row {
    padding: 0 12px;
  }
}
.cid-v2lLKo6vgc .item {
  z-index: 1;
}
.cid-v2lLKo6vgc .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2lLKo6vgc .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v2lLKo6vgc .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2lLKo6vgc .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v2lLKo6vgc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lLKo6vgc .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2lLKo6vgc .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v2lLKo6vgc .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v2lLKo6vgc .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v2lLKo6vgc .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v2lLKo6vgc .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v2lLKo6vgc .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v2lLKo6vgc .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v2lLKo6vgc .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2lLKo6vgc .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v2lLKo6vgc .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v2lLKo6vgc .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v2lLKo6vgc .mbr-card-title {
  color: #181818;
}
.cid-v2lLKo6vgc .mbr-card-title,
.cid-v2lLKo6vgc .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v29T6eOs5h {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v29T6eOs5h .mbr-fallback-image.disabled {
  display: none;
}
.cid-v29T6eOs5h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v29T6eOs5h .row {
  justify-content: space-between;
}
.cid-v29T6eOs5h .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v29T6eOs5h .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v29T6eOs5h .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v29T6eOs5h .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v29T6eOs5h .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v29T6eOs5h .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v29T6eOs5h .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v29T6eOs5h .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v29T6eOs5h .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v29T6eOs5h .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v29T6eOs5h .list-wrapper .list .item-wrap:hover,
.cid-v29T6eOs5h .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v29T6eOs5h .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v29T6eOs5h .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v29T6eOs5h .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v29T6eOs5h .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v29T6eOs5h .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v29T6eOs5h .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v29T6eOs5h .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v29T6eOs5h .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v29T6eOs5h .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v29T6eOs5h .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v29T6eOs5h .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v29T6eOs5h .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v29T6eOs5h .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v29T6eOs5h .mbr-section-title {
  color: #000000;
}
.cid-v29T6eOs5h .mbr-text {
  color: #000000;
}
.cid-v29T6eOs5h .list {
  color: #000000;
}
.cid-v29T6eOs5h .mbr-desc {
  color: #000000;
}
.cid-v29T6eOs5h .mbr-copy {
  color: #000000;
}
.cid-v29T6eOs5h .mbr-desc,
.cid-v29T6eOs5h .social-wrapper {
  text-align: center;
}
.cid-v29T6eOs5h .mbr-copy,
.cid-v29T6eOs5h .mbr-section-btn-main {
  text-align: center;
}
.cid-v29T6eOs5h .list,
.cid-v29T6eOs5h .item-wrap {
  color: #000000;
}
.cid-v2aeVXE0il .navbar-dropdown {
  position: relative !important;
}
.cid-v2aeVXE0il .show .link,
.cid-v2aeVXE0il .show .mbr-iconfont,
.cid-v2aeVXE0il .show .phone {
  color: #000000 !important;
}
.cid-v2aeVXE0il .opened .navbar-caption {
  color: #000000 !important;
}
.cid-v2aeVXE0il .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-v2aeVXE0il .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v2aeVXE0il .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-v2aeVXE0il .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-v2aeVXE0il .dropdown-menu {
  padding: 1rem 0;
}
.cid-v2aeVXE0il .dropdown-item {
  color: #000000 !important;
}
.cid-v2aeVXE0il .dropdown-item span {
  color: #000000 !important;
}
.cid-v2aeVXE0il .dropdown-item:hover,
.cid-v2aeVXE0il .dropdown-item:focus {
  color: #356625 !important;
}
.cid-v2aeVXE0il .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2aeVXE0il .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2aeVXE0il .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2aeVXE0il .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2aeVXE0il .nav-link {
  position: relative;
}
.cid-v2aeVXE0il .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2aeVXE0il .container {
    flex-wrap: nowrap;
  }
}
.cid-v2aeVXE0il .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2aeVXE0il .dropdown-menu,
.cid-v2aeVXE0il .navbar.opened {
  background: #ffffff !important;
}
.cid-v2aeVXE0il .nav-item:focus,
.cid-v2aeVXE0il .nav-link:focus {
  outline: none;
}
.cid-v2aeVXE0il .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2aeVXE0il .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2aeVXE0il .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2aeVXE0il .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2aeVXE0il .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2aeVXE0il .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2aeVXE0il .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2aeVXE0il .navbar.opened {
  transition: all 0.3s;
}
.cid-v2aeVXE0il .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2aeVXE0il .navbar .navbar-logo img {
  width: auto;
}
.cid-v2aeVXE0il .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2aeVXE0il .navbar.collapsed {
  justify-content: center;
}
.cid-v2aeVXE0il .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2aeVXE0il .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2aeVXE0il .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-v2aeVXE0il .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2aeVXE0il .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2aeVXE0il .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-v2aeVXE0il .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2aeVXE0il .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2aeVXE0il .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2aeVXE0il .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2aeVXE0il .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2aeVXE0il .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2aeVXE0il .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2aeVXE0il .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-v2aeVXE0il .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2aeVXE0il .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2aeVXE0il .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2aeVXE0il .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2aeVXE0il .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2aeVXE0il .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2aeVXE0il .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2aeVXE0il .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2aeVXE0il .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2aeVXE0il .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2aeVXE0il .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2aeVXE0il .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2aeVXE0il .dropdown-item.active,
.cid-v2aeVXE0il .dropdown-item:active {
  background-color: transparent;
}
.cid-v2aeVXE0il .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2aeVXE0il .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2aeVXE0il .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2aeVXE0il .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2aeVXE0il .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2aeVXE0il .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2aeVXE0il ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2aeVXE0il .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2aeVXE0il button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2aeVXE0il button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2aeVXE0il button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2aeVXE0il button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aeVXE0il button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2aeVXE0il button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2aeVXE0il nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aeVXE0il nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2aeVXE0il nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2aeVXE0il nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2aeVXE0il .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2aeVXE0il a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2aeVXE0il .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-v2aeVXE0il .navbar {
    height: 70px;
  }
  .cid-v2aeVXE0il .navbar.opened {
    height: auto;
  }
  .cid-v2aeVXE0il .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2aeVYrpFO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-316663619-2000x1333.jpg");
}
.cid-v2aeVYrpFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aeVYrpFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aeVYrpFO .row {
  margin: 0 -8px;
}
.cid-v2aeVYrpFO .row .card {
  padding: 0 8px;
}
.cid-v2aeVYrpFO .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v2aeVYrpFO .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2aeVYrpFO .card-wrapper {
    padding: 24px;
  }
}
.cid-v2aeVYrpFO .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-v2aeVYrpFO .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  opacity: .6;
}
.cid-v2aeVYrpFO .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2aeVYrpFO .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-v2aeVYrpFO .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v2aeVYrpFO .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2aeVYrpFO .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v2aeVYrpFO .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v2aeVYrpFO .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2aeVYrpFO .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v2aeVYrpFO .mbr-label {
  color: #000000;
  text-align: justify;
}
.cid-v2aeVYrpFO .mbr-text,
.cid-v2aeVYrpFO .text-wrapper {
  color: #63635d;
  text-align: center;
}
.cid-v2aeVYrpFO .mbr-section-title,
.cid-v2aeVYrpFO .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-v2aeVYDliD {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-v2aeVYDliD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aeVYDliD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aeVYDliD .card {
  justify-content: center;
}
.cid-v2aeVYDliD .image-wrapper {
  padding-right: 70px;
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .cid-v2aeVYDliD .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v2aeVYDliD .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2aeVYDliD .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2aeVYDliD .image-wrapper img {
    height: 350px;
  }
}
.cid-v2aeVYDliD .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2aeVYDliD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v2aeVYDliD .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v2aeVYDliD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2aeVYDliD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2aeVYDliD .mbr-section-title {
  color: #000000;
}
.cid-v2aeVYDliD .mbr-section-subtitle {
  color: #000000;
}
.cid-v2aeVYDliD .mbr-text,
.cid-v2aeVYDliD .text-wrapper {
  color: #356625;
  text-align: justify;
}
.cid-v2afqpWTk0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2afqpWTk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2afqpWTk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2afqpWTk0 .items-wrapper {
  justify-content: center;
}
.cid-v2afqpWTk0 .mbr-text,
.cid-v2afqpWTk0 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-v2afrEYHNh {
  padding-top: 0rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2afrEYHNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2afrEYHNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2afrEYHNh .card-wrapper {
  display: flex;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2afrEYHNh .card-wrapper {
    display: block;
  }
}
.cid-v2afrEYHNh .card-wrapper .image-wrapper {
  position: relative;
  width: 55%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2afrEYHNh .card-wrapper .image-wrapper {
    width: 100%;
    height: 300px;
  }
}
.cid-v2afrEYHNh .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-v2afrEYHNh .card-wrapper .content-wrapper {
  width: 45%;
  padding: 64px;
}
@media (max-width: 1440px) {
  .cid-v2afrEYHNh .card-wrapper .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v2afrEYHNh .card-wrapper .content-wrapper {
    padding: 24px 16px 16px 16px;
    width: 100%;
  }
}
.cid-v2afrEYHNh .card-wrapper .content-wrapper .person-wrapper {
  margin-bottom: 24px;
}
.cid-v2afrEYHNh .card-wrapper .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v2afrEYHNh .card-wrapper .content-wrapper .person-wrapper .person-wrap .image-wrap {
  margin-right: 12px;
}
.cid-v2afrEYHNh .card-wrapper .content-wrapper .person-wrapper .person-wrap .image-wrap img {
  width: 44px;
  height: 44px;
  min-width: 44px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v2afrEYHNh .card-wrapper .content-wrapper .person-wrapper .person-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-v2afrEYHNh .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v2afrEYHNh .card-wrapper .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2afrEYHNh .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2afrEYHNh .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2afrEYHNh .mbr-name {
  color: #808080;
}
.cid-v2afrEYHNh .mbr-section-title {
  color: #ffffff;
}
.cid-v2afrEYHNh .mbr-text,
.cid-v2afrEYHNh .text-wrapper {
  color: #000000;
}
.cid-v2lpBiPd3y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f8f8f8;
}
.cid-v2lpBiPd3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lpBiPd3y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lpBiPd3y .row {
  justify-content: left;
}
.cid-v2lpBiPd3y .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: right;
}
@media (max-width: 992px) {
  .cid-v2lpBiPd3y .title-wrapper .title-wrap {
    margin-bottom: 30px;
  }
}
.cid-v2lpBiPd3y .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lpBiPd3y .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
}
.cid-v2lpBiPd3y .content-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-v2lpBiPd3y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2lpBiPd3y .mbr-section-title,
.cid-v2lpBiPd3y .mbr-iconfont {
  color: #FFBE0D;
}
.cid-v2lpBiPd3y .mbr-desc {
  color: #000000;
}
.cid-v2lpBiPd3y .mbr-text {
  color: #000000;
}
.cid-v2lpBiPd3y .mbr-section-title,
.cid-v2lpBiPd3y .title-wrapper,
.cid-v2lpBiPd3y .mbr-iconfont {
  color: #000000;
  text-align: justify;
}
.cid-v2an4i7Oiq {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v2an4i7Oiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2an4i7Oiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2an4i7Oiq .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2an4i7Oiq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v2an4i7Oiq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-v2an4i7Oiq .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v2an4i7Oiq .embla__slide .slide-content {
  width: 100%;
}
.cid-v2an4i7Oiq .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #d1e0be;
}
@media (max-width: 992px) {
  .cid-v2an4i7Oiq .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-v2an4i7Oiq .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #1e4d2b;
  margin-bottom: 54px;
}
.cid-v2an4i7Oiq .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-v2an4i7Oiq .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v2an4i7Oiq .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2an4i7Oiq .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2an4i7Oiq .embla__button--next,
.cid-v2an4i7Oiq .embla__button--prev {
  display: flex;
}
.cid-v2an4i7Oiq .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-v2an4i7Oiq .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-v2an4i7Oiq .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-v2an4i7Oiq .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-v2an4i7Oiq .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-v2an4i7Oiq .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-v2an4i7Oiq .embla {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2an4i7Oiq .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v2an4i7Oiq .embla__viewport {
    padding: 0;
  }
}
.cid-v2an4i7Oiq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2an4i7Oiq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2an4i7Oiq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2an4i7Oiq .mbr-section-title,
.cid-v2an4i7Oiq .title-wrapper {
  color: #323432;
  text-align: justify;
}
.cid-v2an4i7Oiq .card-number {
  color: #e6eddc;
}
.cid-v2an4i7Oiq .card-title {
  color: #323432;
}
.cid-v2an4i7Oiq .card-text {
  color: #323432;
}
.cid-v2an4i7Oiq .card-title,
.cid-v2an4i7Oiq .mbr-section-btn {
  color: #356625;
}
.cid-v2araA5ivN {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f8f8f8;
}
.cid-v2araA5ivN img,
.cid-v2araA5ivN .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  background-color: white;
  min-height: 200px;
  height: 200px;
}
.cid-v2araA5ivN .image-wrapper {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v2araA5ivN .item:focus,
.cid-v2araA5ivN span:focus {
  outline: none;
}
.cid-v2araA5ivN .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2araA5ivN .item {
    margin-bottom: 1rem;
  }
}
.cid-v2araA5ivN .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v2araA5ivN .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v2araA5ivN .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v2araA5ivN .item-wrapper:hover .image-wrapper {
  margin: 10px;
}
.cid-v2araA5ivN .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-v2araA5ivN .item-wrapper {
    height: auto;
  }
}
.cid-v2araA5ivN .mbr-section-title {
  color: #282124;
  text-align: justify;
}
.cid-v2araA5ivN .item-title {
  text-align: left;
  color: #282124;
}
.cid-v2araA5ivN .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-v2araA5ivN .mbr-text,
.cid-v2araA5ivN .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v2araA5ivN .mbr-section-subtitle,
.cid-v2araA5ivN .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-v2lLNLDuDx {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-897072-1-2-2000x1330.jpg");
}
.cid-v2lLNLDuDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lLNLDuDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lLNLDuDx .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v2lLNLDuDx .row {
    padding: 0 12px;
  }
}
.cid-v2lLNLDuDx .item {
  z-index: 1;
}
.cid-v2lLNLDuDx .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2lLNLDuDx .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v2lLNLDuDx .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2lLNLDuDx .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v2lLNLDuDx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lLNLDuDx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2lLNLDuDx .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v2lLNLDuDx .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v2lLNLDuDx .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v2lLNLDuDx .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v2lLNLDuDx .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v2lLNLDuDx .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v2lLNLDuDx .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v2lLNLDuDx .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2lLNLDuDx .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v2lLNLDuDx .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v2lLNLDuDx .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v2lLNLDuDx .mbr-card-title {
  color: #181818;
}
.cid-v2lLNLDuDx .mbr-card-title,
.cid-v2lLNLDuDx .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v2aeVZtK1F {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2aeVZtK1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2aeVZtK1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2aeVZtK1F .row {
  justify-content: space-between;
}
.cid-v2aeVZtK1F .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v2aeVZtK1F .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v2aeVZtK1F .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v2aeVZtK1F .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v2aeVZtK1F .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v2aeVZtK1F .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v2aeVZtK1F .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v2aeVZtK1F .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v2aeVZtK1F .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2aeVZtK1F .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v2aeVZtK1F .list-wrapper .list .item-wrap:hover,
.cid-v2aeVZtK1F .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v2aeVZtK1F .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2aeVZtK1F .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v2aeVZtK1F .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v2aeVZtK1F .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v2aeVZtK1F .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v2aeVZtK1F .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v2aeVZtK1F .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2aeVZtK1F .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v2aeVZtK1F .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v2aeVZtK1F .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v2aeVZtK1F .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2aeVZtK1F .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v2aeVZtK1F .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2aeVZtK1F .mbr-section-title {
  color: #000000;
}
.cid-v2aeVZtK1F .mbr-text {
  color: #000000;
}
.cid-v2aeVZtK1F .list {
  color: #000000;
}
.cid-v2aeVZtK1F .mbr-desc {
  color: #000000;
}
.cid-v2aeVZtK1F .mbr-copy {
  color: #000000;
}
.cid-v2aeVZtK1F .mbr-desc,
.cid-v2aeVZtK1F .social-wrapper {
  text-align: center;
}
.cid-v2aeVZtK1F .mbr-copy,
.cid-v2aeVZtK1F .mbr-section-btn-main {
  text-align: center;
}
.cid-v2aeVZtK1F .list,
.cid-v2aeVZtK1F .item-wrap {
  color: #000000;
}
.cid-v2lqRLRSEn .navbar-dropdown {
  position: relative !important;
}
.cid-v2lqRLRSEn .show .link,
.cid-v2lqRLRSEn .show .mbr-iconfont,
.cid-v2lqRLRSEn .show .phone {
  color: #000000 !important;
}
.cid-v2lqRLRSEn .opened .navbar-caption {
  color: #000000 !important;
}
.cid-v2lqRLRSEn .opened .hamburger span {
  background-color: #000000 !important;
}
.cid-v2lqRLRSEn .phone {
  padding-left: 4rem;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-v2lqRLRSEn .phone {
    text-align: center;
    display: block;
    padding: 1rem 0;
  }
}
.cid-v2lqRLRSEn .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-v2lqRLRSEn .dropdown-menu {
  padding: 1rem 0;
}
.cid-v2lqRLRSEn .dropdown-item {
  color: #000000 !important;
}
.cid-v2lqRLRSEn .dropdown-item span {
  color: #000000 !important;
}
.cid-v2lqRLRSEn .dropdown-item:hover,
.cid-v2lqRLRSEn .dropdown-item:focus {
  color: #356625 !important;
}
.cid-v2lqRLRSEn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2lqRLRSEn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2lqRLRSEn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2lqRLRSEn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v2lqRLRSEn .nav-link {
  position: relative;
}
.cid-v2lqRLRSEn .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v2lqRLRSEn .container {
    flex-wrap: nowrap;
  }
}
.cid-v2lqRLRSEn .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v2lqRLRSEn .dropdown-menu,
.cid-v2lqRLRSEn .navbar.opened {
  background: #ffffff !important;
}
.cid-v2lqRLRSEn .nav-item:focus,
.cid-v2lqRLRSEn .nav-link:focus {
  outline: none;
}
.cid-v2lqRLRSEn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v2lqRLRSEn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2lqRLRSEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2lqRLRSEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2lqRLRSEn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2lqRLRSEn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2lqRLRSEn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-v2lqRLRSEn .navbar.opened {
  transition: all 0.3s;
}
.cid-v2lqRLRSEn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v2lqRLRSEn .navbar .navbar-logo img {
  width: auto;
}
.cid-v2lqRLRSEn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2lqRLRSEn .navbar.collapsed {
  justify-content: center;
}
.cid-v2lqRLRSEn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2lqRLRSEn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2lqRLRSEn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-v2lqRLRSEn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2lqRLRSEn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2lqRLRSEn .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-v2lqRLRSEn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2lqRLRSEn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v2lqRLRSEn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2lqRLRSEn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2lqRLRSEn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2lqRLRSEn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2lqRLRSEn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2lqRLRSEn .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-v2lqRLRSEn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2lqRLRSEn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2lqRLRSEn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2lqRLRSEn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v2lqRLRSEn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2lqRLRSEn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2lqRLRSEn .navbar.navbar-short {
  min-height: 60px;
}
.cid-v2lqRLRSEn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v2lqRLRSEn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v2lqRLRSEn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2lqRLRSEn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2lqRLRSEn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2lqRLRSEn .dropdown-item.active,
.cid-v2lqRLRSEn .dropdown-item:active {
  background-color: transparent;
}
.cid-v2lqRLRSEn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2lqRLRSEn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2lqRLRSEn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2lqRLRSEn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2lqRLRSEn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2lqRLRSEn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2lqRLRSEn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v2lqRLRSEn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v2lqRLRSEn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v2lqRLRSEn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v2lqRLRSEn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v2lqRLRSEn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2lqRLRSEn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v2lqRLRSEn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v2lqRLRSEn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2lqRLRSEn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2lqRLRSEn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2lqRLRSEn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2lqRLRSEn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2lqRLRSEn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2lqRLRSEn .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-v2lqRLRSEn .navbar {
    height: 70px;
  }
  .cid-v2lqRLRSEn .navbar.opened {
    height: auto;
  }
  .cid-v2lqRLRSEn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2lqRMBklN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-35489867-2000x1333.jpg");
}
.cid-v2lqRMBklN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lqRMBklN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lqRMBklN .row {
  margin: 0 -8px;
}
.cid-v2lqRMBklN .row .card {
  padding: 0 8px;
}
.cid-v2lqRMBklN .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-v2lqRMBklN .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2lqRMBklN .card-wrapper {
    padding: 24px;
  }
}
.cid-v2lqRMBklN .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-v2lqRMBklN .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  opacity: .6;
}
.cid-v2lqRMBklN .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v2lqRMBklN .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-v2lqRMBklN .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v2lqRMBklN .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2lqRMBklN .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v2lqRMBklN .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v2lqRMBklN .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2lqRMBklN .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-v2lqRMBklN .mbr-label {
  color: #000000;
  text-align: justify;
}
.cid-v2lqRMBklN .mbr-text,
.cid-v2lqRMBklN .text-wrapper {
  color: #63635d;
  text-align: right;
}
.cid-v2lqRMBklN .mbr-section-title,
.cid-v2lqRMBklN .mbr-section-btn {
  text-align: justify;
  color: #000000;
}
.cid-v2lqRMTy8N {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f8f8f8;
}
.cid-v2lqRMTy8N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lqRMTy8N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lqRMTy8N .card {
  justify-content: center;
}
.cid-v2lqRMTy8N .image-wrapper {
  padding-right: 70px;
  padding-right: 0;
  padding-left: 70px;
}
@media (max-width: 992px) {
  .cid-v2lqRMTy8N .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-v2lqRMTy8N .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2lqRMTy8N .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2lqRMTy8N .image-wrapper img {
    height: 350px;
  }
}
.cid-v2lqRMTy8N .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2lqRMTy8N .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v2lqRMTy8N .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-v2lqRMTy8N .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2lqRMTy8N .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2lqRMTy8N .mbr-section-title {
  color: #000000;
}
.cid-v2lqRMTy8N .mbr-section-subtitle {
  color: #000000;
}
.cid-v2lqRMTy8N .mbr-text,
.cid-v2lqRMTy8N .text-wrapper {
  color: #356625;
  text-align: justify;
}
.cid-v2lqRN3KkG {
  display: flex;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-v2lqRN3KkG {
    align-items: center;
  }
  .cid-v2lqRN3KkG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v2lqRN3KkG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v2lqRN3KkG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v2lqRN3KkG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v2lqRN3KkG .content-wrap {
    width: 100%;
  }
}
.cid-v2lqRN3KkG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-v2lqRN3KkG .mbr-text,
.cid-v2lqRN3KkG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2lv6kBHyC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #f8f8f8;
}
.cid-v2lv6kBHyC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lv6kBHyC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v2lv6kBHyC .container {
    padding: 0 20px;
  }
}
.cid-v2lv6kBHyC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v2lv6kBHyC .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    border-right: none;
  }
}
.cid-v2lv6kBHyC .embla__slide .card-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-v2lv6kBHyC .embla__slide .card-wrap {
    display: block;
  }
}
.cid-v2lv6kBHyC .embla__slide .card-wrap .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v2lv6kBHyC .embla__slide .card-wrap .content-wrap {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-v2lv6kBHyC .embla__slide .card-wrap .content-wrap .card-subtitle {
  margin-bottom: 10px;
  letter-spacing: .16em;
}
.cid-v2lv6kBHyC .embla__slide .card-wrap .content-wrap .card-title {
  margin-bottom: 16px;
}
.cid-v2lv6kBHyC .embla__slide .card-wrap .content-wrap .card-desc {
  margin-bottom: 30px;
}
.cid-v2lv6kBHyC .embla__slide .card-wrap .content-wrap .card-text {
  margin-bottom: 24px;
}
.cid-v2lv6kBHyC .embla__slide .card-wrap .item-wrapper {
  width: 60%;
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-v2lv6kBHyC .embla__slide .card-wrap .item-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-v2lv6kBHyC .embla__slide .card-wrap .item-wrapper .image-wrap {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-v2lv6kBHyC .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2lv6kBHyC .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-v2lv6kBHyC .embla__button--next,
.cid-v2lv6kBHyC .embla__button--prev {
  display: flex;
}
.cid-v2lv6kBHyC .embla__button {
  bottom: -3rem;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent;
  color: #356625;
  border: 2px solid #95ea74;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-v2lv6kBHyC .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v2lv6kBHyC .embla__button:hover {
  background: transparent;
  color: #356625;
  border-color: #356625;
}
.cid-v2lv6kBHyC .embla__button.embla__button--prev {
  left: auto;
  right: 3.5rem;
  margin-left: 0;
}
.cid-v2lv6kBHyC .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
.cid-v2lv6kBHyC .embla {
  position: relative;
  width: 100%;
}
.cid-v2lv6kBHyC .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v2lv6kBHyC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2lv6kBHyC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2lv6kBHyC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2lv6kBHyC .card-subtitle {
  color: #ededed;
}
.cid-v2lv6kBHyC .card-title {
  color: #000000;
}
.cid-v2lv6kBHyC .card-desc {
  color: #000000;
}
.cid-v2lv6kBHyC .card-text {
  color: #000000;
}
.cid-v2lBmYLq25 {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2lBmYLq25 .container,
.cid-v2lBmYLq25 .container-fluid {
  pointer-events: none;
  z-index: 1;
}
.cid-v2lBmYLq25 .title__block,
.cid-v2lBmYLq25 .card__block {
  pointer-events: all;
}
.cid-v2lBmYLq25 .icon__block {
  margin-bottom: 40px;
}
.cid-v2lBmYLq25 .icon__block .mbr-iconfont {
  font-size: 50px;
  color: #f27c41;
}
.cid-v2lBmYLq25 .mbr-section-title {
  color: #233d63;
  margin-bottom: 30px;
}
.cid-v2lBmYLq25 .subtext {
  margin-bottom: 30px;
}
.cid-v2lBmYLq25 .mbr-section-btn {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .cid-v2lBmYLq25 .column1 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .cid-v2lBmYLq25 .wrap {
    margin-top: 40px;
  }
}
.cid-v2lBmYLq25 .card__block {
  will-change: opacity;
  padding: 45px 15px 30px 35px;
  margin-bottom: 45px;
  border-radius: 5px;
  background: #ccdbc7;
  box-shadow: 0px 25px 50px 0px rgba(78, 81, 144, 0.07);
}
.cid-v2lBmYLq25 .icon__card_wrap {
  width: 100%;
}
.cid-v2lBmYLq25 .color1 {
  background: linear-gradient(120deg, #224117 0%, #5cb140 100%);
}
.cid-v2lBmYLq25 .color2 {
  background: linear-gradient(120deg, #b0c7a8 0%, #ffffff 100%);
}
.cid-v2lBmYLq25 .color3 {
  background: linear-gradient(120deg, #05ad7b 0%, #51fac8 100%);
}
.cid-v2lBmYLq25 .color4 {
  background: linear-gradient(120deg, #cc5000 0%, #ffa266 100%);
}
.cid-v2lBmYLq25 .icon__card {
  position: relative;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-v2lBmYLq25 .icon__card .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v2lBmYLq25 .icon__card:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-v2lBmYLq25 .icon__card:after {
  content: "";
  filter: blur(15px);
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 50%;
  background: linear-gradient(-51deg, #f99a78 0%, #8834cc 20%, #37bdd1 42%, #d4ea3e 62%, #f8669d 83%, #fc5d95 91%, #ff538c 100%);
  background-size: 400%;
  z-index: -1;
  animation: gradientBG 10s infinite linear alternate;
  opacity: 0.65;
}
.cid-v2lBmYLq25 .card__title {
  margin-top: 20px;
}
.cid-v2lBmYLq25 .card__text {
  margin-top: 30px;
}
.cid-v2lBmYLq25 .card__block_btn {
  margin-top: 25px;
  font-size: 30px;
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationThree {
  0% {
    transform: translate(165px, -180px);
  }
  100% {
    transform: translate(-345px, 615px);
  }
}
.cid-v2lBmYLq25 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lBmYLq25 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lBmYLq25 .card__title,
.cid-v2lBmYLq25 .icon__card_wrap {
  color: #356625;
}
.cid-v2lBmYLq25 .mbr-section-title,
.cid-v2lBmYLq25 .icon__block {
  color: #000000;
}
.cid-v2lLsxSnhJ {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/adobestock-897072-1-2-2000x1330.jpg");
}
.cid-v2lLsxSnhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lLsxSnhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lLsxSnhJ .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-v2lLsxSnhJ .row {
    padding: 0 12px;
  }
}
.cid-v2lLsxSnhJ .item {
  z-index: 1;
}
.cid-v2lLsxSnhJ .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2lLsxSnhJ .title-wrapper {
    margin-bottom: 65px;
  }
}
.cid-v2lLsxSnhJ .title-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2lLsxSnhJ .title-wrapper .mbr-section-subtitle {
    margin-bottom: 6.5px;
  }
}
.cid-v2lLsxSnhJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2lLsxSnhJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2lLsxSnhJ .item-wrapper {
    margin-top: 48px;
  }
}
.cid-v2lLsxSnhJ .item-wrapper .icon-wrapper {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v2lLsxSnhJ .item-wrapper .icon-wrapper {
    margin-bottom: 8px;
  }
}
.cid-v2lLsxSnhJ .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
}
.cid-v2lLsxSnhJ .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-v2lLsxSnhJ .item-wrapper .mbr-card-title span {
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-v2lLsxSnhJ .item-wrapper .mbr-card-title {
    margin-bottom: 13px;
  }
}
.cid-v2lLsxSnhJ .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2lLsxSnhJ .border-wrap {
    margin-bottom: 65px;
  }
}
.cid-v2lLsxSnhJ .mbr-section-title {
  color: #f8f8f8;
  text-align: center;
}
.cid-v2lLsxSnhJ .mbr-section-subtitle {
  color: #f8f8f8;
  text-align: center;
}
.cid-v2lLsxSnhJ .mbr-card-title {
  color: #181818;
}
.cid-v2lLsxSnhJ .mbr-card-title,
.cid-v2lLsxSnhJ .icon-wrapper {
  text-align: center;
  color: #f8f8f8;
}
.cid-v2lqRNLA6u {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v2lqRNLA6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2lqRNLA6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2lqRNLA6u .row {
  justify-content: space-between;
}
.cid-v2lqRNLA6u .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v2lqRNLA6u .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v2lqRNLA6u .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v2lqRNLA6u .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v2lqRNLA6u .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-v2lqRNLA6u .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v2lqRNLA6u .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v2lqRNLA6u .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v2lqRNLA6u .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2lqRNLA6u .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v2lqRNLA6u .list-wrapper .list .item-wrap:hover,
.cid-v2lqRNLA6u .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v2lqRNLA6u .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2lqRNLA6u .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-v2lqRNLA6u .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-v2lqRNLA6u .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-v2lqRNLA6u .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-v2lqRNLA6u .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-v2lqRNLA6u .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2lqRNLA6u .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v2lqRNLA6u .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-v2lqRNLA6u .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-v2lqRNLA6u .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2lqRNLA6u .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-v2lqRNLA6u .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2lqRNLA6u .mbr-section-title {
  color: #000000;
}
.cid-v2lqRNLA6u .mbr-text {
  color: #000000;
}
.cid-v2lqRNLA6u .list {
  color: #000000;
}
.cid-v2lqRNLA6u .mbr-desc {
  color: #000000;
}
.cid-v2lqRNLA6u .mbr-copy {
  color: #000000;
}
.cid-v2lqRNLA6u .mbr-desc,
.cid-v2lqRNLA6u .social-wrapper {
  text-align: center;
}
.cid-v2lqRNLA6u .mbr-copy,
.cid-v2lqRNLA6u .mbr-section-btn-main {
  text-align: center;
}
.cid-v2lqRNLA6u .list,
.cid-v2lqRNLA6u .item-wrap {
  color: #000000;
}
